CIV5PolicyBranchTypes
From Civilization Modding Wiki
Revision as of 11:59, 29 September 2010 by Chronovore (talk | contribs) (Added table data structures.)
civ5policybranchtypes.xml
- The civ5policybranchtypes.xml file contains definitions for the PolicyBranchTypes.
- The reference field in the tables below indicates the table and column the entry is linked to.
- This information is taken from the civ5policybranchtypes.xml file itself.
PolicyBranchTypes
- CIV5Eras contains the definitions of the Eras referenced in this table.
- CIV5Policies contains the definitions of the Policies referenced in this table.
Name | Type | Reference | Default | Notes |
---|---|---|---|---|
ID | integer | Primary Key,Autoincrement | ||
Type | text | Not Null,Unique | ||
Description | text | Language_en_US(Tag) | ||
Civilopedia | text | Language_en_US(Tag) | ||
Strategy | text | Language_en_US(Tag) | ||
Help | text | Language_en_US(Tag) | ||
Title | text | Language_en_US(Tag) | ||
EraPrereq | text | Eras(Type) | NULL | |
FreePolicy | text | Policies(Type) | NULL | |
AIMutuallyExclusive | boolean | false |
PolicyBranch_Disables
Name | Type | Reference |
---|---|---|
PolicyBranchType | text | PolicyBranchTypes(Type) |
PolicyBranchDisable | text | PolicyBranchTypes(Type) |