Linguagens e Paradigmas de Programação
Por: Felipe Gabriel Fraga Pinto • 14/4/2021 • Trabalho acadêmico • 5.295 Palavras (22 Páginas) • 226 Visualizações
local s = {}
---
s['Legend_Boss_Moringponia_Hard_Solo'] = {
[1] = { limit = 99, msg = '!! 93% Blind - 90% Petrificar > Levantar DIR - ' },
[2] = { limit = 88, msg = '!! 84% Curse - 80% Tantalizer + WATCH' },
[3] = { limit = 87, msg = '!! 84% Curse - 80% Tantalizer + WATCH' },
[4] = { limit = 86, msg = '!! 84% Curse - 80% Tantalizer + WATCH' },
[5] = { limit = 73, msg = '!! 68% Blind' },
[6] = { limit = 72, msg = '!! 68% Blind' },
[7] = { limit = 71, msg = '!! 68% Blind' },
[8] = { limit = 65, msg = '!! ' },
[9] = { limit = 59, msg = '!! 53% CURSE > Levantar ESQ' },
[10] = { limit = 58, msg = '!! 53% CURSE > Levantar ESQ' },
[11] = { limit = 57, msg = '!! 53% CURSE > Levantar ESQ' },
[12] = { limit = 56, msg = '!! 53% CURSE > Levantar ESQ' },
[13] = { limit = 35, msg = '!! 30% WATCH' },
[14] = { limit = 34, msg = '!! 30% WATCH' },
[15] = { limit = 33, msg = '!! 30% WATCH' },
[16] = { limit = 32, msg = '!! 30% WATCH' },
[17] = { limit = 30, msg = '!! 28% Petrificar > Levantar 2:1:2' },
[18] = { limit = 30, msg = '!! 28% Petrificar > Levantar 2:1:2' },
[19] = { limit = 30, msg = '!! 28% Petrificar > Levantar 2:1:2' },
[20] = { limit = 25, msg = '!! 20% Curse > Levantar DIR' },
[21] = { limit = 24, msg = '!! 20% Curse > Levantar DIR' },
[22] = { limit = 23, msg = '!! 20% Curse > Levantar DIR' },
[23] = { limit = 17, msg = '!! ' },
[24] = { limit = 15, msg = '!! 10% Blind > Petrificar - 9% CURSE > Levantar ESQ' },
[25] = { limit = 14, msg = '!! 10% Blind > Petrificar - 9% CURSE > Levantar ESQ' },
[26] = { limit = 13, msg = '!! 10% Blind > Petrificar - 9% CURSE > Levantar ESQ' },
[27] = { limit = 0, msg = '!! SOU PIOR QUE BAYGON CARAI!!!' },
}
s['boss_Irredians_TelHarsha'] = {
[1] = { limit = 99, msg = '!! 96% ASH' },
[2] = { limit = 95, msg = '!! 93% Amiss Dog' },
[3] = { limit = 91, msg = '!! ' },
[4] = { limit = 89, msg = '!! 86% Candle Spider Begins' },
[5] = { limit = 84, msg = '!! ' },
[6] = { limit = 79, msg = '!! 75% Spider Altar Begins' },
[7] = { limit = 73, msg = '!! ' },
[8] = { limit = 70, msg = '!! 67% Amiss Dog - 66% ASH' },
[9] = { limit = 60, msg = '!! ' },
[10] = { limit = 45, msg = '!! 37% Amiss Dog - 36% ASH' },
[11] = { limit = 30, msg = '!! ' },
[12] = { limit = 15, msg = '!! 5% ASH + Amiss Dog' },
[13] = { limit = 0, msg = '!! GTW LOVER!!' },
}
s['Legend_boss_Glacier_Easy'] = {
[1] = { limit = 99, msg = '!! 95% PIZZA 91% Gota-(Left-Back-Right-Back)' },
[2] = { limit = 94, msg = '!! 95% PIZZA 91% Gota-(Left-Back-Right-Back)' },
[3] = { limit = 93, msg = '!! 95% PIZZA 91% Gota-(Left-Back-Right-Back)' },
[4] = { limit = 92, msg = '!! 95% PIZZA 91% Gota-(Left-Back-Right-Back)' },
[5] = { limit = 90, msg = '!! ' },
[6] = { limit = 89, msg = '!! 85% Hearts + Arrow' },
[6] = { limit = 88, msg = '!! 85% Hearts + Arrow' },
[6] = { limit = 87, msg = '!! 85% Hearts + Arrow' },
[7] = { limit = 83, msg = '!! ' },
[8] = { limit = 81, msg = '!! 76% Gota' },
[8] = { limit = 80, msg = '!! 76% Gota' },
[9] = { limit = 78, msg = '!! 76% Gota + Blizzard' },
[10] = { limit = 75, msg = '!! 70% PIZZA- 65% ORB-(Front-Right-Front-Left)' },
[10] = { limit = 74, msg = '!! 70% PIZZA- 65% ORB-(Front-Right-Front-Left)' },
[11] = { limit = 73, msg = '!! 70% PIZZA- 65% ORB-(Front-Right-Front-Left)' },
[12] = { limit = 67, msg = '!! 70% PIZZA- 65% ORB-(Front-Right-Front-Left)' },
[12] = { limit = 65, msg = '!! ' },
[13] = { limit = 64, msg = '!! 60% Hearts' },
[13] = { limit = 63, msg = '!! 60% Hearts' },
[14] = { limit = 62, msg = '!! 60% Hearts' },
[15] = { limit = 57, msg = '!! ' },
[16] = { limit = 56, msg = '!!
...