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

File Contents

# User Rev Content
1 root 1.3 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.1 name thundar bolt
14 root 1.3 name_pl thundar bolts
15 root 1.1 race crossbow bolts
16 pippijn 1.2 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.4 materialname iron
25 root 1.1 value 20000
26     weight 1000
27 root 1.3 client_type 165
28 root 1.1 is_turnable 1
29 root 1.3 color_fg dark_orange
30 root 1.1 editable 1024
31     magicmap brown
32     end
33 root 1.3