ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/arch/spell/Misc/spell_polymorph.arc
Revision: 1.10
Committed: Fri Apr 2 21:26:30 2010 UTC (14 years, 3 months ago) by root
Branch: MAIN
Changes since 1.9: +1 -0 lines
Log Message:
clean app classes/types, add spell type and use it

File Contents

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