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.5 by root, Fri Feb 9 01:51:43 2007 UTC vs.
Revision 1.12 by elmex, Tue Jan 13 12:08:12 2009 UTC

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

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines