CIV5Builds: Difference between revisions
From Civilization Modding Wiki
Jump to navigationJump to search
m (Unprotected "CIV5Builds") |
m (→Builds) |
||
Line 13: | Line 13: | ||
| ID || integer|| || Primary Key,Autoincrement | | ID || integer|| || Primary Key,Autoincrement | ||
|- | |- | ||
| Type || text|| || Not Null,Unique | | Type || text|| || Not Null,Unique, [[BuildTypes]] | ||
|- | |- | ||
| Description || text|| || | | Description || text|| || | ||
Line 59: | Line 59: | ||
| PrereqTech || text|| NULL|| | | PrereqTech || text|| NULL|| | ||
|- | |- | ||
| ImprovementType || text|| NULL|| | | ImprovementType || text|| NULL|| [[ImprovementTypes]] | ||
|- | |- | ||
| RouteType || text|| NULL|| | | RouteType || text|| NULL|| | ||
Line 65: | Line 65: | ||
| EntityEvent || text|| NULL|| | | EntityEvent || text|| NULL|| | ||
|} | |} | ||
==BuildFeatures== | ==BuildFeatures== | ||
{| border="1" style="text-align:left" cellpadding="3" cellspacing="0" | {| border="1" style="text-align:left" cellpadding="3" cellspacing="0" |
Latest revision as of 02:09, 26 October 2011
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, BuildTypes | |
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 | ImprovementTypes |
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 |