mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-18 19:58:00 +00:00
- Added Lotus Blossom.
This commit is contained in:
1
.gitattributes
vendored
1
.gitattributes
vendored
@@ -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_auramancers.txt -text svneol=native#text/plain
|
||||||
res/cardsfolder/lost_soul.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_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_cobra.txt -text svneol=native#text/plain
|
||||||
res/cardsfolder/lotus_guardian.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
|
res/cardsfolder/lotus_petal.txt -text svneol=native#text/plain
|
||||||
|
|||||||
16
res/cardsfolder/lotus_blossom.txt
Normal file
16
res/cardsfolder/lotus_blossom.txt
Normal 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
|
||||||
@@ -60,6 +60,7 @@ public enum Counters {
|
|||||||
MIRE(),
|
MIRE(),
|
||||||
OMEN(),
|
OMEN(),
|
||||||
PAGE(),
|
PAGE(),
|
||||||
|
PETAL(),
|
||||||
PRESSURE(),
|
PRESSURE(),
|
||||||
PHYLACTERY,
|
PHYLACTERY,
|
||||||
POLYP(),
|
POLYP(),
|
||||||
|
|||||||
Reference in New Issue
Block a user