AstraeusCore
Chieftain
I am not much of a coder, so I have been messing around with a modified Paratrooper unit and now I am officially asking for help on this. Recently, I have been playing around with a modified version of a Paratrooper Unit. I have found that regular Paratroopers can be airlifted or paradrop, while the modified Paratrooper unit, that I have been messing with can only be airlifted when in my territory.
Additionally, the regular Paratrooper unit has the abilities of "Embarkation", "May Paradrop" and "No Movement Cost to Pillage", while this modified version can only do "Embarkation." I was wondering, am I missing a source code to enable this unit to Paradrop and No Movement Cost to Pillage? And if so, can someone tell me what it is and how to add them? Thank You.
This is a sample of the .xml file I have been modifying in order to better illustrate the problem. It comes from Emerald Knight's George W. Bush Civilization and the unit is known as the "International Security Assistance Force." https://forums.civfanatics.com/resources/george-w-bush.15565/
</Row>
</Language_en_US>
<Units>
<Row>
<Class>UNITCLASS_PARATROOPER</Class>
<Type>UNIT_DECIDERS_PARATROOPER</Type>
<PrereqTech>TECH_RADAR</PrereqTech>
<Combat>75</Combat>
<Cost>350</Cost>
<Moves>3</Moves>
<CombatClass>UNITCOMBAT_GUN</CombatClass>
<Domain>DOMAIN_LAND</Domain>
<DefaultUnitAI>UNITAI_PARADROP</DefaultUnitAI>
<Description>International Security Assistance Force</Description>
<Strategy>TXT_KEY_UNIT_PARATROOPER_STRATEGY</Strategy>
<Help>TXT_KEY_UNIT_HELP_PARATROOPER</Help>
<MilitarySupport>true</MilitarySupport>
<MilitaryProduction>true</MilitaryProduction>
<Pillage>true</Pillage>
<IgnoreBuildingDefense>true</IgnoreBuildingDefense>
<AdvancedStartCost>40</AdvancedStartCost>
<XPValueAttack>3</XPValueAttack>
<XPValueDefense>3</XPValueDefense>
<Conscription>1</Conscription>
<UnitArtInfo>ART_DEF_UNIT_PARATROOPER</UnitArtInfo>
<UnitFlagIconOffset>59</UnitFlagIconOffset>
<IconAtlas>UNIT_ATLAS_2</IconAtlas>
<PortraitIndex>14</PortraitIndex>
<Civilopedia>The International Security Assistance Force (ISAF) was established in December 2001 by the United Nations Security Council, with the goals of protecting Afghanistan from Taliban and al-Qaeda insurgents and safeguarding civilian lives. Many countries have contributed troops to this force, with the bulk of the forces coming from the United States, Canada, and the United Kingdom. These troops have been hardened by the War on Terror with +10 stronger combat than the regular paratroopers.</Civilopedia>
</Row>
</Units>
<Civilizations>
<Update>
Additionally, the regular Paratrooper unit has the abilities of "Embarkation", "May Paradrop" and "No Movement Cost to Pillage", while this modified version can only do "Embarkation." I was wondering, am I missing a source code to enable this unit to Paradrop and No Movement Cost to Pillage? And if so, can someone tell me what it is and how to add them? Thank You.
This is a sample of the .xml file I have been modifying in order to better illustrate the problem. It comes from Emerald Knight's George W. Bush Civilization and the unit is known as the "International Security Assistance Force." https://forums.civfanatics.com/resources/george-w-bush.15565/
</Row>
</Language_en_US>
<Units>
<Row>
<Class>UNITCLASS_PARATROOPER</Class>
<Type>UNIT_DECIDERS_PARATROOPER</Type>
<PrereqTech>TECH_RADAR</PrereqTech>
<Combat>75</Combat>
<Cost>350</Cost>
<Moves>3</Moves>
<CombatClass>UNITCOMBAT_GUN</CombatClass>
<Domain>DOMAIN_LAND</Domain>
<DefaultUnitAI>UNITAI_PARADROP</DefaultUnitAI>
<Description>International Security Assistance Force</Description>
<Strategy>TXT_KEY_UNIT_PARATROOPER_STRATEGY</Strategy>
<Help>TXT_KEY_UNIT_HELP_PARATROOPER</Help>
<MilitarySupport>true</MilitarySupport>
<MilitaryProduction>true</MilitaryProduction>
<Pillage>true</Pillage>
<IgnoreBuildingDefense>true</IgnoreBuildingDefense>
<AdvancedStartCost>40</AdvancedStartCost>
<XPValueAttack>3</XPValueAttack>
<XPValueDefense>3</XPValueDefense>
<Conscription>1</Conscription>
<UnitArtInfo>ART_DEF_UNIT_PARATROOPER</UnitArtInfo>
<UnitFlagIconOffset>59</UnitFlagIconOffset>
<IconAtlas>UNIT_ATLAS_2</IconAtlas>
<PortraitIndex>14</PortraitIndex>
<Civilopedia>The International Security Assistance Force (ISAF) was established in December 2001 by the United Nations Security Council, with the goals of protecting Afghanistan from Taliban and al-Qaeda insurgents and safeguarding civilian lives. Many countries have contributed troops to this force, with the bulk of the forces coming from the United States, Canada, and the United Kingdom. These troops have been hardened by the War on Terror with +10 stronger combat than the regular paratroopers.</Civilopedia>
</Row>
</Units>
<Civilizations>
<Update>