mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-19 12:18:00 +00:00
Fix Earth Rumble and Roku's Mastery
This commit is contained in:
@@ -2,7 +2,7 @@ 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
|
||||
|
||||
@@ -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.)
|
||||
|
||||
Reference in New Issue
Block a user