mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-11 16:26:22 +00:00
TLA cards, 7th November (#9102)
This commit is contained in:
@@ -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.
|
||||
@@ -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.
|
||||
8
forge-gui/res/cardsfolder/upcoming/pirate_peddlers.txt
Normal file
8
forge-gui/res/cardsfolder/upcoming/pirate_peddlers.txt
Normal 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.
|
||||
9
forge-gui/res/cardsfolder/upcoming/team_avatar.txt
Normal file
9
forge-gui/res/cardsfolder/upcoming/team_avatar.txt
Normal 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.
|
||||
@@ -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.
|
||||
10
forge-gui/res/cardsfolder/upcoming/wartime_protestors.txt
Normal file
10
forge-gui/res/cardsfolder/upcoming/wartime_protestors.txt
Normal 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.
|
||||
@@ -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.
|
||||
Reference in New Issue
Block a user