ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/arch/weapon/artifact/skullcleav.arc
Revision: 1.11
Committed: Tue Nov 3 09:59:41 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.10: +2 -2 lines
Log Message:
big cfarch-normalize run

File Contents

# User Rev Content
1 root 1.7 object skullcleaver
2 root 1.5 anim
3     skullcleav.x11
4     skullcleav.x12
5     skullcleav.x13
6     skullcleav.x14
7     mina
8 root 1.11 inherit type_weapon
9 root 1.8 name Skullcleaver
10     name_pl Skullcleavers
11     slaying skull
12     skill two handed weapons
13     face skullcleav.x11
14 root 1.11 magicmap black
15 root 1.8 dam 20
16 root 1.1 speed 0.1
17 root 1.8 nrof 1
18     attacktype 1
19     materialname bronze
20     value 80000
21 root 1.1 weight 32000
22     magic 3
23 root 1.8 last_sp 11
24 root 1.1 weapontype 3
25     client_type 100
26 root 1.8 item_power 4
27 root 1.6 body_arm -2
28 root 1.1 end
29 root 1.8