Make lanterns run out more quickly
Start lanterns off with a lot less fuel, so that they run out in about 33 in-game hours. Bright lanterns last half as long, because they burn fuel at twice the rate of regular lanterns. Add a 'maxsp' field to indicate fuel capacity.master
parent
475dfa0394
commit
9bab3be5bf
|
@ -5,7 +5,8 @@ other_arch lantern_1
|
||||||
material 2
|
material 2
|
||||||
value 5000
|
value 5000
|
||||||
weight 1500
|
weight 1500
|
||||||
food 10000
|
food 1000
|
||||||
|
maxsp 1000
|
||||||
type 82
|
type 82
|
||||||
nrof 1
|
nrof 1
|
||||||
glow_radius 0
|
glow_radius 0
|
||||||
|
@ -18,12 +19,13 @@ name lantern
|
||||||
face lantern.111
|
face lantern.111
|
||||||
other_arch lantern_unlit
|
other_arch lantern_unlit
|
||||||
material 2
|
material 2
|
||||||
food 10000
|
food 1000
|
||||||
|
maxsp 1000
|
||||||
changing 1
|
changing 1
|
||||||
value 0
|
value 0
|
||||||
type 82
|
type 82
|
||||||
weight 1500
|
weight 1500
|
||||||
speed 0.01
|
speed 0.02
|
||||||
glow_radius 5
|
glow_radius 5
|
||||||
is_lightable 1
|
is_lightable 1
|
||||||
name_pl lanterns
|
name_pl lanterns
|
||||||
|
|
|
@ -5,7 +5,8 @@ other_arch lantern2_1
|
||||||
material 2
|
material 2
|
||||||
value 15000
|
value 15000
|
||||||
weight 2500
|
weight 2500
|
||||||
food 10000
|
food 1000
|
||||||
|
maxsp 1000
|
||||||
type 82
|
type 82
|
||||||
nrof 1
|
nrof 1
|
||||||
glow_radius 0
|
glow_radius 0
|
||||||
|
@ -18,12 +19,13 @@ name bright lantern
|
||||||
face lantern2.111
|
face lantern2.111
|
||||||
other_arch lantern2_unlit
|
other_arch lantern2_unlit
|
||||||
material 2
|
material 2
|
||||||
food 10000
|
food 1000
|
||||||
|
maxsp 1000
|
||||||
changing 1
|
changing 1
|
||||||
value 0
|
value 0
|
||||||
type 82
|
type 82
|
||||||
weight 2500
|
weight 2500
|
||||||
speed 0.02
|
speed 0.04
|
||||||
glow_radius 8
|
glow_radius 8
|
||||||
is_lightable 1
|
is_lightable 1
|
||||||
name_pl lanterns
|
name_pl lanterns
|
||||||
|
|
Loading…
Reference in New Issue