Added Essence Bottle (and requisite ELIXIR counter to Counters.java)

This commit is contained in:
moomarc
2011-12-18 03:22:30 +00:00
parent 459169c5dd
commit a0ea85fbdf
3 changed files with 16 additions and 0 deletions

1
.gitattributes vendored
View File

@@ -2586,6 +2586,7 @@ res/cardsfolder/e/esper_panorama.txt svneol=native#text/plain
res/cardsfolder/e/esper_sojourners.txt svneol=native#text/plain
res/cardsfolder/e/esper_stormblade.txt svneol=native#text/plain
res/cardsfolder/e/esperzoa.txt svneol=native#text/plain
res/cardsfolder/e/essence_bottle.txt -text
res/cardsfolder/e/essence_drain.txt svneol=native#text/plain
res/cardsfolder/e/essence_feed.txt svneol=native#text/plain
res/cardsfolder/e/essence_filter.txt svneol=native#text/plain

View File

@@ -0,0 +1,12 @@
Name:Essence Bottle
ManaCost:2
Types:Artifact
Text:no text
A:AB$ PutCounter | Cost$ 3 T | Defined$ Self | CounterType$ ELIXIR | CounterNum$ 1 | SpellDescription$ Put an elixir counter on CARDNAME.
A:AB$ GainLife | Cost$ T SubCounter<All/ELIXIR> | Defined$ You | LifeAmount$ X | SpellDescription$ You gain 2 life for each elixir counter removed this way.
SVar:X:SVar$CostCountersRemoved/Twice
SVar:Rarity:Uncommon
SVar:Picture:http://www.wizards.com/global/images/magic/general/essence_bottle.jpg
SetInfo:TMP|Uncommon|http://magiccards.info/scans/en/tp/276.jpg
Oracle:{3}, {T}: Put an elixir counter on Essence Bottle.\n{T}, Remove all elixir counters from Essence Bottle: You gain 2 life for each elixir counter removed this way.
End

View File

@@ -83,6 +83,9 @@ public enum Counters {
/** The DOOM. */
DOOM(),
/** The ELIXIR. */
ELIXIR(),
/** The ENERGY. */
ENERGY(),