pg = pg or {} pg.arena_data_template = { { id = 1, display = "Congratulations on placing first during this Arena season! Please accept your rewards.", order = { 1, 1 }, award = { { 1, 3, 3000 } } }, { id = 2, display = "Congratulations on placing second during this Arena season! Please accept your rewards.", order = { 2, 5 }, award = { { 1, 3, 2500 } } }, { id = 3, display = "Congratulations on placing third during this Arena season! Please accept your rewards.", order = { 6, 10 }, award = { { 1, 3, 2000 } } }, { id = 4, display = "Congratulations on placing fourth during this Arena season! Please accept your rewards.", order = { 11, 20 }, award = { { 1, 3, 1800 } } }, { id = 5, display = "Congratulations on placing fifth during this Arena season! Please accept your rewards.", order = { 21, 50 }, award = { { 1, 3, 1600 } } }, { id = 6, display = "Congratulations on placing sixth during this Arena season! Please accept your rewards.", order = { 51, 100 }, award = { { 1, 3, 1400 } } }, { id = 7, display = "Congratulations on placing seventh during this Arena season! Please accept your rewards.", order = { 101, 500 }, award = { { 1, 3, 1200 } } }, { id = 8, display = "Congratulations on placing eight during this Arena season! Please accept your rewards.", order = { 501, 1000 }, award = { { 1, 3, 1000 } } }, { id = 9, display = "Congratulations on placing ninth during this Arena season! Please accept your rewards.", order = { 1001, 2000 }, award = { { 1, 3, 800 } } }, { id = 10, display = "Congratulations on placing tenth during this Arena season! Please accept your rewards.", order = { 2001, 3000 }, award = { { 1, 3, 600 } } }, { id = 11, display = "Thank you for joining this season of the Arena! Please accept your rewards.", order = { 3001, 9999999 }, award = { { 1, 3, 500 } } }, all = { 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11 } }