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

# Content
1 object spell_polymorph
2 inherit type_spell
3 name polymorph
4 name_pl polymorph
5 skill none
6 msg
7 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 endmsg
11 other_arch polymorph
12 sp 20
13 level 6
14 type 101
15 subtype 29
16 path_attuned 16384
17 value 60
18 invisible 1
19 range 15
20 range_modifier 5
21 no_drop 1
22 casting_time 30
23 end
24