ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/arch/spell/Wand/rod_light.arc
Revision: 1.10
Committed: Sun Mar 11 00:19:47 2007 UTC (17 years, 3 months ago) by root
Branch: MAIN
Changes since 1.9: +0 -1 lines
Log Message:
normalise color_bg to devnull

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.8 name rod
8     name_pl rods
9     skill use magic item
10     face rod_light.x11
11     hp 5
12     maxhp 5
13 root 1.1 speed -0.25
14     type 3
15 root 1.8 materialname stone
16 root 1.1 value 350
17     weight 3500
18 root 1.8 randomitems rod_spell
19 root 1.1 client_type 702
20     body_range -1
21 root 1.8 editable 2048
22 root 1.9 magicmap black
23 root 1.1 end
24 root 1.8