Difference between revisions of "Talk:Polymorph"
(→Effect on monsters: new section) |
(→Effect on monsters: re: wands and spells) |
||
Line 13: | Line 13: | ||
Does the polymorph spell still do the same thing as the wand if it hits a monster? (Not that a Pan Lord is likely to accidentally hit one of its underlings, but I guess it could still happen.) [[User:Spudwalt|--spudwalt]] ([[User talk:Spudwalt|talk]]) 00:20, 27 November 2020 (CET) | Does the polymorph spell still do the same thing as the wand if it hits a monster? (Not that a Pan Lord is likely to accidentally hit one of its underlings, but I guess it could still happen.) [[User:Spudwalt|--spudwalt]] ([[User talk:Spudwalt|talk]]) 00:20, 27 November 2020 (CET) | ||
+ | |||
+ | :It looks like the spell does the same thing as the wand. Also, if I understand correctly, it's the other way around: [https://github.com/crawl/crawl/blob/0.25.1/crawl-ref/source/spl-book.cc#L87 all wand effects are actually spells]. | ||
+ | |||
+ | :The code for spells is ''a bit'' convoluted, but there's an easy way to test things like this in wiz-mode. You can create a monster with any spells or abilities: <code>&m orc spells:polymorph.10.wizard;cantrip.10.priest</code>. There are also commands to give monsters items and to permanently change their attitude (see the ?x help). [[User:Ge0ff|Ge0ff]] ([[User talk:Ge0ff|talk]]) 14:18, 27 November 2020 (CET) |
Latest revision as of 14:18, 27 November 2020
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)
Valid Targets
I just used my Plutonium sword to kill myself. I did this by turning Mennas into a Pearl Dragon. So i guess holy monsters are valid polymorph targets? (Or is plutonium a special case?) If so I`d edit in some warnings, as there are not that many other holy monsters that match Mennas` HD. --BlueCrake (talk) 16:26, 2 September 2014 (CEST)
- Holy monsters are valid targets, and... yeah, wow, that's a nasty upgrade right there. My sympathies! --MoogleDan (talk) 18:38, 2 September 2014 (CEST)
Effect on monsters
Does the polymorph spell still do the same thing as the wand if it hits a monster? (Not that a Pan Lord is likely to accidentally hit one of its underlings, but I guess it could still happen.) --spudwalt (talk) 00:20, 27 November 2020 (CET)
- It looks like the spell does the same thing as the wand. Also, if I understand correctly, it's the other way around: all wand effects are actually spells.
- The code for spells is a bit convoluted, but there's an easy way to test things like this in wiz-mode. You can create a monster with any spells or abilities:
&m orc spells:polymorph.10.wizard;cantrip.10.priest
. There are also commands to give monsters items and to permanently change their attitude (see the ?x help). Ge0ff (talk) 14:18, 27 November 2020 (CET)