Merge pull request #514 from Northmoc/various

various random fixes
This commit is contained in:
Paul Hammerton
2022-05-26 20:45:18 +01:00
committed by GitHub
2 changed files with 2 additions and 2 deletions

View File

@@ -2,6 +2,6 @@ Name:Crackdown Construct
ManaCost:4
Types:Artifact Creature Construct
PT:2/2
T:Mode$ AbilityCast | ValidCard$ Artifact.inZoneBattlefield,Creature.inZoneBattlefield | ValidSA$ SpellAbility.nonManaAbility | ValidActivatingPlayer$ You | TriggerZones$ Battlefield | Execute$ TrigPump | TriggerDescription$ Whenever you activate an ability of an artifact or creature that isn't a mana ability, Crackdown Construct gets +1/+1 until end of turn.
T:Mode$ AbilityCast | ValidCard$ Artifact.inZoneBattlefield,Creature.inZoneBattlefield | ValidSA$ SpellAbility.nonManaAbility | ValidActivatingPlayer$ You | TriggerZones$ Battlefield | Execute$ TrigPump | TriggerDescription$ Whenever you activate an ability of an artifact or creature that isn't a mana ability, CARDNAME gets +1/+1 until end of turn.
SVar:TrigPump:DB$ Pump | Defined$ Self | NumAtt$ +1 | NumDef$ +1
Oracle:Whenever you activate an ability of an artifact or creature that isn't a mana ability, Crackdown Construct gets +1/+1 until end of turn.

View File

@@ -2,7 +2,7 @@ Name:Reckless Amplimancer
ManaCost:1 G
Types:Creature Elf Druid
PT:2/2
A:AB$ Pump | Cost$ 4 G | NumAtt$ +X | NumDef$ +Y | Double$ True | SpellDescription$ Double CARDNAME's power and toughness until end of turn.
A:AB$ Pump | Cost$ 4 G | NumAtt$ +X | NumDef$ +Y | Double$ True | StackDescription$ SpellDescription | SpellDescription$ Double CARDNAME's power and toughness until end of turn.
SVar:X:Count$CardPower
SVar:Y:Count$CardToughness
Oracle:{4}{G}: Double Reckless Amplimancer's power and toughness until end of turn.