Module:Gm4Sprite/Aliases: Difference between revisions

Jump to navigation Jump to search
m
no edit summary
m (Update Metallurgy and Zauber)
mNo edit summary
(8 intermediate revisions by the same user not shown)
Line 8: Line 8:


'Boots of Ostara',
'Boots of Ostara',
['Boots of Ostara'] = { name = 'Boots of Ostara', text = '&o&8Brings abundance beneath you!'},
['Boots of Ostara'] = { name = 'Boots of Ostara', text = '&o&8Brings abundance beneath you!' },


'Heart Canisters',
'Heart Canisters',
Line 66: Line 66:
['Baryte Lump'] = { name = 'Baryte Lump', text = '&7Contains &fBarium' },
['Baryte Lump'] = { name = 'Baryte Lump', text = '&7Contains &fBarium' },
['Bauxite Lump'] = { name = 'Bauxite Lump', text = '&7Contains &cAluminium' },
['Bauxite Lump'] = { name = 'Bauxite Lump', text = '&7Contains &cAluminium' },
['Bismututite Lump'] = { name = 'Bismuttite Lump', text = '&7Contains #F47989B#F5B478i#F5DD79s#78F4AEm#79D6F5u#8378F5t#D579F5h' },
['Bismutite Lump'] = { name = 'Bismutite Lump', text = '&7Contains &#F47989B&#F5B478i&#F5DD79s&#78F4AEm&#79D6F5u&#8378F5t&#D579F5h' },
['Malachite Lump'] = { name = 'Malachite Lump', text = '&7Contains &6Copper' },
['Malachite Lump'] = { name = 'Malachite Lump', text = '&7Contains &6Copper' },
['Thorianite Lump'] = { name = 'Thorianite Lump', text = '&7Contains &8Thorium' },
['Thorianite Lump'] = { name = 'Thorianite Lump', text = '&7Contains &8Thorium' },
Line 90: Line 90:


'Sunken Treasure',
'Sunken Treasure',
['Audrey 1'] = { name = 'Message in a Bottle', text = 'Dearest Audrey, I drank all my beer'},
['Audrey 1'] = { name = 'Message in a Bottle', text = 'Dearest Audrey, I drank all my beer' },
['Audrey 2'] = { name = 'Message in a Bottle', text = 'Dearest Audrey, My Boat was/sunk by a lily-pad and now I\'m/stuck on this island.'},
['Audrey 2'] = { name = 'Message in a Bottle', text = 'Dearest Audrey, My Boat was/sunk by a lily-pad and now I\'m/stuck on this island.' },




Line 200: Line 200:
Curies_Bismium = '#467A1B',
Curies_Bismium = '#467A1B',
Thorium = '#767676',
Thorium = '#767676',
Copper = '&6',
Copper = '6',
Thorium_Brass = '&2',
Thorium_Brass = '2',
}
}


Line 208: Line 208:
'Barium',
'Barium',
'Barimium',
'Barimium',
'Bismuth',
'Curie\'s Bismium',
'Thorium',
'Copper',
'Copper',
'Thorium',
'Thorium Brass',
'Thorium Brass',
}
}
Line 215: Line 217:
for _, cast in ipairs ( obsidianCasts ) do
for _, cast in ipairs ( obsidianCasts ) do
local name = 'Obsidian Cast (' .. cast .. ' Band)'
local name = 'Obsidian Cast (' .. cast .. ' Band)'
local band = "Mundane"
local bandName = cast
local bandName = cast
if bandName == "Thorium Brass" then
if bandName == "Thorium Brass" then
Line 222: Line 225:
end
end
if bandName == "Bismuth" then
if bandName == "Bismuth" then
local band = '#F47989Bi#F5B478sm#F5DD79ut#78F4AEh #79D6F5Ba#8378F5nd'
band = '&#F47989Bi&#F5B478sm&#F5DD79ut&#78F4AEh &#79D6F5Ba&#8378F5nd'
else
else
local band = bandFormat[bandName] .. cast .. ' Band'
band = '&' .. bandFormat[bandName] .. cast .. ' Band'
end
end
aliases[name] = { title = '&eObsidian Cast', name = name , text = band }
aliases[name] = { title = '&eObsidian Cast', name = name , text = band }
Line 231: Line 234:
-- Shamirs
-- Shamirs
local shamirs = {
local shamirs = {
{ 'Arborenda', 'Barium'},
{ 'Arborenda', 'Barium' },
{ 'Defuse', 'Aluminium'},
{ 'Defuse', 'Aluminium' },
{ 'Ender Bolt', 'Thorium'},
{ 'Ender Bolt', 'Thorium' },
{ 'Forterra', 'Bismuth'},
{ 'Forterra', 'Bismuth' },
{ 'Gemini', 'Barimium'},
{ 'Gemini', 'Barimium' },
{ 'Hypexperia', 'Bismuth'},
{ 'Hypexperia', 'Bismuth' },
{ 'Musical', 'Barimium'},
{ 'Musical', 'Barimium' },
{ 'Sensus', 'Barium'},
{ 'Sensus', 'Barium' },
{ 'Spiraculum', 'Curie\'s Bismium'},
{ 'Spiraculum', 'Curie\'s Bismium' },
{ 'Tinker', 'Curie\'s Bismium'},
{ 'Tinker', 'Curie\'s Bismium' },
{ 'Vibro', 'Thorium'},
{ 'Vibro', 'Thorium' },


{ 'Audere', 'Barium' },
{ 'Audere', 'Barium' },
{ 'Celaro', 'Aluminium'},
{ 'Celaro', 'Aluminium' },
{ 'Corripio', 'Bismuth'},
{ 'Corripio', 'Bismuth' },
{ 'Fulcio', 'Barimium'},
{ 'Fulcio', 'Barimium' },
{ 'Helious', 'Aluminium'},
{ 'Helious', 'Aluminium' },
{ 'Iacio', 'Barium'},
{ 'Iacio', 'Barium' },
{ 'Lumos', 'Curie\'s Bismium'},
{ 'Lumos', 'Curie\'s Bismium' },
{ 'Moneo', 'Aluminium'},
{ 'Moneo', 'Aluminium' },
{ 'Percurro', 'Curie\'s Bismium'},
{ 'Percurro', 'Curie\'s Bismium' },
{ 'Vecto', 'Bismuth'},
{ 'Vecto', 'Bismuth' },
{ 'Vigere', 'Barimium' },


{ 'Conduction', 'Thorium'},
{ 'Conduction', 'Thorium' },
{ 'Levity', 'Aluminium'}
{ 'Levity', 'Aluminium' }
}
}


for _, shamir in ipairs( shamirs ) do
for _, shamir in ipairs( shamirs ) do
local name = shamir[1] .. ' Shamir'
local name = shamir[1] .. ' Shamir'
local band = "Mundane"
local bandName = shamir[2]
local bandName = shamir[2]
if bandName == "Thorium Brass" then
if bandName == "Thorium Brass" then
Line 267: Line 272:
end
end
if bandName == "Bismuth" then
if bandName == "Bismuth" then
local band = '#F47989Bi#F5B478sm#F5DD79ut#78F4AEh #79D6F5Ba#8378F5nd'
band = '&#F47989Bi&#F5B478sm&#F5DD79ut&#78F4AEh &#79D6F5Ba&#8378F5nd'
else
else
local band = bandFormat[bandName] .. shamir[2] .. ' Band'
band = '&' .. bandFormat[bandName] .. shamir[2] .. ' Band'
end
end
local shamirName = shamir[1]
local shamirName = shamir[1]
Bureaucrats, Check users, emailconfirmed, Interface administrators, staff, Administrators, translation-admin, Widget editors
1,633

edits

Navigation menu