ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/arch/light/torch.arc
Revision: 1.4
Committed: Wed Feb 7 00:14:51 2007 UTC (17 years, 4 months ago) by root
Branch: MAIN
Changes since 1.3: +4 -4 lines
Log Message:
remaining material conversions, this step was actually destructive because i only went for the nearest materials

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 name torch
15 name_pl torches
16 other_arch burnt_torch
17 face torch_lit2.x11
18 food 60
19 speed 0.15
20 materialname ironwood
21 value 0
22 weight 500
23 glow_radius 2
24 client_type 1102
25 changing 1
26 is_lightable 1
27 editable 128
28 anim
29 torch_lit1.x11
30 torch_lit2.x11
31 mina
32 end
33
34 object torch_1
35 name torch
36 name_pl torches
37 other_arch dim_torch
38 face torch_lit1.x11
39 food 500
40 speed 0.15
41 materialname ironwood
42 value 0
43 weight 500
44 glow_radius 3
45 client_type 1102
46 changing 1
47 editable 128
48 magicmap orange
49 anim
50 torch_lit1.x11
51 torch_lit2.x11
52 mina
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