ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/arch/spell/Wand/rod_heavy.arc
Revision: 1.5
Committed: Fri Feb 9 01:52:39 2007 UTC (17 years, 4 months ago) by root
Branch: MAIN
CVS Tags: pre_normalise_revert
Changes since 1.4: +5 -5 lines
Log Message:
pout anim sections first because the loader nukes is_animated flag

File Contents

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