ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/arch/light/torch.arc
(Generate patch)

Comparing deliantra/arch/light/torch.arc (file contents):
Revision 1.12 by elmex, Tue Jan 13 12:08:12 2009 UTC vs.
Revision 1.14 by elmex, Fri Jan 16 10:03:56 2009 UTC

33 33
34H<Dim torches are easy to use, but they are the least effective of all 34H<Dim torches are easy to use, but they are the least effective of all
35available lights. They are good enough for about 10 minutes of playing 35available lights. They are good enough for about 10 minutes of playing
36time.> 36time.>
37endmsg 37endmsg
38level 10
38end 39end
39 40
40object torch 41object torch
41inherit torch_type 42inherit torch_type
42name torch 43name torch
55cheaper. This torch requires flint & steel to light it, and is good for 56cheaper. This torch requires flint & steel to light it, and is good for
56over three hours of adventuring. You can even extinguish them when you 57over three hours of adventuring. You can even extinguish them when you
57don't need them, saving them up for later. 58don't need them, saving them up for later.
58 59
59H<These torches give more light than dim torches. If you have flint & 60H<These torches give more light than dim torches. If you have flint &
60steel, you can light and extinguish them as often as you want. They are good enough 61steel, you can light and extinguish them as often as you want. They are
61for about 10 minutes of playing time.> 62good enough for about 10 minutes of playing time.>
62endmsg 63endmsg
63end 64end
64 65
65object dim_torch 66object dim_torch
66inherit torch_pyro 67inherit torch_pyro
67name pyrophor torch 68name pyrophor torch
68name_pl pyrophor torches 69name_pl pyrophor torches
69glow_radius 2 70glow_radius 2
71level 10
70end 72end
71 73
72object torch_1 74object torch_1
73inherit torch 75inherit torch
74name torch 76name torch
95name_pl burnt out torches 97name_pl burnt out torches
96nrof 1 98nrof 1
97food 0 99food 0
98msg 100msg
99This is your standard torch, unfortunately, it is burned down. Except for 101This is your standard torch, unfortunately, it is burned down. Except for
100poking into other people's eyes with them, they are next to useless. 102poking into other people's eyes with it, it is now next to useless.
101endmsg 103endmsg
102end 104end
103 105

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines