3 FIN commons (#7688)

This commit is contained in:
Fulgur14
2025-05-26 16:42:26 +02:00
committed by GitHub
parent 225ff335e8
commit 39613a8413
3 changed files with 22 additions and 0 deletions

View File

@@ -0,0 +1,10 @@
Name:Battle Menu
ManaCost:1 W
Types:Instant
A:SP$ Charm | Choices$ DBAttack,DBAbility,DBMagic,DBItem | Defined$ You
SVar:DBAttack:DB$ Token | TokenScript$ w_2_2_knight | SpellDescription$ Attack — Create a 2/2 white Knight creature token.
SVar:DBAbility:DB$ Pump | ValidTgts$ Creature | TgtPrompt$ Select target creature | NumDef$ +4 | SpellDescription$ Ability — Target creature gets +0/+4 until end of turn.
SVar:DBMagic:DB$ Destroy | ValidTgts$ Creature.powerGE4 | TgtPrompt$ Select target creature with power 4 or greater | SpellDescription$ Magic — Destroy target creature with power 4 or greater.
SVar:DBItem:DB$ GainLife | LifeAmount$ 4 | SpellDescription$ Item — You gain 4 life.
DeckHas:Ability$Token
Oracle:Choose one —\n• Attack — Create a 2/2 white Knight creature token.\n• Ability — Target creature gets +0/+4 until end of turn.\n• Magic — Destroy target creature with power 4 or greater.\n• Item — You gain 4 life.

View File

@@ -0,0 +1,7 @@
Name:Combat Tutorial
ManaCost:2 U
Types:Sorcery
A:SP$ Draw | NumCards$ 2 | ValidTgts$ Player | TgtPrompt$ Select target player | SubAbility$ DBPutCounter | SpellDescription$ Target player draws two cards. Put a +1/+1 counter on up to one target creature you control.
SVar:DBPutCounter:DB$ PutCounter | ValidTgts$ Creature.YouCtrl | TgtPrompt$ Select up to one target creature you control | TargetMin$ 0 | TargetMax$ 1 | CounterType$ P1P1 | CounterNum$ 1
DeckHas:Ability$Counters
Oracle:Target player draws two cards. Put a +1/+1 counter on up to one target creature you control.

View File

@@ -0,0 +1,5 @@
Name:Fight On!
ManaCost:2 B
Types:Instant
A:SP$ ChangeZone | Origin$ Graveyard | Destination$ Hand | TargetMin$ 0 | TargetMax$ 2 | TgtPrompt$ Choose target creature card in your graveyard | ValidTgts$ Creature.YouOwn | SpellDescription$ Return up to two target creature cards from your graveyard to your hand.
Oracle:Return up to two target creature cards from your graveyard to your hand.