mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-19 20:28:00 +00:00
- Added Mantle of Leadership and Primal Cocoon.
This commit is contained in:
2
.gitattributes
vendored
2
.gitattributes
vendored
@@ -4067,6 +4067,7 @@ res/cardsfolder/mannichi_the_fevered_dream.txt -text svneol=native#text/plain
|
||||
res/cardsfolder/manta_ray.txt -text svneol=native#text/plain
|
||||
res/cardsfolder/manta_riders.txt -text svneol=native#text/plain
|
||||
res/cardsfolder/mantis_engine.txt -text svneol=native#text/plain
|
||||
res/cardsfolder/mantle_of_leadership.txt -text svneol=native#text/plain
|
||||
res/cardsfolder/marauding_knight.txt -text svneol=native#text/plain
|
||||
res/cardsfolder/maraxus_of_keld.txt -text svneol=native#text/plain
|
||||
res/cardsfolder/marble_chalice.txt -text svneol=native#text/plain
|
||||
@@ -5070,6 +5071,7 @@ res/cardsfolder/priests_of_norn.txt -text svneol=native#text/plain
|
||||
res/cardsfolder/primal_bellow.txt -text svneol=native#text/plain
|
||||
res/cardsfolder/primal_boost.txt -text svneol=native#text/plain
|
||||
res/cardsfolder/primal_clay.txt -text svneol=native#text/plain
|
||||
res/cardsfolder/primal_cocoon.txt -text svneol=native#text/plain
|
||||
res/cardsfolder/primal_frenzy.txt -text svneol=native#text/plain
|
||||
res/cardsfolder/primal_order.txt svneol=native#text/plain
|
||||
res/cardsfolder/primal_plasma.txt -text svneol=native#text/plain
|
||||
|
||||
13
res/cardsfolder/mantle_of_leadership.txt
Normal file
13
res/cardsfolder/mantle_of_leadership.txt
Normal file
@@ -0,0 +1,13 @@
|
||||
Name:Mantle of Leadership
|
||||
ManaCost:1 W
|
||||
Types:Enchantment Aura
|
||||
Text:no text
|
||||
K:Enchant creature
|
||||
K:enPump:+0/+0
|
||||
K:Flash
|
||||
T:Mode$ ChangesZone | Origin$ Any | Destination$ Battlefield | ValidCard$ Creature | TriggerZones$ Battlefield | Execute$ TrigPump | TriggerDescription$ Whenever a creature enters the battlefield, enchanted creature gets +2/+2 until end of turn.
|
||||
SVar:TrigPump:AB$Pump | Cost$ 0 | Defined$ Enchanted | NumAtt$ 2 | NumDef$ 2
|
||||
SVar:BuffedBy:Creature
|
||||
SVar:Rarity:Uncommon
|
||||
SVar:Picture:http://www.wizards.com/global/images/magic/general/mantle_of_leadership.jpg
|
||||
End
|
||||
14
res/cardsfolder/primal_cocoon.txt
Normal file
14
res/cardsfolder/primal_cocoon.txt
Normal file
@@ -0,0 +1,14 @@
|
||||
Name:Primal Cocoon
|
||||
ManaCost:G
|
||||
Types:Enchantment Aura
|
||||
Text:no text
|
||||
K:Enchant creature
|
||||
K:enPump:+0/+0
|
||||
T:Mode$ Phase | Phase$ Upkeep | ValidPlayer$ You | TriggerZones$ Battlefield | Execute$ TrigPutCounter | TriggerDescription$ At the beginning of your upkeep, put a +1/+1 counter on enchanted creature.
|
||||
SVar:TrigPutCounter:AB$PutCounter | Cost$ 0 | Defined$ Enchanted | CounterType$ P1P1 | CounterNum$ 1
|
||||
T:Mode$ Attacks | ValidCard$ Card.AttachedBy | Execute$ TrigSac | TriggerDescription$ When enchanted creature attacks or blocks, sacrifice Primal Cocoon.
|
||||
T:Mode$ Blocks | ValidCard$ Card.AttachedBy | Execute$ TrigSac | Secondary$ True | TriggerDescription$ When enchanted creature attacks or blocks, sacrifice Primal Cocoon.
|
||||
SVar:TrigSac:AB$Sacrifice | Cost$ 0 | Defined$ Self
|
||||
SVar:Rarity:Common
|
||||
SVar:Picture:http://www.wizards.com/global/images/magic/general/primal_cocoon.jpg
|
||||
End
|
||||
Reference in New Issue
Block a user