ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/arch/weapon/axe/battle_axe.arc
Revision: 1.3
Committed: Tue Feb 6 22:41:51 2007 UTC (17 years, 5 months ago) by root
Branch: MAIN
CVS Tags: post_first_cfarch_normalize_run
Changes since 1.2: +7 -6 lines
Log Message:
simply ran cfarch-normalize on all arches

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     material 18
12     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