CIV5Technologies: Difference between revisions
From Civilization Modding Wiki
Jump to navigationJump to search
Chronovore (talk | contribs) (Added table data structures.) |
Chronovore (talk | contribs) mNo edit summary |
||
Line 7: | Line 7: | ||
This information is taken from the Civ5Technologies.xml file itself. | This information is taken from the Civ5Technologies.xml file itself. | ||
{| border="1" | {| border="1" style="text-align:left" cellpadding="3" cellspacing="0" | ||
|+ Technology Table | |+ Technology Table | ||
|- | |- | ||
Line 103: | Line 103: | ||
|} | |} | ||
{| border="1" | {| border="1" style="text-align:left" cellpadding="3" cellspacing="0" | ||
|+ Technology_DomainExtraMoves Table | |+ Technology_DomainExtraMoves Table | ||
|- | |- | ||
Line 117: | Line 117: | ||
|} | |} | ||
{| border="1" | {| border="1" style="text-align:left" cellpadding="3" cellspacing="0" | ||
|+ Technology_Flavors Table | |+ Technology_Flavors Table | ||
|- | |- | ||
Line 131: | Line 131: | ||
|} | |} | ||
{| border="1" | {| border="1" style="text-align:left" cellpadding="3" cellspacing="0" | ||
|+ Technology_ORPrereqTechs Table | |+ Technology_ORPrereqTechs Table | ||
|- | |- | ||
Line 143: | Line 143: | ||
|} | |} | ||
{| border="1" | {| border="1" style="text-align:left" cellpadding="3" cellspacing="0" | ||
|+ Technology_PrereqTechs Table | |+ Technology_PrereqTechs Table | ||
|- | |- |
Revision as of 16:38, 27 September 2010
The Civ5Technologies.xml file contains definitions for the technologies. The tables below indicate the structure of the entries in the Civ5Technologies file.
This file defines data for the Technology, Technology_PrereqTechs, and Technology_Flavors tables.
The reference field in the tables below indicates the table and column the entry is linked to.
This information is taken from the Civ5Technologies.xml file itself.
Name | Type | Default | Reference | Notes |
---|---|---|---|---|
ID | integer | Primary Key, Auto-Incremented | ||
Type | Text | |||
Description | Text | NULL | ||
Civilopedia | Text | NULL | ||
Help | Text | NULL | ||
AIWeight | integer | 0 | ||
AITradeModifier | integer | 0 | ||
Cost | integer | 0 | ||
AdvancedStartCost | integer | -1 | ||
Era | Text | NULL | ||
FirstFreeUnitClass | Text | NULL | ||
FeatureProductionModifier | integer | 0 | ||
WorkerSpeedModifier | integer | 0 | ||
FirstFreeTechs | integer | 0 | ||
EmbarkedMoveChange | integer | 0 | ||
EndsGame | boolean | FALSE | ||
AllowsEmbarking | boolean | FALSE | ||
EmbarkedAllWaterPassage | boolean | FALSE | ||
AllowsBarbarianBoats | boolean | FALSE | ||
Repeat | boolean | FALSE | ||
Trade | boolean | FALSE | ||
Disable | boolean | FALSE | ||
GoodyTech | boolean | FALSE | ||
ExtraWaterSeeFrom | boolean | FALSE | ||
MapCentering | boolean | FALSE | ||
MapVisible | boolean | FALSE | ||
MapTrading | boolean | FALSE | ||
TechTrading | boolean | FALSE | ||
GoldTrading | boolean | FALSE | ||
OpenBordersTradingAllowed | boolean | FALSE | ||
DefensivePactTradingAllowed | boolean | FALSE | ||
ResearchAgreementTradingAllowed | boolean | FALSE | ||
TradeAgreementTradingAllowed | boolean | FALSE | ||
PermanentAllianceTradingAllowed | boolean | FALSE | ||
BridgeBuilding | boolean | FALSE | ||
WaterWork | boolean | FALSE | ||
GridX | integer | 0 | ||
GridY | integer | 0 | ||
Quote | Text | NULL | ||
PortraitIndex | integer | -1 | ||
IconAtlas | Text | NULL | IconTextureAtlases(Atlas) | |
AudioIntro | Text | NULL | ||
AudioIntroHeader | Text | NULL |
Name | Type | Reference |
---|---|---|
TechType | Text | Technologies(Type) |
DomainType | Text | Domains(Type) |
Moves | Integer |
Name | Type | Reference |
---|---|---|
TechType | Text | Technologies(Type) |
FlavorType | Text | Flavors(Type) |
Flavor | Integer |
Name | Type | Reference |
---|---|---|
TechType | Text | Technologies(Type) |
PrereqTech | Text | Technologies(Type) |
Name | Type | Reference |
---|---|---|
TechType | Text | Technologies(Type) |
PrereqTech | Text | Technologies(Type) |