Wrath of Sod

This commit is contained in:
Adam Pantel
2021-02-22 23:14:20 -05:00
parent 6af9f1831e
commit 25e50e9e07
3 changed files with 9 additions and 4 deletions

View File

@@ -385,10 +385,6 @@ public final class CardUtil {
return colors; return colors;
} }
if (!parents.contains(card)) {
parents.add(card);
}
final String colorOrType = sa.getParam("ColorOrType"); final String colorOrType = sa.getParam("ColorOrType");
// currently Color or Type, Type is colors + colorless // currently Color or Type, Type is colors + colorless
final String reflectProperty = sa.getParam("ReflectProperty"); final String reflectProperty = sa.getParam("ReflectProperty");

View File

@@ -169,6 +169,8 @@ public enum CounterEnumType {
LUCK("LUCK", 185, 174, 255), LUCK("LUCK", 185, 174, 255),
MANABOND("MANA", 0, 255, 0),
M0M1("-0/-1", "-0/-1", 255, 110, 106), M0M1("-0/-1", "-0/-1", 255, 110, 106),
M0M2("-0/-2", "-0/-2", 255, 110, 106), M0M2("-0/-2", "-0/-2", 255, 110, 106),

View File

@@ -0,0 +1,7 @@
Name:Wrath of Sod
ManaCost:2 W G
Types:Sorcery
A:SP$ PutCounterAll | Cost$ 2 W G | ValidCards$ Creature | CounterType$ MANABOND | CounterNum$ 1 | SubAbility$ DBAnimateAll | SpellDescription$ Put a manabond counter on all creatures. (They lose all other abilities and become lands with "{T}: Add one mana of this card's color.")
SVar:DBAnimateAll:DB$ AnimateAll | ValidCards$ Creature | Permanent$ True | OverwriteTypes$ True | Types$ Land | Abilities$ ABMana
SVar:ABMana:AB$ ManaReflected | Cost$ T | Valid$ Defined.Self | ColorOrType$ Color | ReflectProperty$ Is | SpellDescription$ Add one mana of any of this card's colors.
Oracle:Put a manabond counter on all creatures. (They lose all other abilities and become lands with "{T}: Add one mana of this card's color.")