Module:ModifierTables

From Melvor Idle
Revision as of 21:54, 22 April 2021 by Falterfire (talk | contribs) (Falterfire moved page Module:BonusTables to Module:ModifierTables without leaving a redirect: let's name this consistently, yeah?)

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