CIV5Terrains: Difference between revisions
From Civilization Modding Wiki
Jump to navigationJump to search
Chronovore (talk | contribs) (Added table data structures.) |
|||
(2 intermediate revisions by the same user not shown) | |||
Line 66: | Line 66: | ||
! scope="col" style="background: #efefef;" | Default | ! scope="col" style="background: #efefef;" | Default | ||
|- | |- | ||
| TerrainType || text|| Terrains(Type)|| | | TerrainType || text|| [[Terrains(Type)]]|| | ||
|- | |- | ||
| YieldType || text|| Yields(Type)|| | | YieldType || text|| [[Yields(Type)]]|| | ||
|- | |- | ||
| Yield || integer|| || 0 | | Yield || integer|| || 0 | ||
|} | |} | ||
==Terrain_RiverYieldChanges== | ==Terrain_RiverYieldChanges== | ||
*[[CIV5Yields]] contains the definitions of the Yields referenced in this table. | *[[CIV5Yields]] contains the definitions of the Yields referenced in this table. | ||
Line 81: | Line 82: | ||
! scope="col" style="background: #efefef;" | Default | ! scope="col" style="background: #efefef;" | Default | ||
|- | |- | ||
| TerrainType || text|| Terrains(Type)|| | | TerrainType || text|| [[Terrains(Type)]]|| | ||
|- | |- | ||
| YieldType || text|| Yields(Type)|| | | YieldType || text|| [[Yields|Yields(Type)]]|| | ||
|- | |- | ||
| Yield || integer|| || 0 | | Yield || integer|| || 0 | ||
|} | |} | ||
==Terrain_HillsYieldChanges== | ==Terrain_HillsYieldChanges== | ||
*[[CIV5Yields]] contains the definitions of the Yields referenced in this table. | *[[CIV5Yields]] contains the definitions of the Yields referenced in this table. |
Latest revision as of 02:29, 26 October 2011
civ5terrains.xml
- The civ5terrains.xml file contains definitions for the Terrains.
- The reference field in the tables below indicates the table and column the entry is linked to.
- This information is taken from the civ5terrains.xml file itself.
Terrains
- 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 | |||
ArtDefineTag | text | |||
Water | boolean | false | ||
Impassable | boolean | false | ||
Found | boolean | false | ||
FoundCoast | boolean | false | ||
FoundFreshWater | boolean | false | ||
Movement | integer | 1 | ||
SeeFrom | integer | 1 | ||
SeeThrough | integer | 1 | ||
BuildModifier | integer | 0 | ||
Defense | integer | 0 | ||
InfluenceCost | integer | 0 | ||
Button | text | |||
WorldSoundscapeAudioScript | text | |||
GraphicalOnly | boolean | false | ||
PortraitIndex | integer | -1 | ||
EffectTypeTag | text | |||
IconAtlas | text | IconTextureAtlases(Atlas) | NULL |
Terrain_Yields
- CIV5Yields contains the definitions of the Yields referenced in this table.
Name | Type | Reference | Default |
---|---|---|---|
TerrainType | text | Terrains(Type) | |
YieldType | text | Yields(Type) | |
Yield | integer | 0 |
Terrain_RiverYieldChanges
- CIV5Yields contains the definitions of the Yields referenced in this table.
Name | Type | Reference | Default |
---|---|---|---|
TerrainType | text | Terrains(Type) | |
YieldType | text | Yields(Type) | |
Yield | integer | 0 |
Terrain_HillsYieldChanges
- CIV5Yields contains the definitions of the Yields referenced in this table.
Name | Type | Reference | Default |
---|---|---|---|
TerrainType | text | Terrains(Type) | |
YieldType | text | Yields(Type) | |
Yield | integer | 0 |