ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/arch/light/torch.arc
Revision: 1.17
Committed: Sat Oct 16 09:17:41 2010 UTC (13 years, 7 months ago) by root
Branch: MAIN
CVS Tags: HEAD
Changes since 1.16: +0 -1 lines
Log Message:
remove magicmap, visibility and glyph entries from archetypes, they are now in default.faceinfo

File Contents

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