CIV5BuildingClasses: Difference between revisions
From Civilization Modding Wiki
Jump to navigationJump to search
m (Protected "CIV5BuildingClasses": Excessive spamming ([edit=autoconfirmed] (indefinite) [move=autoconfirmed] (indefinite))) |
m (Unprotected "CIV5BuildingClasses") |
(No difference)
|
Latest revision as of 01:44, 3 October 2011
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 |