1
0
mirror of https://github.com/ComfyFactory/ComfyFactorio.git synced 2025-01-04 00:15:45 +02:00
ComfyFactorio/maps/dungeons
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
..
biome_acid_zone.lua more luachecks 2021-03-24 18:22:45 +01:00
biome_concrete.lua luacheck fixes 2021-03-24 20:23:53 +01:00
biome_deepblue.lua Bugfix: not op binds more tightly than >, so not abs(v) < w becomes (not abs(v)) < w which makes lua sad. 2022-03-14 23:58:24 -07:00
biome_desert.lua luacheck fixes 2021-03-24 20:23:53 +01:00
biome_dirtlands.lua Fix issues found by luacheck 2022-03-29 22:44:51 -07:00
biome_doom.lua luacheck fixes 2021-03-24 20:23:53 +01:00
biome_glitch.lua luacheck fixes 2021-03-24 20:23:53 +01:00
biome_grasslands.lua luacheck fixes 2021-03-24 20:23:53 +01:00
biome_laboratory.lua luacheck fixes 2021-03-24 20:23:53 +01:00
biome_market.lua fixes to renamed vars, function name conflict, removed unused stuff 2021-07-17 21:57:24 +02:00
biome_rainbow.lua fixes to renamed vars, function name conflict, removed unused stuff 2021-07-17 21:57:24 +02:00
biome_red_desert.lua luacheck fixes 2021-03-24 20:23:53 +01:00
biome_treasure.lua Rebalance based on main Comfy server playthrough. 2022-04-23 03:21:45 -07:00
boss_arena.lua rename one punch to aoe punch 2022-04-05 20:02:13 +02:00
functions.lua Rebalance based on main Comfy server playthrough. 2022-04-23 03:21:45 -07:00
main.lua luacheck fixes 2021-03-24 20:23:53 +01:00
research.lua Rebalance based on main Comfy server playthrough. 2022-04-23 03:21:45 -07:00
table.lua first attempt to make luacheck happy 2021-03-24 16:46:00 +01:00
tiered_dungeon.lua Rebalance based on main Comfy server playthrough. 2022-04-23 03:21:45 -07:00