Module:Sandbox/User:Alsang/NodeDescriptionChecker: Difference between revisions

Only have to change the station name, manually exclude posts, and change the downtime. Table is lacking because information is lacking.
(Initialise for Carpenter list to track exactly how little I need to change)
 
(Only have to change the station name, manually exclude posts, and change the downtime. Table is lacking because information is lacking.)
Line 13:
-- other parameters are determined by subqueries of chained pages
local query = {
'[[Uses facility::StandardCircular Potion StationSaw||Potent PotionWood StationLathe]]',
'[[Name::!~*Post]]',
'?Profession Level A = lvl',
'? #- = name',
Line 132 ⟶ 133:
-- 40 seconds to buy new supplies and travel and deposit and everything, per 12 potions
local batchSize = 12
local downtime = 4060
item.duration = item.duration and item.duration + downtime/batchSize
item.potionPerHour = item.duration and 1 / item.duration * 3600
21,287

edits