mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-15 10:18:01 +00:00
response codereview
This commit is contained in:
@@ -4,4 +4,6 @@ Types:Enchantment
|
|||||||
T:Mode$ Phase | Phase$ End of Turn | ValidPlayer$ You | TriggerZones$ Battlefield | CheckSVar$ LifeGained | SVarCompare$ GE3 | Execute$ TrigToken | TriggerDescription$ At the beginning of your end step, if you gained 3 or more life this turn, create a 2/2 white Griffin creature token with flying.
|
T:Mode$ Phase | Phase$ End of Turn | ValidPlayer$ You | TriggerZones$ Battlefield | CheckSVar$ LifeGained | SVarCompare$ GE3 | Execute$ TrigToken | TriggerDescription$ At the beginning of your end step, if you gained 3 or more life this turn, create a 2/2 white Griffin creature token with flying.
|
||||||
SVar:TrigToken:DB$Token | TokenAmount$ 1 | TokenScript$ w_2_2_griffin_flying | TokenOwner$ You
|
SVar:TrigToken:DB$Token | TokenAmount$ 1 | TokenScript$ w_2_2_griffin_flying | TokenOwner$ You
|
||||||
SVar:LifeGained:Count$LifeYouGainedThisTurn
|
SVar:LifeGained:Count$LifeYouGainedThisTurn
|
||||||
|
DeckHints:Ability$LifeGain
|
||||||
|
DeckHas:Ability$Token
|
||||||
Oracle:At the beginning of your end step, if you gained 3 or more life this turn, create a 2/2 white Griffin creature token with flying.
|
Oracle:At the beginning of your end step, if you gained 3 or more life this turn, create a 2/2 white Griffin creature token with flying.
|
||||||
|
|||||||
@@ -7,5 +7,6 @@ S:Mode$ Continuous | Affected$ Creature.EnchantedBy | AddTrigger$ SunbondTrig |
|
|||||||
SVar:SunbondTrig:Mode$ LifeGained | ValidPlayer$ You | TriggerZones$ Battlefield | Execute$ SunbondPutCounter | TriggerDescription$ Whenever you gain life, put that many +1/+1 counters on CARDNAME.
|
SVar:SunbondTrig:Mode$ LifeGained | ValidPlayer$ You | TriggerZones$ Battlefield | Execute$ SunbondPutCounter | TriggerDescription$ Whenever you gain life, put that many +1/+1 counters on CARDNAME.
|
||||||
SVar:SunbondPutCounter:DB$ PutCounter | Defined$ Self | CounterType$ P1P1 | CounterNum$ SunbondTriggerAmount | References$ SunbondTriggerAmount
|
SVar:SunbondPutCounter:DB$ PutCounter | Defined$ Self | CounterType$ P1P1 | CounterNum$ SunbondTriggerAmount | References$ SunbondTriggerAmount
|
||||||
SVar:SunbondTriggerAmount:TriggerCount$LifeAmount
|
SVar:SunbondTriggerAmount:TriggerCount$LifeAmount
|
||||||
DeckHas:Ability$LifeGain & Ability$Counters
|
DeckHints:Ability$LifeGain
|
||||||
|
DeckHas:Ability$Counters
|
||||||
Oracle:Enchant creature\nEnchanted creature has "Whenever you gain life, put that many +1/+1 counters on this creature."
|
Oracle:Enchant creature\nEnchanted creature has "Whenever you gain life, put that many +1/+1 counters on this creature."
|
||||||
|
|||||||
Reference in New Issue
Block a user