Cleanup: NumAtt$ & NumDef$, new cards

This commit is contained in:
Renato Filipe Vidal Santos
2025-04-23 10:01:27 +01:00
committed by GitHub
parent e9c5bc46ae
commit 28ae7fa729
7 changed files with 7 additions and 7 deletions

View File

@@ -1,5 +1,5 @@
Name:Bestow Greatness
ManaCost:2 G
Types:Instant
A:SP$ Pump | ValidTgts$ Creature | NumAtt$ 4 | NumDef$ 4 | KW$ Trample | SpellDescription$ Target creature gets +4/+4 and gains trample until end of turn.
A:SP$ Pump | ValidTgts$ Creature | NumAtt$ +4 | NumDef$ +4 | KW$ Trample | SpellDescription$ Target creature gets +4/+4 and gains trample until end of turn.
Oracle:Target creature gets +4/+4 and gains trample until end of turn.

View File

@@ -4,6 +4,6 @@ Types:Artifact Vehicle
PT:3/1
K:Flash
T:Mode$ ChangesZone | Origin$ Any | Destination$ Battlefield | ValidCard$ Card.Self | Execute$ TrigPump | TriggerDescription$ When this Vehicle enters, target creature you control gets +2/+0 and gains trample until end of turn.
SVar:TrigPump:DB$ Pump | ValidTgts$ Creature.YouCtrl | TgtPrompt$ Select target creature you control | NumAtt$ 2 | KW$ Trample
SVar:TrigPump:DB$ Pump | ValidTgts$ Creature.YouCtrl | TgtPrompt$ Select target creature you control | NumAtt$ +2 | KW$ Trample
K:Crew:1
Oracle:Flash\nWhen this Vehicle enters, target creature you control gets +2/+0 and gains trample until end of turn.\nCrew 1 (Tap any number of creatures you control with total power 1 or more: This Vehicle becomes an artifact creature until end of turn.)

View File

@@ -3,5 +3,5 @@ ManaCost:5 G G
Types:Creature Plant
PT:1/7
T:Mode$ Attacks | ValidCard$ Card.Self | Execute$ TrigPump | TriggerDescription$ 10,000 Needles — Whenever this creature attacks, it gets +9999/+0 until end of turn.
SVar:TrigPump:DB$ Pump | Defined$ Self | NumAtt$ 9999
SVar:TrigPump:DB$ Pump | Defined$ Self | NumAtt$ +9999
Oracle:10,000 Needles — Whenever this creature attacks, it gets +9999/+0 until end of turn.

View File

@@ -4,7 +4,7 @@ Types:Instant
S:Mode$ ReduceCost | ValidCard$ Card.Self | EffectZone$ All | Type$ Spell | Amount$ 2 | CheckSVar$ X | SVarCompare$ GE1 | Description$ This spell costs {2} less to cast if you've cast another spell this turn.
A:SP$ Charm | Choices$ DBToken,DBPump,DBDestroy | Defined$ You | CharmNum$ 1
SVar:DBToken:DB$ Token | TokenAmount$ 2 | TokenScript$ w_1_1_monk_prowess | TokenOwner$ You | SpellDescription$ Create two 1/1 white Monk creature tokens with prowess.
SVar:DBPump:DB$ Pump | ValidTgts$ Creature | TargetMin$ 0 | TargetMax$ 2 | TgtPrompt$ Choose target creature | NumAtt$ 2 | NumDef$ 2 | SpellDescription$ Up to two target creatures you control each get +2/+2 until end of turn.
SVar:DBPump:DB$ Pump | ValidTgts$ Creature | TargetMin$ 0 | TargetMax$ 2 | TgtPrompt$ Choose target creature | NumAtt$ +2 | NumDef$ +2 | SpellDescription$ Up to two target creatures you control each get +2/+2 until end of turn.
SVar:DBDestroy:DB$ Destroy | ValidTgts$ Creature.powerGE4 | TgtPrompt$ Select target creature with power 4 or greater | SpellDescription$ Destroy target creature with power 4 or greater.
SVar:X:Count$ThisTurnCast_Card.YouCtrl
DeckHas:Ability$Token

View File

@@ -4,6 +4,6 @@ Types:Creature Orc Warrior
PT:3/3
K:Mobilize:1
T:Mode$ ChangesZone | Origin$ Any | Destination$ Battlefield | ValidCard$ Card.Self | Execute$ TrigPump | TriggerDescription$ When this creature enters, target creature gets +1/+0 and gains indestructible until end of turn. (Damage and effects that say "destroy" don't destroy it.)
SVar:TrigPump:DB$ Pump | ValidTgts$ Creature | TgtPrompt$ Select target creature | NumAtt$ 1 | KW$ Indestructible
SVar:TrigPump:DB$ Pump | ValidTgts$ Creature | TgtPrompt$ Select target creature | NumAtt$ +1 | KW$ Indestructible
SVar:PlayMain1:TRUE
Oracle:Mobilize 1 (Whenever this creature attacks, create a tapped and attacking 1/1 red Warrior creature token. Sacrifice it at the beginning of the next end step.)\nWhen this creature enters, target creature gets +1/+0 and gains indestructible until end of turn. (Damage and effects that say "destroy" don't destroy it.)

View File

@@ -5,7 +5,7 @@ PT:3/4
K:Flying
K:Vigilance
T:Mode$ Phase | Phase$ BeginCombat | ValidPlayer$ You | Execute$ TrigPump | TriggerZones$ Battlefield | TriggerDescription$ At the beginning of combat on your turn, another target creature you control gets +1/+0 until end of turn.
SVar:TrigPump:DB$ Pump | ValidTgts$ Creature.Other+YouCtrl | TgtPrompt$ Select another target creature you control | NumAtt$ 1
SVar:TrigPump:DB$ Pump | ValidTgts$ Creature.Other+YouCtrl | TgtPrompt$ Select another target creature you control | NumAtt$ +1
AlternateMode:Omen
Oracle:Flying, vigilance\nAt the beginning of combat on your turn, another target creature you control gets +1/+0 until end of turn.

View File

@@ -2,6 +2,6 @@ Name:Sarkhan's Resolve
ManaCost:1 G
Types:Instant
A:SP$ Charm | CharmNum$ 1 | Choices$ DBPump,DBDestroy
SVar:DBPump:DB$ Pump | ValidTgts$ Creature | TgtPrompt$ Select target creature | NumAtt$ 3 | NumDef$ 3 | SpellDescription$ Target creature gets +3/+3 until end of turn.
SVar:DBPump:DB$ Pump | ValidTgts$ Creature | TgtPrompt$ Select target creature | NumAtt$ +3 | NumDef$ +3 | SpellDescription$ Target creature gets +3/+3 until end of turn.
SVar:DBDestroy:DB$ Destroy | ValidTgts$ Creature.withFlying | TgtPrompt$ Select target creature with flying | SpellDescription$ Destroy target creature with flying.
Oracle:Choose one —\n• Target creature gets +3/+3 until end of turn.\n• Destroy target creature with flying.