TLA cards, 7th November (#9102)

This commit is contained in:
Fulgur14
2025-11-08 13:19:13 +01:00
committed by GitHub
parent 61e04be781
commit 33e7bfae13
7 changed files with 55 additions and 0 deletions

View File

@@ -0,0 +1,8 @@
Name:Abandoned Air Temple
ManaCost:no cost
Types:Land
R:Event$ Moved | ValidCard$ Card.Self | Destination$ Battlefield | ReplaceWith$ LandTapped | ReplacementResult$ Updated | Description$ This land enters tapped unless you control a basic land.
SVar:LandTapped:DB$ Tap | Defined$ Self | ETB$ True | ConditionPresent$ Land.Basic+YouCtrl | ConditionCompare$ EQ0
A:AB$ Mana | Cost$ T | Produced$ W | SpellDescription$ Add {W}.
A:AB$ PutCounterAll | Cost$ 3 W T | ValidCards$ Creature.YouCtrl | CounterType$ P1P1 | CounterNum$ 1 | AILogic$ AtEOTOrBlock | SpellDescription$ Put a +1/+1 counter on each creature you control.
Oracle:This land enters tapped unless you control a basic land.\n{T}: Add {W}.\n{3}{W}, {T}: Put a +1/+1 counter on each creature you control.

View File

@@ -0,0 +1,7 @@
Name:Firebending Lesson
ManaCost:R
Types:Instant Lesson
K:Kicker:4
A:SP$ DealDamage | ValidTgts$ Creature | TgtPrompt$ Select target creature | NumDmg$ X | SpellDescription$ CARDNAME deals 2 damage to target creature. If this spell was kicked, it deals 5 damage to that creature instead.
SVar:X:Count$Kicked.5.2
Oracle:Kicker {4} (You may pay an additional {4} as you cast this spell.)\nFirebending Lesson deals 2 damage to target creature. If this spell was kicked, it deals 5 damage to that creature instead.

View File

@@ -0,0 +1,8 @@
Name:Pirate Peddlers
ManaCost:2 B
Types:Creature Human Pirate
PT:2/2
K:Deathtouch
T:Mode$ Sacrificed | ValidCard$ Permanent.Other | Execute$ TrigPutCounter | TriggerZones$ Battlefield | ValidPlayer$ You | TriggerDescription$ Whenever you sacrifice another permanent, put a +1/+1 counter on this creature.
SVar:TrigPutCounter:DB$ PutCounter | Defined$ Self | CounterType$ P1P1 | CounterNum$ 1
Oracle:Deathtouch\nWhenever you sacrifice another permanent, put a +1/+1 counter on this creature.

View File

@@ -0,0 +1,9 @@
Name:Team Avatar
ManaCost:2 W
Types:Enchantment
T:Mode$ Attacks | ValidCard$ Creature.YouCtrl | Alone$ True | TriggerZones$ Battlefield | Execute$ TrigPump | TriggerDescription$ Whenever a creature you control attacks alone, it gets +X/+X until end of turn, where X is the number of creatures you control.
SVar:TrigPump:DB$ Pump | Defined$ TriggeredAttackerLKICopy | NumAtt$ +X | NumDef$ +X
A:AB$ DealDamage | Cost$ 2 W Discard<1/CARDNAME> | ActivationZone$ Hand | ValidTgts$ Creature | TgtPrompt$ Select target creature with flying | NumDmg$ X | SpellDescription$ It deals damage equal to the number of creatures you control to target creature.
SVar:X:Count$Valid Creature.YouCtrl
SVar:PlayMain1:TRUE
Oracle:Whenever a creature you control attacks alone, it gets +X/+X until end of turn, where X is the number of creatures you control.\n{2}{W}, Discard this card: It deals damage equal to the number of creatures you control to target creature.

View File

@@ -0,0 +1,7 @@
Name:Wandering Musicians
ManaCost:3 RW
Types:Creature Human Bard Ally
PT:2/5
T:Mode$ Attacks | ValidCard$ Card.Self | Execute$ TrigPumpAll | TriggerDescription$ Whenever this creature attacks, creatures you control get +1/+0 until end of turn.
SVar:TrigPumpAll:DB$ PumpAll | ValidCards$ Creature.YouCtrl | NumAtt$ +1
Oracle:Whenever this creature attacks, creatures you control get +1/+0 until end of turn.

View File

@@ -0,0 +1,10 @@
Name:Wartime Protestors
ManaCost:3 R
Types:Creature Human Rebel Ally
PT:4/4
K:Haste
T:Mode$ ChangesZone | Origin$ Any | Destination$ Battlefield | ValidCard$ Ally.YouCtrl+Other | TriggerZones$ Battlefield | Execute$ TrigPutCounter | TriggerDescription$ Whenever another Ally you control enters, put a +1/+1 counter on that creature and it gains haste until end of turn.
SVar:TrigPutCounter:DB$ PutCounter | Defined$ TriggeredCardLKICopy | CounterType$ P1P1 | CounterNum$ 1 | SubAbility$ DBPump
SVar:DBPump:DB$ Pump | Defined$ TriggeredCardLKICopy | KW$ Haste
DeckHas:Ability$Counters
Oracle:Haste\nWhenever another Ally you control enters, put a +1/+1 counter on that creature and it gains haste until end of turn.

View File

@@ -0,0 +1,6 @@
Name:Waterbending Scroll
ManaCost:1 U
Types:Artifact
A:AB$ Draw | Cost$ 6 T | ReduceCost$ X | SpellDescription$ Draw a card. This ability costs {1} less to activate for each Island you control.
SVar:X:Count$Valid Island.YouCtrl
Oracle:{6}, {T}: Draw a card. This ability costs {1} less to activate for each Island you control.