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

@@ -1,6 +1,13 @@
---------------------------------------------------------------------------------------------------
Version: 1.0.1
Date: 2023-04-10
Removed:
- Offshore water pump, as a new mod now.
---------------------------------------------------------------------------------------------------
Version: 1.0.0
Date: 2023-03-17
Added:
- Compound Assembling Machine, Furnace
- Base Items

View File

@@ -1,8 +1,8 @@
{
"name": "PHI-MI",
"version": "1.0.0",
"version": "1.0.2",
"factorio_version": "1.1",
"date": "2023-04-05",
"date": "2023-04-10",
"title": "Phidias Megabase Item",
"author": "PHIDIAS0303",
"contributers": "",

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