ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/arch/spell/Wand/rod_light.arc
Revision: 1.13
Committed: Tue Nov 3 09:59:34 2009 UTC (14 years, 8 months ago) by root
Branch: MAIN
CVS Tags: rel-3_0, rel-2_90, rel-2_92, rel-2_93
Changes since 1.12: +2 -2 lines
Log Message:
big cfarch-normalize run

File Contents

# User Rev Content
1 root 1.7 object rod_light
2 root 1.5 anim
3     rod_light.x11
4     rod_light.x12
5     rod_light.x13
6     mina
7 root 1.13 inherit type_rod
8 root 1.8 name rod
9     name_pl rods
10     skill use magic item
11     face rod_light.x11
12 root 1.13 magicmap black
13 root 1.8 hp 5
14     maxhp 5
15 root 1.1 speed -0.25
16 root 1.8 materialname stone
17 root 1.1 value 350
18     weight 3500
19 root 1.8 randomitems rod_spell
20 root 1.1 client_type 702
21     body_range -1
22     end
23 root 1.8