ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/arch/weapon/bow/thunder_bolt.arc
Revision: 1.4
Committed: Tue Feb 6 23:29:33 2007 UTC (17 years, 5 months ago) by root
Branch: MAIN
Changes since 1.3: +1 -1 lines
Log Message:
replace material by materilname in all simple cases

File Contents

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