Skip to content

Commit

Permalink
wmllint: add campaign abilites & specials
Browse files Browse the repository at this point in the history
So far only stun was in the list

[ci skip]

(cherry-picked from commit ed46bc1)
  • Loading branch information
sevu committed Oct 7, 2018
1 parent 1c88a6d commit 7afb8a8
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions data/tools/wmllint
Expand Up @@ -1048,6 +1048,11 @@ notepairs = [
("{ABILITY_CONCEALMENT}", "{SPECIAL_NOTES_CONCEALMENT}"),
("{ABILITY_SUBMERGE}", "{SPECIAL_NOTES_SUBMERGE}"),
("{ABILITY_FEEDING}", "{SPECIAL_NOTES_FEEDING}"),
("{ABILITY_INSPIRE}", "{SPECIAL_NOTES_INSPIRE}"),
("{ABILITY_INITIATIVE}", "{SPECIAL_NOTES_INITIATIVE}"),
("{ABILITY_DISTRACT}", "{SPECIAL_NOTES_DISTRACT}"),
("{ABILITY_DISENGAGE}", "{SPECIAL_NOTES_DISENGAGE}"),
("{ABILITY_FORMATION}", "{SPECIAL_NOTES_FORMATION}"),
("{WEAPON_SPECIAL_BERSERK}", "{SPECIAL_NOTES_BERSERK}"),
("{WEAPON_SPECIAL_BACKSTAB}", "{SPECIAL_NOTES_BACKSTAB}"),
("{WEAPON_SPECIAL_PLAGUE", "{SPECIAL_NOTES_PLAGUE}"), # No } deliberately
Expand All @@ -1061,6 +1066,8 @@ notepairs = [
("{WEAPON_SPECIAL_FIRSTSTRIKE}", "{SPECIAL_NOTES_FIRSTSTRIKE}"),
("{WEAPON_SPECIAL_POISON}", "{SPECIAL_NOTES_POISON}"),
("{WEAPON_SPECIAL_STUN}", "{SPECIAL_NOTES_STUN}"),
("{WEAPON_SPECIAL_SHOCK}", "{SPECIAL_NOTES_SHOCK}"),
("{WEAPON_SPECIAL_DAZE}", "{SPECIAL_NOTES_DAZE}"),
]

# This dictionary will pair macros with the characters they recall or create,
Expand Down

0 comments on commit 7afb8a8

Please sign in to comment.