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

File Contents

# User Rev Content
1 root 1.8 object shovel_1
2 root 1.6 anim
3     shovel_1.x11
4     shovel_1.x12
5     shovel_1.x13
6     shovel_1.x14
7     shovel_1.x15
8     mina
9 root 1.12 inherit type_weapon
10 root 1.9 name shovel
11     name_pl shovels
12     slaying wall
13     skill two handed weapons
14     face shovel_1.x11
15 root 1.12 magicmap black
16 root 1.9 dam 10
17     nrof 1
18 root 1.7 attacktype 1
19 root 1.9 materialname iron
20     value 5
21     weight 30000
22     last_sp 15
23 root 1.4 client_type 145
24     body_arm -2
25 root 1.1 end
26 root 1.9