Editing Module:ItemSources
Revision as of 22:14, 27 January 2026 by Jayarrowz (talk | contribs) (Created page with "-- Module:ItemSources -- Displays item drop sources from NPCs in a table format -- Usage: {{#invoke:ItemSources|list|source1=NPC Name,Quantity,Rarity}} local p = {} -- Helper to get args from either direct invoke or template local function getArgs(frame) local args = {} local parent = frame:getParent() if parent and parent.args then for k, v in pairs(parent.args) do args[k] = v end end if frame.args then...")
Warning: You are editing an out-of-date revision of this page.
If you publish it, any changes made since this revision will be lost.
Warning: You are not logged in. Your IP address will be publicly visible if you make any edits. If you log in or create an account, your edits will be attributed to your username, along with other benefits.
Retrieved from "https://apogea.wiki/Module:ItemSources"