CIV5BuildingClasses: Difference between revisions
From Civilization Modding Wiki
Jump to navigationJump to search
Chronovore (talk | contribs) (Added table data structure.) |
m (Protected "CIV5BuildingClasses": Excessive spamming ([edit=autoconfirmed] (indefinite) [move=autoconfirmed] (indefinite))) |
(No difference)
|
Revision as of 01:35, 29 September 2010
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 |