ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/arch/spell/Misc/spell_polymorph.arc
(Generate patch)

Comparing deliantra/arch/spell/Misc/spell_polymorph.arc (file contents):
Revision 1.1 by root, Mon Feb 6 20:26:23 2006 UTC vs.
Revision 1.12 by elmex, Wed Apr 21 09:30:01 2010 UTC

1Object spell_polymorph 1object spell_polymorph
2inherit type_spell
2name polymorph 3name polymorph
3name_pl polymorph 4name_pl polymorph
5skill none
6msg
7Fires a polymorph bolt that transforms items and creatures in other items or creatures.
8
9Careful, you can lose items or transform peaceful creatures in deadly monsters!
10endmsg
11other_arch polymorph
12sp 20
4level 6 13level 6
5sp 20 14subtype 29
6casting_time 30
7path_attuned 16384 15path_attuned 16384
8skill ???
9type 101
10subtype 29
11value 60 16value 1
12no_drop 1
13invisible 1 17invisible 1
14range 15 18range 15
15range_modifier 5 19range_modifier 5
16other_arch polymorph 20no_drop 1
21casting_time 30
17end 22end
23

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines