Fix Earth Rumble and Roku's Mastery

This commit is contained in:
Paul Hammerton
2025-08-18 23:01:10 +01:00
parent 048133df30
commit 10d6fd157e
2 changed files with 3 additions and 3 deletions

View File

@@ -2,8 +2,8 @@ Name:Earth Rumble
ManaCost:3 G
Types:Sorcery
A:SP$ Earthbend | Num$ 2 | SubAbility$ DBImmediateTrig | SpellDescription$ Earthbend 2. When you do, up to one target creature you control fights target creature an opponent controls. (To earthbend 2, target land you control becomes a 0/0 creature with haste that's still a land. Put two +1/+1 counters on it. When it dies or is exiled, return it to the battlefield tapped. Creatures that fight each deal damage equal to their power to the other.)
SVar:DBImmediateTrig1:DB$ ImmediateTrigger | Execute$ TrigPump | TriggerDescription$ When you do, up to one target creature you control fights target creature an opponent controls.
SVar:DBImmediateTrig:DB$ ImmediateTrigger | Execute$ TrigPump | TriggerDescription$ When you do, up to one target creature you control fights target creature an opponent controls.
SVar:TrigPump:DB$ Pump | ValidTgts$ Creature.YouCtrl | TargetMin$ 0 | TargetMax$ 1 | TgtPrompt$ Choose up to one target creature you control | SubAbility$ DBFight
SVar:DBFight:DB$ Fight | Defined$ ParentTarget | ValidTgts$ Creature.OppCtrl | TgtPrompt$ Choose target creature an opponent controls
DeckHas:Ability$Counters
Oracle:Earthbend 2. When you do, up to one target creature you control fights target creature an opponent controls. (To earthbend 2, target land you control becomes a 0/0 creature with haste that's still a land. Put two +1/+1 counters on it. When it dies or is exiled, return it to the battlefield tapped. Creatures that fight each deal damage equal to their power to the other.)
Oracle:Earthbend 2. When you do, up to one target creature you control fights target creature an opponent controls. (To earthbend 2, target land you control becomes a 0/0 creature with haste that's still a land. Put two +1/+1 counters on it. When it dies or is exiled, return it to the battlefield tapped. Creatures that fight each deal damage equal to their power to the other.)

View File

@@ -2,6 +2,6 @@ Name:Roku's Mastery
ManaCost:X R R
Types:Instant
A:SP$ DealDamage | ValidTgts$ Creature | NumDmg$ X | SubAbility$ DBScry | SpellDescription$ CARDNAME deals X damage to target creature. If X is 4 or greater, scry 2. (Look at the top two cards of your library, then put any number of them on the bottom and the rest on top in any order.)
SVar:TrigScry:DB$ Scry | ScryNum$ 2 | ConditionCheckSVar$ X | ConditionSVarCompare$ GE4
SVar:DBScry:DB$ Scry | ScryNum$ 2 | ConditionCheckSVar$ X | ConditionSVarCompare$ GE4
SVar:X:Count$xPaid
Oracle:Roku's Mastery deals X damage to target creature. If X is 4 or greater, scry 2. (Look at the top two cards of your library, then put any number of them on the bottom and the rest on top in any order.)