1
0
mirror of https://github.com/Refactorio/RedMew.git synced 2024-12-14 10:13:13 +02:00

nerfed tiles even more #229

This commit is contained in:
Maik Wild 2018-10-15 13:53:56 +02:00
parent 164e807e9c
commit 64347517cf
2 changed files with 13 additions and 13 deletions

View File

@ -52,18 +52,18 @@ local Config = {
collapse_threshold_total_strength = 16, collapse_threshold_total_strength = 16,
support_beam_entities = { support_beam_entities = {
['market'] = 10, ['market'] = 9,
['stone-wall'] = 3.3, ['stone-wall'] = 3,
['sand-rock-big'] = 2.2, ['sand-rock-big'] = 2,
['out-of-map'] = 1.1, ['out-of-map'] = 1,
['stone-brick'] = 0.055, ['stone-brick'] = 0.01,
['stone-path'] = 0.055, ['stone-path'] = 0.01,
['concrete'] = 0.33, ['concrete'] = 0.02,
['hazard-concrete-left'] = 0.33, ['hazard-concrete-left'] = 0.02,
['hazard-concrete-right'] = 0.33, ['hazard-concrete-right'] = 0.02,
['refined-concrete'] = 0.77, ['refined-concrete'] = 0.03,
['refined-hazard-concrete-left'] = 0.77, ['refined-hazard-concrete-left'] = 0.03,
['refined-hazard-concrete-right'] = 0.77, ['refined-hazard-concrete-right'] = 0.03,
}, },
cracking_sounds = { cracking_sounds = {
'CRACK', 'CRACK',

View File

@ -43,7 +43,7 @@ local stress_map_check_stress_in_threshold
local support_beam_entities local support_beam_entities
local on_surface_created local on_surface_created
local stress_threshold_causing_collapse = 1 local stress_threshold_causing_collapse = 0.91
local deconstruction_alert_message_shown = {} local deconstruction_alert_message_shown = {}
local stress_map_storage = {} local stress_map_storage = {}