CIV5Builds: Difference between revisions
From Civilization Modding Wiki
Jump to navigationJump to search
Chronovore (talk | contribs) Added table data structures and removed Spam. |
m Protected "CIV5Builds": Excessive spamming ([edit=autoconfirmed] (indefinite) [move=autoconfirmed] (indefinite)) |
(No difference)
| |
Revision as of 01:36, 29 September 2010
Civ5Builds.xml
- The Civ5Builds.xml file contains definitions for the Builds.
- The reference field in the tables below indicates the table and column the entry is linked to.
- This information is taken from the Civ5Builds.xml file itself.
Builds
| Name | Type | Default | Notes |
|---|---|---|---|
| ID | integer | Primary Key,Autoincrement | |
| Type | text | Not Null,Unique | |
| Description | text | ||
| Help | text | ||
| DisabledHelp | text | ||
| Recommendation | text | ||
| HotKey | text | ||
| HotKeyAlt | text | ||
| HotKeyPriority | integer | 0 | |
| HotKeyPriorityAlt | integer | 0 | |
| OrderPriority | integer | 0 | |
| AltDown | boolean | false | |
| AltDownAlt | boolean | false | |
| ShiftDown | boolean | false | |
| ShiftDownAlt | boolean | false | |
| CtrlDown | boolean | false | |
| CtrlDownAlt | boolean | false | |
| Time | integer | ||
| Cost | integer | 0 | |
| CostIncreasePerImprovement | integer | 0 | |
| Kill | boolean | false | |
| Repair | boolean | false | |
| RemoveRoute | boolean | false | |
| PrereqTech | text | NULL | |
| ImprovementType | text | NULL | |
| RouteType | text | NULL | |
| EntityEvent | text | NULL |
BuildFeatures
| Name | Type | Reference | Default |
|---|---|---|---|
| BuildType | text | Builds(Type) | |
| FeatureType | text | ||
| PrereqTech | text | ||
| Time | integer | ||
| Production | integer | 0 | |
| Cost | integer | 0 | |
| Remove | boolean | false |