Difference between revisions of "Prestige - atom description"

From Nebuchadnezzar Modding Wiki
Jump to navigation Jump to search
Line 4: Line 4:
  
 
=== Properties description ===
 
=== Properties description ===
 +
{| class="wikitable"
 +
! Name || Type || Default value /<br>Obligatory || Description
 +
|-
 +
|monument_atoms || vec_1D'''['''atom'''[Mn_Catagory''']]''' || empty vec|| Vector of monument categories which will provide prestige.
 +
|-
 +
|monuments_atoms_weights || vec_1D'''['''int''']''' || empty vec|| Vector of prestige increase for related monument categories.
 +
|}
  
 
=== Properties in detail ===
 
=== Properties in detail ===

Revision as of 00:26, 17 February 2021

<- back to all classes

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_Catagory]] empty vec Vector of monument categories which will provide prestige.
monuments_atoms_weights vec_1D[int] empty vec Vector of prestige increase for related monument categories.

Properties in detail