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.2 by pippijn, Tue Jan 2 21:51:15 2007 UTC vs.
Revision 1.14 by elmex, Fri Jan 16 10:03:56 2009 UTC

1Object torch_unlit 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
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
38level 10
39end
40
41object torch
42inherit torch_type
2name torch 43name torch
44name_pl torches
3face torch_unlit.x11 45face torch_unlit.x11
4other_arch torch_1 46anim
5material 144 47torch_unlit.x11
48mina
49food 480
6value 15 50value 20
7weight 500 51range 3
8food 1
9changing 1
10nrof 1
11glow_radius 0
12is_lightable 1 52is_lightable 1
13editable 128 53msg
14magicmap brown 54This is your standard torch: Due to being used so widely, standard torches
55are cheap and reliable. They give as much light as lanterns, but are far
56cheaper. This torch requires flint & steel to light it, and is good for
57over three hours of adventuring. You can even extinguish them when you
58don't need them, saving them up for later.
59
60H<These torches give more light than dim torches. If you have flint &
61steel, you can light and extinguish them as often as you want. They are
62good enough for about 10 minutes of playing time.>
63endmsg
64end
65
66object dim_torch
67inherit torch_pyro
68name pyrophor torch
69name_pl pyrophor torches
70glow_radius 2
71level 10
72end
73
74object torch_1
75inherit torch
76name torch
15name_pl torches 77name_pl torches
16client_type 1102 78glow_radius 3
17end 79end
80
18Object torch_1 81object torch_unlit
82inherit torch
19name torch 83name torch
20face torch_lit1.x11 84name_pl torches
21other_arch dim_torch 85end
86
87object torch_type_on
22anim 88anim
23torch_lit1.x11 89torch_lit1.x11
24torch_lit2.x11 90torch_lit2.x11
25mina 91mina
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 92end
38Object dim_torch 93
39name torch 94object burnt_torch
40face torch_lit2.x11 95inherit torch
41other_arch burnt_torch 96name burnt out torch
42anim 97name_pl burnt out torches
43torch_lit1.x11 98nrof 1
44torch_lit2.x11
45mina
46material 144
47food 60 99food 0
48changing 1 100msg
49value 0 101This is your standard torch, unfortunately, it is burned down. Except for
50weight 500 102poking into other people's eyes with it, it is now next to useless.
51speed 0.15 103endmsg
52glow_radius 2
53is_lightable 1
54editable 128
55name_pl torches
56client_type 1102
57end 104end
58Object burnt_torch 105
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