CIV5Technologies: Difference between revisions
From Civilization Modding Wiki
Jump to navigationJump to search
Chronovore (talk | contribs) mNo edit summary |
Chronovore (talk | contribs) m Added Headers |
||
| Line 1: | Line 1: | ||
The | ==CIV5Technologies.xml== | ||
*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. | *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. | |||
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. | ||
This information is taken from the | |||
==Technology== | |||
{| border="1" style="text-align:left" cellpadding="3" cellspacing="0" | {| border="1" style="text-align:left" cellpadding="3" cellspacing="0" | ||
|+ Technology Table | |+ Technology Table | ||
| Line 103: | Line 102: | ||
|} | |} | ||
==Technology_DomainExtraMoves== | |||
*[[CIV5Domains]] contains the definitions of the DomainType used in this table. | |||
{| border="1" style="text-align:left" cellpadding="3" cellspacing="0" | {| border="1" style="text-align:left" cellpadding="3" cellspacing="0" | ||
|+ Technology_DomainExtraMoves Table | |+ Technology_DomainExtraMoves Table | ||
| Line 117: | Line 118: | ||
|} | |} | ||
==Technology_Flavors== | |||
{| border="1" style="text-align:left" cellpadding="3" cellspacing="0" | {| border="1" style="text-align:left" cellpadding="3" cellspacing="0" | ||
|+ Technology_Flavors Table | |+ Technology_Flavors Table | ||
| Line 131: | Line 133: | ||
|} | |} | ||
==Technology_ORPrereqTechs== | |||
{| border="1" style="text-align:left" cellpadding="3" cellspacing="0" | {| border="1" style="text-align:left" cellpadding="3" cellspacing="0" | ||
|+ Technology_ORPrereqTechs Table | |+ Technology_ORPrereqTechs Table | ||
| Line 143: | Line 146: | ||
|} | |} | ||
==Technology_PrereqTechs== | |||
{| border="1" style="text-align:left" cellpadding="3" cellspacing="0" | {| border="1" style="text-align:left" cellpadding="3" cellspacing="0" | ||
|+ Technology_PrereqTechs Table | |+ Technology_PrereqTechs Table | ||
Revision as of 16:47, 27 September 2010
CIV5Technologies.xml
- 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.
Technology
| 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 |
Technology_DomainExtraMoves
- CIV5Domains contains the definitions of the DomainType used in this table.
| Name | Type | Reference |
|---|---|---|
| TechType | Text | Technologies(Type) |
| DomainType | Text | Domains(Type) |
| Moves | Integer |
Technology_Flavors
| Name | Type | Reference |
|---|---|---|
| TechType | Text | Technologies(Type) |
| FlavorType | Text | Flavors(Type) |
| Flavor | Integer |
Technology_ORPrereqTechs
| Name | Type | Reference |
|---|---|---|
| TechType | Text | Technologies(Type) |
| PrereqTech | Text | Technologies(Type) |
Technology_PrereqTechs
| Name | Type | Reference |
|---|---|---|
| TechType | Text | Technologies(Type) |
| PrereqTech | Text | Technologies(Type) |