diff --git a/.gitattributes b/.gitattributes index 8e25711ba2e..111e77b3011 100644 --- a/.gitattributes +++ b/.gitattributes @@ -377,6 +377,7 @@ res/cardsfolder/a/appetite_for_brains.txt -text res/cardsfolder/a/apprentice_necromancer.txt svneol=native#text/plain res/cardsfolder/a/apprentice_sorcerer.txt svneol=native#text/plain res/cardsfolder/a/apprentice_wizard.txt svneol=native#text/plain +res/cardsfolder/a/approach_my_molten_realm.txt -text res/cardsfolder/a/aquamoeba.txt svneol=native#text/plain res/cardsfolder/a/aquamorph_entity.txt -text res/cardsfolder/a/aquastrand_spider.txt -text diff --git a/res/cardsfolder/a/approach_my_molten_realm.txt b/res/cardsfolder/a/approach_my_molten_realm.txt new file mode 100644 index 00000000000..e0cf2923ebd --- /dev/null +++ b/res/cardsfolder/a/approach_my_molten_realm.txt @@ -0,0 +1,16 @@ +Name:Approach My Molten Realm +ManaCost:no cost +Types:Scheme +Text:no text +T:Mode$ SetInMotion | ValidCard$ Card.Self | Execute$ MoltenEffect | TriggerZones$ Command | TriggerDescription$ When you set this scheme in motion, until your next turn, if a source would deal damage, it deals double that damage instead. +SVar:MoltenEffect:AB$ Effect | Cost$ 0 | Name$ Molten Realm Effect | ReplacementEffects$ MoltenRealm,MoltenRealmCombat | SVars$ DmgTimes2,DmgTimes2Combat,MoltenX | Duration$ UntilYourNextTurn +SVar:MoltenRealm:Event$ DamageDone | ActiveZones$ Command | ValidSource$ Card | ReplaceWith$ DmgTimes2 | IsCombat$ False | Description$ Until your next turn, if a source would deal damage, it deals double that damage instead. +SVar:MoltenRealmCombat:Event$ DamageDone | ActiveZones$ Command | ValidSource$ Card | ReplaceWith$ DmgTimes2Combat | IsCombat$ True | Secondary$ True | Description$ Until your next turn, if a source would deal damage, it deals double that damage instead. +SVar:DmgTimes2:AB$ DealDamage | Cost$ 0 | Defined$ ReplacedTarget | DamageSource$ ReplacedSource | NumDmg$ MoltenX | References$ MoltenX +SVar:DmgTimes2Combat:AB$ DealDamage | Cost$ 0 | CombatDamage$ True | Defined$ ReplacedTarget | DamageSource$ ReplacedSource | NumDmg$ MoltenX | References$ MoltenX +SVar:MoltenX:ReplaceCount$DamageAmount/Twice +SVar:Rarity:Common +SVar:Picture:http://gatherer.wizards.com/Handlers/Image.ashx?multiverseid=212591&type=card +SetInfo:ARC|Common|http://magiccards.info/extras/scheme/archenemy/approach-my-molten-realm.jpg +Oracle:When you set this scheme in motion, until your next turn, if a source would deal damage, it deals double that damage instead. +End \ No newline at end of file