Added Brace for Impact (Thanks Squee)

This commit is contained in:
moomarc
2012-06-11 09:17:56 +00:00
parent b5dd065e91
commit 192f1d184f
2 changed files with 17 additions and 0 deletions

1
.gitattributes vendored
View File

@@ -1087,6 +1087,7 @@ res/cardsfolder/b/bounteous_kirin.txt svneol=native#text/plain
res/cardsfolder/b/bountiful_harvest.txt svneol=native#text/plain
res/cardsfolder/b/bounty_hunter.txt svneol=native#text/plain
res/cardsfolder/b/bower_passage.txt -text
res/cardsfolder/b/brace_for_impact.txt -text
res/cardsfolder/b/brackwater_elemental.txt svneol=native#text/plain
res/cardsfolder/b/braid_of_fire.txt svneol=native#text/plain
res/cardsfolder/b/braids_cabal_minion.txt svneol=native#text/plain

View File

@@ -0,0 +1,16 @@
Name:Brace for Impact
ManaCost:4 W
Types:Instant
Text:no text
A:SP$ Effect | Cost$ 4 W | ValidTgts$ Creature.MultiColor | TgtPrompt$ Select target multicolored creature | Name$ Brace Effect | Triggers$ EndTrackingEffect | ReplacementEffects$ BraceReplace | SVars$ ImpactCounters,X,ExileEffect | RememberObjects$ Targeted | SpellDescription$ Prevent all damage that would be dealt to target multicolored creature this turn. For each 1 damage prevented this way, put a +1/+1 counter on that creature.
SVar:BraceReplace:Event$ DamageDone | ValidTarget$ Card.IsRemembered | ReplaceWith$ ImpactCounters | PreventionEffect$ True | Description$ Prevent all damage that would be dealt to targeted multicolored creature this turn. For each 1 damage prevented this way, put a +1/+1 counter on that creature.
SVar:ImpactCounters:AB$PutCounter | Cost$ 0 | Defined$ ReplacedTarget | CounterType$ P1P1 | CounterNum$ X
SVar:X:ReplaceCount$DamageAmount
SVar:EndTrackingEffect:Mode$ ChangesZone | ValidCard$ Card.IsRemembered | Origin$ Battlefield | Destination$ Any | Execute$ ExileEffect | Static$ True
SVar:ExileEffect:DB$ ChangeZone | Defined$ Self | Origin$ Battlefield | Destination$ Exile
SVar:RemAIDeck:True
SVar:Rarity:Uncommon
SVar:Picture:http://www.wizards.com/global/images/magic/general/brace_for_impact.jpg
SetInfo:DIS|Uncommon|http://magiccards.info/scans/en/di/5.jpg
Oracle:Prevent all damage that would be dealt to target multicolored creature this turn. For each 1 damage prevented this way, put a +1/+1 counter on that creature.
End