inferno8 / wesnoth-Era_of_Magic

add-on for Battle for Wesnoth
GNU General Public License v2.0
10 stars 4 forks source link

WEAPON_SPECIAL_EOMA_STUN modifies chance to hit #56

Closed ProditorMagnus closed 1 year ago

ProditorMagnus commented 1 year ago
#taken from EFM
#define WEAPON_SPECIAL_EOMA_STUN
    [chance_to_hit]
        id=eoma_stun
        name= _ "stun"
        description= _ "This attack puts enormous pressure on the enemy, disrupting his ZOC if a hit is landed. Not active on defense. Does not work on units that do not have a ZoC."
        apply_to=opponent
        active_on=offense
        value=60
        cumulative=yes
    [/chance_to_hit]

Description does not tell anything about change to hit. No in game impact, all attacks with it have another chance_to_hit special too.

inferno8 commented 1 year ago

Then value=60 needs to be removed and the special's tag needs to be renamed to something else. Thanks for reporting that!