ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/arch/weapon/misc/poleaxe.arc
Revision: 1.4
Committed: Wed Feb 7 00:14:55 2007 UTC (17 years, 4 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 poleaxe
2     name_pl poleaxes
3     skill two handed weapons
4     face poleaxe.x11
5     dam 18
6 root 1.1 nrof 1
7     type 15
8 root 1.3 attacktype 1
9 root 1.4 materialname bronze
10 root 1.3 value 500
11 root 1.1 weight 35500
12 root 1.3 last_sp 12
13 root 1.1 client_type 136
14     body_arm -2
15 root 1.3 color_fg grey
16     editable 1024
17 root 1.1 end
18 root 1.3