ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/arch/spell/Misc/spell_alchemy.arc
Revision: 1.7
Committed: Sat Mar 3 01:24:21 2007 UTC (17 years, 4 months ago) by root
Branch: MAIN
CVS Tags: post_second_normalise_run, rel-2_4, rel-2_5, rel-2_2, rel-2_0, rel-2_1, rel-2_32, rel-2_43, rel-2_42, rel-2_41
Changes since 1.6: +9 -8 lines
Log Message:
second normaliser run - dude

File Contents

# User Rev Content
1 root 1.6 object spell_alchemy
2 root 1.1 name alchemy
3     name_pl alchemy
4 root 1.7 skill summoning
5     msg
6     It transforms surrounding objects into gold nuggets.
7     endmsg
8 pippijn 1.3 face spell_summoner.x11
9 root 1.7 sp 5
10 root 1.5 level 3
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