- Added Meteor Shower and Infernal Harvest

This commit is contained in:
moomarc
2013-02-14 07:21:10 +00:00
parent fc52a2eb67
commit 51a5847812
4 changed files with 33 additions and 2 deletions

2
.gitattributes vendored
View File

@@ -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

View File

@@ -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

View File

@@ -0,0 +1,13 @@
Name:Infernal Harvest
ManaCost:1 B
Types:Sorcery
Text:no text
A:SP$ DealDamage | Announce$ X | Cost$ 1 B Return<X/Swamp> | 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

View File

@@ -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