Module:TrophySprite/Aliases

From Official Gamemode 4 Wiki
Jump to navigation Jump to search

Documentation for this module may be created at Module:TrophySprite/Aliases/doc

local aliases = {

	'Patreon Trophies',
	['February 2020'] = { name = 'February 2020', title = '&e6 Year Cake Trophy', text = 'Given to February supporters of the server/Texture by ToffeeMax'},
	['March 2020'] = { name = 'March 2020', title = '&eBalloon Trophy', text = '&o&7Given to March supporters of the server/Texture by ToffeeMax'},
	['April 2020'] = { name = 'April 2020', title = '&eGolden Egg Trophy', text = '&o&7Given to April supporters of the server/Texture by ToffeeMax'},
	['May 2020'] = { name = 'May 2020', title = '&eEmerald Steve Trophy', text = '&o&7Given to May Supports of the server/Texture by ToffeeMax'}, 
	['June 2020'] = { name = 'June 2020', title = '&ePride Trophy', text = '&o&7Given to June supporters of the server/Texture by Sparks'},
	['July 2020'] = { name = 'July 2020', title = '&eMonet Trophy', text = '&o&7Given to July supporters of the server/Texture by ToffeeMax'},
	['August 2020'] = { name = 'August 2020', title = '&eFrog Mod Trophy', text = '&o&7Given to August supporters of the server/Texture by ToffeeMax/Look for the crying toad'},
	['September 2020'] = { name = 'September 2020', title = '&eMusic Box Trophy', text = '&o&7Given to September supporters of the server/Texture by Sparks'},
	['October 2020'] = { name = 'October 2020', title = '&eBoo Trophy', text = '&o&7Given to October supporters of the server/Texture by Sparks'},
	['November 2020'] = { name = 'November 2020', title = '&eBoid Trophy', text = '&o&7Given to November supporters of the server/Texture by ToffeeMax'},
	['December 2020'] = { name = 'December 2020', title = '&ePacked Iceman Trophy', text = '&o&7Given to December supporters of the server/Texture by Sparks'},
	['January 2021'] = { name = 'January 2021', title = '&eFireworks Trophy', text = '&o&7Given to January 21 supporters of the server/Texture by Jackohhh'},

	'Event Trophies',
	['March 2020 Build Comp'] = { name = 'March 2020 Build Comp', title = '&4Smokey Eye Shadow', text = '&7The newest eye shadow from Gamemode 4 Cosmetics./Given to Participants of the March Build Comp./Report if stolen. Do not place down.'},
	['PS6 April Fools'] = { name = 'PS6 April Fools', title = '&dTotally Normal Pink Bed', text = '&7Given to participants of the End Fight on April Fools./Rare. Report if stolen. Do not place down.'},
	['PS6 Dragon Fight'] = { name = 'PS6 Dragon Fight', title = '&l&dDragon &eFight &aTrophy', text = '&7Given to participants of the Dragon Fight./Rare. Report if stolen.'},
	['May 2020 Event'] = { name = 'May 2020 Event', title = '&l&o&9May Event Trophy', text = '&o&5For saving new town.  Rare.  Non-replaceable.'},
	['PS6 Commemorative Parcel'] = { name = 'PS6 Commemorative Parcel', title = '&eCommemorative Parcel', text = '&o&5Thanks for using the Post Office!'},
	['PS6 Shrine Completer'] = { name = 'PS6 Shrine Completer', title = '&eShrine Completer Head', text = '&o&5Rare. Report if stolen./Given for completing a shrine.'},
	['June 2020 Event'] = { name = 'June 2020 Event', title = '&l&o&9June Event Trophy', text = '&o&5For saving the town and obtaining the orb/Non-replaceable. Report if stolen.'},
	['PS6 Chunk-Off Eye Liner'] = { name = 'PS6 Chunk-Off Eye Liner', title = '&l&o&1Chunk-Off Eye Liner', text = '&l&o&4New GM4 Makeup Product./Given for participating in the chunk off.'},
	'Halloween Trophies',
	['Alex 2020 Halloween'] = { name = 'Alex 2020 Halloween', title = '&exǝl∀', text = '&dHalloween 2020 Exclusive/&7Texture by ToffeeMax'},
	['Steve 2020 Halloween'] = { name = 'Steve 2020 Halloween', title = '&eǝʌǝʇS', text = '&dHalloween 2020 Exclusive/&7Texture by ToffeeMax'},
	['Spooks 2020 Halloween'] = { name = 'Spooks 2020 Halloween', title = '&eSpooks', text = '&dHalloween 2020 Exclusive/&7Texture by ToffeeMax'},
	['Ghastling 2020 Halloween'] = { name = 'Ghastling 2020 Halloween', title = '&eGhastling', text = '&dHalloween 2020 Exclusive/&7Texture by ToffeeMax'},
	['Pillager Mind 2020 Halloween'] = { name = 'Pillager Mind 2020 Halloween', title = '&ePillager Mind', text = '&dHalloween 2020 Exclusive/&7Toffee by ToffeeMax'},
	['Old Pebble 2020 Halloween'] = { name = 'Old Pebble 2020 Halloween', title = '&eOld Pebble', text = '&dHalloween 2020 Exclusive/&7Texture by ToffeeMax'},
	['Spooky 2020 Halloween'] = { name = 'Spooky 2020 Halloween', title = '&eSpooky Scary Skeletons', text = '&dHalloween 2020 Exclusive/&7Noteblock Song by Hero29'},
	'Present Factory',
	['Golden Present 2021'] = { name = 'Golden Present 2021', title = '&eGolden Present', text = '&o&7Given to the 16 top-scoring Present Factory Players!' },
}

return aliases