ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/arch/light/torch.arc
Revision: 1.16
Committed: Tue Nov 3 09:58:56 2009 UTC (14 years, 8 months ago) by root
Branch: MAIN
CVS Tags: rel-3_0, rel-2_90, rel-2_92, rel-2_93
Changes since 1.15: +61 -61 lines
Log Message:
big cfarch-normalize run

File Contents

# User Rev Content
1 root 1.16 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 root 1.8 end
12    
13 root 1.16 object dim_torch
14     inherit torch_pyro
15 elmex 1.9 name pyrophor torch
16     name_pl pyrophor torches
17 elmex 1.14 level 10
18 root 1.16 glow_radius 2
19 elmex 1.9 end
20    
21 elmex 1.12 object torch
22 root 1.16 anim
23     torch_unlit.x11
24     mina
25 elmex 1.9 inherit torch_type
26 root 1.6 name torch
27 root 1.8 name_pl torches
28 root 1.10 msg
29     This is your standard torch: Due to being used so widely, standard torches
30 root 1.11 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 root 1.10
35 root 1.11 H<These torches give more light than dim torches. If you have flint &
36 root 1.13 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 root 1.10 endmsg
39 root 1.16 face torch_unlit.x11
40     food 480
41     value 20
42     range 3
43     is_lightable 1
44 elmex 1.12 end
45    
46     object torch_1
47     inherit torch
48     name torch
49     name_pl torches
50     glow_radius 3
51     end
52    
53 root 1.16 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     magicmap brown
82     food 144
83     speed 0.15
84     type 81
85     materialname ironwood
86     value 5
87     weight 500
88     client_type 1102
89     range 2
90 elmex 1.9 end
91    
92     object torch_type_on
93 root 1.5 anim
94     torch_lit1.x11
95     torch_lit2.x11
96     mina
97     end
98 root 1.8
99 root 1.16 object torch_unlit
100 elmex 1.12 inherit torch
101 root 1.16 name torch
102     name_pl torches
103 root 1.1 end
104 root 1.10