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
OLD/PHI-XW/.editorconfig
Normal file
8
OLD/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
OLD/PHI-XW/.luacheckrc
Normal file
1597
OLD/PHI-XW/.luacheckrc
Normal file
File diff suppressed because it is too large
Load Diff
13
OLD/PHI-XW/changelog.txt
Normal file
13
OLD/PHI-XW/changelog.txt
Normal file
@@ -0,0 +1,13 @@
|
||||
---------------------------------------------------------------------------------------------------
|
||||
Version: 1.0.4
|
||||
Date: 2023-03-17
|
||||
|
||||
Added:
|
||||
- Angel Seafloor pump
|
||||
|
||||
---------------------------------------------------------------------------------------------------
|
||||
Version: 1.0.0
|
||||
Date: 2023-03-17
|
||||
|
||||
Added:
|
||||
- Base Items
|
||||
20
OLD/PHI-XW/data.lua
Normal file
20
OLD/PHI-XW/data.lua
Normal file
@@ -0,0 +1,20 @@
|
||||
data.raw['offshore-pump']['offshore-pump'].pumping_speed = settings.startup['PHI-XW-WATER'].value * 20
|
||||
data.raw['offshore-pump']['offshore-pump'].fluid_box.height = 4
|
||||
data.raw['offshore-pump']['offshore-pump'].fluid_box.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
|
||||
|
||||
if mods['angelsrefining'] then
|
||||
data.raw['offshore-pump']['seafloor-pump'].pumping_speed = settings.startup['PHI-XW-WATER'].value * 20
|
||||
data.raw['offshore-pump']['seafloor-pump'].fluid_box.height = 4
|
||||
data.raw['offshore-pump']['offshore-pump'].fluid_box.level = 5
|
||||
data.raw['offshore-pump']['seafloor-pump'].flags = {'placeable-neutral', 'player-creation', 'filter-directions'}
|
||||
data.raw['offshore-pump']['seafloor-pump'].adjacent_tile_collision_box = {{-2, -3}, {2, -2}}
|
||||
data.raw['offshore-pump']['seafloor-pump'].adjacent_tile_collision_test = {'ground-tile', 'water-tile', 'object-layer'}
|
||||
data.raw['offshore-pump']['seafloor-pump'].adjacent_tile_collision_mask = nil
|
||||
data.raw['offshore-pump']['seafloor-pump'].placeable_position_visualization = nil
|
||||
data.raw['offshore-pump']['seafloor-pump'].max_health = 400
|
||||
end
|
||||
15
OLD/PHI-XW/info.json
Normal file
15
OLD/PHI-XW/info.json
Normal file
@@ -0,0 +1,15 @@
|
||||
{
|
||||
"name": "PHI-XW",
|
||||
"version": "1.1.0",
|
||||
"factorio_version": "1.1",
|
||||
"date": "2023-09-19",
|
||||
"title": "Phidias Water Pump",
|
||||
"author": "PHIDIAS0303",
|
||||
"contributers": "",
|
||||
"homepage": "",
|
||||
"description": "Offshore water pump no longer require near water.",
|
||||
"dependencies": [
|
||||
"base >= 1.1.0",
|
||||
"? angelsrefining >= 0.12.0"
|
||||
]
|
||||
}
|
||||
2
OLD/PHI-XW/locale/en/locale.cfg
Normal file
2
OLD/PHI-XW/locale/en/locale.cfg
Normal file
@@ -0,0 +1,2 @@
|
||||
[mod-setting-name]
|
||||
PHI-XW-WATER=Water
|
||||
2
OLD/PHI-XW/locale/ja/locale.cfg
Normal file
2
OLD/PHI-XW/locale/ja/locale.cfg
Normal file
@@ -0,0 +1,2 @@
|
||||
[mod-setting-name]
|
||||
PHI-XW-WATER=水
|
||||
2
OLD/PHI-XW/locale/zh-CN/locale.cfg
Normal file
2
OLD/PHI-XW/locale/zh-CN/locale.cfg
Normal file
@@ -0,0 +1,2 @@
|
||||
[mod-setting-name]
|
||||
PHI-XW-WATER=水
|
||||
2
OLD/PHI-XW/locale/zh-TW/locale.cfg
Normal file
2
OLD/PHI-XW/locale/zh-TW/locale.cfg
Normal file
@@ -0,0 +1,2 @@
|
||||
[mod-setting-name]
|
||||
PHI-XW-WATER=水
|
||||
8
OLD/PHI-XW/settings.lua
Normal file
8
OLD/PHI-XW/settings.lua
Normal file
@@ -0,0 +1,8 @@
|
||||
data:extend({{
|
||||
type = 'int-setting',
|
||||
name = 'PHI-XW-WATER',
|
||||
setting_type = 'startup',
|
||||
default_value = 5,
|
||||
allowed_values = {1, 2, 3, 4, 5},
|
||||
order = 'A1'
|
||||
}})
|
||||
BIN
OLD/PHI-XW/thumbnail.png
Normal file
BIN
OLD/PHI-XW/thumbnail.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 86 KiB |
Reference in New Issue
Block a user