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.16 by root, Tue Nov 3 09:58:56 2009 UTC

1object burnt_torch
2inherit torch
3name burnt out torch
4name_pl burnt out torches
5msg
6This is your standard torch, unfortunately, it is burned down. Except for
7poking into other people's eyes with it, it is now next to useless.
8endmsg
9food 0
10nrof 1
11end
12
13object dim_torch
14inherit torch_pyro
15name pyrophor torch
16name_pl pyrophor torches
17level 10
18glow_radius 2
19end
20
1object torch_unlit 21object torch
22anim
23torch_unlit.x11
24mina
25inherit torch_type
2name torch 26name torch
27name_pl torches
28msg
29This is your standard torch: Due to being used so widely, standard torches
30are cheap and reliable. They give as much light as lanterns, but are far
31cheaper. This torch requires flint & steel to light it, and is good for
32over three hours of adventuring. You can even extinguish them when you
33don't need them, saving them up for later.
34
35H<These torches give more light than dim torches. If you have flint &
36steel, you can light and extinguish them as often as you want. They are
37good enough for about 10 minutes of playing time.>
38endmsg
3face torch_unlit.x11 39face torch_unlit.x11
40food 480
41value 20
42range 3
43is_lightable 1
44end
45
46object torch_1
47inherit torch
48name torch
49name_pl torches
50glow_radius 3
51end
52
53object torch_pyro
54inherit torch_type
55name pyrophor torch
56name_pl pyrophor torches
57msg
58This unique product will be revolutionising the torch business! Due to
59remarkable technologies used to produce it, it doesn't need any special
60means of lighting it, instead, you can start the fire simply by rubbing it
61at a rough surface: It even lights up when you club it into the face of a
62monster! No flint & steel is required!
63
64Unfortunately, the light it gives off is not yet very strong, and once
65burning, they can not be extinguished anymore. But at least it is cheap,
66and it burns for over I<three hours>!
67
68H<Dim torches are easy to use, but they are the least effective of all
69available lights. They are good enough for about 10 minutes of playing
70time.>
71endmsg
72level 10
73end
74
75object torch_type
76anim
77torch_pyro_unlit.x11
78mina
4other_arch torch_1 79other_arch torch_type_on
5material 144 80face torch_pyro_unlit.x11
81magicmap brown
82food 144
83speed 0.15
84type 81
85materialname ironwood
6value 15 86value 5
7weight 500 87weight 500
8food 1
9changing 1
10nrof 1
11glow_radius 0
12is_lightable 1
13editable 128
14magicmap brown
15name_pl torches
16client_type 1102 88client_type 1102
89range 2
17end 90end
91
18object torch_1 92object torch_type_on
19name torch
20face torch_lit1.x11
21other_arch dim_torch
22anim 93anim
23torch_lit1.x11 94torch_lit1.x11
24torch_lit2.x11 95torch_lit2.x11
25mina 96mina
26material 144 97end
27food 500 98
28changing 1 99object torch_unlit
29value 0 100inherit torch
30weight 500 101name torch
31speed 0.15
32glow_radius 3
33editable 128
34magicmap orange
35name_pl torches 102name_pl torches
36client_type 1102
37end 103end
38object dim_torch 104
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