Jump to content

EVerses

From ModEnc²
Revision as of 14:04, 15 June 2008 by en>Nighthawk200 (EVerses)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Tiberian Dawn Red Alert Tiberian Sun Firestorm Red Alert 2 Yuri's Revenge
Flag: EVerses
File(s): rules(md).ini
Values: Percentages: Either a direct percentage (e.g. "50%"), or a floating point value (e.g. "0.5").
Applicable to: Warheads

This flag is part of the RockPatch.



Template:RockPatchFlag This flag is used in conjunction with the New ArmorTypes logic. This tag operates like the Template:TTL tag in that it is a list of percentages, with each percentage corresponding to the damage done against that ArmorType. Each percentage is an armor listed in the ArmorTypes list. They are entered in order going down the ArmorTypes list, so if you have an ArmorTypes list like this:

[ArmorTypes]
1=FireArmor
2=IceArmor
3=ElectricArmor
4=AnotherArmor

Then your EVerses tag on a warhead could look like this:

EVerses=80%,75%,0%,150%

Where the first percentage = 80% damage against anything with 'FireArmor'.
Second percentage = 75% damage against anything with 'IceArmor'.
Third percentage = no damage against anything with 'ElectricArmor'.
Fourth percentage = 150% damage against anything with 'AnotherArmor'.