Well,from the factionunit.ini of Generals,we can see crusader tank has a module commented out:
;ArmorSet
; Conditions = PLAYER_UPGRADE
; Armor = UpgradedTankArmor
; DamageFX = TankDamageFX
;End
i want to make this kind of settings work,but i don't know how to make it available.
and in ZeroHour,I find InfantryGeneral's Bunker has a
Behavior = ArmorUpgrade ModuleTag_26
TriggeredBy = Upgrade_ChinaEMPMines
End
but to my puzzled,i can't find a upgraded armorset in its code.
Who can tell me?