mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-17 19:28:01 +00:00
response codereview
This commit is contained in:
@@ -11,4 +11,5 @@ SVar:TrigCharm:DB$ Charm | Choices$ DBCreateToken,DBGainLife,DBDraw
|
||||
SVar:DBCreateToken:DB$Token | TokenAmount$ 1 | TokenScript$ g_3_3_beast | TokenOwner$ You | SpellDescription$ Create a 3/3 green Beast creature token.
|
||||
SVar:DBGainLife:DB$GainLife | LifeAmount$ 3 | SpellDescription$ You gain 3 life.
|
||||
SVar:DBDraw:DB$ Draw | Defined$ You | NumCards$ 1 | SpellDescription$ Draw a card.
|
||||
DeckHas:Ability$Token & Ability$LifeGain
|
||||
Oracle:Vigilance, reach, trample\nWhenever Elder Gargaroth attacks or blocks, choose one —\n• Create a 3/3 green Beast creature token.\n• You gain 3 life.\n• Draw a card.
|
||||
|
||||
@@ -5,4 +5,5 @@ PT:2/1
|
||||
T:Mode$ ChangesZone | Origin$ Any | Destination$ Battlefield | ValidCard$ Card.Self | Execute$ TrigPut | TriggerDescription$ When CARDNAME enters the battlefield, put a +1/+1 counter on target creature you control.
|
||||
SVar:TrigPut:DB$PutCounter | ValidTgts$ Creature.YouCtrl | TgtPrompt$ Select target creature you control | CounterType$ P1P1 | CounterNum$ 1
|
||||
S:Mode$ Continuous | Affected$ Creature.counters_GE1_P1P1+YouCtrl | AddKeyword$ Trample | Description$ Each creature you control with a +1/+1 counter on it has trample.
|
||||
DeckHas:Ability$Counters
|
||||
Oracle:When Pridemalkin enters the battlefield, put a +1/+1 counter on target creature you control.\nEach creature you control with a +1/+1 counter on it has trample. (They can deal excess combat damage to the player or planeswalker they're attacking.)
|
||||
|
||||
@@ -7,4 +7,5 @@ SVar:DBCounterAbility:DB$ Counter | TargetType$ Activated,Triggered | ValidTgts$
|
||||
SVar:DBReturn:DB$ ChangeZone | Origin$ Battlefield | Destination$ Hand | ValidTgts$ Permanent.nonLand | TgtPrompt$ Select target nonland permanent | AILogic$ Good | SpellDescription$ Return target nonland permanent to its owner's hand.
|
||||
SVar:DBCopy:DB$ CopyPermanent | ValidTgts$ Creature.YouCtrl | TgtPrompt$ Select target creature you control | SpellDescription$ Create a token that's a copy of target creature you control.
|
||||
SVar:DBDraw:DB$ Draw | Defined$ You | NumCards$ 1 | SpellDescription$ Draw a card.
|
||||
DeckHas:Ability$Token
|
||||
Oracle:Choose one or more —\n• Counter target spell\n• Counter target activated or triggered ability.\n• Return target nonland permanent to its owner's hand.\n• Create a token that's a copy of target creature you control.\n• Target player draws a card.
|
||||
|
||||
@@ -7,4 +7,5 @@ SVar:TrigCharm:DB$ Charm | Choices$ DBCounter,DBGainLife
|
||||
SVar:DBCounter:DB$ PutCounter | CounterType$ P1P1 | CounterNum$ 1 | SpellDescription$ Put a +1/+1 counter on CARDNAME.
|
||||
SVar:DBGainLife:DB$GainLife | LifeAmount$ 3 | SpellDescription$ You gain 3 life.
|
||||
DeckHas:Ability$Counters
|
||||
DeckHas:Ability$Counters & Ability$LifeGain
|
||||
Oracle:When Trufflesnout enters the battlefield, choose one —\n• Put a +1/+1 counter on Trufflesnout.\n• You gain 4 life.
|
||||
|
||||
@@ -5,4 +5,5 @@ PT:3/3
|
||||
K:Vigilance
|
||||
T:Mode$ ChangesZone | ValidCard$ Card.Self | Origin$ Any | Destination$ Battlefield | Execute$ TrigToken | TriggerDescription$ When CARDNAME enters the battlefield, create a 2/2 white Knight creature token with vigilance.
|
||||
SVar:TrigToken:DB$ Token | TokenOwner$ You | TokenAmount$ 1 | TokenScript$ w_2_2_knight_vigilance
|
||||
DeckHas:Ability$Token
|
||||
Oracle:Vigilance (Attacking doesn't cause this creature to tap.)\nWhen Valorous Steed enters the battlefield, create a 2/2 white Knight creature token with vigilance.
|
||||
|
||||
Reference in New Issue
Block a user