Module:Sandbox/User:Alsang/NodeDescriptionChecker: Difference between revisions
Module:Sandbox/User:Alsang/NodeDescriptionChecker (edit)
Revision as of 02:39, 2 December 2024
, 2 December 2024Only 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::
'[[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 =
item.duration = item.duration and item.duration + downtime/batchSize
item.potionPerHour = item.duration and 1 / item.duration * 3600
|