diff --git a/forge-gui/res/cardsfolder/s/sensation_gorger.txt b/forge-gui/res/cardsfolder/s/sensation_gorger.txt index 311d8880c10..1b97912ac46 100644 --- a/forge-gui/res/cardsfolder/s/sensation_gorger.txt +++ b/forge-gui/res/cardsfolder/s/sensation_gorger.txt @@ -2,11 +2,11 @@ Name:Sensation Gorger ManaCost:1 R R Types:Creature Goblin Shaman PT:2/2 -T:Mode$ Phase | Phase$ Upkeep | ValidPlayer$ You | Execute$ TrigKinship | TriggerZones$ Battlefield | OptionalDecider$ You | TriggerDescription$ Kinship - At the beginning of your upkeep, you may look at the top card of your library. If it shares a creature type with CARDNAME, you may reveal it. If you do, each player discards his or her hand and draws four cards. +T:Mode$ Phase | Phase$ Upkeep | ValidPlayer$ You | Execute$ TrigKinship | TriggerZones$ Battlefield | OptionalDecider$ You | TriggerDescription$ Kinship - At the beginning of your upkeep, you may look at the top card of your library. If it shares a creature type with CARDNAME, you may reveal it. If you do, each player discards his or her hand, then draws four cards. SVar:TrigKinship:DB$ PeekAndReveal | PeekAmount$ 1 | RevealValid$ Card.sharesCreatureTypeWith | RevealOptional$ True | RememberRevealed$ True | SubAbility$ DBDiscard SVar:DBDiscard:DB$ Discard | Mode$ Hand | Defined$ Player | SubAbility$ DBEachDraw | ConditionDefined$ Remembered | ConditionPresent$ Card | ConditionCompare$ EQ1 SVar:DBEachDraw:DB$Draw | Defined$ Each | NumCards$ 4 | ConditionDefined$ Remembered | ConditionPresent$ Card | ConditionCompare$ EQ1 | SubAbility$ DBCleanup SVar:DBCleanup:DB$ Cleanup | ClearRemembered$ True SVar:RemRandomDeck:True SVar:Picture:http://www.wizards.com/global/images/magic/general/sensation_gorger.jpg -Oracle:Kinship - At the beginning of your upkeep, you may look at the top card of your library. If it shares a creature type with Sensation Gorger, you may reveal it. If you do, each player discards his or her hand and draws four cards. +Oracle:Kinship - At the beginning of your upkeep, you may look at the top card of your library. If it shares a creature type with Sensation Gorger, you may reveal it. If you do, each player discards his or her hand, then draws four cards. diff --git a/forge-gui/res/cardsfolder/v/vhati_il_dal.txt b/forge-gui/res/cardsfolder/v/vhati_il_dal.txt index 49d1f315678..d461b21a12c 100644 --- a/forge-gui/res/cardsfolder/v/vhati_il_dal.txt +++ b/forge-gui/res/cardsfolder/v/vhati_il_dal.txt @@ -2,7 +2,8 @@ Name:Vhati il-Dal ManaCost:2 B G Types:Legendary Creature Human Warrior PT:3/3 -A:AB$ Animate | Cost$ T | ValidTgts$ Creature | TgtPrompt$ Select target creature | Power$ 1 | IsCurse$ True | SpellDescription$ Target creature's power becomes 1 until end of turn. -A:AB$ Animate | Cost$ T | ValidTgts$ Creature | TgtPrompt$ Select target creature | Toughness$ 1 | IsCurse$ True | SpellDescription$ Target creature's toughness becomes 1 until end of turn. +A:AB$ GenericChoice | Cost$ T | Defined$ You | Choices$ ChangePower,ChangeToughness | ValidTgts$ Creature | TgtPrompt$ Select target creature | IsCurse$ True | SpellDescription$ Until end of turn, target creature has base power 1 or base toughness 1. +SVar:ChangePower:DB$ Animate | Defined$ Targeted | Power$ 1 | SpellDescription$ Target creature's power becomes 1 until end of turn. +SVar:ChangeToughness:DB$ Animate | Defined$ Targeted | Toughness$ 1 | SpellDescription$ Target creature's toughness becomes 1 until end of turn. SVar:Picture:http://www.wizards.com/global/images/magic/general/vhati_il_dal.jpg -Oracle:{T}: Target creature's power or toughness becomes 1 until end of turn. +Oracle:{T}: Until end of turn, target creature has base power 1 or base toughness 1.