ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/arch/weapon/artifact/Fhammer/frost_hammer.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 frost_hammer
2 root 1.5 anim
3     frost_hammer.x11
4     frost_hammer.x12
5     frost_hammer.x13
6     frost_hammer.x14
7     mina
8 root 1.11 inherit type_weapon
9 root 1.8 name Frost Hammer
10     name_pl Frost Hammers
11     skill two handed weapons
12     face frost_hammer.x11
13 root 1.11 magicmap khaki
14 root 1.8 pow 3
15     dam 10
16 root 1.3 speed .4
17 root 1.8 nrof 1
18     attacktype 18
19     resist_cold 30
20 root 1.3 materialname glacium
21     value 90000
22     weight 30000
23     magic 3
24 root 1.8 last_sp 8
25     weapontype 7
26     client_type 100
27     item_power 10
28     body_arm -2
29 root 1.1 end
30 root 1.8