mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-16 10:48:00 +00:00
- Added Benthic Explorers
This commit is contained in:
1
.gitattributes
vendored
1
.gitattributes
vendored
@@ -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
|
||||||
|
|||||||
8
res/cardsfolder/b/benthic_explorers.txt
Normal file
8
res/cardsfolder/b/benthic_explorers.txt
Normal 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
|
||||||
@@ -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");
|
||||||
|
|||||||
Reference in New Issue
Block a user