CIV5CitySizes: Difference between revisions
From Civilization Modding Wiki
Jump to navigationJump to search
Chronovore (talk | contribs) m Removed Spam. |
Chronovore (talk | contribs) Added table data structure. |
||
| Line 1: | Line 1: | ||
==CIV5CitySizes.xml== | |||
*The CIV5CitySizes.xml file contains definitions for the city sizes. | |||
*This information is taken from the CIV5CitySizes.xml file. | |||
==CitySizes== | |||
{| border="1" style="text-align:left" cellpadding="3" cellspacing="0" | |||
|+CitySizes Table | |||
! scope="col" style="background: #efefef;" | Name | |||
! scope="col" style="background: #efefef;" | Type | |||
! scope="col" style="background: #efefef;" | Notes | |||
|- | |||
| ID || integer|| Primary Key,Autoincrement | |||
|- | |||
| Type || text|| Not Null,Unique | |||
|} | |||
Revision as of 16:20, 28 September 2010
CIV5CitySizes.xml
- The CIV5CitySizes.xml file contains definitions for the city sizes.
- This information is taken from the CIV5CitySizes.xml file.
CitySizes
| Name | Type | Notes |
|---|---|---|
| ID | integer | Primary Key,Autoincrement |
| Type | text | Not Null,Unique |