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.6 by root, Sat Mar 3 01:16:54 2007 UTC vs.
Revision 1.10 by root, Fri Apr 2 21:26:30 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
6casting_time 30
7path_attuned 16384
8skill none
9type 101 14type 101
10subtype 29 15subtype 29
16path_attuned 16384
11value 60 17value 60
12no_drop 1
13invisible 1 18invisible 1
14range 15 19range 15
15range_modifier 5 20range_modifier 5
16other_arch polymorph 21no_drop 1
17msg 22casting_time 30
18This spell will polymorph items and creatures in other items or creatures. Careful, you can lose items or transform peaceful creatures in deadly monsters! It's a bolt spell.
19endmsg
20end 23end
24

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines