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.11 by root, Mon Jan 12 19:31:08 2009 UTC

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