YWOE a few easy ones (#3923)

This commit is contained in:
Northmoc
2023-10-19 02:05:25 -04:00
committed by GitHub
parent c8c39921e7
commit a4a0f974a4
2 changed files with 24 additions and 0 deletions

View 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.

View File

@@ -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.