ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/arch/weapon/artifact/magi_staff.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 magi_staff
2 root 1.5 anim
3     magi_staff.x11
4     magi_staff.x12
5     magi_staff.x13
6     magi_staff.x12
7     mina
8 root 1.11 inherit type_weapon
9 root 1.8 name Staff of the Magi
10     name_pl Staves of the Magi
11     skill two handed weapons
12     face magi_staff.x11
13 root 1.11 magicmap black
14 root 1.8 pow 1
15     int 1
16 root 1.3 sp 2
17     dam 20
18     wc 5
19 root 1.8 speed .2
20     nrof 1
21     attacktype 257
22     resist_magic 30
23     materialname wood
24     value 500000
25     weight 4500
26 root 1.6 magic 5
27 root 1.8 weapontype 8
28     client_type 100
29     item_power 15
30     body_arm -2
31 root 1.1 end
32 root 1.8