ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/arch/weapon/artifact/magi_staff.arc
Revision: 1.5
Committed: Fri Feb 9 01:52:43 2007 UTC (17 years, 5 months ago) by root
Branch: MAIN
CVS Tags: pre_normalise_revert
Changes since 1.4: +6 -6 lines
Log Message:
pout anim sections first because the loader nukes is_animated flag

File Contents

# User Rev Content
1 root 1.3 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.1 name Staff of the Magi
9 root 1.3 name_pl Staves of the Magi
10     skill two handed weapons
11     face magi_staff.x11
12     pow 1
13     int 1
14     sp 2
15     dam 20
16     wc 5
17     speed .2
18 root 1.1 nrof 1
19     type 15
20 root 1.3 attacktype 257
21     resist_magic 30
22 root 1.4 materialname wood
23 root 1.3 value 500000
24     weight 4500
25     magic 5
26     weapontype 8
27     client_type 100
28     item_power 15
29     body_arm -2
30     editable 5120
31     magicmap black
32 root 1.1 end
33 root 1.3