Module:ModifierTables: Difference between revisions
From Melvor Idle
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...") |
Falterfire (talk | contribs) m (Falterfire moved page Module:BonusTables to Module:ModifierTables without leaving a redirect: let's name this consistently, yeah?) |
(No difference)
|
Revision as of 21:54, 22 April 2021
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