ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/arch/spell/Misc/spell_polymorph.arc
Revision: 1.4
Committed: Tue Feb 6 22:41:29 2007 UTC (17 years, 4 months ago) by root
Branch: MAIN
CVS Tags: post_first_cfarch_normalize_run, pre_normalise_revert
Changes since 1.3: +11 -10 lines
Log Message:
simply ran cfarch-normalize on all arches

File Contents

# User Rev Content
1 root 1.4 object spell_polymorph
2 root 1.1 name polymorph
3     name_pl polymorph
4 root 1.4 skill none
5     msg
6     This 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.
7     endmsg
8     other_arch polymorph
9     sp 20
10 root 1.1 level 6
11     type 101
12     subtype 29
13 root 1.4 path_attuned 16384
14 root 1.1 value 60
15     invisible 1
16     range 15
17     range_modifier 5
18 root 1.4 no_drop 1
19     casting_time 30
20 root 1.1 end
21 root 1.4