diff --git a/.gitattributes b/.gitattributes index 8b98f37198c..55ee1619034 100644 --- a/.gitattributes +++ b/.gitattributes @@ -4749,7 +4749,6 @@ res/cardsfolder/rofellos_llanowar_emissary.txt -text svneol=native#text/plain res/cardsfolder/rogue_kavu.txt -text svneol=native#text/plain res/cardsfolder/roiling_terrain.txt -text svneol=native#text/plain res/cardsfolder/rolling_earthquake.txt -text svneol=native#text/plain -res/cardsfolder/rolling_spoil.txt -text svneol=native#text/plain res/cardsfolder/rolling_stones.txt -text svneol=native#text/plain res/cardsfolder/ronin_cavekeeper.txt -text svneol=native#text/plain res/cardsfolder/ronin_cliffrider.txt -text svneol=native#text/plain @@ -5587,7 +5586,6 @@ res/cardsfolder/stonebrow_krosan_hero.txt -text svneol=native#text/plain res/cardsfolder/stonecloaker.txt -text svneol=native#text/plain res/cardsfolder/stoneforge_mystic.txt -text svneol=native#text/plain res/cardsfolder/stonehands.txt -text svneol=native#text/plain -res/cardsfolder/stoneshaker_shaman.txt -text svneol=native#text/plain res/cardsfolder/stonewood_invocation.txt svneol=native#text/plain res/cardsfolder/stonewood_invoker.txt -text svneol=native#text/plain res/cardsfolder/stonework_puma.txt -text svneol=native#text/plain diff --git a/res/cardsfolder/flame_kin_zealot.txt b/res/cardsfolder/flame_kin_zealot.txt index 5b121429ffa..13f7dd9e242 100644 --- a/res/cardsfolder/flame_kin_zealot.txt +++ b/res/cardsfolder/flame_kin_zealot.txt @@ -1,5 +1,5 @@ Name:Flame-Kin Zealot -ManaCost:1 R W +ManaCost:1 R R W Types:Creature Elemental Berserker Text:no text PT:2/2 diff --git a/res/cardsfolder/lightning_reaver.txt b/res/cardsfolder/lightning_reaver.txt index cc8b2ad51c3..1b94b74e279 100644 --- a/res/cardsfolder/lightning_reaver.txt +++ b/res/cardsfolder/lightning_reaver.txt @@ -8,7 +8,7 @@ K:Fear T:Mode$ DamageDone | ValidSource$ Card.Self | ValidTarget$ Opponent | CombatDamage$ True | Execute$ TrigPutCounter | TriggerDescription$ Whenever CARDNAME deals combat damage to a player, put a charge counter on it. T:Mode$ Phase | Phase$ End of Turn | ValidPlayer$ You | TriggerZones$ Battlefield | Execute$ TrigDealDamage | TriggerDescription$ At the beginning of your end step, CARDNAME deals damage equal to the number of charge counters on it to each opponent. SVar:TrigPutCounter:AB$PutCounter | Cost$ 0 | CounterType$ CHARGE | CounterNum$ 1 -SVar:TrigDealDamage:AB$DealDamage | Cost$ 0 | ValidTgts$ Opponent,Planeswalker | TgtPrompt$ Select target opponent or planeswalker | NumDmg$ X +SVar:TrigDealDamage:AB$DealDamage | Cost$ 0 | Defined$ Opponent | NumDmg$ X SVar:X:Count$CardCounters.CHARGE SVar:Picture:http://www.wizards.com/global/images/magic/general/lightning_reaver.jpg SVar:Rarity:Rare diff --git a/res/cardsfolder/rolling_spoil.txt b/res/cardsfolder/rolling_spoil.txt deleted file mode 100644 index bfcbd71110e..00000000000 --- a/res/cardsfolder/rolling_spoil.txt +++ /dev/null @@ -1,11 +0,0 @@ -Name:Rolling Spoil -ManaCost:2 G G -Types:Sorcery -Text:no text -A:SP$Destroy | Cost$ 2 G G | ValidTgts$ Land | TgtPrompt$ Select target land | SpellDescription$ Destroy target land. -A:SP$Destroy | Cost$ 1 B G G | ValidTgts$ Land | TgtPrompt$ Select target land | SubAbility$ SVar=DBPumpAll | SpellDescription$ Destroy target land. If B was spent to cast CARDNAME, all creatures get -1/-1 until end of turn. -SVar:DBPumpAll:DB$PumpAll | Cost$ 0 | ValidCards$ Creature | NumAtt$ -1 | NumDef$ -1 | IsCurse$ True -SVar:Picture:http://www.wizards.com/global/images/magic/general/rolling_spoil.jpg -SVar:Rarity:Uncommon -SetInfo:RAV|Uncommon|http://magiccards.info/scans/en/rav/179.jpg -End diff --git a/res/cardsfolder/stoneshaker_shaman.txt b/res/cardsfolder/stoneshaker_shaman.txt deleted file mode 100644 index 7f2cae2895e..00000000000 --- a/res/cardsfolder/stoneshaker_shaman.txt +++ /dev/null @@ -1 +0,0 @@ -Name:Stoneshaker Shaman ManaCost:2 R Types:Creature Human Shaman Text:no text PT:1/1 T:Mode$ Phase | Phase$ End of Turn | ValidPlayer$ You | TriggerZones$ Battlefield | Execute$ TrigSacYou | TriggerDescription$ At the beginning of each player's end step, that player sacrifices an untapped land. T:Mode$ Phase | Phase$ End of Turn | ValidPlayer$ Opponent | TriggerZones$ Battlefield | Execute$ TrigSacOpp | Secondary$ True | TriggerDescription$ At the beginning of each player's end step, that player sacrifices an untapped land.  SVar:TrigSacYou:AB$ Sacrifice | Cost$ 0 | SacValid$ Land.untapped | Defined$ You | ChangeNum$ 1 | SpellDescription$ Sacrifice an untapped land. SVar:TrigSacOpp:AB$ Sacrifice | Cost$ 0 | SacValid$ Land.untapped | Defined$ Opponent | ChangeNum$ 1 | SpellDescription$ Sacrifice an untapped land. SVar:RemAIDeck:True SVar:Picture:http://www.wizards.com/global/images/magic/general/stoneshaker_shaman.jpg SVar:Rarity:Uncommon SetInfo:RAV|Uncommon|http://magiccards.info/scans/en/rav/145.jpg End \ No newline at end of file