mirror of
https://github.com/ComfyFactory/ComfyFactorio.git
synced 2025-03-17 20:58:13 +02:00
update
This commit is contained in:
parent
1a97d501d9
commit
186c8e189d
@ -13,18 +13,14 @@ local info = [[
|
||||
Don't worry, you will still get space science.
|
||||
|
||||
The Market will gladly take any coin you might find.
|
||||
|
||||
Additional turret slots can be bought at the market.
|
||||
|
||||
Any container bearing dangerous goods, like ammo, grenades or barrels,
|
||||
can cause very heavy explosions when it breaks.
|
||||
Maybe we can use this to our advantage somehow.
|
||||
|
||||
The railgun has been enhanced greatly.
|
||||
Researching Laser Turret Damage will improve it even further.
|
||||
The shotgun has also recieved a damage buff.
|
||||
Several unique upgrades are available too.
|
||||
|
||||
Researching tanks will unlock the artillery technology early.
|
||||
|
||||
Any container bearing dangerous goods, like ammo, grenades or barrels,
|
||||
causes heavy explosions when it breaks.
|
||||
Maybe this can be used to our advantage.
|
||||
]]
|
||||
|
||||
local function create_map_intro_button(player)
|
||||
|
@ -4,7 +4,6 @@ require 'maps.fish_defender.ultra_mines'
|
||||
require 'maps.fish_defender.crumbly_walls'
|
||||
require 'maps.fish_defender.vehicle_nanobots'
|
||||
require 'maps.fish_defender.laser_pointer'
|
||||
require 'maps.fish_defender.multi_rockets'
|
||||
|
||||
local event = require 'utils.event'
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
local event = require 'utils.event'
|
||||
local gain_multiplier = 3
|
||||
local gain_multiplier = 4
|
||||
|
||||
local function on_research_finished(event)
|
||||
local research = event.research
|
||||
|
Loading…
x
Reference in New Issue
Block a user