Vlayer Changes (#286)

* Update vlayer.lua

* Update vlayer.lua

* Update vlayer.lua

* Update vlayer.lua

* Update vlayer.lua

* Update vlayer.lua

* Update vlayer.lua

* Update vlayer.lua

* Update vlayer.lua

* Update roles.lua

* Update vlayer.lua

* Update vlayer.lua

* Update vlayer.lua

* Update vlayer.lua

* Update vlayer.lua
This commit is contained in:
2024-02-15 23:23:45 +09:00
committed by GitHub
parent bb30ad13f4
commit 5b1081db57
4 changed files with 42 additions and 23 deletions

View File

@@ -229,6 +229,7 @@ Roles.new_role('Member','Mem')
'gui/warp-list/edit',
'command/save-quickbar',
'gui/vlayer-edit',
'command/vlayer-info',
'command/personal-logistic',
'command/auto-research',
'command/set-trains-to-automatic',

View File

@@ -46,7 +46,7 @@ return {
production = 0.06 -- MW
},
['accumulator'] = {
starting_value = 2,
starting_value = 0,
required_area = 4,
discharge = 0.3, -- MW
capacity = 5 -- MJ
@@ -54,7 +54,7 @@ return {
['landfill'] = {
starting_value = 0,
required_area = 0,
surface_area = 4 -- Tiles
surface_area = 6 -- Tiles
}
-- TODO: Can convert wood directly to energy to reduce trash
--[[