Module:Stats/REQ/H5G/STRINGS

From Halopedia, the Halo wiki

< Module:Stats‎ | REQ
Revision as of 14:03, September 28, 2020 by Dab1001 (talk | contribs) (Created page with "return { -- DATA FIELD LABELS [ 'fields' ] = { [ 'category' ] = 'Category', [ 'desc' ] = 'Description', [ 'energy' ] = 'Energy cost', [ 'mythic' ] = 'Mythic', [ 'r...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Documentation for this module may be created at ModuleDoc:Stats/REQ/H5G/STRINGS

return {
	-- DATA FIELD LABELS
	[ 'fields' ] = {
		[ 'category' ] = 'Category',
		[ 'desc' ] = 'Description',
		[ 'energy' ] = 'Energy cost',
		[ 'mythic' ] = 'Mythic',
		[ 'rarity' ] = 'Rarity',
		[ 'rp' ] = 'Sale price'
	},
	-- RARITY TIERS
	[ 'rarities' ] = {
		[ 'common' ] = 'Common',
		[ 'uncommon' ] = 'Uncommon',
		[ 'rare' ] = 'Rare',
		[ 'ultrarare' ] = 'Ultra-Rare',
		[ 'legendary' ] = 'Legendary'
	},
	-- CURRENCIES
	[ 'currencies' ] = {
		[ 'energy' ] = 'REQ energy',
		[ 'rp' ] = 'REQ points'
	}
}