ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/arch/spell/Misc/spell_alchemy.arc
Revision: 1.8
Committed: Sun Apr 20 18:26:24 2008 UTC (16 years, 2 months ago) by elmex
Branch: MAIN
CVS Tags: rel-2_6, rel-2_7, rel-2_71, rel-2_54, rel-2_55, rel-2_56, rel-2_53, rel-2_61
Changes since 1.7: +3 -3 lines
Log Message:
alchemy spell changes and added new alchemy spell class graphic

File Contents

# User Rev Content
1 root 1.6 object spell_alchemy
2 root 1.1 name alchemy
3     name_pl alchemy
4 elmex 1.8 skill alchemy
5 root 1.7 msg
6     It transforms surrounding objects into gold nuggets.
7     endmsg
8 elmex 1.8 face spell_alchemy.x11
9 root 1.7 sp 5
10 elmex 1.8 level 1
11 root 1.1 type 101
12     subtype 30
13 root 1.7 path_attuned 16384
14 root 1.1 value 30
15     invisible 1
16     duration 100
17     duration_modifier 5
18 root 1.7 no_drop 1
19     casting_time 25
20 root 1.1 end
21 root 1.7