mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-16 10:48:00 +00:00
Added Essence Bottle (and requisite ELIXIR counter to Counters.java)
This commit is contained in:
1
.gitattributes
vendored
1
.gitattributes
vendored
@@ -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
|
||||
|
||||
12
res/cardsfolder/e/essence_bottle.txt
Normal file
12
res/cardsfolder/e/essence_bottle.txt
Normal 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
|
||||
@@ -83,6 +83,9 @@ public enum Counters {
|
||||
/** The DOOM. */
|
||||
DOOM(),
|
||||
|
||||
/** The ELIXIR. */
|
||||
ELIXIR(),
|
||||
|
||||
/** The ENERGY. */
|
||||
ENERGY(),
|
||||
|
||||
|
||||
Reference in New Issue
Block a user