This commit is contained in:
2023-04-11 00:33:18 +09:00
parent 0b836fdbb5
commit 96e616035b
15 changed files with 1767 additions and 122 deletions

View File

@@ -28,14 +28,6 @@ data.raw['pipe']['pipe'].fluid_box.base_area = 4
data.raw['pipe-to-ground']['pipe-to-ground'].fluid_box.base_area = 4
data.raw['pump']['pump'].fluid_box.height = 16
data.raw['pump']['pump'].pumping_speed = 800
data.raw['offshore-pump']['offshore-pump'].pumping_speed = 80
data.raw['offshore-pump']['offshore-pump'].fluid_box.base_area = 4
data.raw['offshore-pump']['offshore-pump'].fluid_box.base_level = 4
data.raw['offshore-pump']['offshore-pump'].flags = {'placeable-neutral', 'player-creation'}
data.raw['offshore-pump']['offshore-pump'].adjacent_tile_collision_box = {{-0.5, -0.25}, {0.5, 0.25}}
data.raw['offshore-pump']['offshore-pump'].adjacent_tile_collision_test = {'ground-tile', 'water-tile', 'object-layer'}
data.raw['offshore-pump']['offshore-pump'].adjacent_tile_collision_mask = nil
data.raw['offshore-pump']['offshore-pump'].placeable_position_visualization = nil
data.raw['storage-tank']['storage-tank'].fluid_box.base_area = 500
data.raw['locomotive']['locomotive'].max_health = 2000