Two spells with spDestroyTgt
Post MTG Forge Related Programming Questions Here
Moderators: timmermac, Blacksmith, KrazyTheFox, Agetian, friarsol, CCGHQ Admins
3 posts
• Page 1 of 1
Two spells with spDestroyTgt
by Sloth » 09 Jul 2010, 13:32
I found two common keywordable spells:
cards.txt:
cards.txt:
- Code: Select all
Chill to the Bone
3 B
Instant
Destroy target nonsnow creature.
spDestroyTgt:Creature.nonSnow
Rend Flesh
2 B
Instant Arcane
Destroy target non-Spirit creature.
spDestroyTgt:Creature.nonSpirit
- Code: Select all
chill_to_the_bone.jpg http://www.wizards.com/global/images/magic/general/chill_to_the_bone.jpg
rend_flesh.jpg http://www.wizards.com/global/images/magic/general/rend_flesh.jpg
-
Sloth - Programmer
- Posts: 3498
- Joined: 23 Jun 2009, 19:40
- Has thanked: 125 times
- Been thanked: 507 times
Re: Two spells with spDestroyTgt
by Sloth » 09 Jul 2010, 21:44
I found two more:
- Code: Select all
Rend Spirit
2 B
Instant
Destroy target Spirit.
spDestroyTgt:Creature.Spirit
Tunnel
R
Instant
Destroy target Wall. It can't be regenerated.
spDestroyTgt:Creature.Wall:NoRegen
- Code: Select all
tunnel.jpg http://www.wizards.com/global/images/magic/general/tunnel.jpg
rend_spirit.jpg http://www.wizards.com/global/images/magic/general/rend_spirit.jpg
-
Sloth - Programmer
- Posts: 3498
- Joined: 23 Jun 2009, 19:40
- Has thanked: 125 times
- Been thanked: 507 times
Re: Two spells with spDestroyTgt
by Marek14 » 10 Jul 2010, 06:37
Though neither Rend Spirit nor Tunnel is - technically - limited to creatures. There are no Tribal Spirits or Walls; yet. Of course, anything can be done with Artificial Evolution 

3 posts
• Page 1 of 1
Who is online
Users browsing this forum: No registered users and 34 guests