Module:GatheringData: Difference between revisions

From Against the Storm Official Wiki
(Creating new data model for gathering huts (now separate from woodcutter camp))
 
m (typo in filename)
 
Line 3: Line 3:


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





Latest revision as of 15:31, 25 October 2024

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/GathererHuts.json"


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

return gatheringDataModel