8,282
edits
(Add trophies) |
No edit summary |
||
Line 340: | Line 340: | ||
{ 'Hatching Chick Trophy', '&b', 'Easter 2024', 'Happy Easter, everyone!'}, | { 'Hatching Chick Trophy', '&b', 'Easter 2024', 'Happy Easter, everyone!'}, | ||
} | } | ||
for _, | for _, trophy in ipairs( trophies ) do | ||
local name = trophy[1] | local name = trophy[1] | ||
local color = trophy[2] | local color = trophy[2] | ||
Line 355: | Line 355: | ||
{ '4', '&9', '2024', 'We\'re still here FOUR years later?!?!?'}, | { '4', '&9', '2024', 'We\'re still here FOUR years later?!?!?'}, | ||
} | } | ||
for _, | for _, trophy in ipairs( anniversaryTrophies ) do | ||
local name = 'Parallel ' .. trophy[1] .. '-Year Anniversary Trophy' | local name = 'Parallel ' .. trophy[1] .. '-Year Anniversary Trophy' | ||
local color = trophy[2] | local color = trophy[2] | ||
Line 371: | Line 371: | ||
{ 'Vivid', '&9', '2024', 'I\'m going to record this and/never look at the footage again!'}, | { 'Vivid', '&9', '2024', 'I\'m going to record this and/never look at the footage again!'}, | ||
} | } | ||
for _, | for _, trophy in ipairs( anniversaryTrophies ) do | ||
local name = trophy[1] .. ' Firework Rocket Trophy' | local name = trophy[1] .. ' Firework Rocket Trophy' | ||
local color = trophy[2] | local color = trophy[2] |