mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-19 12:18:00 +00:00
- Added Malignant Growth
This commit is contained in:
1
.gitattributes
vendored
1
.gitattributes
vendored
@@ -3943,6 +3943,7 @@ res/cardsfolder/malachite_talisman.txt -text svneol=native#text/plain
|
||||
res/cardsfolder/malakir_bloodwitch.txt -text svneol=native#text/plain
|
||||
res/cardsfolder/malevolent_awakening.txt -text svneol=native#text/plain
|
||||
res/cardsfolder/malicious_advice.txt -text svneol=native#text/plain
|
||||
res/cardsfolder/malignant_growth.txt -text svneol=native#text/plain
|
||||
res/cardsfolder/mammoth_umbra.txt -text svneol=native#text/plain
|
||||
res/cardsfolder/man_o_war.txt -text svneol=native#text/plain
|
||||
res/cardsfolder/mana_breach.txt -text svneol=native#text/plain
|
||||
|
||||
15
res/cardsfolder/malignant_growth.txt
Normal file
15
res/cardsfolder/malignant_growth.txt
Normal file
@@ -0,0 +1,15 @@
|
||||
Name:Malignant Growth
|
||||
ManaCost:3 G U
|
||||
Types:Enchantment
|
||||
Text:no text
|
||||
K:Cumulative upkeep:1
|
||||
T:Mode$ Phase | Phase$ Upkeep | ValidPlayer$ You | Execute$ TrigPutCounter | TriggerZones$ Battlefield | TriggerDescription$ At the beginning of your upkeep, put a growth counter on CARDNAME.
|
||||
T:Mode$ Phase | Phase$ Draw | ValidPlayer$ Each | Execute$ TrigDraw | TriggerZones$ Battlefield | TriggerDescription$ At the beginning of each opponent's draw step, that player draws an additional card for each growth counter on CARDNAME, then CARDNAME deals damage to the player equal to the number of cards he or she drew this way.
|
||||
SVar:TrigPutCounter:AB$PutCounter | Cost$ 0 | Defined$ Self | CounterType$ GROWTH | CounterNum$ 1
|
||||
SVar:TrigDraw:AB$Draw | Cost$ 0 | Defined$ TriggeredPlayer | NumCards$ X | SubAbility$ SVar=DBDamage
|
||||
SVar:DBDamage:DB$DealDamage | Defined$ TriggeredPlayer | NumDmg$ X
|
||||
SVar:X:Count$CardCounters.GROWTH
|
||||
SVar:RemAIDeck:True
|
||||
SVar:Rarity:Rare
|
||||
SVar:Picture:http://www.wizards.com/global/images/magic/general/malignant_growth.jpg
|
||||
End
|
||||
Reference in New Issue
Block a user