1
0
mirror of https://github.com/ComfyFactory/ComfyFactorio.git synced 2025-01-24 03:47:58 +02:00
This commit is contained in:
danielmartin0 2022-03-31 13:11:15 +01:00
parent ad87b0c14b
commit e37507c7ab
2 changed files with 4 additions and 4 deletions

View File

@ -5,8 +5,8 @@ local _inspect = require 'utils.inspect'.inspect
local Public = {}
Public.scenario_id_name = 'pirates'
Public.version_string = '1.1.1.5.2'
Public.version_float = 1.1152
Public.version_string = '1.1.1.5.3'
Public.version_float = 1.1153
Public.blueprint_library_allowed = true
Public.blueprint_importing_allowed = true

View File

@ -167,7 +167,7 @@ Public.maze_defended_camp = {
name = 'land-mine',
force = 'ancient-hostile',
offset = {x = 0, y = 0},
count = 30,
count = 20,
large_r = 10,
small_r = 7,
},
@ -219,7 +219,7 @@ Public.maze_mines = {
name = 'land-mine',
force = 'ancient-hostile',
offset = {x = 0, y = 0},
count = 20,
count = 10,
r = 12,
},
},