This commit is contained in:
2023-04-13 00:57:55 +09:00
parent 66bc663f80
commit e88efc2893
21 changed files with 1020 additions and 894 deletions

View File

@@ -1 +1,8 @@
require("main")
data.raw['offshore-pump']['offshore-pump'].pumping_speed = 100
data.raw['offshore-pump']['offshore-pump'].fluid_box.base_area = 5
data.raw['offshore-pump']['offshore-pump'].fluid_box.base_level = 5
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

View File

@@ -1,9 +1,9 @@
{
"name": "PHI-XW",
"version": "1.0.0",
"version": "1.0.2",
"factorio_version": "1.1",
"date": "2023-04-10",
"title": "PHIDIAS Water Pump",
"date": "2023-04-13",
"title": "Phidias Water Pump",
"author": "PHIDIAS0303",
"contributers": "",
"homepage": "",

View File

@@ -1,8 +0,0 @@
data.raw['offshore-pump']['offshore-pump'].pumping_speed = 100
data.raw['offshore-pump']['offshore-pump'].fluid_box.base_area = 5
data.raw['offshore-pump']['offshore-pump'].fluid_box.base_level = 5
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