mirror of
https://github.com/PHIDIAS0303/factorio-mod-PHI.git
synced 2025-12-27 11:05:22 +09:00
.
This commit is contained in:
@@ -551,6 +551,19 @@ local items = {
|
||||
min = 0,
|
||||
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',
|
||||
enabled = true,
|
||||
@@ -587,18 +600,7 @@ local items = {
|
||||
min = 0,
|
||||
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 = {
|
||||
{
|
||||
@@ -616,6 +618,17 @@ local items = {
|
||||
enabled = false,
|
||||
value = 5
|
||||
},
|
||||
{
|
||||
name = 'character_inventory_slots_bonus',
|
||||
enabled = false,
|
||||
value = 100
|
||||
},
|
||||
{
|
||||
name = 'character_health_bonus',
|
||||
enabled = false,
|
||||
value = 200
|
||||
},
|
||||
--[[
|
||||
{
|
||||
name = 'character_reach_distance_bonus',
|
||||
enabled = false,
|
||||
@@ -646,16 +659,7 @@ local items = {
|
||||
enabled = false,
|
||||
value = 5
|
||||
},
|
||||
{
|
||||
name = 'character_inventory_slots_bonus',
|
||||
enabled = false,
|
||||
value = 100
|
||||
},
|
||||
{
|
||||
name = 'character_health_bonus',
|
||||
enabled = false,
|
||||
value = 200
|
||||
},
|
||||
]]
|
||||
{
|
||||
name = 'worker_robots_speed_modifier',
|
||||
enabled = false,
|
||||
|
||||
@@ -829,6 +829,10 @@ PHI-RS-MODULE=Module
|
||||
|
||||
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]
|
||||
PHI-EN-SOLAR-TIER=Default 8 ; Disable 1
|
||||
PHI-EN-STEAM-TIER=Default 5 ; Disable 1
|
||||
|
||||
Reference in New Issue
Block a user