mirror of
https://github.com/Refactorio/RedMew.git
synced 2025-01-18 03:21:47 +02:00
Merge pull request #1045 from Refactorio/theorangeangle-patch-2
other things todo: -basic cutscene -less biters (add preset?)
This commit is contained in:
commit
fcb14d33fb
@ -8,6 +8,22 @@ local MGSP = require 'resources.map_gen_settings'
|
||||
|
||||
require 'map_gen.shared.danger_ore_banned_entities'
|
||||
|
||||
local ScenarioInfo = require 'features.gui.info'
|
||||
--setting map info
|
||||
ScenarioInfo.set_map_name('Danger Ores')
|
||||
ScenarioInfo.set_map_description(
|
||||
[[
|
||||
Clear the ore to expand the base:
|
||||
build extensive mining efforts, create large smelting arrays,
|
||||
use proper material ratios, and defend from enemies!
|
||||
]]
|
||||
)
|
||||
ScenarioInfo.add_map_extra_info(
|
||||
[[You may not build the factory on ore patches. Exceptions:
|
||||
[item=burner-mining-drill] [item=electric-mining-drill] [item=pumpjack] [item=small-electric-pole] [item=medium-electric-pole] [item=big-electric-pole] [item=substation] [item=car] [item=tank]
|
||||
[item=transport-belt] [item=fast-transport-belt] [item=express-transport-belt] [item=underground-belt] [item=fast-underground-belt] [item=express-underground-belt]]]
|
||||
)
|
||||
|
||||
local oil_seed
|
||||
local uranium_seed
|
||||
local density_seed
|
||||
|
Loading…
x
Reference in New Issue
Block a user