Difference between revisions of "Talk:Polymorph"

From CrawlWiki
Jump to: navigation, search
(Created page with "==Valid forms== We should probably say somewhere what forms monsters can be polymorphed into. For example, I've certainly never seen anything polymorph into an orc wizard - ...")
 
Line 2: Line 2:
  
 
We should probably say somewhere what forms monsters can be polymorphed into.  For example, I've certainly never seen anything polymorph into an orc wizard - I'm guessing that only the base monster is a valid target, but it'd be nice to get all the rules for it. -[[User:Ion frigate|Ion frigate]] ([[User talk:Ion frigate|talk]]) 02:25, 5 March 2014 (CET)
 
We should probably say somewhere what forms monsters can be polymorphed into.  For example, I've certainly never seen anything polymorph into an orc wizard - I'm guessing that only the base monster is a valid target, but it'd be nice to get all the rules for it. -[[User:Ion frigate|Ion frigate]] ([[User talk:Ion frigate|talk]]) 02:25, 5 March 2014 (CET)
 +
 +
:The function monster_polymorph (in mon-stuff.cc) calls _valid_morph (in the same file) which contains the list of requisites that must be met. --[[User:CommanderC|CommanderC]] ([[User talk:CommanderC|talk]]) 00:10, 6 March 2014 (CET)

Revision as of 01:10, 6 March 2014

Valid forms

We should probably say somewhere what forms monsters can be polymorphed into. For example, I've certainly never seen anything polymorph into an orc wizard - I'm guessing that only the base monster is a valid target, but it'd be nice to get all the rules for it. -Ion frigate (talk) 02:25, 5 March 2014 (CET)

The function monster_polymorph (in mon-stuff.cc) calls _valid_morph (in the same file) which contains the list of requisites that must be met. --CommanderC (talk) 00:10, 6 March 2014 (CET)