CIV5MultiUnitFormations
From Civilization Modding Wiki
Revision as of 19:12, 28 September 2010 by Chronovore (talk | contribs) (Added table data structures and removed Spam.)
Civ5MultiUnitFormations.xml
- The Civ5MultiUnitFormations.xml file contains definitions for the MultiUnitPositions.
- The reference field in the tables below indicates the table and column the entry is linked to.
- This information is taken from the Civ5MultiUnitFormations.xml file itself.
MultiUnitPositions
Name | Type | Notes |
---|---|---|
ID | integer | Primary Key,Autoincrement |
Type | text | Not Null,Unique |
Description | text | |
Name | text |
MultiUnitFormations
Name | Type | Notes |
---|---|---|
ID | integer | Primary Key,Autoincrement |
Type | text | Not Null,Unique |
Description | text | |
Name | text |
MultiUnitFormation_SlotEntries
- CIV5UnitAIInfos contains the definitions of the UnitAIInfos referenced in this table.
Name | Type | Reference |
---|---|---|
MultiUnitFormationType | text | MultiUnitFormations(Type) |
PrimaryUnitType | text | UnitAIInfos(Type) |
SecondaryUnitType | text | UnitAIInfos(Type) |
MultiUnitPositionType | text | MultiUnitPositions(Type) |
RequiredSlot | boolean |