mirror of
https://github.com/magefree/mage.git
synced 2025-12-30 07:22:03 -08:00
[RIX] Added Angrath's Ambusher and Angrath, Minotaur Pirate.
This commit is contained in:
parent
118e05516a
commit
ef34b3ca21
4 changed files with 283 additions and 66 deletions
|
|
@ -179,7 +179,7 @@ public enum SubType {
|
|||
KAVU("Kavu", SubTypeSet.CreatureType),
|
||||
KELDOR("KelDor", SubTypeSet.CreatureType, true),
|
||||
KILLBOT("Killbot", SubTypeSet.CreatureType, true), // Unstable
|
||||
KIRIN("Kirin", SubTypeSet.CreatureType),
|
||||
KIRIN("Kirin", SubTypeSet.CreatureType),
|
||||
KITHKIN("Kithkin", SubTypeSet.CreatureType),
|
||||
KNIGHT("Knight", SubTypeSet.CreatureType),
|
||||
KOBOLD("Kobold", SubTypeSet.CreatureType),
|
||||
|
|
@ -352,6 +352,7 @@ public enum SubType {
|
|||
ZUBERA("Zubera", SubTypeSet.CreatureType),
|
||||
// Planeswalker
|
||||
AJANI("Ajani", SubTypeSet.PlaneswalkerType),
|
||||
ANGRATH("Angrath", SubTypeSet.PlaneswalkerType),
|
||||
ARLINN("Arlinn", SubTypeSet.PlaneswalkerType),
|
||||
ASHIOK("Ashiok", SubTypeSet.PlaneswalkerType),
|
||||
AURRA("Aurra", SubTypeSet.PlaneswalkerType, true), // Star Wars
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue