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

File Contents

# Content
1 object burnt_torch
2 name burnt out torch
3 name_pl burnt out torches
4 face torch_unlit.x11
5 nrof 1
6 materialname ironwood
7 value 0
8 weight 500
9 client_type 1102
10 editable 128
11 end
12
13 object dim_torch
14 anim
15 torch_lit1.x11
16 torch_lit2.x11
17 mina
18 name torch
19 name_pl torches
20 other_arch burnt_torch
21 face torch_lit2.x11
22 food 60
23 speed 0.15
24 materialname ironwood
25 value 0
26 weight 500
27 glow_radius 2
28 client_type 1102
29 changing 1
30 is_lightable 1
31 editable 128
32 end
33
34 object torch_1
35 anim
36 torch_lit1.x11
37 torch_lit2.x11
38 mina
39 name torch
40 name_pl torches
41 other_arch dim_torch
42 face torch_lit1.x11
43 food 500
44 speed 0.15
45 materialname ironwood
46 value 0
47 weight 500
48 glow_radius 3
49 client_type 1102
50 changing 1
51 editable 128
52 magicmap orange
53 end
54
55 object torch_unlit
56 name torch
57 name_pl torches
58 other_arch torch_1
59 face torch_unlit.x11
60 food 1
61 nrof 1
62 materialname ironwood
63 value 15
64 weight 500
65 glow_radius 0
66 client_type 1102
67 changing 1
68 is_lightable 1
69 editable 128
70 magicmap brown
71 end
72