ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/arch/spell/Misc/spell_alchemy.arc
Revision: 1.4
Committed: Tue Feb 6 22:41:27 2007 UTC (17 years, 4 months ago) by root
Branch: MAIN
CVS Tags: post_first_cfarch_normalize_run, pre_normalise_revert
Changes since 1.3: +10 -9 lines
Log Message:
simply ran cfarch-normalize on all arches

File Contents

# User Rev Content
1 root 1.4 object spell_alchemy
2 root 1.1 name alchemy
3     name_pl alchemy
4 root 1.4 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.4 sp 5
10 root 1.1 level 3
11     type 101
12     subtype 30
13 root 1.4 path_attuned 16384
14 root 1.1 value 30
15     invisible 1
16     duration 100
17     duration_modifier 5
18 root 1.4 no_drop 1
19     casting_time 25
20 root 1.1 end
21 root 1.4