- Converted Frenzy Sliver, Fixed Sylvan Library

This commit is contained in:
swordshine
2013-08-04 06:06:45 +00:00
parent d4996103c5
commit b19a6ae0d4
2 changed files with 4 additions and 3 deletions

View File

@@ -2,8 +2,9 @@ Name:Frenzy Sliver
ManaCost:1 B
Types:Creature Sliver
PT:1/1
T:Mode$ AttackerUnblocked | ValidCard$ Creature.Sliver | Execute$ TrigPump | TriggerZones$ Battlefield | TriggerDescription$ All Sliver creatures have frenzy 1. (Whenever a Sliver attacks and isn't blocked, it gets +1/+0 until end of turn.)
SVar:TrigPump:AB$Pump | Cost$ 0 | NumAtt$ +1 | Defined$ TriggeredAttacker
S:Mode$ Continuous | Affected$ Creature.Sliver | AddTrigger$ TrigFrenzy | AddSVar$ FrenzyPump | Description$ All Sliver creatures have frenzy 1.
SVar:TrigFrenzy:Mode$ AttackerUnblocked | ValidCard$ Card.Self | Execute$ FrenzyPump | TriggerZones$ Battlefield | TriggerDescription$ Frenzy 1 (Whenever CARDNAME attacks and isn't blocked, it gets +1/+0 until end of turn.)
SVar:FrenzyPump:AB$ Pump | Cost$ 0 | NumAtt$ +1 | Defined$ TriggeredAttacker
SVar:PlayMain1:TRUE
SVar:Picture:http://www.wizards.com/global/images/magic/general/frenzy_sliver.jpg
Oracle:All Sliver creatures have frenzy 1. (Whenever a Sliver attacks and isn't blocked, it gets +1/+0 until end of turn.)

View File

@@ -5,7 +5,7 @@ T:Mode$ Phase | Phase$ Draw | ValidPlayer$ You | TriggerZones$ Battlefield | Exe
SVar:TrigDraw:AB$ Draw | Cost$ 0 | Defined$ TriggeredPlayer | NumCards$ 2 | SubAbility$ ChooseDrawn
SVar:ChooseDrawn:DB$ ChooseCard | ChoiceZone$ Hand | Choices$ Card.YouOwn+DrawnThisTurn | Amount$ 2 | RememberChosen$ True | Mandatory$ True | AILogic$ Worst | SubAbility$ DBPayOrReturn
SVar:DBPayOrReturn:DB$ RepeatEach | UseImprinted$ True | RepeatCards$ Card.IsRemembered | Zone$ Hand | RepeatSubAbility$ DBReplace | SubAbility$ DBCleanup
SVar:DBReplace:DB$ ChangeZone | Origin$ Hand | Destination$ Library | ChangeType$ Card.IsImprinted | UnlessCost$ PayLife<4> | UnlessPayer$ TriggeredPlayer | SubAbility$ DBCleanup
SVar:DBReplace:DB$ ChangeZone | Origin$ Hand | Destination$ Library | ChangeType$ Card.IsImprinted | UnlessCost$ PayLife<4> | Mandatory$ True | StackDescription$ Put {c:Imprinted} on top of your library | UnlessPayer$ TriggeredPlayer | SubAbility$ DBCleanup
SVar:DBCleanup:DB$ Cleanup | ClearRemembered$ True
SVar:RemAIDeck:True
SVar:Picture:http://www.wizards.com/global/images/magic/general/sylvan_library.jpg