CIV5Civilizations: Difference between revisions
From Civilization Modding Wiki
Jump to navigationJump to search
(dXpxbwiSzEH) |
Chronovore (talk | contribs) (Undo revision 6388 by 75.147.97.62 (Talk)) |
||
Line 1: | Line 1: | ||
=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. | |||
{| border="1" style="text-align:left" cellpadding="3" cellspacing="0" | |||
|+Civilizations Table | |||
! scope="col" style="background: #efefef;" | Name | |||
! scope="col" style="background: #efefef;" | Type | |||
! scope="col" style="background: #efefef;" | Reference | |||
! scope="col" style="background: #efefef;" | Default | |||
! scope="col" style="background: #efefef;" | Notes | |||
|- | |||
| ID || integer|| || || Primary Key,Autoincrement | |||
|- | |||
| Type || text|| || || Not Null,Unique | |||
|- | |||
| Description || text|| || || | |||
|- | |||
| Civilopedia || text|| || || | |||
|- | |||
| CivilopediaTag || text|| || || | |||
|- | |||
| Strategy || text|| || Ask Paul|| | |||
|- | |||
| Playable || boolean|| || true|| | |||
|- | |||
| AIPlayable || boolean|| || true|| | |||
|- | |||
| ShortDescription || text|| || NULL|| | |||
|- | |||
| Adjective || text|| || NULL|| | |||
|- | |||
| DefaultPlayerColor || text|| || NULL|| | |||
|- | |||
| ArtDefineTag || text|| || NULL|| | |||
|- | |||
| ArtStyleType || text|| || NULL|| | |||
|- | |||
| ArtStyleSuffix || text|| || NULL|| | |||
|- | |||
| ArtStylePrefix || text|| || NULL|| | |||
|- | |||
| DerivativeCiv || text|| || NULL|| | |||
|- | |||
| 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. | |||
{| border="1" style="text-align:left" cellpadding="3" cellspacing="0" | |||
|+Civilization_BuildingClassOverrides Table | |||
! scope="col" style="background: #efefef;" | Name | |||
! scope="col" style="background: #efefef;" | Type | |||
! scope="col" style="background: #efefef;" | Reference | |||
! scope="col" style="background: #efefef;" | Notes | |||
|- | |||
| CivilizationType || text|| Civilizations(Type)|| | |||
|- | |||
| BuildingClassType || text|| BuildingClasses(Type)|| Not Null | |||
|- | |||
| BuildingType || text|| Buildings(Type)|| | |||
|} | |||
==Civilization_CityNames== | |||
{| border="1" style="text-align:left" cellpadding="3" cellspacing="0" | |||
|+Civilization_CityNames Table | |||
! scope="col" style="background: #efefef;" | Name | |||
! scope="col" style="background: #efefef;" | Type | |||
! scope="col" style="background: #efefef;" | Reference | |||
! scope="col" style="background: #efefef;" | Notes | |||
|- | |||
| CivilizationType || text|| Civilizations(Type)|| | |||
|- | |||
| CityName || text|| || Not Null | |||
|} | |||
==Civilization_DisableTechs== | |||
*[[CIV5Technologies]] contains the definitions of the Technologies referenced in this table. | |||
{| border="1" style="text-align:left" cellpadding="3" cellspacing="0" | |||
|+Civilization_DisableTechs Table | |||
! scope="col" style="background: #efefef;" | Name | |||
! scope="col" style="background: #efefef;" | Type | |||
! scope="col" style="background: #efefef;" | Reference | |||
|- | |||
| CivilizationType || text|| Civilizations(Type) | |||
|- | |||
| TechType || text|| Technologies(Type) | |||
|} | |||
==Civilization_FreeBuildingClasses== | |||
*[[CIV5BuildingClasses]] contains the definitions of the BuildingClasses referenced in this table. | |||
{| border="1" style="text-align:left" cellpadding="3" cellspacing="0" | |||
|+Civilization_FreeBuildingClasses Table | |||
! scope="col" style="background: #efefef;" | Name | |||
! scope="col" style="background: #efefef;" | Type | |||
! scope="col" style="background: #efefef;" | Reference | |||
|- | |||
| CivilizationType || text|| Civilizations(Type) | |||
|- | |||
| BuildingClassType || text|| BuildingClasses(Type) | |||
|} | |||
==Civilization_FreeTechs== | |||
*[[CIV5Technologies]] contains the definitions of the Technologies referenced in this table. | |||
{| border="1" style="text-align:left" cellpadding="3" cellspacing="0" | |||
|+Civilization_FreeTechs Table | |||
! scope="col" style="background: #efefef;" | Name | |||
! scope="col" style="background: #efefef;" | Type | |||
! scope="col" style="background: #efefef;" | 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. | |||
{| border="1" style="text-align:left" cellpadding="3" cellspacing="0" | |||
|+Civilization_FreeUnits Table | |||
! scope="col" style="background: #efefef;" | Name | |||
! scope="col" style="background: #efefef;" | Type | |||
! scope="col" style="background: #efefef;" | Reference | |||
|- | |||
| CivilizationType || text|| Civilizations(Type) | |||
|- | |||
| UnitClassType || text|| UnitClasses(Type) | |||
|- | |||
| UnitAIType || text|| UnitAIInfos(Type) | |||
|- | |||
| Count || integer|| | |||
|} | |||
==Civilization_Leaders== | |||
{| border="1" style="text-align:left" cellpadding="3" cellspacing="0" | |||
|+Civilization_Leaders Table | |||
! scope="col" style="background: #efefef;" | Name | |||
! scope="col" style="background: #efefef;" | Type | |||
! scope="col" style="background: #efefef;" | 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. | |||
{| border="1" style="text-align:left" cellpadding="3" cellspacing="0" | |||
|+Civilization_UnitClassOverrides Table | |||
! scope="col" style="background: #efefef;" | Name | |||
! scope="col" style="background: #efefef;" | Type | |||
! scope="col" style="background: #efefef;" | Reference | |||
! scope="col" style="background: #efefef;" | Notes | |||
|- | |||
| CivilizationType || text|| Civilizations(Type)|| | |||
|- | |||
| UnitClassType || text|| UnitClasses(Type)|| Not Null | |||
|- | |||
| UnitType || text|| Units(Type)|| | |||
|} | |||
==Civilization_Start_Along_Ocean== | |||
{| border="1" style="text-align:left" cellpadding="3" cellspacing="0" | |||
|+Civilization_Start_Along_Ocean Table | |||
! scope="col" style="background: #efefef;" | Name | |||
! scope="col" style="background: #efefef;" | Type | |||
! scope="col" style="background: #efefef;" | Reference | |||
! scope="col" style="background: #efefef;" | Default | |||
|- | |||
| CivilizationType || text|| Civilizations(Type)|| | |||
|- | |||
| StartAlongOcean || boolean|| || false | |||
|} | |||
==Civilization_Start_Along_River== | |||
{| border="1" style="text-align:left" cellpadding="3" cellspacing="0" | |||
|+Civilization_Start_Along_River Table | |||
! scope="col" style="background: #efefef;" | Name | |||
! scope="col" style="background: #efefef;" | Type | |||
! scope="col" style="background: #efefef;" | Reference | |||
! scope="col" style="background: #efefef;" | Default | |||
|- | |||
| CivilizationType || text|| Civilizations(Type)|| | |||
|- | |||
| StartAlongRiver || boolean|| || false | |||
|} | |||
==Civilization_Start_Region_Priority== | |||
*[[CIV5Regions]] contains the definitions of the Regions referenced in this table. | |||
{| border="1" style="text-align:left" cellpadding="3" cellspacing="0" | |||
|+Civilization_Start_Region_Priority Table | |||
! scope="col" style="background: #efefef;" | Name | |||
! scope="col" style="background: #efefef;" | Type | |||
! scope="col" style="background: #efefef;" | Reference | |||
|- | |||
| CivilizationType || text|| Civilizations(Type) | |||
|- | |||
| RegionType || text|| Regions(Type) | |||
|} | |||
==Civilization_Start_Region_Avoid== | |||
*[[CIV5Regions]] contains the definitions of the Regions referenced in this table. | |||
{| border="1" style="text-align:left" cellpadding="3" cellspacing="0" | |||
|+Civilization_Start_Region_Avoid Table | |||
! scope="col" style="background: #efefef;" | Name | |||
! scope="col" style="background: #efefef;" | Type | |||
! scope="col" style="background: #efefef;" | Reference | |||
|- | |||
| CivilizationType || text|| Civilizations(Type) | |||
|- | |||
| RegionType || text|| Regions(Type) | |||
|} | |||
{{Civ5_XML_Files}} |
Revision as of 01:53, 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 | |||
CivilopediaTag | text | |||
Strategy | text | Ask Paul | ||
Playable | boolean | true | ||
AIPlayable | boolean | true | ||
ShortDescription | text | NULL | ||
Adjective | text | NULL | ||
DefaultPlayerColor | text | NULL | ||
ArtDefineTag | text | NULL | ||
ArtStyleType | text | NULL | ||
ArtStyleSuffix | text | NULL | ||
ArtStylePrefix | text | NULL | ||
DerivativeCiv | text | NULL | ||
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) |