Module:ModifierTables

From Melvor Idle
Revision as of 21:55, 21 April 2021 by Falterfire (talk | contribs) (Created page with "--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...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

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