CIV5MultiUnitFormations
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
| 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 |