ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/arch/weapon/artifact/Firestar/fakefirestar.arc
Revision: 1.13
Committed: Thu Apr 29 08:30:58 2010 UTC (14 years, 2 months ago) by root
Branch: MAIN
CVS Tags: rel-3_0, HEAD
Changes since 1.12: +1 -0 lines
Log Message:
make all weapons use the combat slot

File Contents

# User Rev Content
1 root 1.8 object lamestar
2 root 1.6 anim
3     firestar.x11
4     firestar.x12
5     firestar.x11
6     firestar.x12
7     firestar.x11
8     firestar.x12
9     firestar.x13
10     mina
11 root 1.12 inherit type_weapon
12 root 1.9 name Firestar
13     name_pl Firestars
14     skill two handed weapons
15     face firestar.x11
16     dam 23
17 root 1.7 speed 0.2
18 root 1.9 nrof 1
19 root 1.4 attacktype 5
20 root 1.9 materialname iron
21 root 1.4 value 400000
22     weight 40000
23 root 1.9 magic 3
24     last_sp 9
25     weapontype 7
26 root 1.4 client_type 100
27     body_arm -2
28 root 1.13 body_combat -1
29 root 1.1 end
30 root 1.9