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:
parent
164e807e9c
commit
64347517cf
@ -52,18 +52,18 @@ local Config = {
|
||||
collapse_threshold_total_strength = 16,
|
||||
|
||||
support_beam_entities = {
|
||||
['market'] = 10,
|
||||
['stone-wall'] = 3.3,
|
||||
['sand-rock-big'] = 2.2,
|
||||
['out-of-map'] = 1.1,
|
||||
['stone-brick'] = 0.055,
|
||||
['stone-path'] = 0.055,
|
||||
['concrete'] = 0.33,
|
||||
['hazard-concrete-left'] = 0.33,
|
||||
['hazard-concrete-right'] = 0.33,
|
||||
['refined-concrete'] = 0.77,
|
||||
['refined-hazard-concrete-left'] = 0.77,
|
||||
['refined-hazard-concrete-right'] = 0.77,
|
||||
['market'] = 9,
|
||||
['stone-wall'] = 3,
|
||||
['sand-rock-big'] = 2,
|
||||
['out-of-map'] = 1,
|
||||
['stone-brick'] = 0.01,
|
||||
['stone-path'] = 0.01,
|
||||
['concrete'] = 0.02,
|
||||
['hazard-concrete-left'] = 0.02,
|
||||
['hazard-concrete-right'] = 0.02,
|
||||
['refined-concrete'] = 0.03,
|
||||
['refined-hazard-concrete-left'] = 0.03,
|
||||
['refined-hazard-concrete-right'] = 0.03,
|
||||
},
|
||||
cracking_sounds = {
|
||||
'CRACK',
|
||||
|
@ -43,7 +43,7 @@ local stress_map_check_stress_in_threshold
|
||||
local support_beam_entities
|
||||
local on_surface_created
|
||||
|
||||
local stress_threshold_causing_collapse = 1
|
||||
local stress_threshold_causing_collapse = 0.91
|
||||
|
||||
local deconstruction_alert_message_shown = {}
|
||||
local stress_map_storage = {}
|
||||
|
Loading…
Reference in New Issue
Block a user