Eltoshan
Chieftain
- Joined
- Jul 21, 2012
- Messages
- 14
assets -> Units -> Civ5ArtDefines_UnitMemberTemplates.xml
This has art defines for templates, like a single unit mounted model or a single warrior rather than a group of them.
Are these defines usable? Like, SHOULD this work? Or am I missing something (because obviously it is not currently working)?:
Thanks hugely again to anyone for any help.
This has art defines for templates, like a single unit mounted model or a single warrior rather than a group of them.
Are these defines usable? Like, SHOULD this work? Or am I missing something (because obviously it is not currently working)?:
Code:
<Row>
<Class>UNITCLASS_KNIGHT</Class>
<Type>UNIT_CROSS_KNIGHT</Type>
<PrereqTech>TECH_CHIVALRY</PrereqTech>
<Combat>23</Combat>
<Cost>100</Cost>
<Moves>3</Moves>
<CombatClass>UNITCOMBAT_MOUNTED</CombatClass>
<Domain>DOMAIN_LAND</Domain>
<DefaultUnitAI>UNITAI_FAST_ATTACK</DefaultUnitAI>
<Description>TXT_KEY_UNIT_CROSS_KNIGHT</Description>
<Civilopedia>TXT_KEY_CIVILOPEDIA_UNIT_KNIGHT_TEXT</Civilopedia>
<Strategy>TXT_KEY_UNIT_KNIGHT_STRATEGY</Strategy>
<Help>TXT_KEY_UNIT_CROSS_KNIGHT_HELP</Help>
<MilitarySupport>true</MilitarySupport>
<MilitaryProduction>true</MilitaryProduction>
<Pillage>true</Pillage>
<ObsoleteTech>TECH_MILITARY_SCIENCE</ObsoleteTech>
<GoodyHutUpgradeUnitClass>UNITCLASS_CAVALRY</GoodyHutUpgradeUnitClass>
<AdvancedStartCost>25</AdvancedStartCost>
<XPValueAttack>3</XPValueAttack>
<XPValueDefense>3</XPValueDefense>
<Conscription>1</Conscription>
[B][COLOR="RoyalBlue"]<UnitArtInfo>ART_DEF_TEMPLATE_MOUNTED_SINGLE</UnitArtInfo>[/COLOR][/B]
<UnitFlagIconOffset>44</UnitFlagIconOffset>
<IconAtlas>UNIT_ATLAS_2</IconAtlas>
<PortraitIndex>1</PortraitIndex>
<MoveRate>QUADRUPED</MoveRate>
</Row>
Thanks hugely again to anyone for any help.