CIV5MinorCivilizations: Difference between revisions
From Civilization Modding Wiki
Jump to navigationJump to search
(DmQckvozhYGZenhTgU) |
Chronovore (talk | contribs) (Added table data structures.) |
||
Line 1: | Line 1: | ||
=CIV5MinorCivilizations.xml= | |||
*The CIV5MinorCivilizations.xml file contains definitions for the MinorCivilizations. | |||
*The reference field in the tables below indicates the table and column the entry is linked to. | |||
*This information is taken from the CIV5MinorCivilizations.xml file itself. | |||
==MinorCivilizations== | |||
*[[CIV5MinorCivTraits]] contains the definitions of the MinorCivTraits referenced in this table. | |||
{| border="1" style="text-align:left" cellpadding="3" cellspacing="0" | |||
|+MinorCivilizations 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|| || || | |||
|- | |||
| ShortDescription || text|| || || | |||
|- | |||
| Adjective || text|| || || | |||
|- | |||
| ArtDefineTag || text|| || || | |||
|- | |||
| DefaultPlayerColor || text|| || NULL|| | |||
|- | |||
| ArtStyleType || text|| || NULL|| | |||
|- | |||
| ArtStyleSuffix || text|| || NULL|| | |||
|- | |||
| ArtStylePrefix || text|| || NULL|| | |||
|- | |||
| MinorCivTrait || text|| MinorCivTraits(Type)|| || Not Null | |||
|} | |||
==MinorCivilization_Flavors== | |||
*[[CIV5Flavors]] contains the definitions of the Flavors referenced in this table. | |||
{| border="1" style="text-align:left" cellpadding="3" cellspacing="0" | |||
|+MinorCivilization_Flavors Table | |||
! scope="col" style="background: #efefef;" | Name | |||
! scope="col" style="background: #efefef;" | Type | |||
! scope="col" style="background: #efefef;" | Reference | |||
|- | |||
| MinorCivType || text|| MinorCivilizations(Type) | |||
|- | |||
| FlavorType || text|| Flavors(Type) | |||
|- | |||
| Flavor || integer|| | |||
|} | |||
==MinorCivilization_CityNames== | |||
{| border="1" style="text-align:left" cellpadding="3" cellspacing="0" | |||
|+MinorCivilization_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 | |||
|- | |||
| MinorCivType || text|| MinorCivilizations(Type)|| | |||
|- | |||
| CityName || text|| || Not Null | |||
|} | |||
{{Civ5_XML_Files}} |
Revision as of 18:09, 28 September 2010
CIV5MinorCivilizations.xml
- The CIV5MinorCivilizations.xml file contains definitions for the MinorCivilizations.
- The reference field in the tables below indicates the table and column the entry is linked to.
- This information is taken from the CIV5MinorCivilizations.xml file itself.
MinorCivilizations
- CIV5MinorCivTraits contains the definitions of the MinorCivTraits referenced in this table.
Name | Type | Reference | Default | Notes |
---|---|---|---|---|
ID | integer | Primary Key,Autoincrement | ||
Type | text | Not Null,Unique | ||
Description | text | |||
Civilopedia | text | |||
ShortDescription | text | |||
Adjective | text | |||
ArtDefineTag | text | |||
DefaultPlayerColor | text | NULL | ||
ArtStyleType | text | NULL | ||
ArtStyleSuffix | text | NULL | ||
ArtStylePrefix | text | NULL | ||
MinorCivTrait | text | MinorCivTraits(Type) | Not Null |
MinorCivilization_Flavors
- CIV5Flavors contains the definitions of the Flavors referenced in this table.
Name | Type | Reference |
---|---|---|
MinorCivType | text | MinorCivilizations(Type) |
FlavorType | text | Flavors(Type) |
Flavor | integer |
MinorCivilization_CityNames
Name | Type | Reference | Notes |
---|---|---|---|
MinorCivType | text | MinorCivilizations(Type) | |
CityName | text | Not Null |