- Fixed Curse of Bloodletting.

This commit is contained in:
Sloth
2012-04-05 14:49:12 +00:00
parent a625bc67c0
commit 095df52bff

View File

@@ -6,9 +6,9 @@ K:Enchant player
A:SP$ Attach | Cost$ 3 R R | ValidTgts$ Player | AILogic$ Curse A:SP$ Attach | Cost$ 3 R R | ValidTgts$ Player | AILogic$ Curse
R:Event$ DamageDone | ValidTarget$ Player.EnchantedBy | ReplaceWith$ DmgTimes2 | IsCombat$ False | Description$ If a source would deal damage to enchanted player, it deals double that damage instead. R:Event$ DamageDone | ValidTarget$ Player.EnchantedBy | ReplaceWith$ DmgTimes2 | IsCombat$ False | Description$ If a source would deal damage to enchanted player, it deals double that damage instead.
R:Event$ DamageDone | ValidTarget$ Player.EnchantedBy | ReplaceWith$ DmgTimes2Combat | IsCombat$ True | Secondary$ True | Description$ If a source would deal damage to enchanted player, it deals double that damage instead. R:Event$ DamageDone | ValidTarget$ Player.EnchantedBy | ReplaceWith$ DmgTimes2Combat | IsCombat$ True | Secondary$ True | Description$ If a source would deal damage to enchanted player, it deals double that damage instead.
SVar:DmgTimes2:AB$DealDamage | Cost$ 0 | Defined$ EnchantedPlayer | DamageSource$ ReplacedSource | NumDmg$ X SVar:DmgTimes2:AB$DealDamage | Cost$ 0 | Defined$ ReplacedTarget | DamageSource$ ReplacedSource | NumDmg$ X
SVar:DmgTimes2Combat:AB$DealDamage | Cost$ 0 | CombatDamage$ True | Defined$ EnchantedPlayer | DamageSource$ ReplacedSource | NumDmg$ X SVar:DmgTimes2Combat:AB$DealDamage | Cost$ 0 | CombatDamage$ True | Defined$ ReplacedTarget | DamageSource$ ReplacedSource | NumDmg$ X
SVar:X:ReplaceCount$DamageAmount/Times.2 SVar:X:ReplaceCount$DamageAmount/Twice
SVar:Picture:http://www.wizards.com/global/images/magic/general/curse_of_bloodletting.jpg SVar:Picture:http://www.wizards.com/global/images/magic/general/curse_of_bloodletting.jpg
SetInfo:DKA|Rare|http://magiccards.info/scans/en/dka/85.jpg SetInfo:DKA|Rare|http://magiccards.info/scans/en/dka/85.jpg
Oracle:Enchant player\nIf a source would deal damage to enchanted player, it deals double that damage to that player instead. Oracle:Enchant player\nIf a source would deal damage to enchanted player, it deals double that damage to that player instead.