ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/arch/light/torch.arc
Revision: 1.14
Committed: Fri Jan 16 10:03:56 2009 UTC (15 years, 5 months ago) by elmex
Branch: MAIN
CVS Tags: rel-2_82, rel-2_81, rel-2_80, rel-2_76, rel-2_77, rel-2_79, rel-2_78
Changes since 1.13: +2 -0 lines
Log Message:
torch and lantern levels for cursed effects.

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