mirror of
https://github.com/Refactorio/RedMew.git
synced 2024-12-12 10:04:40 +02:00
crashsite 0.3.3
This commit is contained in:
parent
46220b0f35
commit
5b13aa8ee0
@ -8,8 +8,8 @@ local Random = require 'map_gen.shared.random'
|
||||
local OutpostBuilder = require 'map_gen.presets.crash_site.outpost_builder'
|
||||
local Perlin = require 'map_gen.shared.perlin_noise'
|
||||
|
||||
local outpost_seed = 40000
|
||||
local ore_seed = 46000
|
||||
local outpost_seed = 44000
|
||||
local ore_seed = 51000
|
||||
local enemy_seed = 420420
|
||||
|
||||
local outpost_random = Random.new(outpost_seed, outpost_seed * 2)
|
||||
|
@ -102,7 +102,7 @@ local market = {
|
||||
min_price = 6
|
||||
},
|
||||
{
|
||||
name = 'vehicle-machine-gun',
|
||||
name = 'tank-machine-gun',
|
||||
price = 2000
|
||||
},
|
||||
{
|
||||
|
@ -16,7 +16,7 @@ local factory = {
|
||||
callback = ob.magic_item_crafting_callback,
|
||||
data = {
|
||||
recipe = 'electronic-circuit',
|
||||
output = {min_rate = 1 / 60, distance_factor = 1 / 60 / 512, item = 'electronic-circuit'}
|
||||
output = {min_rate = 2 / 60, distance_factor = 2 / 60 / 512, item = 'electronic-circuit'}
|
||||
}
|
||||
}
|
||||
|
||||
@ -32,7 +32,7 @@ local factory_c = {
|
||||
callback = ob.magic_item_crafting_callback,
|
||||
data = {
|
||||
recipe = 'processing-unit',
|
||||
output = {min_rate = 0.1 / 60, distance_factor = 0.1 / 60 / 512, item = 'processing-unit'}
|
||||
output = {min_rate = 0.2 / 60, distance_factor = 0.2 / 60 / 512, item = 'processing-unit'}
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -188,7 +188,7 @@ local market = {
|
||||
min_price = 10
|
||||
},
|
||||
{
|
||||
name = 'vehicle-machine-gun',
|
||||
name = 'tank-machine-gun',
|
||||
price = 2000
|
||||
},
|
||||
{
|
||||
|
@ -6,12 +6,12 @@ local loot = {
|
||||
{stack = {name = 'coin', count = 50, distance_factor = 1 / 20}, weight = 5},
|
||||
{stack = {name = 'coal', count = 1000, distance_factor = 1}, weight = 5},
|
||||
{stack = {name = 'solid-fuel', count = 500, distance_factor = 1}, weight = 5},
|
||||
{stack = {name = 'boiler', count = 25, distance_factor = 1 / 2}, weight = 5},
|
||||
{stack = {name = 'steam-engine', count = 50, distance_factor = 1 / 5}, weight = 5},
|
||||
{stack = {name = 'offshore-pump', count = 5, distance_factor = 1}, weight = 5},
|
||||
{stack = {name = 'boiler', count = 25, distance_factor = 1 / 64}, weight = 5},
|
||||
{stack = {name = 'steam-engine', count = 50, distance_factor = 1 / 32}, weight = 5},
|
||||
{stack = {name = 'offshore-pump', count = 5, distance_factor = 1 / 128}, weight = 5},
|
||||
{stack = {name = 'pipe', count = 200, distance_factor = 1}, weight = 5},
|
||||
{stack = {name = 'pipe-to-ground', count = 50, distance_factor = 1 / 2}, weight = 5},
|
||||
{stack = {name = 'medium-electric-pole', count = 50, distance_factor = 1 / 2}, weight = 5}
|
||||
{stack = {name = 'medium-electric-pole', count = 50, distance_factor = 1 / 4}, weight = 5}
|
||||
}
|
||||
|
||||
local weights = ob.prepare_weighted_loot(loot)
|
||||
|
@ -76,7 +76,6 @@ return {
|
||||
['brikir'] = true,
|
||||
['brl_chacal'] = true,
|
||||
['bufferoverflow'] = true,
|
||||
['capitansky'] = true,
|
||||
['ccaspanello'] = true,
|
||||
['cchpucky'] = true,
|
||||
['cheeselicker'] = true,
|
||||
@ -221,7 +220,6 @@ return {
|
||||
['samy_the_samy'] = true,
|
||||
['saneman'] = true,
|
||||
['selen'] = true,
|
||||
['sergeant_steve'] = true,
|
||||
['settdigger'] = true,
|
||||
['sharpshot2566'] = true,
|
||||
['shaun_das_schaf'] = true,
|
||||
@ -242,7 +240,6 @@ return {
|
||||
['tarpon907'] = true,
|
||||
['tcp'] = true,
|
||||
['teondar'] = true,
|
||||
['terarink'] = true,
|
||||
['terradus'] = true,
|
||||
['terz42'] = true,
|
||||
['thadius856'] = true,
|
||||
@ -565,5 +562,27 @@ return {
|
||||
['maxim67899'] = true,
|
||||
['sklipnoty'] = true,
|
||||
['ThatTallNerd'] = true,
|
||||
['Presbo'] = true
|
||||
['Presbo'] = true,
|
||||
['Sergeant_Steve'] = true,
|
||||
['aceforg'] = true,
|
||||
['Renny'] = true,
|
||||
['Dagol'] = true,
|
||||
['ralphmace'] = true,
|
||||
['Terarink'] = true,
|
||||
['CallMeTaste'] = true,
|
||||
['RattenEros'] = true,
|
||||
['CapitanSky'] = true,
|
||||
['wavethrash'] = true,
|
||||
['YMan'] = true,
|
||||
['AndreyZakharov'] = true,
|
||||
['cocoilove'] = true,
|
||||
['mikanor99'] = true,
|
||||
['Spaceballs'] = true,
|
||||
['MrJimmyPenguin'] = true,
|
||||
['Piewdennis'] = true,
|
||||
['Kapy'] = true,
|
||||
['settan'] = true,
|
||||
['Fakamantina'] = true,
|
||||
['xjohnson'] = true,
|
||||
['Whouser'] = true
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user