Toggle menu
Toggle preferences menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.

Module:Inventory slot/VHAliases

From Vault Hunters Official Wiki
Revision as of 15:59, 13 August 2025 by Mnooseman (talk | contribs) (Created page with "local VHAliases = { -- VH Tools ['Matching Vault Tools'] = {'Vault Sickle','Vault Hammer','Vault Shovel','Vault Axe','Vault Pick'}, -- VH Player Gems ['Any Player Gem'] = {'Gem Ashium','Gem Bomignite','Gem Gorginite','Gem Iskallium','Gem Petzanite','Gem Sparkletine','Gem Tubium','Gem Upaline','Gem Xenium'}, } return VHAliases")
(diff) ← Older revision | Latest revision (diff) | Newer revision β†’ (diff)

Documentation for this module may be created at Module:Inventory slot/VHAliases/doc

local VHAliases = {
		-- VH Tools
	['Matching Vault Tools'] = {'Vault Sickle','Vault Hammer','Vault Shovel','Vault Axe','Vault Pick'},
	
	-- VH Player Gems
	['Any Player Gem'] = {'Gem Ashium','Gem Bomignite','Gem Gorginite','Gem Iskallium','Gem Petzanite','Gem Sparkletine','Gem Tubium','Gem Upaline','Gem Xenium'},

}

return VHAliases