CIV5TacticalMoves: Difference between revisions
From Civilization Modding Wiki
Jump to navigationJump to search
m (Protected "CIV5TacticalMoves": Excessive vandalism ([edit=autoconfirmed] (indefinite) [move=autoconfirmed] (indefinite))) |
m (Unprotected "CIV5TacticalMoves") |
||
(One intermediate revision by the same user not shown) | |||
Line 1: | Line 1: | ||
=CIV5TacticalMoves.xml= | |||
*The CIV5TacticalMoves.xml file contains definitions for the TacticalMoves. | |||
*This information is taken from the CIV5TacticalMoves.xml file itself. | |||
==TacticalMoves== | |||
{| border="1" style="text-align:left" cellpadding="3" cellspacing="0" | |||
|+TacticalMoves 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 | |||
|- | |||
| OperationsCanRecruit || boolean|| true|| | |||
|- | |||
| DominanceZoneMove || boolean|| false|| | |||
|- | |||
| OffenseFlavorWeight || integer|| || | |||
|- | |||
| DefenseFlavorWeight || integer|| || | |||
|- | |||
| Priority || integer|| || | |||
|} | |||
{{Civ5_XML_Files}} |
Latest revision as of 01:29, 3 October 2011
CIV5TacticalMoves.xml
- The CIV5TacticalMoves.xml file contains definitions for the TacticalMoves.
- This information is taken from the CIV5TacticalMoves.xml file itself.
TacticalMoves
Name | Type | Default | Notes |
---|---|---|---|
ID | integer | Primary Key,Autoincrement | |
Type | text | Not Null,Unique | |
OperationsCanRecruit | boolean | true | |
DominanceZoneMove | boolean | false | |
OffenseFlavorWeight | integer | ||
DefenseFlavorWeight | integer | ||
Priority | integer |