ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/arch/spell/Wand/rod_heavy.arc
Revision: 1.4
Committed: Wed Feb 7 00:14:54 2007 UTC (17 years, 5 months ago) by root
Branch: MAIN
Changes since 1.3: +1 -1 lines
Log Message:
remaining material conversions, this step was actually destructive because i only went for the nearest materials

File Contents

# User Rev Content
1 root 1.3 object rod_heavy
2 root 1.1 name heavy rod
3 root 1.3 name_pl heavy rods
4     skill use magic item
5 pippijn 1.2 face rod_heavy.x11
6 root 1.3 hp 20
7     maxhp 20
8 root 1.1 speed -0.25
9     type 3
10 root 1.4 materialname stone
11 root 1.1 value 700
12     weight 7000
13 root 1.3 randomitems rod_spell
14 root 1.1 client_type 701
15     body_range -1
16 root 1.3 color_bg khaki
17     color_fg black
18     editable 2048
19     anim
20     rod_heavy.x11
21     rod_heavy.x12
22     rod_heavy.x13
23     mina
24 root 1.1 end
25 root 1.3