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.10 by root, Mon Jan 12 18:49:05 2009 UTC vs.
Revision 1.12 by elmex, Tue Jan 13 12:08:12 2009 UTC

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

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines