1
0
mirror of https://github.com/ComfyFactory/ComfyFactorio.git synced 2025-01-10 00:43:27 +02:00
Commit Graph

3493 Commits

Author SHA1 Message Date
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
3d111a3211 fix 2022-05-05 13:08:19 +01:00
danielmartin0
50a8391152 fix 2022-05-05 10:14:22 +01:00
danielmartin0
e41119e292 fix 2022-05-05 09:58:08 +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
541c87f4b3 v1.1.2.0.5
- biters produced per unit of pollution produced by vanilla methods now scales with difficulty
- fuel cost of major upgrades decreased
- coin reward from killing spitters doubled
2022-05-03 13:52:21 +01:00
Eric Anderson
7178bd2a41 Fix merge conflict 2022-05-01 14:27:29 -07:00
Eric Anderson
60f5f545bf Merge branch 'master' into dungeons_1.1.1 2022-05-01 14:20:58 -07:00
hanakocz
ed6d95b592
Merge pull request #258 from ComfyFactory/dungeons_small_refactor
small refactor of duplicated code in dungeons
2022-05-01 20:33:54 +02:00
hanakocz
f26efb12c3 small refactor of duplicated code in dungeons 2022-05-01 20:31:47 +02:00
hanakocz
01f4dab5b8
Merge pull request #237 from eric-anderson/master
Tiered Dungeons rebalance by Eric
2022-05-01 17:54:32 +02:00
danielmartin0
a39d00c24c wave size rng bugfix 2022-05-01 11:52:43 +01:00
danielmartin0
cba8f26b21 secret update - economy rescaling 2022-04-30 03:15:50 +01:00
danielmartin0
55fced9972 fix 2022-04-29 23:48:49 +01:00
danielmartin0
a059ebe8fc v.1.12; Since other people are now expected to read these, some changelogs will be provided
- Biters now drop coins on death
- Boat input/output expanded to 4-lanes
- Captain's store removed and replaced by physical markets
- Resolved highscore table conflict with base comfy code
2022-04-29 23:48:34 +01:00
danielmartin0
b6316644eb v1.1.1.5.6 2022-04-29 17:43:46 +01:00
Gerkiz
304b3402fc
Merge branch 'develop' into master 2022-04-25 08:12:32 +02:00
Eric Anderson
7e55d2453e Disable start_now in collapse rather than adding disable feature.
It looks like this works to keep the collapse logic from running.
It relies on the dungeons on_init function running after the collapse
one.
2022-04-24 19:50:50 -07:00
Gerkiz
b372661680
Merge pull request #257 from ComfyFactory/fix
remove test file
2022-04-23 18:26:25 +02:00
Gerkiz
12cee19db9 remove test file 2022-04-23 18:25:24 +02:00
Gerkiz
72e27238d9
Merge pull request #256 from ComfyFactory/issues
fix minor gui issues
2022-04-23 18:24:17 +02:00
Gerkiz
984b73b365 fix minor gui issues 2022-04-23 18:22:00 +02:00
Gerkiz
67988c9ad4
Merge pull request #255 from ComfyFactory/fixes
rpg and autostash fixes
2022-04-23 17:11:19 +02:00
Gerkiz
8bc93d8d6c rpg and autostash fixes 2022-04-23 17:10:15 +02:00
Eric Anderson
7cc268fab6 use type (red/blue chest) instead of position for identifying valid autostash targets for dungeons 2022-04-23 03:29:07 -07:00
Eric Anderson
418d8ea3ee Rebalance based on main Comfy server playthrough.
* Evolution goes up faster with floor level 0.05/level -> 0.06/level;
  e.g. floor 20 now like floor 24 before
* Now require 100 open rooms to descend
* Treasure rooms
  * Occur less frequently as each subsequent one is found. was 1 in 30
    10*Nfound now 1 in 30 + 15*Nfound
  * Rebalanced ores to match end-game science needs. Was very low on
    copper
* Loot
  * Ammo/follower robot frequency ~0.5x previous
  * Loot is calculated at floor evolution * 0.9
  * Loot/box down by 0.75x
* Rocks
  * Ore from rocks from 25 + 25*floor to 40 + 15*floor capped at
    floor 15
  * Rebalanced to include ~10% more coal to give coal for
    power
  * Require getting to room 100 before you can descend
  * Science from rooms 40-160+2.5*floor to 60-300+2.5*floor
  * Atomic bomb research moved to 40-50
2022-04-23 03:21:45 -07:00
Gerkiz
71f81efdb3
Merge pull request #254 from ComfyFactory/rpg
rpg - fix issues
2022-04-21 21:59:10 +02:00
Gerkiz
e33409e7a1 rpg - fix issues 2022-04-21 21:05:02 +02:00
Gerkiz
bd72e8be29
Merge pull request #253 from ComfyFactory/changes
Minor fixes.
2022-04-18 18:49:08 +02:00
Gerkiz
083c9f0d06 small fix 2022-04-18 18:48:23 +02:00
Gerkiz
b31379378c minor fixes 2022-04-18 18:46:19 +02:00
Gerkiz
4fdcbd3fca
Merge pull request #252 from ComfyFactory/changes
Various fixes and tweaks
2022-04-18 01:21:20 +02:00
Gerkiz
766003c8c7 make luacheck happy 2022-04-18 01:20:26 +02:00
Gerkiz
1ccbbb6c0e minor change to diff gui 2022-04-18 01:18:58 +02:00
Gerkiz
a3cd26b88f fix rpg 2022-04-18 01:18:25 +02:00
Gerkiz
378dfe373d fix gui issues 2022-04-18 01:18:06 +02:00
Gerkiz
5e89190141 lock bottom frames whenever a player rejoins 2022-04-18 01:17:42 +02:00
Gerkiz
4b1577616c mtn v3 fixes 2022-04-18 01:17:26 +02:00
Gerkiz
11a0f7f7ca wave defense fixes 2022-04-18 01:17:16 +02:00
Gerkiz
7021324f6c
Merge pull request #251 from ComfyFactory/rpg
fix minor issue with rpg
2022-04-11 21:14:53 +02:00
Gerkiz
9bf24f6659 fix minor issue with rpg 2022-04-11 21:13:33 +02:00
Eric Anderson
4c9204747f BUGFIX: code incorrectly handled floors without research 2022-04-10 14:21:44 -07:00
Gerkiz
0f8ca8b84b
Merge pull request #249 from danielmartin0/develop
adapt to new Comfy Gui
2022-04-10 11:33:28 +02:00
Gerkiz
24d65cb06d
fix small whitespace 2022-04-10 11:32:32 +02:00
Gerkiz
2b90f23e4a
Merge branch 'develop' into develop 2022-04-10 11:28:27 +02:00
Gerkiz
d861528fa3
Merge pull request #250 from ComfyFactory/fixes
Fixes
2022-04-10 11:24:36 +02:00
Gerkiz
568a94a88d make luacheck happy 2022-04-10 11:23:27 +02:00
Gerkiz
548747d9df Mtn v3 - fix radar scanning 2022-04-10 11:21:52 +02:00
Gerkiz
7438b07cce Test another welcome message when a player joins the game 2022-04-10 11:21:43 +02:00