From ceba4b27b90e53b00d972d880a96e56289c0744a Mon Sep 17 00:00:00 2001 From: Northmoc Date: Thu, 20 Jan 2022 12:06:42 -0500 Subject: [PATCH] more Curse of GoodThing draft refactors --- forge-gui/res/cardsfolder/c/curse_of_bounty.txt | 9 ++++----- forge-gui/res/cardsfolder/c/curse_of_verbosity.txt | 4 ++-- 2 files changed, 6 insertions(+), 7 deletions(-) diff --git a/forge-gui/res/cardsfolder/c/curse_of_bounty.txt b/forge-gui/res/cardsfolder/c/curse_of_bounty.txt index 9b2104aa9ee..d36912900cc 100644 --- a/forge-gui/res/cardsfolder/c/curse_of_bounty.txt +++ b/forge-gui/res/cardsfolder/c/curse_of_bounty.txt @@ -2,9 +2,8 @@ Name:Curse of Bounty ManaCost:1 G Types:Enchantment Aura Curse K:Enchant player -A:SP$ Attach | Cost$ 1 G | ValidTgts$ Player | AILogic$ Curse -T:Mode$ AttackersDeclared | ValidCard$ Creature | AttackedTarget$ Player.EnchantedBy | Execute$ TrigRepeat | TriggerZones$ Battlefield | TriggerDescription$ Whenever enchanted player is attacked, untap all nonland permanents you control. Each opponent attacking that player untaps all nonland permanents they control. -SVar:TrigRepeat:DB$ RepeatEach | RepeatPlayers$ TriggeredAttackingPlayerAndYou | RepeatSubAbility$ TrigUntap -SVar:TrigUntap:DB$ UntapAll | Defined$ Player.IsRemembered | ValidCards$ Permanent.nonLand | SpellDescription$ Whenever enchanted player is attacked, untap all nonland permanents you control. Each opponent attacking that player untaps all nonland permanents they control. -SVar:Picture:http://www.wizards.com/global/images/magic/general/curse_of_vitality.jpg +A:SP$ Attach | ValidTgts$ Player | AILogic$ Curse +T:Mode$ AttackersDeclared | ValidCard$ Creature | AttackedTarget$ Player.EnchantedBy | Execute$ TrigUntap | TriggerZones$ Battlefield | TriggerDescription$ Whenever enchanted player is attacked, untap all nonland permanents you control. Each opponent attacking that player untaps all nonland permanents they control. +SVar:TrigUntap:DB$ UntapAll | Defined$ You | ValidCards$ Permanent.nonLand | SubAbility$ DBUntap +SVar:DBUntap:DB$ UntapAll | Defined$ TriggeredAttackingPlayer=Opponent | ValidCards$ Permanent.nonLand Oracle:Enchant player\nWhenever enchanted player is attacked, untap all nonland permanents you control. Each opponent attacking that player untaps all nonland permanents they control. diff --git a/forge-gui/res/cardsfolder/c/curse_of_verbosity.txt b/forge-gui/res/cardsfolder/c/curse_of_verbosity.txt index 2d7d225c3e2..79288c40438 100644 --- a/forge-gui/res/cardsfolder/c/curse_of_verbosity.txt +++ b/forge-gui/res/cardsfolder/c/curse_of_verbosity.txt @@ -5,6 +5,6 @@ K:Enchant player A:SP$ Attach | Cost$ 2 U | ValidTgts$ Player | AILogic$ Curse T:Mode$ AttackersDeclared | ValidCard$ Creature | AttackedTarget$ Player.EnchantedBy | Execute$ TrigRepeat | TriggerZones$ Battlefield | TriggerDescription$ Whenever enchanted player is attacked, draw a card. Each opponent attacking that player does the same. SVar:TrigRepeat:DB$ RepeatEach | RepeatPlayers$ TriggeredAttackingPlayerAndYou | RepeatSubAbility$ TrigDraw -SVar:TrigDraw:DB$ Draw | NumCards$ 1 | Defined$ Player.IsRemembered -SVar:Picture:http://www.wizards.com/global/images/magic/general/curse_of_verbosity.jpg +SVar:TrigDraw:DB$ Draw | NumCards$ 1 | Defined$ You +SVar:DBDraw:DB$ Draw Oracle:Enchant player\nWhenever enchanted player is attacked, you draw a card. Each opponent attacking that player does the same.