CIV5UnitClasses: Difference between revisions
From Civilization Modding Wiki
Jump to navigationJump to search
(GbwFoeKCmWRFDl) |
m (Unprotected "CIV5UnitClasses") |
||
(2 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
==CIV5UnitClasses.xml== | |||
*The CIV5UnitClasses.xml file contains definitions for the unit classes. | |||
*This information is taken from the CIV5UnitClasses.xml file itself. | |||
==UnitClasses== | |||
{| border="1" style="text-align:left" cellpadding="3" cellspacing="0" | |||
|+ UnitClasses 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 || || | |||
|- | |||
| MaxGlobalInstances || Integer || -1 || | |||
|- | |||
| MaxTeamInstances || Integer || -1 || | |||
|- | |||
| MaxPlayerInstances || Integer || -1 || | |||
|- | |||
| InstanceCostModifier || Integer || 0 || | |||
|- | |||
| DefaultUnit || Text || || | |||
|} | |||
{{Civ5_XML_Files}} |
Latest revision as of 01:28, 3 October 2011
CIV5UnitClasses.xml
- The CIV5UnitClasses.xml file contains definitions for the unit classes.
- This information is taken from the CIV5UnitClasses.xml file itself.
UnitClasses
Name | Type | Default | Notes |
---|---|---|---|
ID | integer | Primary Key, Autoincrement | |
Type | Text | Not Null, Unique | |
Description | Text | ||
MaxGlobalInstances | Integer | -1 | |
MaxTeamInstances | Integer | -1 | |
MaxPlayerInstances | Integer | -1 | |
InstanceCostModifier | Integer | 0 | |
DefaultUnit | Text |