ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/arch/weapon/axe/battle_axe.arc
Revision: 1.4
Committed: Wed Feb 7 00:14:55 2007 UTC (17 years, 5 months ago) by root
Branch: MAIN
CVS Tags: pre_normalise_revert
Changes since 1.3: +1 -1 lines
Log Message:
remaining material conversions, this step was actually destructive because i only went for the nearest materials

File Contents

# User Rev Content
1 root 1.3 object battle_axe
2 root 1.1 name Battle Axe
3 root 1.3 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.3 type 15
10 root 1.1 attacktype 1
11 root 1.4 materialname bronze
12 root 1.1 value 30000
13     weight 10000
14     last_sp 8
15 root 1.3 weapontype 3
16 root 1.1 client_type 106
17     body_arm -2
18 root 1.3 editable 1024
19 root 1.1 end
20 root 1.3