This commit is contained in:
2024-06-17 02:08:40 +09:00
parent 4b858a4bfb
commit e05f5174da
46 changed files with 83 additions and 0 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
File diff suppressed because it is too large Load Diff
+13
View 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
View 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
View 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
View File
@@ -0,0 +1,2 @@
[mod-setting-name]
PHI-XW-WATER=Water
+2
View File
@@ -0,0 +1,2 @@
[mod-setting-name]
PHI-XW-WATER=
+2
View File
@@ -0,0 +1,2 @@
[mod-setting-name]
PHI-XW-WATER=
+2
View File
@@ -0,0 +1,2 @@
[mod-setting-name]
PHI-XW-WATER=
+8
View 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'
}})
Binary file not shown.

After

Width:  |  Height:  |  Size: 86 KiB