- Added Story Circle.

This commit is contained in:
Sloth
2012-11-10 13:49:25 +00:00
parent 3800a38f72
commit 05a1485760
2 changed files with 21 additions and 0 deletions

1
.gitattributes vendored
View File

@@ -9600,6 +9600,7 @@ res/cardsfolder/s/stormscape_familiar.txt svneol=native#text/plain
res/cardsfolder/s/stormscape_master.txt svneol=native#text/plain res/cardsfolder/s/stormscape_master.txt svneol=native#text/plain
res/cardsfolder/s/stormtide_leviathan.txt svneol=native#text/plain res/cardsfolder/s/stormtide_leviathan.txt svneol=native#text/plain
res/cardsfolder/s/stormwatch_eagle.txt svneol=native#text/plain res/cardsfolder/s/stormwatch_eagle.txt svneol=native#text/plain
res/cardsfolder/s/story_circle.txt -text
res/cardsfolder/s/strafe.txt svneol=native#text/plain res/cardsfolder/s/strafe.txt svneol=native#text/plain
res/cardsfolder/s/strands_of_night.txt svneol=native#text/plain res/cardsfolder/s/strands_of_night.txt svneol=native#text/plain
res/cardsfolder/s/strands_of_undeath.txt svneol=native#text/plain res/cardsfolder/s/strands_of_undeath.txt svneol=native#text/plain

View File

@@ -0,0 +1,20 @@
Name:Story Circle
ManaCost:1 W W
Types:Enchantment
Text:no text
T:Mode$ ChangesZone | ValidCard$ Card.Self | Origin$ Any | Destination$ Battlefield | Execute$ ChooseColor | Static$ True | TriggerDescription$ As CARDNAME enters the battlefield, choose a color.
SVar:ChooseColor:DB$ ChooseColor | Defined$ You | AILogic$ MostProminentInHumanDeck
A:AB$ ChooseSource | Cost$ W | Choices$ Card.ChosenColor | RememberChosen$ True | AILogic$ NeedsPrevention | SubAbility$ DBEffect | SVars$ DBEffect,RPreventNextFromSource,ExileEffect | SpellDescription$ The next time a source of your choice of the chosen color would deal damage to you this turn, prevent that damage.
SVar:DBEffect:DB$ Effect | ReplacementEffects$ RPreventNextFromSource | RememberObjects$ Remembered | SVars$ RPreventNextFromSource,ExileEffect | SubAbility$ DBCleanup | ConditionDefined$ Remembered | ConditionPresent$ Card | ConditionCompare$ GE1
SVar:RPreventNextFromSource:Event$ DamageDone | ValidSource$ Card.IsRemembered | ValidTarget$ You | ReplaceWith$ ExileEffect | PreventionEffect$ True | Description$ The next time the chosen source deals damage to you, prevent that damage.
SVar:ExileEffect:DB$ ChangeZone | Defined$ Self | Origin$ Battlefield | Destination$ Exile
SVar:DBCleanup:DB$ Cleanup | ClearRemembered$ True
SVar:RemAIDeck:True
SVar:Rarity:Rare
SVar:Picture:http://www.wizards.com/global/images/magic/general/story_circle.jpg
SetInfo:8ED|Rare|http://magiccards.info/scans/en/8e/50.jpg
SetInfo:MMQ|Uncommon|http://magiccards.info/scans/en/mm/51.jpg
SetInfo:9ED|Rare|http://magiccards.info/scans/en/9e/48.jpg
SetInfo:10E|Rare|http://magiccards.info/scans/en/10e/49.jpg
Oracle:As Story Circle enters the battlefield, choose a color.\n{W}: The next time a source of your choice of the chosen color would deal damage to you this turn, prevent that damage.
End