mirror of
https://github.com/PHIDIAS0303/factorio-mod-PHI.git
synced 2025-12-31 12:11:40 +09:00
.
This commit is contained in:
8
PHI-XW/.editorconfig
Normal file
8
PHI-XW/.editorconfig
Normal 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
1597
PHI-XW/.luacheckrc
Normal file
File diff suppressed because it is too large
Load Diff
6
PHI-XW/changelog.txt
Normal file
6
PHI-XW/changelog.txt
Normal file
@@ -0,0 +1,6 @@
|
||||
---------------------------------------------------------------------------------------------------
|
||||
Version: 1.0.0
|
||||
Date: 2023-03-17
|
||||
|
||||
Added:
|
||||
- Base Items
|
||||
0
PHI-XW/data-updates.lua
Normal file
0
PHI-XW/data-updates.lua
Normal file
1
PHI-XW/data.lua
Normal file
1
PHI-XW/data.lua
Normal file
@@ -0,0 +1 @@
|
||||
require("main")
|
||||
14
PHI-XW/info.json
Normal file
14
PHI-XW/info.json
Normal 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
8
PHI-XW/main.lua
Normal 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
BIN
PHI-XW/thumbnail.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 86 KiB |
Reference in New Issue
Block a user