boneys26
BTS Play session tester
Hi guys I know .xml but i'm trying to change a few units
units like helicopters have this code
and the sam infantry have
what other codes are there? I cant fine anything about it and could you have multiple codes? like
Note spacing all wrong in here
units like helicopters have this code
Code:
<UnitCombatMods>
<UnitCombatMod>
<UnitCombatType>UNITCOMBAT_ARMOR</UnitCombatType>
<iUnitCombatMod>100</iUnitCombatMod>
</UnitCombatMod>
</UnitCombatMods>
and the sam infantry have
Code:
<UnitCombatMods>
<UnitCombatMod>
<UnitCombatType>UNITCOMBAT_HELICOPTER</UnitCombatType>
<iUnitCombatMod>60</iUnitCombatMod>
</UnitCombatMod>
</UnitCombatMods>
what other codes are there? I cant fine anything about it and could you have multiple codes? like
Code:
<UnitCombatMods>
<UnitCombatMod>
<UnitCombatType>UNITCOMBAT_ARMOR</UnitCombatType>
<iUnitCombatMod>100</iUnitCombatMod>
</UnitCombatMods>
<UnitCombatMod>
<UnitCombatType>UNITCOMBAT_helicopter</UnitCombatType>
<iUnitCombatMod>60</iUnitCombatMod>
</UnitCombatMod>
</UnitCombatMods>