- Added Lotus Blossom.

This commit is contained in:
jendave
2011-08-06 17:23:36 +00:00
parent 82854a3e5b
commit ec1db6d40d
3 changed files with 18 additions and 0 deletions

1
.gitattributes vendored
View File

@@ -3332,6 +3332,7 @@ res/cardsfolder/lose_hope.txt -text svneol=native#text/plain
res/cardsfolder/lost_auramancers.txt -text svneol=native#text/plain
res/cardsfolder/lost_soul.txt -text svneol=native#text/plain
res/cardsfolder/lotus_bloom.txt -text svneol=native#text/plain
res/cardsfolder/lotus_blossom.txt -text svneol=native#text/plain
res/cardsfolder/lotus_cobra.txt -text svneol=native#text/plain
res/cardsfolder/lotus_guardian.txt -text svneol=native#text/plain
res/cardsfolder/lotus_petal.txt -text svneol=native#text/plain

View File

@@ -0,0 +1,16 @@
Name:Lotus Blossom
ManaCost:2
Types:Artifact
Text:no text
T:Mode$ Phase | Phase$ Upkeep | ValidPlayer$ You | Execute$ TrigPutCounter | TriggerZones$ Battlefield | Optional$ True | TriggerDescription$ During your upkeep, you may put a petal counter on CARDNAME.
A:AB$ Mana | Cost$ T Sac<1/CARDNAME> | Produced$ U | Amount$ X | SpellDescription$ Add X U to your mana pool
A:AB$ Mana | Cost$ T Sac<1/CARDNAME> | Produced$ W | Amount$ X | SpellDescription$ Add X W to your mana pool
A:AB$ Mana | Cost$ T Sac<1/CARDNAME> | Produced$ G | Amount$ X | SpellDescription$ Add X G to your mana pool
A:AB$ Mana | Cost$ T Sac<1/CARDNAME> | Produced$ R | Amount$ X | SpellDescription$ Add X R to your mana pool
A:AB$ Mana | Cost$ T Sac<1/CARDNAME> | Produced$ R | Amount$ X | SpellDescription$ Add X B to your mana pool
SVar:TrigPutCounter:AB$PutCounter | Cost$ 0 | Defined$ Self | CounterType$ PETAL | CounterNum$ 1
SVar:X:Count$CardCounters.PETAL
SVar:RemAIDeck:True
SVar:Rarity:Rare
SVar:Picture:http://www.wizards.com/global/images/magic/general/lotus_blossom.jpg
End

View File

@@ -60,6 +60,7 @@ public enum Counters {
MIRE(),
OMEN(),
PAGE(),
PETAL(),
PRESSURE(),
PHYLACTERY,
POLYP(),