Some checks failed
Deploy to Remote Server / deploy (push) Failing after 1m11s
80 lines
2.5 KiB
TOML
80 lines
2.5 KiB
TOML
|
||
#EroticDungeon Common Configuration / 通用配置
|
||
[EroticDungeon]
|
||
|
||
#NORP (No Role Play) Mode Settings / NORP(非角色扮演)模式设置
|
||
#----------------------------------------
|
||
#EN: Settings related to No Role Play mode functionality
|
||
#CN: 与非角色扮演模式功能相关的设置
|
||
[EroticDungeon.norp_settings]
|
||
#EN: Enable No Role Play mode
|
||
# If set to true, NORP mode will be enabled
|
||
# Default: true
|
||
#
|
||
#CN: 启用非角色扮演模式
|
||
# 如果设为true,将启用NORP模式
|
||
# 默认值: true
|
||
enableNorp = true
|
||
#EN: NORP interval time (in seconds)
|
||
# Time between NORP interactions
|
||
# Default: 30 seconds
|
||
# Min: 5, Max: 3600
|
||
#
|
||
#CN: NORP间隔时间(秒)
|
||
# NORP交互之间的间隔时间
|
||
# 默认值: 30秒
|
||
# 最小值: 5, 最大值: 3600
|
||
#Range: 5 ~ 3600
|
||
norpIntervalTime = 30
|
||
#EN: NORP cooldown time after successful interaction (in seconds)
|
||
# Time before another NORP interaction can occur
|
||
# Default: 60 seconds
|
||
# Min: 10, Max: 7200
|
||
#
|
||
#CN: NORP成功交互后的冷却时间(秒)
|
||
# 进行下一次NORP交互前需要等待的时间
|
||
# 默认值: 60秒
|
||
# 最小值: 10, 最大值: 7200
|
||
#Range: 10 ~ 7200
|
||
norpSuccessfulCooldown = 60
|
||
|
||
#Love Machine Settings / 爱机设置
|
||
#----------------------------------------
|
||
#EN: Settings related to Love Machine functionality
|
||
#CN: 与爱机功能相关的设置
|
||
[EroticDungeon.love_machine_settings]
|
||
#EN: Enable Love Machine damage
|
||
# If set to true, love machines can deal damage
|
||
# Default: false
|
||
#
|
||
#CN: 启用爱机伤害
|
||
# 如果设为true,爱机可以造成伤害
|
||
# 默认值: false
|
||
enableLoveMachineDamage = false
|
||
#EN: Love Machine damage factor
|
||
# Damage multiplier for love machines
|
||
# Default: 1.0
|
||
# Min: 0.1, Max: 10.0
|
||
#
|
||
#CN: 爱机伤害系数
|
||
# 爱机的伤害倍率
|
||
# 默认值: 1.0
|
||
# 最小值: 0.1, 最大值: 10.0
|
||
#Range: 0.1 ~ 10.0
|
||
loveMachineDamageFactor = 1.0
|
||
|
||
#UI Settings / 界面设置
|
||
#----------------------------------------
|
||
#EN: Settings related to user interface display
|
||
#CN: 与用户界面显示相关的设置
|
||
[EroticDungeon.ui_settings]
|
||
#EN: Show lock overlay on devices
|
||
# If set to true, shows 'Device Locked' text when looking at locked devices
|
||
# Default: true
|
||
#
|
||
#CN: 在设备上显示锁提示
|
||
# 如果设为true,看向锁定的设备时会显示'设备已锁定'文字
|
||
# 默认值: true
|
||
showLockOverlay = true
|
||
|