You've already forked factorio-blueprint-editor
mirror of
https://github.com/teoxoy/factorio-blueprint-editor.git
synced 2025-11-23 22:15:01 +02:00
fixed beacon and roboport radiuses
This commit is contained in:
@@ -280,6 +280,11 @@ function add_to_shift(shift, tab) {
|
|||||||
return tab
|
return tab
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// Fix inconsistent radiuses
|
||||||
|
entities['beacon'].supply_area_distance += 1
|
||||||
|
entities['roboport'].construction_radius += 4
|
||||||
|
entities['roboport'].logistics_radius += 4
|
||||||
|
|
||||||
console.log('Entities: ' + Object.keys(entities).length)
|
console.log('Entities: ' + Object.keys(entities).length)
|
||||||
fse.writeFileSync(outDir + 'entityBundle.json', JSON.stringify(entities, null, 2).replace(/"((__base__|__core__)\/.+?)"/g, function(match, capture) {
|
fse.writeFileSync(outDir + 'entityBundle.json', JSON.stringify(entities, null, 2).replace(/"((__base__|__core__)\/.+?)"/g, function(match, capture) {
|
||||||
return '"entity:' + nameMapping(capture) + '"'
|
return '"entity:' + nameMapping(capture) + '"'
|
||||||
|
|||||||
@@ -41910,8 +41910,8 @@
|
|||||||
"recharge_minimum": "40MJ",
|
"recharge_minimum": "40MJ",
|
||||||
"energy_usage": "50kW",
|
"energy_usage": "50kW",
|
||||||
"charging_energy": "1000kW",
|
"charging_energy": "1000kW",
|
||||||
"logistics_radius": 25,
|
"logistics_radius": 29,
|
||||||
"construction_radius": 55,
|
"construction_radius": 59,
|
||||||
"charge_approach_distance": 5,
|
"charge_approach_distance": 5,
|
||||||
"robot_slots_count": 7,
|
"robot_slots_count": 7,
|
||||||
"material_slots_count": 7,
|
"material_slots_count": 7,
|
||||||
@@ -48098,7 +48098,7 @@
|
|||||||
"width": 10,
|
"width": 10,
|
||||||
"height": 10
|
"height": 10
|
||||||
},
|
},
|
||||||
"supply_area_distance": 3,
|
"supply_area_distance": 4,
|
||||||
"energy_source": {
|
"energy_source": {
|
||||||
"type": "electric",
|
"type": "electric",
|
||||||
"usage_priority": "secondary-input"
|
"usage_priority": "secondary-input"
|
||||||
|
|||||||
Reference in New Issue
Block a user