Dead by Daylight Wiki
Advertisement
Template-info Documentation

Update Shrine of Secrets


This documentation explains how the Shrine of Secrets Module works and is to be used:

Formatting[]

{ID#1, ID#2, ID#3, ID#4},

IDs[]

Each Teachable Perk has a unique numerical ID, which can be looked up in the Documentation.

  • ID#1: 1st Teachable Perk
  • ID#2: 2nd Teachable Perk
  • ID#3: 3rd Teachable Perk
  • ID#4: 4th Teachable Perk

Example[]

Adding new like with current perk IDs like this:

sos = {
	{33, 36, 39, 42},
	{58, 75, 82, 103},
	{46, 62, 73, 84},
	{34, 52, 90, 91},
	...

Attention! Do not remove any already existing row of previous weeks!

will update the current Shrine of Secrets table like this:

Shrine of Secrets
IconPerks botanyKnowledge
Botany Knowledge

IconPerks saboteur
Saboteur

IconPerks adrenaline
Adrenaline

Cost 2,000
IconHelp iridescentShards
4,000
IconHelp iridescentShards
6,000
IconHelp iridescentShards

Editing the Interwiki Shrines[]

If you are about to update the weekly Shrine, please consider doing so also for the other languages this wiki exists in. Here's how to go about that. If the wiki is using the old Template system then the logic is pretty same - you write appropriate IDs
in the format {{sos|33|36|39|42}} on the page you get redirected to:


German Wiki[]

  1. Go to the German Shrine of Secrets
  2. Insert the correct IDs into the Template.

Spanish Wiki[]

  1. Go to the Spanish Shrine of Secrets
  2. Insert the correct IDs into the Template and change the next update date in the siguiente field (next in spanish).

Italian Wiki[]

  1. Go to the Italian Shrine of Secrets
  2. Add a new line of correct IDs into the Module.

Polish Wiki[]

  1. Go to Polish version of Module (Left sidebar - In Other Languages)
  2. Add a new line of correct IDs into the Module.

Portuguese Wiki[]

  1. Go to the Portuguese Shrine of Secrets
  2. Insert the correct IDs into the Template.

Chinese Wiki[]

  1. Go to the Chinese Shrine of Secrets
  2. Insert the correct IDs into the Template.

Optional Parameters[]

There are several optional parameters that can be added after a quartet of perk IDs:

  • offset [-1 - -∞] - is moving the Shrine of Secrets to the previous week if needed. Theoretically moving backward should work that far as the inception of SoS, however, It's not tested for more than -2.
  • color [clr values] - is determining which color is used in Shrine of Secrets calendar table at Shrines of Secrets Archive.
  • notice ["string"] - is a title for a week at SoS calendar table.
  • header ["string"] - is a title for a week at Archived years pages 2016, 2017, 2018, 2019, 2020, 2021, 2022, 2023
  • text ["string"] - is text appearing under a header at archives pages of that week
  • cost [number] / [table] - Can be keyed either as an offset (cost = -500 = cost of perk is going down by 500) or manually for all perks cost = {1500, 2000, 2500, 3000}
  • timer [number] - Hours to countdown instead of usual 7 days (currently working only with 24hrs)
  • hideVersion [true/false] - is a flag whether the v.# should be hidden or not. It's used in combination of custom header and offset so the next week won't have suffix v.2

local p = {}
p.sos = {
	{132, 177, 185, 241},
	{103, 139, 153, 191},
	{113, 166, 215, 239},
	{86, 93, 146, 261},
	{171, 211, 243, 253},
	{70, 131, 251, 262},
	{172, 204, 220, 227},
	{47, 51, 234, 255},
	{39, 102, 258, 259},
	{189, 236, 240, 254},
	{145, 149, 228, 235},
	{148, 202, 210, 247},
	{187, 219, 223, 230},
	{61, 158, 231, 238},
	{217, 221, 246, 250},
	{64, 65, 181, 232},
	{209, 242, 244, 248},
	{68, 128, 213, 237},
	{79, 175, 226, 229},
	{98, 222, 223, 252},
	{77, 110, 178, 233},
	{117, 158, 207, 220},
	{60, 143, 228, 241},
	{127, 141, 208, 240},
	{75, 142, 173, 184},
	{111, 114, 203, 233},
	{116, 190, 201, 218},
	{64, 153, 183, 227},
	{60, 67, 179, 182},
	{69, 102, 107, 189},
	{65, 109, 219, 226},
	{71, 176, 186, 243,		{offset = -1, header = "Rerolled Shrine of Week 37"}},
	{71, 186, 218, 243,		{color = "2", header = "Original Shrine of Week 37", text = "This Shrine contained a Residual Manifest, which had been killswitched amongst a selection of other Perks due to an exploit with Flashlights, prompting the Developers to reroll it."}},
	{42, 64, 152, 236,		{offset = -1, header = "Rerolled Shrine of Week 36"}},
	{64, 197, 198, 236,		{color = "2", header = "Bugged Shrine of Week 36", text = "This Shrine inadvertently contained two General Perks, Inner Healing and Guardian.<br>Generic Perks are not meant to spawn in the Shrine of Secrets.<br>This bug likely occured because of those two Perks originally having been Unique Perks of Nancy (Inner Strength) and Steve (Babysitter)."}},
	{79, 104, 156, 249},
	{60, 62, 126, 248},
	{97, 99, 115, 247},
	{36, 147, 159, 217},
	{43, 87, 157, 167},
	{52, 68, 168, 245},
	{105, 112, 122, 142},
	
	{34, 101, 114, 160, 	{header = "Anniversary Shrine - Day 22", text = "This last special Shrine was available for the remainder of the Week, but featured the 25 % discount of the previous special Shrines for its first 24 hours."}}, --7A Shrines, Last
	{35, 52, 69, 162, 		{offset = -1, color = "11", header = "Anniversary Shrine - Day 21", text = "This special Shrine was only available for 24 hours.", timer = 24, cost = -0.25}},
	{142, 175, 208, 210, 	{offset = -1, color = "10", header = "Anniversary Shrine - Day 20", text = "This special Shrine was only available for 24 hours.", timer = 24, cost = -0.25}},
	{131, 160, 163, 180, 	{offset = -1, color = "3", header = "Anniversary Shrine - Day 19", text = "This special Shrine was only available for 24 hours.", timer = 24, cost = -0.25}},
	{46, 51, 201, 205,		{offset = -1, color = "4", header = "Anniversary Shrine - Day 18", text = "This special Shrine was only available for 24 hours.", timer = 24, cost = -0.25}},
	{161, 170, 202, 206,	{offset = -1, color = "8", header = "Anniversary Shrine - Day 17", text = "This special Shrine was only available for 24 hours.", timer = 24, cost = -0.25}},
	{109, 152, 168, 172,	{offset = -1, color = "6", header = "Anniversary Shrine - Day 16", text = "This special Shrine was only available for 24 hours.", timer = 24, cost = -0.25}},
	{56, 68, 77, 92,		{			  color = "2", header = "Anniversary Shrine - Day 15", text = "This special Shrine was only available for 24 hours.", timer = 24, cost = -0.25}}, --Week 3
	{42, 85, 143, 174,      {offset = -1, color = "9", header = "Anniversary Shrine - Day 14", text = "This special Shrine was only available for 24 hours.", timer = 24, cost = -0.25}},
	{37, 71, 121, 206,      {offset = -1, color = "25", header = "Anniversary Shrine - Day 13", text = "This special Shrine was only available for 24 hours.", timer = 24, cost = -0.25}},
	{53, 95, 169, 177,      {offset = -1, color = "22", header = "Anniversary Shrine - Day 12", text = "This special Shrine was only available for 24 hours.", timer = 24, cost = -0.25}},
	{88, 154, 189, 205,     {offset = -1, color = "21", header = "Anniversary Shrine - Day 11", text = "This special Shrine was only available for 24 hours.", timer = 24, cost = -0.25}},
	{89, 94, 105, 166,		{offset = -1, color = "16", header = "Anniversary Shrine - Day 10", text = "This special Shrine was only available for 24 hours.", timer = 24, cost = -0.25}},	
	{54, 75, 120, 180,      {offset = -1, color = "14", header = "Anniversary Shrine - Day 9", text = "This special Shrine was only available for 24 hours.", timer = 24, cost = -0.25}},
	{48, 91, 165, 190,		{			  color = "12", header = "Anniversary Shrine - Day 8", text = "This special Shrine was only available for 24 hours.", timer = 24, cost = -0.25}}, --Week 2
	{126, 129, 141, 164,	{offset = -1, color = "11", header = "Anniversary Shrine - Day 7", text = "This special Shrine was only available for 24 hours.", timer = 24, cost = -0.25}},
	{58, 109, 124, 163,		{offset = -1, color = "10", header = "Anniversary Shrine - Day 6", text = "This special Shrine was only available for 24 hours.", timer = 24, cost = -0.25}},
	{50, 59, 83, 142,		{offset = -1, color = "3", header = "Anniversary Shrine - Day 5", text = "This special Shrine was only available for 24 hours.", timer = 24, cost = -0.25}},
	{44, 47, 57, 149,		{offset = -1, color = "4", header = "Anniversary Shrine - Day 4", text = "This special Shrine was only available for 24 hours.", timer = 24, cost = -0.25}},
	{63, 106, 125, 155,		{offset = -1, color = "8", header = "Anniversary Shrine - Day 3", text = "This special Shrine was only available for 24 hours.", timer = 24, cost = -0.25}},
	{33, 121, 169, 177,		{offset = -1, color = "6", header = "Anniversary Shrine - Day 2", text = "This special Shrine was only available for 24 hours.", timer = 24, cost = -0.25}},
	{88, 100, 105, 147,		{			  color = "2", header = "Anniversary Shrine - Day 1", text = "This special Shrine was only available for 24 hours.", timer = 24, cost = -0.25}}, --7A Shrines, First

	{59, 69, 74, 183},
	{76, 126, 129, 165},
	{41, 55, 84, 128},
	{42, 87, 110, 243},
	{80, 83, 148, 240},
	{47, 90, 235, 241},
	{150, 159, 237, 238},
	{40, 154, 236, 242},
	{51, 54, 118, 239},
	{62, 69, 72, 162},
	{57, 111, 117, 166},
	{90, 96, 101, 223},
	{78, 82, 94, 155},
	{75, 84, 106, 147},
	{77, 36, 231, 108},
	{66, 76, 85, 86},
	
	{177, 184, 209, 227,	{offset = -1, header = "Community-Voted Shrine (Week 8)", text = "This Shrine was voted on by the Community and replaced the regularly scheduled Shrine that had been released just a few hours before."}}, -- Community-voted Shrine
	
	{86, 152, 153, 158,		{text = "This Shrine was only available for a few hours before it was replaced by a community-voted Shrine for the week."}},
	{142, 163, 230, 234},
	{52, 73, 141, 164},
	{37, 161, 229, 233},
	{63, 68, 231, 232},
	{49, 103, 148, 168},
	{90, 124, 144, 165},
	{56, 72, 121, 127},  -- First of 2023
	
	
	{82, 85, 118, 143}, -- Last of 2022
	{40, 53, 62, 67},
	{36, 78, 89, 157},
	{107, 167, 115, 123},
	{50, 98, 159, 162},
	{55, 90, 117, 152},
	{44, 108, 141, 146},
	{92, 131, 43, 46},
	{54, 58, 95, 191},
	{120, 124, 130, 190},
	{41, 62, 65, 77},
	{66, 86, 189, 129},
	{150, 161, 184, 187},
	{88, 99, 111, 155},
	{35, 52, 122, 128},
	{49, 74, 84, 167},
	{83, 105, 114, 141},
	{38, 55, 78, 123},
	{59, 63, 112, 118},
	{60, 69, 145, 206},
	{45, 129, 161, 168},
	{75, 89, 160, 205},
	{92, 152, 155, 158},
	{50, 96, 159, 204},
	{54, 66, 80, 123},
	{46, 103, 105, 114},
	
	{53, 99, 118, 130,	 {offset = -1}}, -- Regular Shrine, but still with an offset due to overlapping weeks
	{59, 88, 94, 112,	 {offset = -1, color = "23", header = "Anniversary Shrine - Day 15", text = "This special Shrine was only available for 24 hours.", timer = 24, cost = -500}}, -- 6A Shrines, Last
	{72, 81, 89, 109,	 {			   color = "9", header = "Anniversary Shrine - Day 14", text = "This special Shrine was only available for 24 hours.", timer = 24, cost = -500}}, --Week 3
	{45, 69, 93, 102,	 {offset = -1, color = "25", header = "Anniversary Shrine - Day 13", text = "This special Shrine was only available for 24 hours.", timer = 24, cost = -500}},
	{35, 39, 79, 104,	 {offset = -1, color = "22", header = "Anniversary Shrine - Day 12", text = "This special Shrine was only available for 24 hours.", timer = 24, cost = -500}},
	{48, 115, 148, 150,	 {offset = -1, color = "21", header = "Anniversary Shrine - Day 11", text = "This special Shrine was only available for 24 hours.", timer = 24, cost = -500}},
	{73, 113, 149, 155,	 {offset = -1, color = "16", header = "Anniversary Shrine - Day 10", text = "This special Shrine was only available for 24 hours.", timer = 24, cost = -500}},
	{42, 47, 60, 62,	 {offset = -1, color = "14", header = "Anniversary Shrine - Day 9", text = "This special Shrine was only available for 24 hours.", timer = 24, cost = -500}},
	{61, 71, 152, 169,	 {offset = -1, color = "12", header = "Anniversary Shrine - Day 8", text = "This special Shrine was only available for 24 hours.", timer = 24, cost = -500}},
	{41, 96, 120, 127,	 {			   color = "11", header = "Anniversary Shrine - Day 7", text = "This special Shrine was only available for 24 hours.", timer = 24, cost = -500}}, --Week 2
	{85, 106, 129, 151,	 {offset = -1, color = "10", header = "Anniversary Shrine - Day 6", text = "This special Shrine was only available for 24 hours.", timer = 24, cost = -500}},
	{50, 82, 122, 154,	 {offset = -1, color = "3", header = "Anniversary Shrine - Day 5", text = "This special Shrine was only available for 24 hours.", timer = 24, cost = -500}},
	{36, 97, 101, 165,	 {offset = -1, color = "4", header = "Anniversary Shrine - Day 4", text = "This special Shrine was only available for 24 hours.", timer = 24, cost = -500}},
	{83, 108, 126, 167,	 {offset = -1, color = "8", header = "Anniversary Shrine - Day 3", text = "This special Shrine was only available for 24 hours.", timer = 24, cost = -500}},
	{37, 58, 107, 153,	 {offset = -1, color = "6", header = "Anniversary Shrine - Day 2", text = "This special Shrine was only available for 24 hours.", timer = 24, cost = -500}},
	{40, 76, 116, 121,	 {offset = -1, color = "2", header = "Anniversary Shrine - Day 1", text = "This special Shrine was only available for 24 hours.", timer = 24, cost = -500}}, --6A Shrines, First
	
	{53, 99, 118, 130},
	{90, 120, 125, 144},
	{73, 81, 88, 202},
	{49, 70, 83, 115},
	{96, 163, 166, 170},
	{82, 101, 114, 167},
	{44, 73, 80, 149},
	{81, 88, 151, 165},
	{90, 110, 125, 144},
	{46, 102, 143, 157},
	{49, 74, 116, 161},
	{62, 118, 126, 130},
	{47, 66, 84, 92},
	{36, 43, 59, 122},
	{95, 142, 147, 162},
	{45, 63, 78, 119},
	{57, 61, 72, 101},
	{56, 98, 150, 168},
	{35, 97, 100, 108},
	{89, 113, 164, 165},
	{45, 96, 99, 120},
	{48, 119, 141, 155},
	{38, 54, 109, 146},
	{42, 82, 104, 161}, -- First of 2022
	
	
	{34, 41, 129, 166}, -- Last of 2021
	{69, 94, 106, 116},
	{53, 65, 76, 125},
	{77, 79, 142, 169},
	{39, 71, 108, 150},
	{80, 118, 154, 175},
	{75, 78, 83, 122},
	{36, 52, 58, 93},
	{46, 110, 173, 174},
	{73, 90, 124, 172},
	{50, 89, 171, 176},
	{79, 127, 155, 162},
	{105, 121, 150, 165},
	{42, 57, 158, 160},
	{82, 85, 114, 125},
	{61, 68, 84, 170},
	{36, 83, 87, 97},
	{48, 69, 154, 169},
	{39, 64, 86, 168},
	{45, 104, 109, 117},
	{40, 59, 102, 157},
	{43, 56, 60, 140},
	{41, 103, 106, 122},
	{41, 53, 90, 93},
	{58, 66, 79, 146},

	{34, 52, 72, 89,  	 {offset = -1, color = "9", header = "Anniversary Shrine - Day 14", text = "This special Shrine was only available for 24 hours.", timer = 24, cost = -500}}, -- Final 5th Anniversary Shrine
	{48, 59, 62, 74,  	 {offset = -1, color = "25", header = "Anniversary Shrine - Day 13", text = "This special Shrine was only available for 24 hours.", timer = 24, cost = -500}},
	{43, 53, 81, 86,  	 {offset = -1, color = "22", header = "Anniversary Shrine - Day 12", text = "This special Shrine was only available for 24 hours.", timer = 24, cost = -500}},
	{36, 75, 92, 121, 	 {offset = -1, color = "21", header = "Anniversary Shrine - Day 11", text = "This special Shrine was only available for 24 hours.", timer = 24, cost = -500}},
	{35, 69, 100, 161, 	 {offset = -1, color = "16", header = "Anniversary Shrine - Day 10", text = "This special Shrine was only available for 24 hours.", timer = 24, cost = -500}},
	{41, 61, 76, 130, 	 {offset = -1, color = "14", header = "Anniversary Shrine - Day 9", text = "This special Shrine was only available for 24 hours.", timer = 24, cost = -500}},
	{39, 80, 104, 136,	 {			   color = "12", header = "Anniversary Shrine - Day 8", text = "This special Shrine was only available for 24 hours.", timer = 24, cost = -500}},
	{44, 46, 109, 129,	 {offset = -1, color = "11", header = "Anniversary Shrine - Day 7", text = "This special Shrine was only available for 24 hours.", timer = 24, cost = -500}},
	{42, 57, 82, 114,	 {offset = -1, color = "10", header = "Anniversary Shrine - Day 6", text = "This special Shrine was only available for 24 hours.", timer = 24, cost = -500}},
	{45, 60, 73, 97,	 {offset = -1, color = "3", header = "Anniversary Shrine - Day 5", text = "This special Shrine was only available for 24 hours.", timer = 24, cost = -500}},
	{70, 77, 88, 137,	 {offset = -1, color = "4", header = "Anniversary Shrine - Day 4", text = "This special Shrine was only available for 24 hours.", timer = 24, cost = -500}},
	{37, 51, 79, 106,	 {offset = -1, color = "8", header = "Anniversary Shrine - Day 3", text = "This special Shrine was only available for 24 hours.", timer = 24, cost = -500}},
	{56, 112, 120, 125,  {offset = -1, color = "6", header = "Anniversary Shrine - Day 2", text = "This special Shrine was only available for 24 hours.", timer = 24, cost = -500}},
	{33, 38, 65, 102,	 {			   color = "2", header = "Anniversary Shrine - Day 1", text = "This special Shrine was only available for 24 hours.", timer = 24, cost = -500}}, --First 5th Anniversary Shrine
	
	{88, 105, 142, 150},
	{110, 125, 129, 157},
	{111, 119, 155, 165},
	{77, 85, 120, 152},
	{35, 72, 64, 131},
	{74, 121, 124, 134},
	{80, 83, 97, 138},
	{68, 73, 122, 159},
	{45, 62, 71, 164},
	{94, 110, 132, 150},
	{49, 53, 55, 112},
	{75, 82, 85, 92},
	{127, 142, 153, 162},
	{73, 99, 141, 149},
	{41, 51, 60, 137},
	{68, 84, 89, 146},
	{38, 47, 132, 143},
	{106, 109, 111, 130},
	{37, 48, 61, 159},
	{60, 69, 77, 144},
	{46, 62, 145, 147},
	{56, 91, 138, 158},
	{73, 98, 99, 114},
	{55, 133, 146, 150},
	{85, 125, 127, 141}, --First 2021
	
	{52, 100, 106, 143}, --Last 2020
	{38, 46, 103, 115},
	{34, 147, 160, 164},
	{50, 68, 104, 108},
	{92, 106, 112, 122},
	{36, 75, 102, 134},
	{59, 99, 111, 155},
	{46, 58, 65, 95},
	{45, 57, 120, 151},
	{33, 57, 61, 77},
	{53, 101, 116, 136},
	{44, 71, 103, 127},
	{39, 82, 98, 130},
	{36, 80, 91, 95},
	{34, 46, 56, 109},
	{68, 70, 147, 151},
	{75, 102, 115, 126},
	{38, 106, 134, 141},
	{42, 54, 88, 117},
	{41, 44, 84, 149},
	{34, 55, 66, 78},
	{51, 67, 69, 82},
	{43, 71, 91, 95},
	{70, 107, 116, 127},
	{58, 76, 104, 113},
	{36, 56, 68, 130},
	{44, 79, 83, 89},
	{71, 86, 118, 128},
	{35, 72, 92, 115},
	{39, 47, 62, 64},
	{55, 75, 82, 103},
	{58, 107, 114, 135},
	{78, 94, 105, 116},
	{34, 84, 122, 123},
	{51, 68, 71, 139},
	{33, 59, 85, 106},
	{63, 73, 127, 129},
	{36, 45, 62, 98},
	{56, 82, 109, 125},
	{107, 111, 114, 121, {offset = -1}},
	{40, 0, 0, 0, {color = "11bg", header = "April Fool's Shrine", text = "This special Shrine was only up for 24 hours."}}, -- April Fool's Shrine
	{50, 58, 69, 117},
	{77, 78, 123, 131},
	{53, 65, 99, 101},
	{42, 45, 92, 103},
	{49, 98, 116, 118},
	{41, 61, 86, 105},
	{76, 80, 110, 125},
	{57, 83, 108, 113},
	{47, 65, 81, 130},
	{79, 82, 110, 124},
	{34, 83, 102, 114},
	{60, 75, 80, 100},
	{43, 50, 51, 129}, --First 2020
	
	{36, 56, 70, 73}, --Last 2019
	{52, 67, 68, 96},
	{37, 90, 99, 104},
	{42, 48, 53, 110},
	{38, 81, 89, 116},
	{35, 51, 85, 128},
	{36, 57, 94, 131},
	{44, 52, 79, 106},
	{37, 88, 100, 109, {offset = -1, header = "Week 44 v.2"}}, --44 (-1)
	{61, 69, 101, 105, {color = "2"}},
	{44, 104, 122, 123},
	{45, 53, 67, 108},
	{74, 83, 86, 114},
	{76, 87, 95, 97},
	{34, 48, 56, 103},
	{41, 110, 117, 121},
	{51, 91, 99, 105},
	{46, 57, 79, 125},
	{35, 64, 69, 111},
	{88, 93, 119, 120},
	{116, 54, 36, 100},
	{85, 96, 107, 126},
	{40, 53, 60, 124},
	{58, 65, 77, 83},
	{71, 93, 102, 112},
	{43, 61, 97, 117},
	{33, 36, 79, 87},
	{56, 66, 82, 84},
	{47, 52, 76, 108},
	{91, 99, 105, 115},
	{33, 48, 78, 104},
	{66, 71, 83, 89},
	{40, 62, 108, 113},
	{43, 53, 63, 106},
	{33, 80, 91, 100},
	{47, 49, 97, 116},
	{44, 57, 62, 83},
	{77, 88, 102, 107},
	{34, 40, 71, 78},
	{38, 54, 66, 110},
	{47, 65, 97, 99},
	{35, 85, 90, 93},
	{41, 48, 70, 78},
	{42, 51, 68, 102},
	{55, 59, 101, 106},
	{37, 81, 84, 87},
	{76, 80, 91, 93},
	{43, 61, 67, 69},
	{40, 56, 64, 111},
	{46, 58, 81, 86},
	{35, 53, 99, 110},
	{44, 79, 93, 96},
	{56, 75, 91, 112}, --First 2019 
	
	{36, 46, 51, 65}, --Last 2018
	{40, 50, 103, 108},
	{58, 66, 81, 89},
	{76, 79, 84, 93},
	{44, 52, 63, 82},
	{50, 55, 99, 102},
	{38, 41, 57, 69},
	{34, 60, 90, 95},
	{45, 51, 81, 84},
	{43, 75, 87, 104},
	{57, 63, 100, 106},
	{33, 37, 56, 92},
	{71, 83, 84, 94},
	{42, 48, 51, 79},
	{58, 66, 98, 107},
	{38, 46, 64, 103},
	{55, 62, 93, 99},
	{39, 49, 80, 84},
	{33, 42, 57, 89},
	{77, 83, 92, 98},
	{37, 56, 71, 94},
	{50, 65, 79, 100},
	{35, 43, 61, 89},
	{46, 75, 86, 92},
	{36, 41, 52, 98},
	{71, 78, 81, 101},
	{0, 0, 0, 0},
	{0, 0, 0, 0},
	{0, 0, 0, 0},
	{37, 54, 66, 71},
	{42, 57, 79, 93},
	{46, 49, 82, 84},
	{35, 40, 89, 92},
	{37, 63, 67, 70},
	{42, 57, 61, 75},
	{49, 79, 82, 94},
	{35, 40, 85, 91},
	{38, 52, 55, 68},
	{46, 70, 76, 89},
	{48, 63, 79, 93},
	{33, 40, 83, 92},
	{36, 42, 57, 84},
	{55, 62, 66, 75},
	{47, 52, 63, 93},
	{34, 40, 70, 87},
	{37, 44, 80, 90},
	{55, 61, 67, 77},
	{49, 51, 85, 94},
	{40, 47, 71, 82},
	{35, 44, 64, 79},
	{37, 55, 60, 76},
	{48, 53, 66, 84}, --First 2018
  
	{39, 47, 58, 69}, --Last 2017
	{34, 44, 64, 82},
	{38, 55, 77, 79},
	{48, 56, 61, 68},
	{41, 47, 51, 84},
	{35, 65, 69, 83},
	{36, 58, 75, 80},
	{43, 54, 61, 66},
	{34, 48, 85, 88},
	{39, 52, 64, 82},
	{57, 65, 70, 77},
	{40, 42, 55, 68},
	{35, 44, 46, 86},
	{41, 51, 60, 69},
	{45, 52, 66, 76},
	{36, 37, 39, 77},
	{40, 47, 78, 80},
	{35, 42, 46, 82},
	{33, 51, 54, 58},
	{34, 43, 61, 68},
	{41, 57, 60, 67},
	{40, 45, 53, 71},
	{44, 46, 59, 61},
	{52, 54, 57, 79},
	{37, 39, 69, 77},
	{33, 62, 72, 76},
	{47, 51, 67, 70},
	{40, 43, 44, 57},
	{36, 46, 56, 74},
	{38, 42, 53, 58},
	{52, 64, 69, 77},
	{50, 60, 65, 73},
	{37, 47, 59, 78},
	{45, 62, 70, 74},
	{33, 51, 53, 63},
	{39, 42, 43, 73},
	{49, 52, 54, 56},
	{44, 55, 60, 68},
	{37, 61, 62, 74},
	{46, 48, 57, 67},
	{36, 58, 63, 64},
	{39, 40, 52, 66},
	{33, 49, 54, 60},
	{42, 47, 50, 53},
	{34, 56, 64, 67},
	{39, 40, 58, 65},
	{36, 59, 61, 62},
	{41, 50, 54, 57},
	{43, 60, 64, 69},
	{35, 37, 39, 71},
	{36, 42, 47, 49},
	{33, 46, 58, 67}, --First 2017
	
	{40, 43, 50, 69}, --Last 2016
	{39, 61, 62, 64},
	{34, 49, 55, 57},
	{33, 35, 41, 59},
	{36, 46, 50, 58},
	{39, 45, 51, 62},
	{43, 49, 52, 53},
	{33, 44, 48, 61},
	{35, 41, 46, 63, {text = "This Shrine was a reset from the very first Shrine of Secrets, that was slightly buggy"}}, -- 44 - 45 (2. Nov)
	{50, 51, 57, 60, {notice = "First Week", header = "First Shrine of Secrets"}} --First Week (26. Oct - 1. Nov)
}

p.count = #p.sos
return p
Advertisement