KitTemplate.SetBattleStrength

From Pilot_51's Wiki
Revision as of 10:55, 20 November 2008 by Pilot 51 (talk | contribs) (New page: == MDT Description == For the AI system (bots). Sets how effective a type of soldier is against a particular type of vehicle or another soldier. For example, the anti-tank soldier uses the...)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

MDT Description

For the AI system (bots). Sets how effective a type of soldier is against a particular type of vehicle or another soldier. For example, the anti-tank soldier uses these values:

KitTemplate.SetBattleStrength Infantry    2.0
KitTemplate.SetBattleStrength LightArmour 8.0
KitTemplate.SetBattleStrength HeavyArmour 4.0
KitTemplate.SetBattleStrength NavalArmour 0.0
KitTemplate.SetBattleStrength Submarine   0.0
KitTemplate.SetBattleStrength Air         0.0

since his strength is against armor. Each soldier type has its effectiveness rated against each type of vehicle/soldier.

Source and more details

Additional Description