ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/arch/spell/Misc/spell_alchemy.arc
Revision: 1.9
Committed: Sun Sep 28 07:30:00 2008 UTC (15 years, 9 months ago) by root
Branch: MAIN
CVS Tags: rel-2_80, rel-2_72, rel-2_73, rel-2_76, rel-2_77, rel-2_74, rel-2_75, rel-2_79, rel-2_78
Changes since 1.8: +1 -1 lines
Log Message:
update many spell descritpions, using my new toy cf-slotutil

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 root 1.9 This spell transforms surrounding objects into gold nuggets. That's what it does, yes.
7 root 1.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