CIV5Civilizations: Difference between revisions
From Civilization Modding Wiki
Jump to navigationJump to search
Chronovore (talk | contribs) Added indicators to fields not used in Civ5 |
Chronovore (talk | contribs) mNo edit summary |
||
| Line 43: | Line 43: | ||
| ArtStylePrefix || text|| || NULL|| | | ArtStylePrefix || text|| || NULL|| | ||
|- | |- | ||
| DerivativeCiv || text|| || NULL|| | | DerivativeCiv || text|| || NULL|| NOT USED | ||
|- | |- | ||
| PortraitIndex || integer|| || -1|| | | PortraitIndex || integer|| || -1|| | ||
Revision as of 12:02, 30 September 2010
civ5civilizations.xml
- The civ5civilizations.xml file contains definitions for the Civilizations.
- The reference field in the tables below indicates the table and column the entry is linked to.
- This information is taken from the Kael's Modder's Guide to Civilization 5.
Civilizations
- CIV5IconTextureAtlases contains the definitions of the IconTextureAtlases referenced in this table.
| Name | Type | Reference | Default | Notes |
|---|---|---|---|---|
| ID | integer | Primary Key,Autoincrement | ||
| Type | text | Not Null,Unique | ||
| Description | text | |||
| Civilopedia | text | NOT USED | ||
| CivilopediaTag | text | |||
| Strategy | text | Ask Paul | NOT USED | |
| Playable | boolean | true | ||
| AIPlayable | boolean | true | ||
| ShortDescription | text | NULL | ||
| Adjective | text | NULL | ||
| DefaultPlayerColor | text | NULL | ||
| ArtDefineTag | text | NULL | NOT USED | |
| ArtStyleType | text | NULL | ||
| ArtStyleSuffix | text | NULL | ||
| ArtStylePrefix | text | NULL | ||
| DerivativeCiv | text | NULL | NOT USED | |
| PortraitIndex | integer | -1 | ||
| IconAtlas | text | IconTextureAtlases(Atlas) | NULL | |
| AlphaIconAtlas | text | IconTextureAtlases(Atlas) | NULL | |
| MapImage | text | NULL | ||
| DawnOfManQuote | text | NULL | ||
| DawnOfManImage | text | NULL | ||
| DawnOfManAudio | text | NULL |
Civilization_BuildingClassOverrides
- CIV5BuildingClasses contains the definitions of the BuildingClasses referenced in this table.
- CIV5Buildings contains the definitions of the Buildings referenced in this table.
| Name | Type | Reference | Notes |
|---|---|---|---|
| CivilizationType | text | Civilizations(Type) | |
| BuildingClassType | text | BuildingClasses(Type) | Not Null |
| BuildingType | text | Buildings(Type) |
Civilization_CityNames
| Name | Type | Reference | Notes |
|---|---|---|---|
| CivilizationType | text | Civilizations(Type) | |
| CityName | text | Not Null |
Civilization_DisableTechs
- CIV5Technologies contains the definitions of the Technologies referenced in this table.
| Name | Type | Reference |
|---|---|---|
| CivilizationType | text | Civilizations(Type) |
| TechType | text | Technologies(Type) |
Civilization_FreeBuildingClasses
- CIV5BuildingClasses contains the definitions of the BuildingClasses referenced in this table.
| Name | Type | Reference |
|---|---|---|
| CivilizationType | text | Civilizations(Type) |
| BuildingClassType | text | BuildingClasses(Type) |
Civilization_FreeTechs
- CIV5Technologies contains the definitions of the Technologies referenced in this table.
| Name | Type | Reference |
|---|---|---|
| CivilizationType | text | Civilizations(Type) |
| TechType | text | Technologies(Type) |
Civilization_FreeUnits
- CIV5UnitClasses contains the definitions of the UnitClasses referenced in this table.
- CIV5UnitAIInfos contains the definitions of the UnitAIInfos referenced in this table.
| Name | Type | Reference |
|---|---|---|
| CivilizationType | text | Civilizations(Type) |
| UnitClassType | text | UnitClasses(Type) |
| UnitAIType | text | UnitAIInfos(Type) |
| Count | integer |
Civilization_Leaders
| Name | Type | Reference |
|---|---|---|
| CivilizationType | text | Civilizations(Type) |
| LeaderheadType | text | Leaders(Type) |
Civilization_UnitClassOverrides
- CIV5UnitClasses contains the definitions of the UnitClasses referenced in this table.
- CIV5Units contains the definitions of the Units referenced in this table.
| Name | Type | Reference | Notes |
|---|---|---|---|
| CivilizationType | text | Civilizations(Type) | |
| UnitClassType | text | UnitClasses(Type) | Not Null |
| UnitType | text | Units(Type) |
Civilization_Start_Along_Ocean
| Name | Type | Reference | Default |
|---|---|---|---|
| CivilizationType | text | Civilizations(Type) | |
| StartAlongOcean | boolean | false |
Civilization_Start_Along_River
| Name | Type | Reference | Default |
|---|---|---|---|
| CivilizationType | text | Civilizations(Type) | |
| StartAlongRiver | boolean | false |
Civilization_Start_Region_Priority
- CIV5Regions contains the definitions of the Regions referenced in this table.
| Name | Type | Reference |
|---|---|---|
| CivilizationType | text | Civilizations(Type) |
| RegionType | text | Regions(Type) |
Civilization_Start_Region_Avoid
- CIV5Regions contains the definitions of the Regions referenced in this table.
| Name | Type | Reference |
|---|---|---|
| CivilizationType | text | Civilizations(Type) |
| RegionType | text | Regions(Type) |