mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-18 19:58:00 +00:00
3 BLB cards + Supply counters (#5638)
This commit is contained in:
@@ -397,6 +397,8 @@ public enum CounterEnumType {
|
||||
|
||||
STUN("STUN", 226, 192, 165),
|
||||
|
||||
SUPPLY("SPPLY", 70, 105, 60),
|
||||
|
||||
TAKEOVER("TKVR", 63, 49, 191),
|
||||
|
||||
TASK("TASK", 191, 63, 49),
|
||||
|
||||
@@ -0,0 +1,16 @@
|
||||
Name:Dragonhawk, Fate's Tempest
|
||||
ManaCost:3 R R
|
||||
Types:Legendary Creature Bird Dragon
|
||||
PT:5/5
|
||||
K:Flying
|
||||
T:Mode$ ChangesZone | Origin$ Any | Destination$ Battlefield | ValidCard$ Card.Self | Execute$ TrigDig | TriggerDescription$ Whenever NICKNAME enters or attacks, exile the top X cards of your library, where X is the number of creatures you control with power 4 or greater. You may play those cards until your next end step. At the beginning of your next end step, NICKNAME deals 2 damage to each opponent for each of those cards that are still exiled.
|
||||
T:Mode$ Attacks | ValidCard$ Card.Self | Execute$ TrigDig | TriggerZones$ Battlefield | Secondary$ True | TriggerDescription$ Whenever NICKNAME enters or attacks, exile the top X cards of your library, where X is the number of creatures you control with power 4 or greater. You may play those cards until your next end step. At the beginning of your next end step, Dragonhawk deals 2 damage to each opponent for each of those cards that are still exiled.
|
||||
SVar:TrigDig:DB$ Dig | Defined$ You | DigNum$ X | ChangeNum$ All | DestinationZone$ Exile | RememberChanged$ True | SubAbility$ DBEffect
|
||||
SVar:DBEffect:DB$ Effect | RememberObjects$ RememberedCard | StaticAbilities$ Play | SubAbility$ DBDelayedTrigger | ForgetOnMoved$ Exile | Duration$ UntilYourNextEndStep
|
||||
SVar:Play:Mode$ Continuous | MayPlay$ True | EffectZone$ Command | Affected$ Card.IsRemembered | AffectedZone$ Exile | Description$ You may play those cards until your next end step.
|
||||
SVar:DBDelayedTrigger:DB$ DelayedTrigger | Mode$ Phase | Phase$ End of Turn | ValidPlayer$ You | RememberObjects$ Remembered | Execute$ TrigDamage | SubAbility$ DBCleanup | TriggerDescription$ At the beginning of your next end step, NICKNAME deals 2 damage to each opponent for each of those cards that are still exiled.
|
||||
SVar:TrigDamage:DB$ DamageAll | ValidPlayers$ Player.Opponent | NumDmg$ Y
|
||||
SVar:DBCleanup:DB$ Cleanup | ClearRemembered$ True
|
||||
SVar:X:Count$Valid Permanent.Creature+powerGE4
|
||||
SVar:Y:Count$ValidExile Card.IsTriggerRemembered/Twice
|
||||
Oracle:Flying\nWhenever Dragonhawk enters or attacks, exile the top X cards of your library, where X is the number of creatures you control with power 4 or greater. You may play those cards until your next end step. At the beginning of your next end step, Dragonhawk deals 2 damage to each opponent for each of those cards that are still exiled.
|
||||
8
forge-gui/res/cardsfolder/upcoming/spellgyre.txt
Normal file
8
forge-gui/res/cardsfolder/upcoming/spellgyre.txt
Normal file
@@ -0,0 +1,8 @@
|
||||
Name:Spellgyre
|
||||
ManaCost:2 U U
|
||||
Types:Instant
|
||||
A:SP$ Charm | Choices$ DBCounter,DBSurveil | Defined$ You
|
||||
SVar:DBCounter:DB$ Counter | TargetType$ Spell | ValidTgts$ Card | TgtPrompt$ Counter target spell | SpellDescription$ Counter target spell.
|
||||
SVar:DBSurveil:DB$ Surveil | Amount$ 2 | SubAbility$ DBDraw | SpellDescription$ Surveil 2, then draw two cards.
|
||||
SVar:DBDraw:DB$ Draw | Defined$ You | NumCards$ 2
|
||||
Oracle:Choose one —\n• Counter target spell.\n• Surveil 2, then draw two cards. (To surveil 2, look at the top two cards of your library, then put any number of them into your graveyard and the rest on top of your library in any order.)
|
||||
@@ -0,0 +1,8 @@
|
||||
Name:Stocking the Pantry
|
||||
ManaCost:G
|
||||
Types:Enchantment
|
||||
T:Mode$ CounterAddedOnce | CounterType$ P1P1 | ValidSource$ You | ValidCard$ Creature.YouCtrl | TriggerZones$ Battlefield | Execute$ TrigPutCounter | TriggerDescription$ Whenever you put one or more +1/+1 counters on a creature you control, put a supply counter on CARDNAME.
|
||||
SVar:TrigPutCounter:DB$ PutCounter | Defined$ Self | CounterType$ SUPPLY | CounterNum$ 1
|
||||
A:AB$ Draw | Cost$ 2 SubCounter<1/SUPPLY> | SpellDescription$ Draw a card.
|
||||
DeckNeeds:Ability$Counters
|
||||
Oracle:Whenever you put one or more +1/+1 counters on a creature you control, put a supply counter on Stocking the Pantry.\n{2}, Remove a supply counter from Stocking the Pantry: Draw a card.
|
||||
Reference in New Issue
Block a user