17,101
edits
(getEquipRequirementRow: Support requirement type 'AbyssDepthCompletion') |
(Hide debug item) |
||
Line 27: | Line 27: | ||
-- List of item IDs that should typically not be included within outputs, usually | -- List of item IDs that should typically not be included within outputs, usually | ||
-- because they are not fully implemented despite existing within the game data | -- because they are not fully implemented despite existing within the game data | ||
p.HiddenItems = {'melvorTotH:Meteorite_Dust'} | p.HiddenItems = { | ||
'melvorD:DEBUG_ITEM', | |||
'melvorTotH:Meteorite_Dust' | |||
} | |||
function p.getItemByID(ID) | function p.getItemByID(ID) |