CIV5Trades: Difference between revisions
From Civilization Modding Wiki
Jump to navigationJump to search
(wCSESMEyVWtXMfbHMT) |
Chronovore (talk | contribs) (Added table data structure and removed Spam.) |
||
Line 1: | Line 1: | ||
=CIV5Trades.xml= | |||
*The CIV5Trades.xml file contains definitions for the Trades. | |||
*This information is taken from the CIV5Trades.xml file itself. | |||
==Trades== | |||
{| border="1" style="text-align:left" cellpadding="3" cellspacing="0" | |||
|+Trades Table | |||
! scope="col" style="background: #efefef;" | Name | |||
! scope="col" style="background: #efefef;" | Type | |||
! scope="col" style="background: #efefef;" | Default | |||
! scope="col" style="background: #efefef;" | Notes | |||
|- | |||
| ID || integer|| || Primary Key,Autoincrement | |||
|- | |||
| Type || text|| || Not Null,Unique | |||
|- | |||
| Description || text|| || | |||
|- | |||
| InitialPercent || integer|| 0|| | |||
|- | |||
| AIWeightPercent || integer|| 0|| | |||
|} | |||
{{Civ5_XML_Files}} |
Revision as of 18:44, 28 September 2010
CIV5Trades.xml
- The CIV5Trades.xml file contains definitions for the Trades.
- This information is taken from the CIV5Trades.xml file itself.
Trades
Name | Type | Default | Notes |
---|---|---|---|
ID | integer | Primary Key,Autoincrement | |
Type | text | Not Null,Unique | |
Description | text | ||
InitialPercent | integer | 0 | |
AIWeightPercent | integer | 0 |