ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/arch/light/torch.arc
(Generate patch)

Comparing deliantra/arch/light/torch.arc (file contents):
Revision 1.7 by root, Sat Mar 3 01:15:44 2007 UTC vs.
Revision 1.9 by elmex, Mon Jan 12 00:13:05 2009 UTC

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

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines