CIV5BuildingClasses
From Civilization Modding Wiki
Revision as of 01:44, 3 October 2011 by Deanej (talk | contribs) (Unprotected "CIV5BuildingClasses")
CIV5BuildingClasses.xml
- The CIV5BuildingClasses.xml file contains definitions for the BuildingClasses.
- The reference field in the tables below indicates the table and column the entry is linked to.
- This information is taken from the CIV5BuildingClasses.xml file itself.
BuildingClasses
Name | Type | Default | Notes |
---|---|---|---|
ID | integer | Primary Key,Autoincrement | |
Type | text | Not Null,Unique | |
Description | text | ||
DefaultBuilding | text | ||
MaxGlobalInstances | integer | -1 | |
MaxTeamInstances | integer | -1 | |
MaxPlayerInstances | integer | -1 | |
ExtraPlayerInstances | integer | 0 | |
NoLimit | boolean | false | |
Monument | boolean | false |
BuildingClass_VictoryThresholds
- CIV5Victories contains the definitions of the Victories referenced in this table.
Name | Type | Reference |
---|---|---|
BuildingClassType | text | BuildingClasses(Type) |
VictoryType | text | Victories(Type) |
Threshold | integer |