diff --git a/forge-gui/res/cardsfolder/b/kiora_bests_the_sea_god.txt b/forge-gui/res/cardsfolder/b/kiora_bests_the_sea_god.txt new file mode 100644 index 00000000000..101245fe3fd --- /dev/null +++ b/forge-gui/res/cardsfolder/b/kiora_bests_the_sea_god.txt @@ -0,0 +1,10 @@ +Name:Kiora Bests the Sea God +ManaCost:5 U U +Types:Enchantment Saga +K:Saga:3:TrigToken,TrigTap,TrigGainControl +SVar:TrigToken:DB$ Token | TokenScript$ u_8_8_kraken_hexproof | SpellDescription$ Create an 8/8 blue Kraken creature token with hexproof. +SVar:TrigTap:DB$ TapAll | ValidTgts$ Opponent | TgtPrompt$ Select target opponent | ValidCards$ Permanent.nonLand | SubAbility$ DBPumpAll | SpellDescription$ Tap all nonland permanents target opponent controls. They don't untap during their controllers' next untap step. +SVar:DBPumpAll:DB$ PumpAll | Defined$ Targeted | ValidCards$ Creature | KW$ HIDDEN This card doesn't untap during your next untap step. | Permanent$ True +SVar:TrigGainControl:DB$ GainControl | TgtPrompt$ Choose target creature | ValidTgts$ Permanent.OppCtrl | TgtPrompt$ Select target permanent an opponent controls | SubAbility$ DBUntap | SpellDescription$ Gain control of target permanent an opponent controls. Untap it. +SVar:DBUntap:DB$ Untap | Defined$ Targeted +Oracle:(As this Saga enters and after your draw step, add a lore counter. Sacrifice after III.)\nI — Create an 8/8 blue Kraken creature token with hexproof.\nII — Tap all nonland permanents target opponent controls. They don't untap during their controllers' next untap step.\nIII — Gain control of target permanent an opponent controls. Untap it. diff --git a/forge-gui/res/cardsfolder/b/uro_titan_of_natures_wrath.txt b/forge-gui/res/cardsfolder/b/uro_titan_of_natures_wrath.txt new file mode 100644 index 00000000000..3b82817e297 --- /dev/null +++ b/forge-gui/res/cardsfolder/b/uro_titan_of_natures_wrath.txt @@ -0,0 +1,13 @@ +Name:Uro, Titan of Nature's Wrath +ManaCost:1 G U +Types:Legendary Creature Elder Giant +PT:6/6 +T:Mode$ ChangesZone | Origin$ Any | Destination$ Battlefield | ValidCard$ Card.Self | Execute$ TrigSac | TriggerDescription$ When CARDNAME enters the battlefield, sacrifice it unless it escaped. +SVar:TrigSac:DB$ Sacrifice | SacValid$ Self | ConditionNotPresent$ Card.Self+escaped +T:Mode$ ChangesZone | Origin$ Any | Destination$ Battlefield | ValidCard$ Card.Self | Execute$ TrigGainLife | TriggerDescription$ When CARDNAME enters the battlefield or attacks, you gain 3 life and draw a card, then you may put a land card from your hand onto the battlefield. +T:Mode$ Attacks | ValidCard$ Card.Self | Execute$ TrigGainLife | TriggerZones$ Battlefield | OptionalDecider$ You | Secondary$ True | TriggerDescription$ When CARDNAME enters the battlefield or attacks, you gain 3 life and draw a card, then you may put a land card from your hand onto the battlefield. +SVar:TrigGainLife:DB$ GainLife | LifeAmount$ 3 | SubAbility$ DBDraw +SVar:DBDraw:DB$ Draw | Defined$ You | SubAbility$ DBLand +SVar:DBLand:DB$ ChangeZone | Origin$ Hand | Destination$ Battlefield | ChangeType$ Land | ChangeNum$ 1 | OptionalDecider$ You | +K:Escape:U U G G ExileFromGrave<5/Card.Other/other> +Oracle:When Uro enters the battlefield, sacrifice it unless it escaped.\nWhen Uro enters the battlefield or attacks, you gain 3 life and draw a card, then you may put a land card from your hand onto the battlefield.\nEscape--{G}{G}{U}{U}, exile five other cards from your graveyard. diff --git a/forge-gui/res/tokenscripts/u_8_8_kraken_hexproof.txt b/forge-gui/res/tokenscripts/u_8_8_kraken_hexproof.txt new file mode 100644 index 00000000000..51714b06228 --- /dev/null +++ b/forge-gui/res/tokenscripts/u_8_8_kraken_hexproof.txt @@ -0,0 +1,7 @@ +Name:Kraken +ManaCost:no cost +Types:Creature Kraken +Colors:blue +PT:8/8 +K:Hexproof +Oracle:Hexproof \ No newline at end of file