mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-17 11:18:01 +00:00
Airbending cards (#8422)
This commit is contained in:
@@ -0,0 +1,12 @@
|
|||||||
|
Name:Aang, Airbending Master
|
||||||
|
ManaCost:4 W
|
||||||
|
Types:Legendary Creature Human Avatar Ally
|
||||||
|
PT:4/4
|
||||||
|
T:Mode$ ChangesZone | Origin$ Any | Destination$ Battlefield | ValidCard$ Card.Self | Execute$ TrigAirbend | TriggerDescription$ When NICKNAME enters, airbend another target creature. (Exile it. While it's exiled, its owner may cast it for {2} rather than its mana cost.)
|
||||||
|
SVar:TrigAirbend:DB$ Airbend | ValidTgts$ Creature.Other | TgtPrompt$ Select another target creature
|
||||||
|
T:Mode$ ChangesZoneAll | ValidCards$ Creature.YouCtrl | Origin$ Battlefield | Destination$ Ante,Command,Exile,Hand,Library | TriggerZones$ Battlefield | Execute$ TrigExperience | TriggerDescription$ Whenever one or more creatures you control leave the battlefield without dying, you get an experience counter.
|
||||||
|
SVar:TrigExperience:DB$ PutCounter | Defined$ You | CounterType$ Experience | CounterNum$ 1
|
||||||
|
T:Mode$ Phase | Phase$ Upkeep | ValidPlayer$ You | TriggerZones$ Battlefield | Execute$ TrigToken | TriggerDescription$ At the beginning of your upkeep, create a 1/1 white Ally creature token for each experience counter you have.
|
||||||
|
SVar:TrigToken:DB$ Token | TokenAmount$ X | TokenScript$ w_1_1_ally | TokenOwner$ You
|
||||||
|
SVar:X:Count$YourCountersExperience
|
||||||
|
Oracle:When Aang enters, airbend another target creature. (Exile it. While it's exiled, its owner may cast it for {2} rather than its mana cost.)\nWhenever one or more creatures you control leave the battlefield without dying, you get an experience counter.\nAt the beginning of your upkeep, create a 1/1 white Ally creature token for each experience counter you have.
|
||||||
@@ -0,0 +1,12 @@
|
|||||||
|
Name:Aang, the Last Airbender
|
||||||
|
ManaCost:3 W
|
||||||
|
Types:Legendary Creature Human Avatar Ally
|
||||||
|
PT:3/2
|
||||||
|
K:Flying
|
||||||
|
T:Mode$ ChangesZone | Origin$ Any | Destination$ Battlefield | ValidCard$ Card.Self | Execute$ TrigAirbend | TriggerDescription$ When NICKNAME enters, airbend up to one other target nonland permanent. (Exile it. While it's exiled, its owner may cast it for {2} rather than its mana cost.)
|
||||||
|
SVar:TrigAirbend:DB$ Airbend | ValidTgts$ Permanent.nonLand+Other | TgtPrompt$ Select up to one another target nonland permanent | TargetMin$ 0 | TargetMax$ 1
|
||||||
|
T:Mode$ SpellCast | ValidCard$ Lesson | ValidActivatingPlayer$ You | TriggerZones$ Battlefield | Execute$ TrigPump | TriggerDescription$ Whenever you cast a Lesson spell, NICKNAME gains lifelink until end of turn.
|
||||||
|
SVar:TrigPump:DB$ Pump | Defined$ Self | KW$ Lifelink
|
||||||
|
SVar:BuffedBy:Lesson
|
||||||
|
DeckHints:Type$Lesson
|
||||||
|
Oracle:Flying\nWhen Aang enters, airbend up to one other target nonland permanent. (Exile it. While it's exiled, its owner may cast it for {2} rather than its mana cost.)\nWhenever you cast a Lesson spell, Aang gains lifelink until end of turn.
|
||||||
@@ -0,0 +1,12 @@
|
|||||||
|
Name:Appa, Steadfast Guardian
|
||||||
|
ManaCost:2 W W
|
||||||
|
Types:Legendary Creature Bison Ally
|
||||||
|
PT:3/4
|
||||||
|
K:Flash
|
||||||
|
K:Flying
|
||||||
|
T:Mode$ ChangesZone | Origin$ Any | Destination$ Battlefield | ValidCard$ Card.Self | Execute$ TrigAirbend | TriggerDescription$ When NICKNAME enters, airbend any number of other target nonland permanents you control. (Exile them. While each one is exiled, its owner may cast it for {2} rather than its mana cost.)
|
||||||
|
SVar:TrigAirbend:DB$ Airbend | ValidTgts$ Permanent.nonLand+Other+YouCtrl | TgtPrompt$ Select another target nonland permanent you control | TargetMin$ 0 | TargetMax$ MaxTgts
|
||||||
|
T:Mode$ SpellCast | ValidCard$ Card.wasCastFromExile | ValidActivatingPlayer$ You | Execute$ TrigToken | TriggerZones$ Battlefield | TriggerDescription$ Whenever you cast a spell from exile, create a 1/1 white Ally creature token.
|
||||||
|
SVar:TrigToken:DB$ Token | TokenScript$ w_1_1_ally
|
||||||
|
SVar:MaxTgts:Count$Valid Permanent.nonLand+Other+YouCtrl
|
||||||
|
Oracle:Flash\nFlying\nWhen Appa enters, airbend any number of other target nonland permanents you control. (Exile them. While each one is exiled, its owner may cast it for {2} rather than its mana cost.)\nWhenever you cast a spell from exile, create a 1/1 white Ally creature token.
|
||||||
Reference in New Issue
Block a user