1
0
mirror of https://github.com/ComfyFactory/ComfyFactorio.git synced 2025-01-08 00:39:30 +02:00
Commit Graph

86 Commits

Author SHA1 Message Date
Piratux
c8bd700f21 Reduced ore amount from leagues.
Changes:
- Reduced ore amount from leagues.
2023-02-19 18:57:38 +02:00
Piratux
211880c5c9 Resource formula changes
Changes:
- Minable resource amount now scales linearly with leagues.
2023-02-19 15:47:35 +02:00
Piratux
e394cd7650 Balancing
Changes:
- Nerfed flamethrower dmg by 15%.
- Increased evolution scaling from leagues by 15%.
- Doubled the chance for elite biters to spawn in hard and nightmare difficulties.
- Reduced amount of iron/copper plates found in chests, but the amount now scales with leagues.
- Reduced the chance to find speed modules from chests.
- Fixed an issue where players would require launching silo in Red desert and Mysterious caves island to escape.
2023-02-19 15:05:34 +02:00
Piratux
369c852a2f Shaman biters auto de-spawn 2023-02-04 19:39:07 +02:00
Piratux
09254b72c3 Elite biters
Changes:
- Some biters in hard and nightmare difficulties have a chance to become elite. Elite biters have 5x more health in hard difficulty and 10x more health in nightmare difficulty.
- Increased uranium-235 requirement for late game Radioactive islands. The amount required remains the same for the first occurrence of this island.
2023-02-04 17:14:48 +02:00
Piratux
7e32ea3a77 Bug fixes and tweaks
Changes:
- It's darker in the cabin and holds now.
- Slightly decreased amount of time you can stay in Maze island.
- Slightly decreased Nightmare difficulty index.
- Slightly increased amount of biters that spawn in Red Desert.
- Biters in Red Desert island now spawn every 5 mins instead of every 6 mins.
- Fixed an issue where some classes like Scout or Samurai would heal themselves when getting splashed by grenades instead of getting damaged.
- Fixed an issue where obstacle boxes in hold could spawn on top of substations.
- Fixed an issue where players could get teleported around for no reason when boat was undocking.
2023-02-03 23:24:11 +02:00
Piratux
d8b2fd982b Balancing
Changes:
- Disabled ever increasing productivity bonus from labs.
- Reduced base damage of flamethrowers by 10%.
- Slightly increased amount of ore in late game.
- Significantly reduced ore amount in radioactive island, but now the amount scales with leagues.
- Increased the minimum amount of ore gained from mining rocks in Mysterious Caves island. In addition minimum amount of ore gained there now scales with leagues.
- Increased requirements for Mysterious Caves island quests.
- Amount of resources gained from mining trees/rocks now scales with leagues.
- Biter boat spawner health now scales with leagues.
- Decreased kraken health scaling from player count.
2023-01-29 23:01:48 +02:00
Piratux
65bea7b1c2 Mandatory resources to leave island in late game
Changes:
- From 800 leagues, islands will now have mandatory resource cost to leave, which doesn't decrease. Failing to collect resources, will cause the crew to lose.
- Killing all spawners now won't remove undock cost.
- Mysterious Caves island now has undock cost on later leagues.
- You can't stay forever in radioactive island anymore.
2023-01-29 15:02:06 +02:00
Piratux
153a2016ed Cave and desert island tweaks
CHANGES:
- Prevented situation where biter wave could spawn immediately upon revealing it in Mysterious Caves island.
- Fixed "All biter bases destroyed — escape cost removed." message appearing when arriving at Mysterious Caves island.
- Fixed GUI showing resource cost to leave Mysterious Caves island. It won't need any resources to undock in late game.
- Fixed Mysterious Caves island letting you stay infinitely in late game.
- Sandworm Caldera island now has auto undock timer.
- Sandworm Caldera island now doesn't have launch rocket as resource requirement.
- Reduced maximum amount of time you can stay in Sandworm Caldera island by 20%.
- Reduced maximum amount of time you can stay in Mysterious Caves island by 20%.
- Revealing a spawner in Mysterious Caves island, reveals nearby area and spawners around it.
2023-01-12 18:58:53 +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
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
danielmartin0
53823b51e5 Update overworld.lua 2022-11-13 21:21:02 +00:00
Piratux
c472de54be Bug fixes and dock market offer tweaks
Changes:
- Cannon upgrade is now more expensive and appears less often.
- Rocket/merchant upgrades are now on fixed location (600L: rockets, 760L: merchants).
- Fixed an error that would upgrade cannons when buying rocket/merchant upgrade in dock.
- Fixed power upgrade appearing in dock.
- Fixed an error when player killed itself.
- Fixed derp emoji not working on discord.
- Fixed respawn speed bonus not working.
2022-10-30 23:25:30 +02:00
Piratux
f539fe2fb5 Hold and power purchase changes
Changes:
- Extra hold and power upgrades now can only be purchased at captain's cabin instead of docks.
2022-10-23 15:16:39 +03:00
Piratux
9cda27df02 Standardised island enum usage
Changes:
- Moved island enum to its own file to avoid dependency loops
- Standardised island enum usage to use IslandEnum.enum
2022-10-10 22:03:51 +03:00
Piratux
077df6c208 Raffle bandaid fix + added cave island to rotation
Changes:
- Made quest structures return random requirement item when raffle returns nil. This happens because some items have negative weights in lambda raffle.
- Added Cave island to B and D island categories.
2022-10-04 21:28:35 +03:00
Piratux
8542a783cf New cave island
Changes:
- New island: Mysterious caves
- New market offers: logistic chests
2022-10-03 00:37:54 +03:00
danielmartin0
9a920ef0e4 discord bugfix 2022-07-31 21:13:14 +01:00
danielmartin0
353fce2dda bugfixes, more krakens near the end, unguarded silo threat 2022-07-31 13:08:22 +01:00
danielmartin0
0cd02ed024 tweaks 2022-07-31 10:23:59 +01:00
danielmartin0
9774fd4254 v1.3.4 — kraken bugfix, other smoothings 2022-07-30 21:31:00 +01:00
danielmartin0
9e9c063295 In-progress: markets not tested, also somehow dies when captain is passed? 2022-07-30 14:02:24 +01:00
danielmartin0
64486c9b78 lots of small tweaks 2022-07-30 10:29:17 +01:00
Piratux
c158395979 Warning fixes 2022-07-28 18:28:27 +01:00
Piratux
81b81305b6 Previous commit fix + code cleanup
Changes:
- Fixed previous commit issues
2022-07-28 11:28:38 +01: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
danielmartin0
86aaab18b9 revert 2022-06-04 16:15:40 +01:00
danielmartin0
804363c725 revert 2022-06-04 16:14:45 +01:00
danielmartin0
a4b805819a reverse some of the cost increase 2022-06-04 16:06:05 +01:00
danielmartin0
3202f9d5cf cleanup; more treasure chests; harder electronic circuit leaving costs 2022-06-04 14:43:08 +01:00
danielmartin0
b817512a43 lab productivity fix 2022-06-02 17:55:56 +01:00
danielmartin0
afc155da13 luacheck 2022-06-02 17:49:05 +01:00
danielmartin0
f10094d57e small rewrite 2022-06-02 17:47:32 +01:00
danielmartin0
281d22bb94 header on each file; clamp function; locale fixes 2022-06-01 19:50:36 +01:00
danielmartin0
c9a6bc6ad4 new features & improvements
code restructuring along with:
v1.2.3
• Rework of 'quest buildings' that appear on islands.
• Fixed stutter when loading certain maps, such as swamp.
• Various new player-friendly visual renderings.
• Mod prepared for translation into other languages.
• Expanded Gourmet's sense of taste.
2022-05-29 12:36:27 +01:00
danielmartin0
24c98c2b87 v1.2.1 2022-05-22 23:11:52 +01:00
danielmartin0
0910c3ea31 luacheck update 2022-05-07 21:56:16 +01:00
danielmartin0
b49db03fb8 v1.1.2.1.3
- Coin requisitioning replaced by a 'tax' that takes only 25% of each player's coins
- Scaled up coin economy; every biter kill now provides at least one coin; rocket coin rewards now default to the second reward chest
- Deckhand nerfed
2022-05-06 13:00:57 +01:00
danielmartin0
924837e16a v1.1.2.1.2
- small adjustments to wave spawning
- cannon resistance buffed
- biters now deal bonus damage at night (up to a maximum of 10%)
- uranium ammo is now properly researchable
- modular armor/equipment slightly less rare
2022-05-06 01:47:27 +01:00
danielmartin0
50a8391152 fix 2022-05-05 10:14:22 +01:00
danielmartin0
834517860f v1.1.2.1.0
- ship and silo pollution slightly decreased for larger player count
- kraken fire rate increased for larger player count
- kraken kill reward buffed
- ship power upgrade made cheaper
- fixed exploit of bots being able to repair cannons
- Smoldering class disabled for now
- other fixes and improvements
2022-05-05 09:55:48 +01:00
danielmartin0
cba8f26b21 secret update - economy rescaling 2022-04-30 03:15:50 +01:00
danielmartin0
0ff31e14cf tiny patch 2022-03-29 13:09:06 +01:00
danielmartin0
cc7de75e61 v1.1.1.5.2 2022-03-28 00:40:32 +01:00
danielmartin0
4b1949c4a1 patch 2022-03-20 11:41:23 +00:00
danielmartin0
ce80f3e108 update for luacheck 2022-03-19 21:20:55 +00:00
danielmartin0
e87ab12db6 v1.1.1.5.1, preparing for PR 2022-03-19 00:09:30 +00:00
danielmartin0
446971f70e v1.1.1.5.0 2022-03-17 01:40:18 +00:00
danielmartin0
e757c82661 v1.1.1.4 2022-03-15 18:50:19 +00:00
danielmartin0
81db6a80bc v1.1.1.2 2022-03-14 21:38:44 +00:00