This commit is contained in:
2024-06-18 20:44:45 +09:00
parent 6ede5d8eca
commit 55e07cc485
2 changed files with 30 additions and 22 deletions

View File

@@ -551,6 +551,19 @@ local items = {
min = 0, min = 0,
max = 5 max = 5
}, },
{
name = 'character_inventory_slots_bonus',
enabled = true,
min = 0,
max = 100
},
{
name = 'character_health_bonus',
enabled = true,
min = 0,
max = 200
}
--[[
{ {
name = 'character_reach_distance_bonus', name = 'character_reach_distance_bonus',
enabled = true, enabled = true,
@@ -587,18 +600,7 @@ local items = {
min = 0, min = 0,
max = 5 max = 5
}, },
{ ]]
name = 'character_inventory_slots_bonus',
enabled = true,
min = 0,
max = 100
},
{
name = 'character_health_bonus',
enabled = true,
min = 0,
max = 200
}
}, },
force_bonus = { force_bonus = {
{ {
@@ -616,6 +618,17 @@ local items = {
enabled = false, enabled = false,
value = 5 value = 5
}, },
{
name = 'character_inventory_slots_bonus',
enabled = false,
value = 100
},
{
name = 'character_health_bonus',
enabled = false,
value = 200
},
--[[
{ {
name = 'character_reach_distance_bonus', name = 'character_reach_distance_bonus',
enabled = false, enabled = false,
@@ -646,16 +659,7 @@ local items = {
enabled = false, enabled = false,
value = 5 value = 5
}, },
{ ]]
name = 'character_inventory_slots_bonus',
enabled = false,
value = 100
},
{
name = 'character_health_bonus',
enabled = false,
value = 200
},
{ {
name = 'worker_robots_speed_modifier', name = 'worker_robots_speed_modifier',
enabled = false, enabled = false,

View File

@@ -829,6 +829,10 @@ PHI-RS-MODULE=Module
PHI-XW-WATER=Water PHI-XW-WATER=Water
PHI-PB-CMMS=Character manual mining speed
PHI-PB-CRS=Character running speed
PHI-PB-CCS=Character crafting speed
[mod-setting-description] [mod-setting-description]
PHI-EN-SOLAR-TIER=Default 8 ; Disable 1 PHI-EN-SOLAR-TIER=Default 8 ; Disable 1
PHI-EN-STEAM-TIER=Default 5 ; Disable 1 PHI-EN-STEAM-TIER=Default 5 ; Disable 1