Skip to content

Commit

Permalink
Merge branch 'Frozen'
Browse files Browse the repository at this point in the history
  • Loading branch information
Septiple committed Apr 30, 2024
2 parents 71b6fac + 0d2c3aa commit 906e64c
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 4 deletions.
5 changes: 5 additions & 0 deletions changelog.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,9 @@
---------------------------------------------------------------------------------------------------
Version: 2.0.15
Date: 2024-3-24
Changes:
- Increased the recharge rate (180kw -> 350kw) and slot count(1->4) on roboport mk01 so they'll suck a bit less
---------------------------------------------------------------------------------------------------
Version: 2.0.14
Date: 2024-3-13
Changes:
Expand Down
2 changes: 1 addition & 1 deletion info.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "pyindustry",
"version": "2.0.14",
"version": "2.0.15",
"factorio_version": "1.1",
"title": "Pyanodons Industry",
"author": "Pyanodon, Nexela, Kingarthur, notnotmelon, Mootykins, ShadowGlass, Archezekiel, Quintuple",
Expand Down
9 changes: 6 additions & 3 deletions prototypes/buildings/py-roboport-mk01.lua
Original file line number Diff line number Diff line change
Expand Up @@ -57,16 +57,19 @@ ENTITY {
recharge_minimum = '60MJ',
energy_usage = '50kW',
-- per one charge slot
charging_energy = '180kW',
charging_energy = '350kW',
logistics_radius = 30,
construction_radius = 40,
charge_approach_distance = 5,
charge_approach_distance = 3,
robot_slots_count = 4,
material_slots_count = 4,
robots_shrink_when_entering_and_exiting = true,
stationing_offset = util.by_pixel(0, -3),
charging_offsets = {
{-0, -0.5}
{-0, -0.5},
{-0, 0.5},
{-0.5, -0},
{0.5, -0},
},
base = {
layers = {
Expand Down

0 comments on commit 906e64c

Please sign in to comment.