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.15 by root, Tue Nov 3 09:49:00 2009 UTC

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