mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-18 19:58:00 +00:00
FIC: Yuna, G'raha and new token (#7512)
This commit is contained in:
committed by
GitHub
parent
b077cca3ac
commit
c2613a03b0
@@ -0,0 +1,11 @@
|
||||
Name:G'raha Tia, Scion Reborn
|
||||
ManaCost:W U B
|
||||
Types:Legendary Creature Cat Wizard
|
||||
PT:2/3
|
||||
K:Lifelink
|
||||
T:Mode$ SpellCast | ValidCard$ Card.nonCreature | ValidActivatingPlayer$ You | TriggerZones$ Battlefield | Execute$ TrigToken | ResolvedLimit$ 1 | TriggerDescription$ Throw Wide the Gates — Whenever you cast a noncreature spell, you may pay X life, where X is that spell's mana value. If you do, create a 1/1 colorless Hero creature token and put X +1/+1 counters on it. Do this only once each turn.
|
||||
SVar:TrigToken:AB$ Token | Cost$ PayLife<X> | TokenAmount$ 1 | TokenScript$ c_1_1_hero | TokenOwner$ You | RememberTokens$ True | SubAbility$ DBPutCounter
|
||||
SVar:DBPutCounter:DB$ PutCounter | Defined$ Remembered | CounterType$ P1P1 | CounterNum$ X
|
||||
SVar:DBCleanup:DB$ Cleanup | ClearRemembered$ True
|
||||
SVar:X:TriggeredCard$CardManaCost
|
||||
Oracle:Lifelink\nThrow Wide the Gates — Whenever you cast a noncreature spell, you may pay X life, where X is that spell's mana value. If you do, create a 1/1 colorless Hero creature token and put X +1/+1 counters on it. Do this only once each turn.
|
||||
15
forge-gui/res/cardsfolder/upcoming/yuna_grand_summoner.txt
Normal file
15
forge-gui/res/cardsfolder/upcoming/yuna_grand_summoner.txt
Normal file
@@ -0,0 +1,15 @@
|
||||
Name:Yuna, Grand Summoner
|
||||
ManaCost:1 G W U
|
||||
Types:Legendary Creature Human Cleric
|
||||
PT:1/5
|
||||
A:AB$ Mana | Cost$ T | Produced$ Any | PrecostDesc$ Grand Summon — | SubAbility$ DBEffectAddCounter | SpellDescription$ Add one mana of any color. When you next cast a creature spell this turn, that creature enters with two additional +1/+1 counters on it.
|
||||
SVar:DBEffectAddCounter:DB$ Effect | Triggers$ SpellCast
|
||||
SVar:SpellCast:Mode$ SpellCast | ValidCard$ Creature | ValidActivatingPlayer$ You | TriggerZones$ Command | Execute$ ReplEffAddCounter | TriggerDescription$ When you next cast a creature spell this turn, that creature enters with two additional +1/+1 counters on it.
|
||||
SVar:ReplEffAddCounter:DB$ Effect | ReplacementEffects$ ETBAddCounter | RememberObjects$ TriggeredCard
|
||||
SVar:ETBAddCounter:Event$ Moved | Origin$ Stack | Destination$ Battlefield | ValidCard$ Card.IsRemembered | ReplaceWith$ ETBAddExtraCounter | ReplacementResult$ Updated
|
||||
SVar:ETBAddExtraCounter:DB$ PutCounter | ETB$ True | Defined$ ReplacedCard | CounterType$ P1P1 | CounterNum$ 2 | SubAbility$ DBRemoveSelf
|
||||
SVar:DBRemoveSelf:DB$ ChangeZone | Defined$ Self | Origin$ Command | Destination$ Exile
|
||||
T:Mode$ ChangesZone | Origin$ Battlefield | Destination$ Graveyard | ValidCard$ Permanent.YouCtrl+Other+HasCounters | Execute$ TrigPutCounter | TriggerDescription$ Whenever another permanent you control is put into a graveyard from the battlefield, if it had one or more counters on it, you may put that number of +1/+1 counters on target creature.
|
||||
SVar:TrigPutCounter:DB$ PutCounter | ValidTgts$ Creature | CounterType$ P1P1 | CounterNum$ X
|
||||
SVar:X:TriggeredCard$CardCounters.ALL
|
||||
Oracle:Grand Summon — {T}: Add one mana of any color. When you next cast a creature spell this turn, that creature enters with two additional +1/+1 counters on it.\nWhenever another permanent you control is put into a graveyard from the battlefield, if it had one or more counters on it, you may put that number of +1/+1 counters on target creature.
|
||||
5
forge-gui/res/tokenscripts/c_1_1_hero.txt
Normal file
5
forge-gui/res/tokenscripts/c_1_1_hero.txt
Normal file
@@ -0,0 +1,5 @@
|
||||
Name:Hero Token
|
||||
ManaCost:no cost
|
||||
Types:Creature Hero
|
||||
PT:1/1
|
||||
Oracle:
|
||||
Reference in New Issue
Block a user