mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-16 18:58:00 +00:00
2 TDM and 1 TDC card (#7056)
This commit is contained in:
16
forge-gui/res/cardsfolder/upcoming/barrensteppe_siege.txt
Normal file
16
forge-gui/res/cardsfolder/upcoming/barrensteppe_siege.txt
Normal file
@@ -0,0 +1,16 @@
|
||||
Name:Barrensteppe Siege
|
||||
ManaCost:2 W B
|
||||
Types:Enchantment
|
||||
K:ETBReplacement:Other:SiegeChoice
|
||||
SVar:SiegeChoice:DB$ GenericChoice | Choices$ Abzan,Mardu | Defined$ You | SetChosenMode$ True | ShowChoice$ ExceptSelf | SpellDescription$ As this enchantment enters, choose Abzan or Mardu.
|
||||
SVar:Abzan:DB$ Pump | SpellDescription$ Abzan
|
||||
SVar:Mardu:DB$ Pump | SpellDescription$ Mardu
|
||||
S:Mode$ Continuous | Affected$ Card.Self+ChosenModeAbzan | AddTrigger$ AbzanTrigger | Description$ • Abzan — At the beginning of your end step, put a +1/+1 counter on each creature you control.
|
||||
SVar:AbzanTrigger:Mode$ Phase | Phase$ End of Turn | ValidPlayer$ You | TriggerZones$ Battlefield | Execute$ TrigPutCounterAll | TriggerDescription$ At the beginning of your end step, put a +1/+1 counter on each creature you control.
|
||||
SVar:TrigPutCounterAll:DB$ PutCounterAll | ValidCards$ Creature.YouCtrl | CounterType$ P1P1 | CounterNum$ 1
|
||||
S:Mode$ Continuous | Affected$ Card.Self+ChosenModeMardu | AddTrigger$ MarduTrigger | Description$ • Mardu — At the beginning of your end step, if a creature died under your control this turn, each opponent sacrifices a creature of their choice.
|
||||
SVar:MarduTrigger:Mode$ Phase | Phase$ End of Turn | ValidPlayer$ You | TriggerZones$ Battlefield | CheckSVar$ X | SVarCompare$ GE1 | Execute$ TrigSac | TriggerDescription$ At the beginning of your end step, if a creature died under your control this turn, each opponent sacrifices a creature of their choice.
|
||||
SVar:TrigSac:DB$ Sacrifice | SacValid$ Creature | Defined$ Player.Opponent
|
||||
SVar:X:Count$ThisTurnEntered_Graveyard_from_Battlefield_Creature.YouCtrl
|
||||
DeckHas:Ability$Counters
|
||||
Oracle:As this enchantment enters, choose Abzan or Mardu.\n• Abzan — At the beginning of your end step, put a +1/+1 counter on each creature you control.\n• Mardu — At the beginning of your end step, if a creature died under your control this turn, each opponent sacrifices a creature of their choice.
|
||||
8
forge-gui/res/cardsfolder/upcoming/inevitable_defeat.txt
Normal file
8
forge-gui/res/cardsfolder/upcoming/inevitable_defeat.txt
Normal file
@@ -0,0 +1,8 @@
|
||||
Name:Inevitable Defeat
|
||||
ManaCost:1 R W B
|
||||
Types:Instant
|
||||
R:Event$ Counter | ValidCard$ Card.Self | ValidSA$ Spell | Layer$ CantHappen | Description$ This spell can't be countered.
|
||||
A:SP$ ChangeZone | ValidTgts$ Permanent.nonLand | TgtPrompt$ Select target nonland permanent | Origin$ Battlefield | Destination$ Exile | SubAbility$ DBLoseLife | SpellDescription$ Exile target nonland permanent. Its controller loses 3 life and you gain 3 life.
|
||||
SVar:DBLoseLife:DB$ LoseLife | Defined$ TargetedController | LifeAmount$ 3 | SubAbility$ DBGainLife
|
||||
SVar:DBGainLife:DB$ GainLife | Defined$ You | LifeAmount$ 3
|
||||
Oracle:This spell can't be countered.\nExile target nonland permanent. Its controller loses 3 life and you gain 3 life.
|
||||
@@ -0,0 +1,13 @@
|
||||
Name:Teval, the Balanced Scale
|
||||
ManaCost:1 B G U
|
||||
Types:Legemdary Creature Spirit Dragon
|
||||
PT:4/4
|
||||
K:Flying
|
||||
T:Mode$ Attacks | ValidCard$ Card.Self | Execute$ TrigMill | TriggerZones$ Battlefield | TriggerDescription$ Whenever NICKNAME attacks, mill three cards. Then you may return a land card from your graveyard to the battlefield tapped.
|
||||
SVar:TrigMill:DB$ Mill | Defined$ You | NumCards$ 3 | SubAbility$ DBReturn
|
||||
SVar:DBReturn:DB$ ChangeZone | ChangeType$ Land.YouOwn | Origin$ Graveyard | Destination$ Battlefield | Hidden$ True | ChangeNum$ 1 | Tapped$ True
|
||||
T:Mode$ ChangesZoneAll | ValidCards$ Card.YouOwn | Origin$ Graveyard | Destination$ Any | TriggerZones$ Battlefield | Execute$ TrigToken | TriggerDescription$ Whenever one or more cards leave your graveyard, create a 2/2 black Zombie Druid creature token.
|
||||
SVar:TrigToken:DB$ Token | TokenScript$ b_2_2_zombie_druid
|
||||
SVar:HasAttackEffect:TRUE
|
||||
DeckHas:Ability$Mill
|
||||
Oracle:Flying\nWhenever Teval attacks, mill three cards. Then you may return a land card from your graveyard to the battlefield tapped.\nWhenever one or more cards leave your graveyard, create a 2/2 black Zombie Druid creature token.
|
||||
6
forge-gui/res/tokenscripts/b_2_2_zombie_druid.txt
Normal file
6
forge-gui/res/tokenscripts/b_2_2_zombie_druid.txt
Normal file
@@ -0,0 +1,6 @@
|
||||
Name:Zombie Druid Token
|
||||
ManaCost:no cost
|
||||
Colors:black
|
||||
Types:Creature Zombie Druid
|
||||
PT:2/2
|
||||
Oracle:
|
||||
Reference in New Issue
Block a user