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: Difference between revisions

From Vault Hunters Official Wiki
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"
(No difference)

Revision as of 15:59, 13 August 2025

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