mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-17 11:18:01 +00:00
YWOE a few easy ones (#3923)
This commit is contained in:
15
forge-gui/res/cardsfolder/upcoming/outfitted_jouster.txt
Normal file
15
forge-gui/res/cardsfolder/upcoming/outfitted_jouster.txt
Normal file
@@ -0,0 +1,15 @@
|
||||
Name:Outfitted Jouster
|
||||
ManaCost:2 B R
|
||||
Types:Creature Knight
|
||||
PT:2/2
|
||||
T:Mode$ ChangesZone | Origin$ Any | Destination$ Battlefield | ValidCard$ Card.Self | Execute$ TrigConjure | TriggerDescription$ When CARDNAME enters the battlefield, conjure a card named Steelclaw Lance and a card named Brawler's Plate onto the battlefield and attach them to CARDNAME.
|
||||
SVar:TrigConjure:DB$ MakeCard | Conjure$ True | Names$ Steelclaw Lance,Brawler's Plate | Zone$ Battlefield | RememberMade$ True | SubAbility$ DBAttach
|
||||
SVar:DBAttach:DB$ Attach | Object$ Remembered | SubAbility$ DBCleanup
|
||||
SVar:DBCleanup:DB$ Cleanup | ClearRemembered$ True
|
||||
R:Event$ DamageDone | ActiveZones$ Battlefield | ValidTarget$ Card.Self+equipped | ReplaceWith$ DBImmediateTrigger | PreventionEffect$ True | Description$ If damage would be dealt to CARDNAME, prevent that damage. When damage is prevented this way, sacrifice an Equipment attached to CARDNAME.
|
||||
SVar:DBImmediateTrigger:DB$ ImmediateTrigger | Execute$ TrigSacrifice | TriggerDescription$ When damage is prevented this way, sacrifice an Equipment attached to CARDNAME.
|
||||
SVar:TrigSacrifice:DB$ Sacrifice | SacValid$ Equipment.AttachedTo Card.Self | SacMessage$ attached Equipment
|
||||
SVar:EquipMe:Once
|
||||
DeckHas:Type$Equipment & Ability$Sacrifice
|
||||
DeckHints:Type$Equipment
|
||||
Oracle:When Outfitted Jouster enters the battlefield, conjure a card named Steelclaw Lance and a card named Brawler's Plate onto the battlefield and attach them to Outfitted Jouster.\nIf damage would be dealt to Outfitted Jouster while it's equipped, prevent that damage. When damage is prevented this way, sacrifice an Equipment attached to Outfitted Jouster.
|
||||
@@ -0,0 +1,9 @@
|
||||
Name:The Conundrum of Bowls
|
||||
ManaCost:2 U U
|
||||
Types:Enchantment Saga
|
||||
K:Saga:3:SeekSmall,SeekBig,Cast
|
||||
SVar:SeekSmall:DB$ Seek | Type$ Card.cmcLTX | SpellDescription$ Seek a card with mana value less than the number of cards in your hand.
|
||||
SVar:SeekBig:DB$ Seek | Type$ Card.cmcGTX | SpellDescription$ Seek a card with mana value greater than the number of cards in your hand.
|
||||
SVar:Cast:DB$ Play | Valid$ Card.cmcEQX | ValidSA$ Spell | Optional$ True | WithoutManaCost$ True | SpellDescription$ Count the number of cards in your hand. You may cast a spell with mana value equal to that number from your hand without paying its mana cost.
|
||||
SVar:X:Count$InYourHand
|
||||
Oracle:(As this Saga enters and after your draw step add a lore counter. Sacrifice after III.)\nI — Seek a card with mana value less than the number of cards in your hand.\nII — Seek a card with mana value greater than the number of cards in your hand.\nIII — Count the number of cards in your hand. You may cast a spell with mana value equal to that number from your hand without paying its mana cost.
|
||||
Reference in New Issue
Block a user