Module:ParallelAliases: Difference between revisions

Jump to navigation Jump to search
no edit summary
No edit summary
No edit summary
Line 2: Line 2:


'Gear',
'Gear',
['Pocket Teleporter']    = { title = '&5Pocket Teleporter', text = '&eRight-click &8to teleport between spawn/&7and your last location./&eShift + Right-click &7to reset your last location.' },
['Pocket Teleporter']    = { title = '&5Pocket Teleporter', name = 'Pocket Teleporter', text = '&eRight-click &8to teleport between spawn/&7and your last location./&eShift + Right-click &7to reset your last location.' },
['Totem of the Void']    = { title = '&5Totem of the Void', name = 'Totem of the Void', text = '&7Prevents you from dying in the void' },
['Totem of the Void']    = { title = '&5Totem of the Void', name = 'Totem of the Void', text = '&7Prevents you from dying in the void' },
['Makeshift Wings']         = { title = '&#c8a249Makeshift Wings', text = 'This apparatus *should* grant/its wearer the ability to fly' },
['Makeshift Wings']         = { title = '&#c8a249Makeshift Wings', name = 'Makeshift Wings', text = 'This apparatus *should* grant/its wearer the ability to fly' },
['Broken Makeshift Wings'] = { title = '&#c8a249Makeshift Wings', text = 'This apparatus *should* grant/its wearer the ability to fly' },
['Broken Makeshift Wings'] = { title = '&#c8a249Makeshift Wings', name = 'Makeshift Wings', text = 'This apparatus *should* grant/its wearer the ability to fly' },
['Red Astronaut Helmet'] = { title = '&4&lRed Astronaut Hat', text = 'The vast void of space is harsh without this.//&7When on head:/&2+2 Armor Toughness/&2+2 Armor' },
['Red Astronaut Helmet'] = { title = '&4&lRed Astronaut Hat', name = 'Red Astronaut Helmet', text = 'The vast void of space is harsh without this.//&7When on head:/&2+2 Armor Toughness/&2+2 Armor' },


'Food',
'Food',
['Baguette']     = { name = 'Baguette'},
['Baguette']     = { name = 'Baguette'},
['Halloween Candy'] = { title = '&5Spooky Candy', text = '&6&oIts flavor is unique, and/&6&oalways changing. Quite spooky!' },
['Halloween Candy'] = { title = '&5Spooky Candy', name = 'Halloween Candy', text = '&6&oIts flavor is unique, and/&6&oalways changing. Quite spooky!' },


'Misc',
'Misc',
['Soul Shard']          = { name = 'Soul Shard'},
['Soul Shard']          = { name = 'Soul Shard'},
['Unstable Soul Shard']     = { title = '&6Unstable Soul Shard'},
['Unstable Soul Shard']     = { title = '&6Unstable Soul Shard', name = 'Unstable Soul Shard'},
['Tinted Potion Bottle'] = { title = '&7Tinted Potion Bottle', text = 'A gross bottle that you should/never drink under any circumstances' },
['Tinted Potion Bottle'] = { title = '&7Tinted Potion Bottle', name = 'Tinted Potion Bottle', text = 'A gross bottle that you should/never drink under any circumstances' },
}
}




return aliases
return aliases

Navigation menu