Added Blinding Beam

This commit is contained in:
moomarc
2012-03-19 10:44:41 +00:00
parent cbbbf3fb3b
commit d6bb45c66d
2 changed files with 18 additions and 0 deletions

1
.gitattributes vendored
View File

@@ -857,6 +857,7 @@ res/cardsfolder/b/blind_spot_giant.txt svneol=native#text/plain
res/cardsfolder/b/blind_with_anger.txt svneol=native#text/plain
res/cardsfolder/b/blind_zealot.txt svneol=native#text/plain
res/cardsfolder/b/blinding_angel.txt -text
res/cardsfolder/b/blinding_beam.txt -text
res/cardsfolder/b/blinding_light.txt svneol=native#text/plain
res/cardsfolder/b/blinding_mage.txt svneol=native#text/plain
res/cardsfolder/b/blinding_souleater.txt svneol=native#text/plain

View File

@@ -0,0 +1,17 @@
Name:Blinding Beam
ManaCost:2 W
Types:Instant
Text:no text
A:SP$ Tap | Cost$ 2 W | ValidTgts$ Creature | TargetMin$ 2 | TargetMax$ 2 | TgtPrompt$ Select two target creatures | SpellDescription$ Choose one - Tap two target creatures;
A:SP$ Effect | Cost$ 2 W | ValidTgts$ Player | TgtPrompt$ Select target player | IsCurse$ True | StaticAbilities$ DontUntap | Triggers$ RestoreSight | SVars$ ExileEffect | RememberObjects$ Targeted | Duration$ Permanent | SpellDescription$ or creatures don't untap during target player's next untap step.
A:SP$ Effect | Cost$ 3 W | ValidTgts$ Player | TgtPrompt$ Select target player | IsCurse$ True | StaticAbilities$ DontUntap | Triggers$ RestoreSight | SVars$ ExileEffect | RememberObjects$ Targeted | AILogic$ BeginningOfOppTurn | Duration$ Permanent | SubAbility$ BlindTheFoe | PrecostDesc$ Entwine | CostDesc$ 1 | SpellDescription$ (Choose both if you pay the entwine cost.)
SVar:BlindTheFoe:DB$ Tap | ValidTgts$ Creature | TargetMin$ 2 | TargetMax$ 2 | TgtPrompt$ Select two target creatures
SVar:DontUntap:Mode$ Continuous | Affected$ Creature.RememberedPlayerCtrl | AddHiddenKeyword$ HIDDEN This card doesn't untap during your next untap step.
SVar:RestoreSight:Mode$ Phase | Phase$ Upkeep | ValidPlayer$ Player.IsRemembered | TriggerZones$ Battlefield | Execute$ ExileEffect | Static$ True | TriggerDescription$ At the beginning of your upkeep, you may put a charge counter on CARDNAME.
SVar:ExileEffect:DB$ ChangeZone | Defined$ Self | Origin$ Battlefield | Destination$ Exile
SVar:RemAIDeck:True
SVar:Rarity:Common
SVar:Picture:http://www.wizards.com/global/images/magic/general/blinding_beam.jpg
SetInfo:MRD|Common|http://magiccards.info/scans/en/mi/7.jpg
Oracle:Choose one - Tap two target creatures; or creatures don't untap during target player's next untap step.\nEntwine {1} (Choose both if you pay the entwine cost.)
End