ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/arch/weapon/axe/battle_axe.arc
Revision: 1.7
Committed: Sat Mar 3 01:24:48 2007 UTC (17 years, 4 months ago) by root
Branch: MAIN
CVS Tags: post_second_normalise_run, rel-2_0
Changes since 1.6: +7 -6 lines
Log Message:
second normaliser run - dude

File Contents

# User Rev Content
1 root 1.6 object battle_axe
2 root 1.1 name Battle Axe
3 root 1.7 name_pl Battle Axes
4     skill two handed weapons
5 pippijn 1.2 face battle_axe.x11
6 root 1.1 dam 21
7     speed 0.001
8     nrof 1
9 root 1.7 type 15
10 root 1.1 attacktype 1
11 root 1.7 materialname bronze
12 root 1.1 value 30000
13     weight 10000
14     last_sp 8
15 root 1.7 weapontype 3
16 root 1.1 client_type 106
17     body_arm -2
18 root 1.7 editable 1024
19 root 1.1 end
20 root 1.7