Module:Stats/REQ/H5G/STRINGS
From Halopedia, the Halo wiki
< Module:Stats | REQ
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'
}
}