mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-18 11:48:02 +00:00
Added Blind Fury (thanks Squee)
This commit is contained in:
1
.gitattributes
vendored
1
.gitattributes
vendored
@@ -891,6 +891,7 @@ res/cardsfolder/b/blightspeaker.txt svneol=native#text/plain
|
|||||||
res/cardsfolder/b/blightsteel_colossus.txt svneol=native#text/plain
|
res/cardsfolder/b/blightsteel_colossus.txt svneol=native#text/plain
|
||||||
res/cardsfolder/b/blightwidow.txt svneol=native#text/plain
|
res/cardsfolder/b/blightwidow.txt svneol=native#text/plain
|
||||||
res/cardsfolder/b/blind_creeper.txt svneol=native#text/plain
|
res/cardsfolder/b/blind_creeper.txt svneol=native#text/plain
|
||||||
|
res/cardsfolder/b/blind_fury.txt -text
|
||||||
res/cardsfolder/b/blind_hunter.txt -text
|
res/cardsfolder/b/blind_hunter.txt -text
|
||||||
res/cardsfolder/b/blind_phantasm.txt svneol=native#text/plain
|
res/cardsfolder/b/blind_phantasm.txt svneol=native#text/plain
|
||||||
res/cardsfolder/b/blind_spot_giant.txt svneol=native#text/plain
|
res/cardsfolder/b/blind_spot_giant.txt svneol=native#text/plain
|
||||||
|
|||||||
16
res/cardsfolder/b/blind_fury.txt
Normal file
16
res/cardsfolder/b/blind_fury.txt
Normal file
@@ -0,0 +1,16 @@
|
|||||||
|
Name:Blind Fury
|
||||||
|
ManaCost:2 R R
|
||||||
|
Types:Instant
|
||||||
|
Text:no text
|
||||||
|
A:SP$ DebuffAll | Cost$ 2 R R | ValidCards$ Creature | Keywords$ Trample | ActivationPhases$ Upkeep->Declare Blockers - Play Instants and Abilities | SubAbility$ BlindFuryEffect | SpellDescription$ Cast CARDNAME only before the combat damage step. All creatures lose trample until end of turn. If a creature would deal combat damage to a creature this turn, it deals double that damage to that creature instead.
|
||||||
|
SVar:BlindFuryEffect:DB$ Effect | Name$ Blood of the Martyr Effect | ReplacementEffects$ FuryCombatEvent | SVars$ DmgTwiceCombat,X
|
||||||
|
SVar:FuryCombatEvent:Event$ DamageDone | ValidSource$ Creature | ValidTarget$ Creature | ReplaceWith$ DmgTwiceCombat | IsCombat$ True | Description$ If a creature would deal combat damage to a creature this turn, it deals double that damage to that creature instead.
|
||||||
|
SVar:DmgTwiceCombat:AB$DealDamage | Cost$ 0 | CombatDamage$ True | Defined$ ReplacedTarget | DamageSource$ ReplacedSource | NumDmg$ X
|
||||||
|
SVar:X:ReplaceCount$DamageAmount/Twice
|
||||||
|
SVar:PlayMain1:TRUE
|
||||||
|
SVar:RemAIDeck:True
|
||||||
|
SVar:Rarity:Uncommon
|
||||||
|
SVar:Picture:http://www.wizards.com/global/images/magic/general/blind_fury.jpg
|
||||||
|
SetInfo:MIR|Uncommon|http://magiccards.info/scans/en/mr/158.jpg
|
||||||
|
Oracle:Cast Blind Fury only before the combat damage step.\nAll creatures lose trample until end of turn. If a creature would deal combat damage to a creature this turn, it deals double that damage to that creature instead.
|
||||||
|
End
|
||||||
Reference in New Issue
Block a user