Module:ModifierTables
From Melvor Idle
Documentation for this module may be created at Module:ModifierTables/doc
--Module that constructs tables for all things that can affect Player Modifiers
--This includes Agility, Equipment, and Pets right now
local p = {}
local Constants = require('Module:Constants')
local Shared = require('Module:Shared')
local Pets = require('Module:Pets')
local Items = require('Module:Items')
--too lazy to actually write the real code today, maybe tomorrow (for posterity, this was originally written April 21st 2021)
return p