- Added Benthic Explorers

This commit is contained in:
swordshine
2013-04-01 01:29:01 +00:00
parent f10c0e06f1
commit b4d3ed45c5
3 changed files with 10 additions and 1 deletions

1
.gitattributes vendored
View File

@@ -902,6 +902,7 @@ res/cardsfolder/b/benevolent_bodyguard.txt svneol=native#text/plain
res/cardsfolder/b/benevolent_unicorn.txt svneol=native#text/plain res/cardsfolder/b/benevolent_unicorn.txt svneol=native#text/plain
res/cardsfolder/b/benthic_behemoth.txt svneol=native#text/plain res/cardsfolder/b/benthic_behemoth.txt svneol=native#text/plain
res/cardsfolder/b/benthic_djinn.txt svneol=native#text/plain res/cardsfolder/b/benthic_djinn.txt svneol=native#text/plain
res/cardsfolder/b/benthic_explorers.txt -text
res/cardsfolder/b/benthicore.txt svneol=native#text/plain res/cardsfolder/b/benthicore.txt svneol=native#text/plain
res/cardsfolder/b/bequeathal.txt svneol=native#text/plain res/cardsfolder/b/bequeathal.txt svneol=native#text/plain
res/cardsfolder/b/bereavement.txt svneol=native#text/plain res/cardsfolder/b/bereavement.txt svneol=native#text/plain

View File

@@ -0,0 +1,8 @@
Name:Benthic Explorers
ManaCost:3 U
Types:Creature Merfolk Scout
PT:2/4
A:AB$ ManaReflected | Cost$ T untapYType<1/Land.OppCtrl/land> | ColorOrType$ Type | Valid$ Defined.Untapped | ReflectProperty$ Produce | SpellDescription$ Add one mana of any type that land could produce to your mana pool.
SVar:Picture:http://www.wizards.com/global/images/magic/general/benthic_explorers.jpg
Oracle:{T}, Untap a tapped land an opponent controls: Add one mana of any type that land could produce to your mana pool.
SetInfo:ALL Common x2

View File

@@ -83,7 +83,7 @@ public class CostUntapType extends CostPartWithList {
sb.append(Cost.convertAmountTypeToWords(i, this.getAmount(), " tapped " + desc)); sb.append(Cost.convertAmountTypeToWords(i, this.getAmount(), " tapped " + desc));
if (this.getType().contains("YouDontCtrl")) { if (this.getType().contains("OppCtrl")) {
sb.append(" an opponent controls"); sb.append(" an opponent controls");
} else if (this.getType().contains("YouCtrl")) { } else if (this.getType().contains("YouCtrl")) {
sb.append(" you control"); sb.append(" you control");