CIV5SpecialUnits
From Civilization Modding Wiki
civ5specialunits.xml
- The civ5specialunits.xml file contains definitions for the SpecialUnits.
- The reference field in the tables below indicates the table and column the entry is linked to.
- This information is taken from the civ5specialunits.xml file itself.
SpecialUnits
| Name | Type | Notes |
|---|---|---|
| ID | integer | Primary Key,Autoincrement |
| Type | text | |
| Description | text | |
| Valid | boolean | |
| CityLoad | boolean |
SpecialUnit_CarrierUnitAI
| Name | Type | Reference |
|---|---|---|
| SpecialUnitType | text | SpecialUnits(Type) |
| UnitAIType | text |
SpecialUnit_ProductionTraits
- CIV5Traits contains the definitions of the Traits referenced in this table.
| Name | Type | Reference |
|---|---|---|
| SpecialUnitType | text | SpecialUnits(Type) |
| TraitType | text | Traits(Type) |
| Trait | integer |