CIV5MultiUnitFormations: Difference between revisions
From Civilization Modding Wiki
Jump to navigationJump to search
Chronovore (talk | contribs) (Added table data structures and removed Spam.) |
m (Protected "CIV5MultiUnitFormations": Excessive spamming ([edit=autoconfirmed] (indefinite) [move=autoconfirmed] (indefinite))) |
(No difference)
|
Revision as of 01:43, 29 September 2010
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 |