mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-18 19:58:00 +00:00
Added Brace for Impact (Thanks Squee)
This commit is contained in:
1
.gitattributes
vendored
1
.gitattributes
vendored
@@ -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/bountiful_harvest.txt svneol=native#text/plain
|
||||||
res/cardsfolder/b/bounty_hunter.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/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/brackwater_elemental.txt svneol=native#text/plain
|
||||||
res/cardsfolder/b/braid_of_fire.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
|
res/cardsfolder/b/braids_cabal_minion.txt svneol=native#text/plain
|
||||||
|
|||||||
16
res/cardsfolder/b/brace_for_impact.txt
Normal file
16
res/cardsfolder/b/brace_for_impact.txt
Normal 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
|
||||||
Reference in New Issue
Block a user