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
+8
View File
@@ -0,0 +1,8 @@
root = true
[*]
indent_style = space
indent_size = 4
charset = utf-8
trim_trailing_whitespace = false
insert_final_newline = false
+1597
View File
File diff suppressed because it is too large Load Diff
+6
View File
@@ -0,0 +1,6 @@
---------------------------------------------------------------------------------------------------
Version: 1.0.0
Date: 2023-03-17
Added:
- Base Items
View File
+1
View File
@@ -0,0 +1 @@
require("main")
+14
View File
@@ -0,0 +1,14 @@
{
"name": "PHI-XW",
"version": "1.0.0",
"factorio_version": "1.1",
"date": "2023-04-10",
"title": "PHIDIAS Water Pump",
"author": "PHIDIAS0303",
"contributers": "",
"homepage": "",
"description": "Offshore water pump no longer require near water.",
"dependencies": [
"base >= 1.1.0"
]
}
+8
View File
@@ -0,0 +1,8 @@
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
Binary file not shown.

After

Width:  |  Height:  |  Size: 86 KiB