From Civilization Modding Wiki
Jump to navigationJump to search
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
MultiUnitPositions Table
Name
|
Type
|
Notes
|
ID |
integer |
Primary Key,Autoincrement
|
Type |
text |
Not Null,Unique
|
Description |
text |
|
Name |
text |
|
MultiUnitFormations
MultiUnitFormations Table
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.
MultiUnitFormation_SlotEntries Table
Name
|
Type
|
Reference
|
MultiUnitFormationType |
text |
MultiUnitFormations(Type)
|
PrimaryUnitType |
text |
UnitAIInfos(Type)
|
SecondaryUnitType |
text |
UnitAIInfos(Type)
|
MultiUnitPositionType |
text |
MultiUnitPositions(Type)
|
RequiredSlot |
boolean |
|