ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/arch/spell/Misc/spell_alchemy.arc
Revision: 1.12
Committed: Fri Apr 2 21:34:29 2010 UTC (14 years, 3 months ago) by root
Branch: MAIN
Changes since 1.11: +0 -1 lines
Log Message:
remove superfluous type 101 lines

File Contents

# User Rev Content
1 root 1.6 object spell_alchemy
2 root 1.11 inherit type_spell
3 root 1.1 name alchemy
4     name_pl alchemy
5 elmex 1.8 skill alchemy
6 root 1.7 msg
7 root 1.10 Transforms surrounding objects into gold nuggets.
8     That's what it does, yes, certainly, what else could it do?
9 root 1.7 endmsg
10 elmex 1.8 face spell_alchemy.x11
11 root 1.7 sp 5
12 elmex 1.8 level 1
13 root 1.1 subtype 30
14 root 1.7 path_attuned 16384
15 root 1.1 value 30
16     invisible 1
17     duration 100
18     duration_modifier 5
19 root 1.7 no_drop 1
20     casting_time 25
21 root 1.1 end
22 root 1.7