mirror of
https://github.com/correl/mage.git
synced 2025-01-11 19:13:02 +00:00
Update the list of ability words (CompRules 207.2c)
This commit is contained in:
parent
96a506440b
commit
fad50a4ecf
1 changed files with 21 additions and 3 deletions
|
@ -33,19 +33,37 @@ package mage.constants;
|
|||
*/
|
||||
public enum AbilityWord {
|
||||
|
||||
RALLY("Rally"),
|
||||
BATTALION("Battalion"),
|
||||
BLOODRUSH("Bloodrush"),
|
||||
CONVERGE("Converge"),
|
||||
CHANNEL("Channel"),
|
||||
CHROMA("Chroma"),
|
||||
CONSTELLATION("Constellation"),
|
||||
CONVERGE("Converge"),
|
||||
DOMAIN("Domain"),
|
||||
FATEFUL_HOUR("Fateful hour"),
|
||||
FEROCIOUS("Ferocious"),
|
||||
FORMIDABLE("Formidable"),
|
||||
GRANDEUR("Grandeur"),
|
||||
HELLBENT("Hellbent"),
|
||||
HEROIC("Heroic"),
|
||||
IMPRINT("Imprint"),
|
||||
INSPIRED("Inspided"),
|
||||
JOIN_FORCES("Join forces"),
|
||||
KINSHIP("Kinship"),
|
||||
LANDFALL("Landfall"),
|
||||
LIEUTENANT("Lieutenant"),
|
||||
METALCRAFT("Metalcraft"),
|
||||
MORBID("Morbid"),
|
||||
PARLEY("Parley"),
|
||||
RAID("Raid");
|
||||
RADIANCE("Radiance"),
|
||||
RAID("Raid"),
|
||||
RALLY("Rally"),
|
||||
SPELL_MASTERY("Spell mastery"),
|
||||
STRIVE("Strive"),
|
||||
SWEEP("Sweep"),
|
||||
TEMPTING_OFFER("Tempting offer"),
|
||||
THRESHOLD("Threshold"),
|
||||
WILL_OF_THE_COUNCIL("Will of the council");
|
||||
|
||||
private final String text;
|
||||
|
||||
|
|
Loading…
Reference in a new issue