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.9 by elmex, Mon Jan 12 00:13:05 2009 UTC vs.
Revision 1.10 by root, Mon Jan 12 18:49:05 2009 UTC

18 18
19object dim_torch 19object dim_torch
20inherit torch_type 20inherit torch_type
21name pyrophor torch 21name pyrophor torch
22name_pl pyrophor torches 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
23end 38end
24 39
25object torch_1 40object torch_1
26inherit torch_type 41inherit torch_type
27name torch 42name torch
28name_pl torches 43name_pl torches
29food 480 44food 480
30value 20 45value 20
31range 3 46range 3
32is_lightable 1 47is_lightable 1
48msg
49This is your standard torch: Due to being used so widely, standard torches
50are cheap and reliable. They give almost as much light as lanterns, but
51are far cheaper. This torch requires flint & steel to light it, and is
52good for over three hours of adventuring. You can even extinguish them
53when you don't need them, saving them up for later.
54
55H<These torches give more light than dim torches, but less than any
56lanterns. If you have flint & steel, you can light and extinguish them as
57often as you want.>
58endmsg
33end 59end
34 60
35object torch_unlit 61object torch_unlit
36inherit torch_1 62inherit torch_1
37name torch 63name torch
52nrof 1 78nrof 1
53materialname ironwood 79materialname ironwood
54food 0 80food 0
55weight 500 81weight 500
56is_lightable 1 82is_lightable 1
83msg
84This is your standard torch, unfortunately, it is burned down. Except for
85poking into other people's eyes with them, they are next to useless.
86endmsg
57end 87end
88

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines