- Added Mindbender Spores

This commit is contained in:
moomarc
2013-07-17 06:44:38 +00:00
parent 6a09f78fc5
commit e6df31e338
2 changed files with 16 additions and 0 deletions

1
.gitattributes vendored
View File

@@ -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

View 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."