mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-17 03:08:02 +00:00
- Added Mindbender Spores
This commit is contained in:
1
.gitattributes
vendored
1
.gitattributes
vendored
@@ -6954,6 +6954,7 @@ res/cardsfolder/m/mind_twist.txt svneol=native#text/plain
|
||||
res/cardsfolder/m/mind_unbound.txt svneol=native#text/plain
|
||||
res/cardsfolder/m/mind_warp.txt svneol=native#text/plain
|
||||
res/cardsfolder/m/mind_whip.txt -text
|
||||
res/cardsfolder/m/mindbender_spores.txt -text
|
||||
res/cardsfolder/m/mindblaze.txt -text svneol=unset#text/plain
|
||||
res/cardsfolder/m/mindbreak_trap.txt -text
|
||||
res/cardsfolder/m/mindclaw_shaman.txt -text
|
||||
|
||||
15
res/cardsfolder/m/mindbender_spores.txt
Normal file
15
res/cardsfolder/m/mindbender_spores.txt
Normal file
@@ -0,0 +1,15 @@
|
||||
Name:Mindbender Spores
|
||||
ManaCost:2 G
|
||||
Types:Creature Fungus Wall
|
||||
PT:0/1
|
||||
K:Defender
|
||||
K:Flying
|
||||
T:Mode$ AttackerBlocked | ValidCard$ Creature | ValidBlocker$ Card.Self | Execute$ AddSpores | TriggerDescription$ Whenever CARDNAME blocks a creature, put four fungus counters on that creature. The creature gains "This creature doesn't untap during your untap step if it has a fungus counter on it" and "At the beginning of your upkeep, remove a fungus counter from this creature."
|
||||
SVar:AddSpores:AB$ PutCounter | Cost$ 0 | CounterType$ FUNGUS | CounterNum$ 4 | Defined$ TriggeredAttacker | SubAbility$ AddFungalEffects
|
||||
SVar:AddFungalEffects:DB$ Animate | Defined$ TriggeredAttacker | staticAbilities$ FungalFunk | Triggers$ TrigSporeUpkeep | sVars$ LoseSpores | Permanent$ True
|
||||
SVar:FungalFunk:Mode$ Continuous | Affected$ Card.Self+counters_GE1_FUNGUS | AddHiddenKeyword$ CARDNAME doesn't untap during your untap step. | Description$ CARDNAME doesn't untap during your untap step if it has a fungus counter on it.
|
||||
SVar:TrigSporeUpkeep:Mode$ Phase | Phase$ Upkeep | ValidPlayer$ You | TriggerZones$ Battlefield | Execute$ LoseSpores | TriggerDescription$ At the beginning of your upkeep, remove a fungus counter from CARDNAME.
|
||||
SVar:LoseSpores:AB$ RemoveCounter | Cost$ 0 | CounterType$ FUNGUS | CounterNum$ 1
|
||||
SVar:HasCombatEffect:TRUE
|
||||
SVar:Picture:http://www.wizards.com/global/images/magic/general/mindbender_spores.jpg
|
||||
Oracle:Defender (This creature can't attack.)\nFlying\nWhenever Mindbender Spores blocks a creature, put four fungus counters on that creature. The creature gains "This creature doesn't untap during your untap step if it has a fungus counter on it" and "At the beginning of your upkeep, remove a fungus counter from this creature."
|
||||
Reference in New Issue
Block a user