Module:Abilities

Revision as of 16:50, 26 October 2024 by Saag (talk | contribs) (Created page with "local p = {} return p")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Overview

Abilities module handles any simple functions that don't require a submodule

Submodules

Abilities - Simple functions. Eg. getting ability name

Abilities/utils - Common internal functions that are shared amongst any Abilities/ modules

Abilities/card - Generates hero ability cards

Abilities/icon - Searches for an icon based on the (English) name of the ability

Abilities/details table (WIP) - Generates details table to show raw ability data


local p = {}

return p