1
0
mirror of https://github.com/ComfyFactory/ComfyFactorio.git synced 2025-01-24 03:47:58 +02:00

2429 Commits

Author SHA1 Message Date
Gerkiz
969e1cc895 Fix luacheck 2022-12-31 22:57:25 +01:00
Gerkiz
1621a7c1c0 Fix inventory slot issues
Discord user Drilla has another fix that they plan to release.
2022-12-31 22:56:33 +01:00
Gerkiz
e5a8033d2b Towny - minor fixes 2022-12-28 21:15:58 +01:00
Gerkiz
467dfe93e9 Mtn v3 - fix edge cases 2022-12-26 19:57:09 +01:00
Gerkiz
0ed24ffd38 Mtn v3 - fix bugged value of normal unit health incremental
This bug has existed for almost a year now - earlier normal unit health did not receive their expected value, at wave 4K the normal unit health had only an applied health value of roughly 23% whereas they should have been up towards the double.
I'll keep an eye on this by the statistics that are exported.
2022-12-22 23:34:05 +01:00
Gerkiz
4506ebb289 Remove unused vars 2022-12-20 13:49:27 +01:00
Gerkiz
1d6e82b4f7 Towny - fixes 2022-12-20 13:48:28 +01:00
danielmartin0
c7ec4a305a Update islands.lua 2022-12-07 19:19:34 +00:00
danielmartin0
03bc1ab811 slight difficulty value adjustments 2022-12-07 19:16:43 +00:00
danielmartin0
55519489b8 partially reverse prior changes; increase machinery pollution 2022-12-07 19:16:22 +00:00
danielmartin0
3e133bc886 Update roles.lua 2022-12-06 16:23:00 +00:00
danielmartin0
cd54bc93f7 only boot captain for afk if there are 4 or less players online 2022-12-06 16:22:29 +00:00
danielmartin0
8470ffb407 Update balance.lua 2022-12-05 17:56:31 +00:00
danielmartin0
e90dcfcdc3 28->29 2022-12-05 17:55:21 +00:00
danielmartin0
00bff61411 ore spawns further away 2022-12-05 17:53:16 +00:00
danielmartin0
2695cbb52e Update balance.lua 2022-12-02 22:23:32 +00:00
danielmartin0
2d6b02a6b8 nerf the resistive classes 2022-12-02 22:23:06 +00:00
danielmartin0
171b5d3f67 Update balance.lua 2022-12-02 19:44:38 +00:00
danielmartin0
51f75e7212 Update balance.lua 2022-12-02 19:43:20 +00:00
danielmartin0
1179f11162 more pollution scaling with difficulty 2022-12-02 19:23:41 +00:00
danielmartin0
39d1afa583 Update ai.lua 2022-12-02 19:21:19 +00:00
danielmartin0
bc01e09001 Update ai.lua 2022-12-02 19:04:59 +00:00
danielmartin0
a3bff0998c slightly higher wave size variance 2022-12-02 19:00:57 +00:00
danielmartin0
ef06f126a8 increase base evo on harder difficulties 2022-12-02 18:49:48 +00:00
danielmartin0
4b48b26a81 and again 2022-11-29 20:40:23 +00:00
danielmartin0
dfb80a7d80 increase difficulty of hard and nightmare 2022-11-29 20:39:33 +00:00
Gerkiz
bfd0dfc831 Fish v2 - small change 2022-11-27 01:03:14 +01:00
hanakocz
a5111d76b8 Labyrinth: removed non-existent entities blocking unique room spawning 2022-11-24 15:39:23 +01:00
hanakocz
dccfc9d4b0 Expanse: tweak for evolution speeds and value blacklist ranges 2022-11-24 15:38:32 +01:00
Gerkiz
5be6600a6f Mtn v3 - BW 2022-11-24 15:01:29 +01:00
hanakocz
3a535c9971 fix biters not dropping ore (bad return), optimization of variables 2022-11-23 00:09:16 +01:00
Piratux
2814af6e4c
Merge branch 'develop' into develop 2022-11-20 21:16:17 +02:00
Piratux
250beab7e3 New commands to easily clear fluid from ship's tanks
Changes:
- New commands: /clear_north_tanks and /clear_south_tanks that clear fluid from ship's tanks
2022-11-20 21:07:04 +02:00
Piratux
770c3c523b Possible fix for class gui related error
Changes:
- Possible fix for class gui related error.
2022-11-20 20:29:37 +02:00
Piratux
de5620b7eb Fixed power issue between surfaces
Changes:
- Fixed an issue that would sometimes cause poles between surfaces not connect due to connection limit. Current solution is not ideal as power loss can still happen (since some poles will be forcefully disconnected), but poles between surfaces are now guaranteed to be connected.
2022-11-20 16:50:26 +02:00
Piratux
0f50d2d96c Cave island tweaks + some small changes
Changes:
- Revamped cave island: more biter nests/worms, more narrow caves (mainly to ensure starting location connected with caves).
- Disabled default coal liquefaction research.
- Dock upgrades now repeat later on (like rockets/merchants) if people haven't bought them.
2022-11-19 23:28:37 +02:00
hanakocz
4cc751a346
Merge branch 'develop' into small_fix 2022-11-19 19:49:41 +01:00
hanakocz
caa285fb39 remove item that no longer is in the game 2022-11-19 19:47:06 +01:00
hanakocz
2e7b66976f fixes for bugs 2022-11-19 03:21:13 +01:00
Piratux
2728852ef6 fixes and tweaks
Changes:
- Delayed pump and red-splitter item as requirement appearance for quest structures (now they shouldn't appear on 2nd or 3rd islands).
- Increased amount of fish caught by all fishing classes.
- Made disband crew button disabled by default
- Disabled instant concrete research and enabled crafting of it (this means nuclear buildings are now craftable and obtainable).
- Blue belts in mazes (and other minor structures) now can be rotated.
- Removed discord message "Difficulty changed to ...".
- Added explanatory text that deckhand and boatswain classes don't generate ore while at sea.
- Increased respawn speed boost duration from 17.5 -> 20 secs (This change mainly targets cave island, but a welcome change to other islands too).
- Fixed rocks giving far more ore than intended in cave island.
- Fixed cave island always having the same layout.

NOTE: Some changes mentioned here are from "test_commit"
2022-11-18 22:18:16 +02:00
Piratux
a4d591eba5 temp commit
note to myself: don't forget to mention changes made here
2022-11-18 15:49:03 +02:00
Piratux
ae2f15aff4 Merge remote-tracking branch 'upstream/develop' into develop 2022-11-18 15:43:17 +02:00
Gerkiz
c4086bc601 Mtn v3 - fix update minimap issue 2022-11-18 01:52:48 +01:00
Shadow_Man
46383fc354
More relevant Journey satellites count comparison
Small fix for future to easily change maximum satellites count if needed (not hardcoded to 3).
2022-11-17 01:28:36 +02:00
Gerkiz
4d10581d49 Journey - set max satellites to 3 2022-11-16 22:56:46 +01:00
hanakocz
7f7564b0a4 Pollution diffusion needs to be capped to avoid map corruption 2022-11-16 20:48:18 +01:00
Gerkiz
a776edcdcb Journey - send notifications to discord on world advance 2022-11-16 20:22:41 +01:00
Gerkiz
fae172e856 Labyrinth - small fix 2022-11-15 22:40:38 +01:00
danielmartin0
53823b51e5 Update overworld.lua 2022-11-13 21:21:02 +00:00
danielmartin0
273623fa4d Merge remote-tracking branch 'upstream/develop' into develop 2022-11-13 21:18:25 +00:00