Difference between revisions of "Prestige - atom description"
Jump to navigation
Jump to search
Line 7: | Line 7: | ||
! Name || Type || Default value /<br>Obligatory || Description | ! Name || Type || Default value /<br>Obligatory || Description | ||
|- | |- | ||
− | |monument_atoms || vec_1D'''['''atom'''[''' | + | |monument_atoms || vec_1D'''['''atom'''['''Mn_Category''']]''' || obligatory || Vector of monument categories which will provide prestige. |
|- | |- | ||
|monuments_atoms_weights || vec_1D'''['''float''']''' || obligatory || Vector of prestige increase for related monument categories. | |monuments_atoms_weights || vec_1D'''['''float''']''' || obligatory || Vector of prestige increase for related monument categories. |
Revision as of 00:41, 17 February 2021
General description
- Prestige atom determines how individual parts of prestige contribute to the total prestige.
Properties description
Name | Type | Default value / Obligatory |
Description |
---|---|---|---|
monument_atoms | vec_1D[atom[Mn_Category]] | obligatory | Vector of monument categories which will provide prestige. |
monuments_atoms_weights | vec_1D[float] | obligatory | Vector of prestige increase for related monument categories. |
population_atoms | vec_1D[atom[Resident]] | obligatory | Vector of residents types which will provide prestige. |
population_atoms_weights | vec_1D[float] | obligatory | Vector of prestige factors for related resident types. |
revenue_weight | float | obligatory | Revenue prestige factor. |
ui_bound | int | obligatory | Maximal value of prestige for computing heights of columns in the prestige tab. |