hardtorch/settingtypes.txt

34 lines
1.1 KiB
Plaintext
Raw Normal View History

2017-08-30 06:31:37 -07:00
# Configurações aplicaveis para o menu gráfico
2019-12-02 09:12:11 -08:00
# Settings Applicable by GUI
2017-08-30 06:31:37 -07:00
2017-09-02 07:20:23 -07:00
# Number of nights a Torch remains lit.
2019-12-02 09:12:11 -08:00
# Numero de noites que uma Tocha perdura acesa.
hardtorch_torch_nights (Durability - Torch) float 0.1 0
2017-08-30 20:02:02 -07:00
2017-09-02 07:20:23 -07:00
# Number of nights a portion of Oil remains lit.
2019-12-02 09:12:11 -08:00
# Numero de noites que uma porção de Oleo perdura acesa.
hardtorch_oil_nights (Durability - Oil) float 1.2 0
2017-09-03 10:34:11 -07:00
# Light source of Torch Lit (limit: 14)
2019-12-02 09:12:11 -08:00
# Luminosidade da Tocha Acesa (limite: 14)
hardtorch_torch_light_source (Light - Torch) int 11 0
2017-09-02 07:20:23 -07:00
# Light source of Oil Lamp Lit (limit: 14)
2019-12-02 09:12:11 -08:00
# Luminosidade da Lamparina Acesa (limite: 14)
hardtorch_lamp_light_source (Light - Oil Lamp) int 13 0
2017-09-02 07:20:23 -07:00
# Lighter or fire source is needed to light a torch.
2019-12-02 09:12:11 -08:00
# É necessario acendedor ou fonte de fogo para acender uma tocha.
hardtorch_torch_lighter (Lighter is necessary) bool false
2017-08-30 20:02:02 -07:00
2018-01-01 08:07:47 -08:00
# Fixed time (in seconds) that lasts one night.
# This will ignore the true duration of the night in the game.
# Set 0 to disable.
2019-12-02 09:12:11 -08:00
#
# Tempo fixo (em segundos) que dura uma noite.
# Isso vai ignorar a verdadeira duração da noite no jogo.
# Definir 0 para desabilitar.
hardtorch_fixed_night_time (Fixed night time) int 0
2017-08-30 20:02:02 -07:00
2017-08-30 06:31:37 -07:00