1
0
mirror of https://github.com/ComfyFactory/ComfyFactorio.git synced 2025-01-04 00:15:45 +02:00

Update table.lua

This commit is contained in:
Agocelt 2021-10-08 18:52:14 +02:00 committed by GitHub
parent e1dd53cf67
commit 66631aa9a8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -200,8 +200,12 @@ function Public.reset_table()
this.sent_to_discord = false
this.difficulty = {
multiply = 0.25,
highest = 10
highest = 10,
lowest = 4
}
this.player_balance = 20 -- game balance based on X players
this.mining_bonus = 0
this.mining_bonus_till_wave = 300
this.market_announce = game.tick + 1200
this.check_heavy_damage = true
this.prestige_system_enabled = false