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

484 Commits

Author SHA1 Message Date
danielmartin0
d22f68dbe3 fishies tweak 2024-09-10 11:39:46 +01:00
danielmartin0
cedcc86add adjust comments 2024-09-10 11:29:44 +01:00
danielmartin0
e173ed48d0 less fish 2024-09-09 22:59:24 +01:00
danielmartin0
5ce9034c59 more lobby prettification 2024-09-09 19:42:27 +01:00
danielmartin0
7db7bb139c move starting location to top lane 2024-09-09 18:46:41 +01:00
danielmartin0
cda279a007 bugfix 2024-09-09 17:40:23 +01:00
danielmartin0
02b72b108f clean up event_on_entity_damaged 2024-09-09 17:32:10 +01:00
danielmartin0
93bebca18d fix placing random landmines on top of themselves 2024-09-09 17:21:08 +01:00
danielmartin0
ef4c4db674 fix closing welcome window 2024-09-09 17:20:54 +01:00
danielmartin0
88d97cf88b put quest name in tooltip 2024-09-09 17:14:48 +01:00
danielmartin0
52834c4e2e fix sending coins to right chest 2024-09-09 17:02:34 +01:00
danielmartin0
704e911875 auto-drop weapons for samurai or hatamoto 2024-09-09 16:35:00 +01:00
danielmartin0
daa1e82a51 stop from opening chests in restricted areas 2024-09-09 16:25:54 +01:00
danielmartin0
e9b988a30b fix game_lost and game_won 2024-09-09 16:07:47 +01:00
danielmartin0
0b5ce4002e fix calling Public rather than Balance 2024-09-09 16:02:28 +01:00
danielmartin0
85fe2e4f66 make cabin into super restricted area 2024-09-09 16:01:03 +01:00
danielmartin0
aab12e21d3 comment out memory nils 2024-09-09 15:44:11 +01:00
danielmartin0
6a0316d96e scale mining productivity over leagues 2024-09-09 15:39:26 +01:00
danielmartin0
6a58e31167 less damage at night 2024-09-09 15:15:22 +01:00
danielmartin0
5096110fe7 comment 2024-09-09 14:51:21 +01:00
danielmartin0
1065d692fe remove endorsements and fix another sloop count bug 2024-09-09 14:47:43 +01:00
danielmartin0
75f5a3d061 fix refunding items when player inv is full 2024-09-09 13:10:22 +01:00
danielmartin0
8f6fba6a43 autojoin comment 2024-09-09 13:02:43 +01:00
danielmartin0
0282d47717 wait for other crews to load 2024-09-09 12:58:08 +01:00
danielmartin0
57291b76d5 omg that bug 2024-09-09 12:39:29 +01:00
danielmartin0
d553a73020 fix boats ordering 2024-09-09 12:22:31 +01:00
danielmartin0
3518badf4d fix starting runs 4/5 2024-09-09 12:20:30 +01:00
danielmartin0
5125bd13b2 no marooning 2024-09-09 12:20:08 +01:00
danielmartin0
b99afc3d6a tweak visuals 2024-09-07 23:19:03 +01:00
danielmartin0
44def185d7 slightly prettify lobby 2024-09-07 23:02:37 +01:00
danielmartin0
986ca080e3 rename protected_run_cap 2024-09-07 22:44:15 +01:00
danielmartin0
4ab447a395 more lint fixes 2024-09-07 22:33:00 +01:00
danielmartin0
c4afbd6dff linter cleanups 2024-09-07 22:26:53 +01:00
danielmartin0
8f1bd0e002 fix bug with crew not disbanding after loss 2024-09-07 22:16:13 +01:00
danielmartin0
cf21c7bc4f 5 crews max 2024-09-07 22:09:30 +01:00
danielmartin0
ecb9d96b17 old item retrieval system 2024-09-07 21:11:55 +01:00
danielmartin0
61220db5f1 Welcome message in chat also 2024-09-07 20:33:18 +01:00
danielmartin0
c689b39bab move corpses button to bottom 2024-09-07 17:51:19 +01:00
danielmartin0
26ba5478b2 welcome modal 2024-09-07 17:37:24 +01:00
Gerkiz
1eb85d20ea Fix pirates 2024-08-23 19:56:52 +02:00
Gerkiz
972b8d4262 Pirates - disable autojoin for now since everyone gets captain role 2024-07-23 15:04:25 +02:00
Gerkiz
a8538ebd67 Move folders to utils 2024-01-28 20:42:28 +01:00
danielmartin0
814846d25f pirates autojoin 2023-10-07 17:51:06 +01:00
Piratux
c034c85332 Warning fix 2023-07-01 23:12:42 +03:00
Piratux
4d0294fd3a control.lua and changelog update 2023-07-01 22:59:14 +03:00
Piratux
4f628f0952 Radioactive island pollution fix
Changes:
- Fixed an issue where after leaving Radioactive island, evolution kept increasing. This caused higher evolution worms to spawn than intended on the next island.
2023-07-01 22:23:30 +03:00
Piratux
230e74d7a9 Class balance
Changes:
- Quartermaster now also increases your physical damage dealt. Previously it only increased nearby crewmate physical damage dealt.
- Reduced damage reduction of Samurai from 68% to 55%.
- Reduced damage reduction of Hatamoto from 79% to 70%.
- Increased extra melee damage done by Samurai from 25 to 30.
- Increased extra melee damage done by Hatamoto from 45 to 50.
2023-07-01 22:13:49 +03:00
Piratux
e4f34885a6 Class damage fixes
Changes:
- Fixed a bunch of cases where final damage from multiple damage increasing/reducing multipliers was not being calculated correctly.
- Fixed an issue where Scout/Samurai/Hatamoto were not dealing reduced damaged to enemies with healthbars (such as kraken, elite biters, etc.).
- Fixed an issue where Scout/Samurai/Hatamoto classes were healing trees/rocks in Bewildering Maze island, instead of doing lower damage to them.
- Fixed an issue where Pistol would do less damage to Kraken than intended.
2023-07-01 21:51:14 +03:00
Piratux
b5e61d577b Elite biter changes
Changes:
- Elite biters now appear from league 800 in Easy and Normal difficulties (In Hard and Nightmare difficulties, elite biters appear from league 40). Previously, in Easy and Normal difficulties elite biters never appeared at all.
- Elite biters now also explode and spawn 4 non-elite biters.
2023-06-30 00:47:50 +03:00
Piratux
bca9ca16f8 Max time on island adjustments
Changes:
- Reduced max time players can stay on island on nightmare difficulty by ~25%.
2023-06-29 21:15:54 +03:00