ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/arch/spell/Misc/spell_alchemy.arc
Revision: 1.11
Committed: Fri Apr 2 21:26:29 2010 UTC (14 years, 3 months ago) by root
Branch: MAIN
Changes since 1.10: +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_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 type 101
14     subtype 30
15 root 1.7 path_attuned 16384
16 root 1.1 value 30
17     invisible 1
18     duration 100
19     duration_modifier 5
20 root 1.7 no_drop 1
21     casting_time 25
22 root 1.1 end
23 root 1.7