ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/arch/weapon/bow/thunder_bolt.arc
Revision: 1.10
Committed: Mon Oct 15 18:22:04 2007 UTC (16 years, 8 months ago) by root
Branch: MAIN
Changes since 1.9: +1 -1 lines
Log Message:
use archetype names in race strings for bows, improve spell description

File Contents

# User Rev Content
1 root 1.7 object thundar_bolt
2 root 1.5 anim
3     thunder_bolt.x01
4     thunder_bolt.x11
5     thunder_bolt.x21
6     thunder_bolt.x31
7     thunder_bolt.x41
8     thunder_bolt.x51
9     thunder_bolt.x61
10     thunder_bolt.x71
11     thunder_bolt.x81
12     mina
13 root 1.8 name thundar bolt
14     name_pl thundar bolts
15 root 1.10 race crossbow bolt
16 root 1.8 face thunder_bolt.x01
17 root 1.1 is_animated 0
18     food 10
19     dam 100
20     wc -10
21     nrof 50
22     type 13
23     attacktype 9
24 root 1.8 materialname iron
25 root 1.1 value 20000
26     weight 1000
27 root 1.8 client_type 165
28 root 1.1 is_turnable 1
29     editable 1024
30     magicmap brown
31     end
32 root 1.8