Module:GatheringData

From Against the Storm Official Wiki
Revision as of 15:30, 25 October 2024 by Aeredor (talk | contribs) (Creating new data model for gathering huts (now separate from woodcutter camp))
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Documentation for this module may be created at Module:GatheringData/doc

---@module GatheringData
local GatheringData = {}

local BaseDataModel = require("Module:BaseDataModel")
local DATA_FILE = "Module:GatheringData/GatheringHuts.json"


-- Benchmarking: ~0.0000 seconds
local gatheringDataModel = BaseDataModel.new(DATA_FILE)

return gatheringDataModel