1
0
mirror of https://github.com/ComfyFactory/ComfyFactorio.git synced 2025-01-22 03:38:48 +02:00

1993 Commits

Author SHA1 Message Date
danielmartin0
af41fa1aed
Merge pull request #13 from Piratux/develop 2022-07-30 10:30:08 +01:00
danielmartin0
64486c9b78 lots of small tweaks 2022-07-30 10:29:17 +01:00
Piratux
7a9aa90696 Warning fixes 2022-07-30 00:44:31 +01:00
Piratux
5811a2dc3d oil for pumpjacks + captainhood leave changes
Changes:
- Added crude oil underneath pumpjacks that spawn with special structures
- When captain leaves game/crew, captainhood is first offered to random officer (afterwards it will cycle through crew members)
2022-07-30 00:37:34 +01:00
Piratux
7aa1bbac7d Fixed crew GUI buttons
Changes:
- Fixed some captain's actions not working in crew GUI (like 'pass captain', 'make officer', etc.)
2022-07-29 15:30:32 +01:00
danielmartin0
096abe983b
Merge pull request #12 from Piratux/develop 2022-07-28 18:32:19 +01:00
Piratux
c158395979 Warning fixes 2022-07-28 18:28:27 +01:00
Piratux
e37f74a7e3 Fixed class issues
Changes:
- Fixed class GUI issues
- added /remove_classes command (removes all classes)
- made /unlock <class> command available while not in debug as well (unlocks a class)
2022-07-28 18:15:31 +01:00
Piratux
81b81305b6 Previous commit fix + code cleanup
Changes:
- Fixed previous commit issues
2022-07-28 11:28:38 +01:00
Piratux
9f0158546d Disabled ore generation at sea
Changes:
- Classes that generate ore passively now don't generate ore when at sea
2022-07-26 21:59:42 +01:00
Piratux
58f46147a8 version + class data fix
Changes:
- Fixed version string to 1.3.1
- Fixed an issue, where if last player would leave the crew, the class wouldn't become spare
2022-07-26 18:45:43 +01:00
danielmartin0
25efb28a93
Merge branch 'ComfyFactory:develop' into develop 2022-07-25 12:43:40 +01:00
Piratux
d5bf2a1295 Slight covered market changes 2022-07-24 23:37:15 +01:00
Piratux
93116e0e56 class panel small fix
Changes:
- Fixed button update to enable/disable it when people pick the class
2022-07-24 22:24:06 +01:00
Piratux
db5e74f147 Merge remote-tracking branch 'upstream/develop' into develop 2022-07-24 21:14:14 +01:00
Piratux
c42953713d QuarterMaster fixes
Changes:
- Fixed QM nil value bug and fixed QM tooltip
- Buffed Quarter master nearby physical damage from 10% to 30% (players thought 10% was too low)
2022-07-24 21:09:03 +01:00
danielmartin0
46ea22ab17
Merge pull request #10 from Piratux/develop 2022-07-23 22:31:00 +01:00
Piratux
110f96e21b Gamebreaking bug fix
Changes:
- When artillery was destroyed, game wasn't ending, now should be fixed
2022-07-23 20:26:54 +01:00
Gerkiz
0e365eb3ac mtn v3 - fix bug with higher difficulties 2022-07-23 11:50:07 +02:00
danielmartin0
622f2b4ce1 version and info update 2022-07-21 20:22:37 +01:00
Gerkiz
733bfc3bee Mtn v3 - fix small msg to discord bug 2022-07-20 00:44:41 +02:00
Gerkiz
a8bbfcfbc9 Antigrief - fix deconstruct bug 2022-07-20 00:40:38 +02:00
Gerkiz
664b400198 new module and changes to rpg and mtn v3 2022-07-19 00:25:42 +02:00
Piratux
52c233050e Added ore for mining structures
Changes:
- Mining base structures that spawn drillers, have ore underneath them
2022-07-18 15:50:18 +03:00
Gerkiz
1f03bcec9e Make scenario compatible with Factorio Mod Debug 2022-07-17 23:06:48 +02:00
Piratux
42bcb51c4a 2 new classes: Soldier and Veteran
Changes:
- New class Soldier: When eating fish, they have 20% chance to summon defender to protect them.
- New class Veteran: When eating fish, they have 20% chance to summon destroyer to protect them. In addition, they have 10% chance to slow the enemy that hits them.
- When combat robots defeat enemies, the loot now goes straight to combat robot owner's inventory
2022-07-17 23:12:27 +03:00
Piratux
1db1b982b0 Market adjustments
- Added more items to some dock markets
- Adjusted prices and amounts slightly
- Made dock offer amount more dynamic
- Removed permanent pistol -> coins and drill -> plates offer and made them appear with 25% chance
2022-07-17 16:07:39 +03:00
Piratux
c052e2ddc4 New commands, class buffs and some fixes
Changes:
- Added damage reduction to Roc Eater that forgot to add before
- Fixed an issue where "placeability_function_optional" in "try_place" could be nil (it was causing crash in debug mode)
- Fixed an issue where arrival timer would continue ticking during kraken encounter past 20 seconds (this should result in kraken encounter  not being unintentionally skippable anymore when arrival timer ends)
- Fixed an issue where kraken spit sometimes would cause a crash in debug mode
- Added 4 new dev related commands
- Significantly buffed Dredger class loot
- Buffed Master Angler class
- Changed tick tack trap to troll emoji when nothing happens
2022-07-16 21:46:23 +03:00
Gerkiz
6ce0942f82 mtn v3 - remove debuff on swamp zone 2022-07-15 15:15:36 +02:00
Piratux
fa5b4a0fbc Warning fixes 2022-07-15 15:18:01 +03:00
Gerkiz
90dff564f8 mtn v3 - minor fix to health scaling when outside of aura 2022-07-13 22:56:48 +02:00
Gerkiz
0d99f0162a mtn v3 - small fix 2022-07-13 22:48:34 +02:00
Gerkiz
a1ff13f365 mtn v3 - small fix to higher diff 2022-07-13 22:32:21 +02:00
Piratux
e782796af3 New class Roc Eater
Changes:
- New class: Roc Eater: When eating fish, if they have stone furnaces in their inventory, they will eat those instead. In addition, they receive 10% less damage.
2022-07-11 22:39:29 +03:00
Gerkiz
0480a31fea mtn v3 - bug fixes 2022-07-11 21:26:35 +02:00
Gerkiz
cd1e8a2b96 Mtn v3 - small fix 2022-07-11 16:32:03 +02:00
Gerkiz
c37fc32837 Mtn v3 - minor fix 2022-07-11 16:27:05 +02:00
Gerkiz
5ffa30b118 Small fix 2022-07-11 00:44:50 +02:00
Gerkiz
b41c147114 Make luacheck happy today 2022-07-11 00:16:19 +02:00
Gerkiz
5a4586987c mtn v3 - more fixes 2022-07-11 00:13:59 +02:00
Gerkiz
90177922f9 mtn v3 - fix broken emoji 2022-07-10 22:52:01 +02:00
Gerkiz
71a3cee6a0 mtn v3 - more fixes 2022-07-10 22:35:22 +02:00
Gerkiz
e12bf74822 mtn v3 - more difficulty fixes 2022-07-10 21:53:18 +02:00
Gerkiz
e437b5c630 refactor
Adjusts the different difficulties
Adds a new modifier when breaching zone 10 - slowness
Coin nerf was never applied to zone 10 (forest zone)
2022-07-10 19:41:11 +02:00
Piratux
b6201765df Spectating fixes
Changes:
- When player from lobby spectates a crew that is at sea, it no longer crashes (in debug mode) and shows boat destination instead of marooned island
- When player from lobby spectates a crew that is at sea, and waiting for island to load, it now shows boat surface instead of island that is being loaded
2022-07-09 14:49:53 +03:00
Piratux
899ce22ed3 Parrot tip for burried treasure
Changes:
- When players find treasure map, but are unable to dig it, parrots will give them tip, when they will leave the island.
2022-07-08 23:06:35 +03:00
Piratux
383035aed1 Deprecated simple class explanations
Changes:
- Removed /classinfofull command and merged it onto /classinfo command
- Shops now show advanced explanation of classes
2022-07-08 15:53:31 +03:00
Piratux
150828987d New class: Chief
Changes:
- New Chief class: receives fish for every biter/worm kill
- Updated Samurai and Hatamoto class descriptions
2022-07-08 14:58:23 +03:00
Piratux
f826660619 New class GUI window
Changes:
- Fixed crash that could happen if player clicked on crew window button with middle mouse button while in lobby
- Removed "Pro..." text from Progress window button
- Moved class related info from crew window to new class window
- Added scroll pane for crew window
2022-07-07 23:01:45 +03:00
Gerkiz
158898e261 Mtn v3 - allow decon but log who is deconstructing so we can ban 2022-07-04 00:27:16 +02:00