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

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