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

adjust: cannon resistance again

we need to make cannon HP go up with the dock upgrade
This commit is contained in:
danielmartin0 2022-06-03 20:48:23 +01:00
parent 26f00e7578
commit 6ca581877b
2 changed files with 3 additions and 3 deletions

View File

@ -1,6 +1,6 @@
require 'utils.data_stages'
_LIFECYCLE = _STAGE.control -- Control stage
_DEBUG = false
_DEBUG = true
_DUMP_ENV = false
require 'utils.server'

View File

@ -13,8 +13,8 @@ local _inspect = require 'utils.inspect'.inspect
Public.base_extra_character_speed = 0.20
Public.cannon_starting_hp = 2000
Public.cannon_resistance_factor = 2.5
Public.cannon_starting_hp = 2000--too low, and crew is too fragile. too high, and the run survives when we should put it out of its misery. But this should go up later in the game.
Public.cannon_resistance_factor = 2
Public.technology_price_multiplier = 1