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

File Contents

# User Rev Content
1 root 1.11 object lantern2_1
2     name broken bright lantern
3     name_pl broken lanterns
4     other_arch lantern2_unlit
5     face lantern2.x11
6     food 10000
7     speed 0.02
8 elmex 1.1 materialname iron
9 root 1.11 value 0
10     weight 2500
11     glow_radius 8
12 elmex 1.1 client_type 1102
13 root 1.11 changing 1
14 elmex 1.2 is_lightable 1
15 elmex 1.1 end
16    
17 root 1.11 object lantern2_unlit
18     name broken bright lantern
19     name_pl broken lanterns
20     other_arch lantern2_1
21     face lantern2_off.x11
22     food 10000
23     nrof 1
24     materialname iron
25     value 15000
26     weight 2500
27     glow_radius 0
28     client_type 1102
29     is_lightable 1
30 elmex 1.1 end
31    
32 root 1.11 object lantern_1
33     name broken lantern
34     name_pl broken lanterns
35     other_arch lantern_unlit
36     face lantern.x11
37     food 10000
38     speed 0.01
39     materialname iron
40     value 0
41     weight 1500
42     glow_radius 5
43     client_type 1102
44     changing 1
45     is_lightable 1
46 elmex 1.1 end
47    
48     object lantern_bright
49     inherit lantern_type
50     name bright lantern
51     name_pl bright lanterns
52 elmex 1.4 msg
53 root 1.5 This bright lantern comes with the same features as the basic lantern
54     model, but it comes with brighter burning fuel and a special glass, which
55     is more transparent than the normal lanterns. By lasting at least one
56     day it will provide enough illumination for adventures even into deep
57     dungeons.
58 elmex 1.4
59 root 1.5 H<One day in the game is about 1½ hours in real time long. You need flint & steel to light it up.>
60 elmex 1.4 endmsg
61 root 1.11 other_arch lantern_bright_on
62     face lantern2_off.x11
63     food 90
64     level 30
65     value 1000
66     range 5
67     end
68    
69     object lantern_bright_dura
70     inherit lantern_bright
71     name dura bright lantern
72     name_pl dura bright lanterns
73     msg
74     The B<dura> line of lanterns have enhanced burning duration. This is
75     achieved by them having a much larger tank. It will give you enough light
76     for at over half a month of continuous adventuring. There is a saying that
77     claims: "if you can lift a dura once, you won't put it down again."
78    
79     This bright dura model gives as much light as a normal bright lantern.
80    
81     H<Half a month in game is around one day in real time. You can only light it up with flint & steel.>
82     endmsg
83     food 1440
84     level 40
85     value 100000
86     weight 3000
87     end
88    
89     object lantern_bright_on
90     name don't use this arch in maps
91     face lantern2.x11
92     is_animated 0
93 elmex 1.1 end
94    
95     object lantern_magic
96     inherit lantern_type
97     name magic lantern
98     name_pl magic lanterns
99 elmex 1.4 msg
100 root 1.5 This magical lantern comes with a special magical fuel which has been
101     invented by wizards in Brests, to support extensive adventuring in deep
102 root 1.6 caves. This lantern will make any dungeon bright as daylight for at least
103 root 1.5 one day.
104 elmex 1.4
105 root 1.5 Warning: Please avoid looking directly into the flame!
106 elmex 1.4
107 root 1.5 H<One day in game is about 1½ hours long. You can only light it up with flint & steel.>
108 elmex 1.4 endmsg
109 root 1.11 other_arch lantern_magic_on
110     face lantern3_off.x11
111     food 90
112     level 50
113     value 10000
114     range 7
115 elmex 1.1 end
116    
117 root 1.11 object lantern_magic_dura
118     inherit lantern_magic
119     name dura magic lantern
120     name_pl dura magic lanterns
121 elmex 1.4 msg
122 root 1.5 The B<dura> line of lanterns have enhanced burning duration. This is
123     achieved by them having a much larger tank. It will give you enough light
124     for at over half a month of continuous adventuring. There is a saying that
125     claims: "if you can lift a dura once, you won't put it down again."
126 elmex 1.4
127 root 1.11 This magic dura model is a luxury that will serve even the most demanding
128     illumination needs of the experienced adventurer. Their brightness and
129     duration are unmatched!
130    
131     Warning: Please don't look directly into the flame!
132 root 1.5
133     H<Half a month in game is around one day in real time. You can only light it up with flint & steel.>
134 elmex 1.4 endmsg
135 root 1.11 food 1440
136     level 60
137     value 1000000
138     weight 3000
139 elmex 1.1 end
140    
141 root 1.11 object lantern_magic_on
142     name don't use this arch in maps
143     face lantern3.x11
144     is_animated 0
145     end
146    
147     object lantern_normal
148     inherit lantern_type
149     name basic lantern
150     name_pl basic lanterns
151 elmex 1.4 msg
152 root 1.11 This lantern is the basic lantern model. Every adventurer should have one. It provides
153     the light of a torch but lasts at least one day, and you can light it up and
154     put it out as often as you like.
155 elmex 1.4
156 root 1.11 They last long enough to provide enough illumination for adventures even
157     into deep dungeons, where you would otherwise need to carry a lot of torches.
158 elmex 1.4
159 root 1.11 H<One day in the game is about 1½ hours in real time long. You need flint & steel to light it up.>
160 elmex 1.4 endmsg
161 root 1.11 other_arch lantern_normal_on
162     face lantern_off.x11
163     food 90
164     level 10
165     value 100
166     range 3
167 elmex 1.1 end
168    
169 root 1.11 object lantern_normal_dura
170     inherit lantern_normal
171     name dura lantern
172     name_pl dura lanterns
173 elmex 1.4 msg
174 root 1.5 The B<dura> line of lanterns have enhanced burning duration. This is
175     achieved by them having a much larger tank. It will give you enough light
176     for at over half a month of continuous adventuring. There is a saying that
177     claims: "if you can lift a dura once, you won't put it down again."
178    
179 root 1.11 This lantern gives as much light as your basic lantern.
180 elmex 1.4
181 root 1.5 H<Half a month in game is around one day in real time. You can only light it up with flint & steel.>
182 elmex 1.4 endmsg
183 root 1.11 food 1440
184     level 20
185     value 10000
186     weight 3000
187 elmex 1.1 end
188    
189 root 1.11 object lantern_normal_on
190     name don't use this arch in maps
191 elmex 1.1 face lantern.x11
192 root 1.11 is_animated 0
193     end
194    
195     object lantern_type
196     is_animated 0
197     food 90
198     speed 0.00208
199     direction 0
200     type 82
201 elmex 1.1 materialname iron
202 root 1.11 value 100
203     weight 1000
204 elmex 1.1 client_type 1102
205 root 1.11 range 3
206 elmex 1.1 is_lightable 1
207     end
208    
209     object lantern_unlit
210     name broken lantern
211     name_pl broken lanterns
212     other_arch lantern_1
213     face lantern_off.x11
214     food 10000
215     nrof 1
216     materialname iron
217     value 5000
218     weight 1500
219     glow_radius 0
220     client_type 1102
221     is_lightable 1
222     end
223