CIV5UnitClasses: Difference between revisions
From Civilization Modding Wiki
Jump to navigationJump to search
Chronovore (talk | contribs) Added table data structure. |
m Unprotected "CIV5UnitClasses" |
| (3 intermediate revisions by 2 users not shown) | |
(No difference)
| |
Latest revision as of 01:28, 3 October 2011
CIV5UnitClasses.xml
- The CIV5UnitClasses.xml file contains definitions for the unit classes.
- This information is taken from the CIV5UnitClasses.xml file itself.
UnitClasses
| Name | Type | Default | Notes |
|---|---|---|---|
| ID | integer | Primary Key, Autoincrement | |
| Type | Text | Not Null, Unique | |
| Description | Text | ||
| MaxGlobalInstances | Integer | -1 | |
| MaxTeamInstances | Integer | -1 | |
| MaxPlayerInstances | Integer | -1 | |
| InstanceCostModifier | Integer | 0 | |
| DefaultUnit | Text |