Update oracle text of Sensation Gorger and fix Vhati-il-Dal.

This commit is contained in:
elcnesh
2014-07-14 09:41:37 +00:00
parent 712ddfae58
commit 715876b297
2 changed files with 6 additions and 5 deletions

View File

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

View File

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