diff --git a/.gitattributes b/.gitattributes index 948827ea796..0ddf18f9b44 100644 --- a/.gitattributes +++ b/.gitattributes @@ -5142,6 +5142,7 @@ res/cardsfolder/i/infectious_rage.txt -text res/cardsfolder/i/infernal_caretaker.txt svneol=native#text/plain res/cardsfolder/i/infernal_contract.txt svneol=native#text/plain res/cardsfolder/i/infernal_genesis.txt svneol=native#text/plain +res/cardsfolder/i/infernal_harvest.txt -text res/cardsfolder/i/infernal_kirin.txt svneol=native#text/plain res/cardsfolder/i/infernal_medusa.txt svneol=native#text/plain res/cardsfolder/i/infernal_plunge.txt -text @@ -6479,6 +6480,7 @@ res/cardsfolder/m/metathran_soldier.txt svneol=native#text/plain res/cardsfolder/m/metathran_transport.txt svneol=native#text/plain res/cardsfolder/m/metathran_zombie.txt svneol=native#text/plain res/cardsfolder/m/meteor_crater.txt svneol=native#text/plain +res/cardsfolder/m/meteor_shower.txt -text res/cardsfolder/m/meteor_storm.txt svneol=native#text/plain res/cardsfolder/m/metrognome.txt -text res/cardsfolder/m/metropolis_sprite.txt -text diff --git a/res/cardsfolder/c/cunning_giant.txt b/res/cardsfolder/c/cunning_giant.txt index f11d4e21289..749b41bd495 100644 --- a/res/cardsfolder/c/cunning_giant.txt +++ b/res/cardsfolder/c/cunning_giant.txt @@ -4,9 +4,8 @@ Types:Creature Giant Text:no text PT:4/4 R:Event$ DamageDone | ValidTarget$ Player.attackedBySourceThisCombat | ValidSource$ Card.Self+unblocked | IsCombat$ True | ReplaceWith$ ChooseVictim | Optional$ True | OptionalDecider$ You | Description$ If CARDNAME is unblocked, you may have it assign its combat damage to a creature defending player controls. -R:Event$ DamageDone | ValidTarget$ Planeswalker.attackedBySourceThisCombat | ValidSource$ Card.Self+unblocked | IsCombat$ True | ReplaceWith$ ChooseVictimPW | Optional$ True | OptionalDecider$ You | Secondary$ True | Description$ If CARDNAME is unblocked, you may have it assign its combat damage to a creature defending player controls. +R:Event$ DamageDone | ValidTarget$ Planeswalker.attackedBySourceThisCombat | ValidSource$ Card.Self+unblocked | IsCombat$ True | ReplaceWith$ ChooseVictim | Optional$ True | OptionalDecider$ You | Secondary$ True | Description$ If CARDNAME is unblocked, you may have it assign its combat damage to a creature defending player controls. SVar:ChooseVictim:DB$ ChooseCard | ChoiceZone$ Battlefield | Choices$ Creature.DefenderCtrl | Amount$ 1 | ChoiceTitle$ Choose a card to deal the damage to | SubAbility$ CunningDmg -SVar:ChooseVictimPW:DB$ ChooseCard | ChoiceZone$ Battlefield | Choices$ Creature.DefenderCtrl | Amount$ 1 | ChoiceTitle$ Choose a card to deal the damage to | SubAbility$ CunningDmg SVar:CunningDmg:DB$ DealDamage | Defined$ ChosenCard | DamageSource$ ReplacedSource | CombatDamage$ True | NumDmg$ CunningX SVar:CunningX:ReplaceCount$DamageAmount SVar:RemAIDeck:True diff --git a/res/cardsfolder/i/infernal_harvest.txt b/res/cardsfolder/i/infernal_harvest.txt new file mode 100644 index 00000000000..fad95aefe85 --- /dev/null +++ b/res/cardsfolder/i/infernal_harvest.txt @@ -0,0 +1,13 @@ +Name:Infernal Harvest +ManaCost:1 B +Types:Sorcery +Text:no text +A:SP$ DealDamage | Announce$ X | Cost$ 1 B Return | ValidTgts$ Creature | TgtPrompt$ Select target creature to distribute damage to | NumDmg$ X | TargetMin$ 1 | TargetMax$ MaxTgts | DividedAsYouChoose$ X | SpellDescription$ CARDNAME deals X damage divided as you choose among any number of target creatures. +SVar:MaxTgts:Count$Valid Creature +SVar:X:Count$XChoice +#X Will get overwritten by Announce +SVar:RemAIDeck:True +SVar:Picture:http://www.wizards.com/global/images/magic/general/infernal_harvest.jpg +SetInfo:VIS|Common|http://magiccards.info/scans/en/vi/12.jpg +Oracle:As an additional cost to cast Infernal Harvest, return X Swamps you control to their owner's hand.\nInfernal Harvest deals X damage divided as you choose among any number of target creatures. +End \ No newline at end of file diff --git a/res/cardsfolder/m/meteor_shower.txt b/res/cardsfolder/m/meteor_shower.txt new file mode 100644 index 00000000000..d033dd1dbd5 --- /dev/null +++ b/res/cardsfolder/m/meteor_shower.txt @@ -0,0 +1,17 @@ +Name:Meteor Shower +ManaCost:X X R +Types:Sorcery +Text:no text +CARDNAME deals X plus 1 damage divided as you choose among any number of target creatures and/or players. +A:SP$ DealDamage | Announce$ X | Cost$ X X R | ValidTgts$ Creature,Player | TgtPrompt$ Select target creature and/or player to distribute damage to | NumDmg$ DistroDmg | TargetMin$ 1 | TargetMax$ MaxTgts | DividedAsYouChoose$ DistroDmg | SpellDescription$ CARDNAME deals X damage divided as you choose among any number of target creatures and/or players. +SVar:NumPlayers:PlayerCountPlayers$Amount/Plus.NumCreatures +SVar:NumCreatures:Count$Valid Creature +SVar:MaxTgts:SVar$NumPlayers/Plus.1 +SVar:DistroDmg:SVar$X/Plus.1 +SVar:X:Count$xPaid +#X Will get overwritten by Announce +SVar:RemAIDeck:True +SVar:Picture:http://www.wizards.com/global/images/magic/general/meteor_shower.jpg +SetInfo:ICE|Common|http://magiccards.info/scans/en/ia/202.jpg +Oracle:Meteor Shower deals X plus 1 damage divided as you choose among any number of target creatures and/or players. +End \ No newline at end of file