ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/arch/light/torch.arc
Revision: 1.15
Committed: Tue Nov 3 09:49:00 2009 UTC (14 years, 8 months ago) by root
Branch: MAIN
Changes since 1.14: +0 -1 lines
Log Message:
remove editable field, elmey says so

File Contents

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