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
PHI-XW/.editorconfig Normal file
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
PHI-XW/.luacheckrc Normal file

File diff suppressed because it is too large Load Diff

6
PHI-XW/changelog.txt Normal file
View File

@@ -0,0 +1,6 @@
---------------------------------------------------------------------------------------------------
Version: 1.0.0
Date: 2023-03-17
Added:
- Base Items

0
PHI-XW/data-updates.lua Normal file
View File

1
PHI-XW/data.lua Normal file
View File

@@ -0,0 +1 @@
require("main")

14
PHI-XW/info.json Normal file
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
PHI-XW/main.lua Normal file
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

BIN
PHI-XW/thumbnail.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 86 KiB