add AnonymousCanada to supporters
This commit is contained in:
parent
d46e42daa6
commit
2a1cf341c7
8 changed files with 473 additions and 457 deletions
62
build/app.js
62
build/app.js
|
|
@ -2879,7 +2879,7 @@ var HK = {
|
||||||
spoiler: "He heard a disturbance from inside a black temple."
|
spoiler: "He heard a disturbance from inside a black temple."
|
||||||
},
|
},
|
||||||
endOfHints: {
|
endOfHints: {
|
||||||
spoiler: "The Knight still explores the world of Hallownest patiently, in constant search of its remaining secrets.\n [this is the end of the hint system (for the moment). The rest is up to you]"
|
spoiler: "The Knight still explores the world of Hallownest patiently, in constant search of its remaining secrets. [this is the end of the hint system (for the moment). The rest is up to you]"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|
@ -4294,24 +4294,26 @@ var HK = {
|
||||||
wiki: "Pantheon_of_Hallownest"
|
wiki: "Pantheon_of_Hallownest"
|
||||||
}
|
}
|
||||||
/*
|
/*
|
||||||
Mr Mushroom data
|
Mr Mushroom data
|
||||||
case SplitName.MrMushroom1: shouldSplit = mem.PlayerData<int>(Offset.mrMushroomState) == 2; break;
|
case SplitName.MrMushroom1: shouldSplit = mem.PlayerData<int>(Offset.mrMushroomState) == 2; break;
|
||||||
case SplitName.MrMushroom2: shouldSplit = mem.PlayerData<int>(Offset.mrMushroomState) == 3; break;
|
case SplitName.MrMushroom2: shouldSplit = mem.PlayerData<int>(Offset.mrMushroomState) == 3; break;
|
||||||
case SplitName.MrMushroom3: shouldSplit = mem.PlayerData<int>(Offset.mrMushroomState) == 4; break;
|
case SplitName.MrMushroom3: shouldSplit = mem.PlayerData<int>(Offset.mrMushroomState) == 4; break;
|
||||||
case SplitName.MrMushroom4: shouldSplit = mem.PlayerData<int>(Offset.mrMushroomState) == 5; break;
|
case SplitName.MrMushroom4: shouldSplit = mem.PlayerData<int>(Offset.mrMushroomState) == 5; break;
|
||||||
case SplitName.MrMushroom5: shouldSplit = mem.PlayerData<int>(Offset.mrMushroomState) == 6; break;
|
case SplitName.MrMushroom5: shouldSplit = mem.PlayerData<int>(Offset.mrMushroomState) == 6; break;
|
||||||
case SplitName.MrMushroom6: shouldSplit = mem.PlayerData<int>(Offset.mrMushroomState) == 7; break;
|
case SplitName.MrMushroom6: shouldSplit = mem.PlayerData<int>(Offset.mrMushroomState) == 7; break;
|
||||||
case SplitName.MrMushroom7: shouldSplit = mem.PlayerData<int>(Offset.mrMushroomState) == 8; break;
|
case SplitName.MrMushroom7: shouldSplit = mem.PlayerData<int>(Offset.mrMushroomState) == 8; break;
|
||||||
"mrMushroomState": 4, < this is the current location of Mr Mushroom (Howling Cliffs)
|
|
||||||
1. Spawn of self, their minds unite, (Fungal Wastes)
|
"mrMushroomState": 4, < this is the current location of Mr Mushroom (Howling Cliffs)
|
||||||
2. Aside the source of acid blight, (Kingdom's Edge, near Isma's Grove)
|
|
||||||
3. Aglow in darkest, winding depths, (Deepnest, near Galien)
|
1. Spawn of self, their minds unite, (Fungal Wastes)
|
||||||
4. Winds all howl above fossilstone steps, (Howling Cliffs)
|
2. Aside the source of acid blight, (Kingdom's Edge, near Isma's Grove)
|
||||||
5. Monarchflys in air set still, (Ancient Basin, near the Monarch Wings location)
|
3. Aglow in darkest, winding depths, (Deepnest, near Galien)
|
||||||
6. To Root's domain and snail once shrill, (Fog Canyon, near Overgrown Mound)
|
4. Winds all howl above fossilstone steps, (Howling Cliffs)
|
||||||
7. Path of Wyrm, at new lands entered, (King's Pass)
|
5. Monarchflys in air set still, (Ancient Basin, near the Monarch Wings location)
|
||||||
8. There journeys end. The kingdom ventured.
|
6. To Root's domain and snail once shrill, (Fog Canyon, near Overgrown Mound)
|
||||||
*/
|
7. Path of Wyrm, at new lands entered, (King's Pass)
|
||||||
|
8. There journeys end. The kingdom ventured.
|
||||||
|
*/
|
||||||
|
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|
@ -5849,17 +5851,17 @@ function SingleEntryFill(obj) {
|
||||||
*/
|
*/
|
||||||
|
|
||||||
/* return [
|
/* return [
|
||||||
div,
|
div,
|
||||||
icon,
|
icon,
|
||||||
`${b[0]}${textPrefix}${b[1]}`,
|
`${b[0]}${textPrefix}${b[1]}`,
|
||||||
span[0],
|
span[0],
|
||||||
p,
|
p,
|
||||||
spoiler[0],
|
spoiler[0],
|
||||||
`${textSuffix}${spoilerAfter}`,
|
`${textSuffix}${spoilerAfter}`,
|
||||||
spoiler[1],
|
spoiler[1],
|
||||||
span[1],
|
span[1],
|
||||||
"</div>\n"
|
"</div>\n"
|
||||||
].join("");
|
].join("");
|
||||||
*/
|
*/
|
||||||
return [obj.div, obj.icon, "".concat(obj.b[0]).concat(obj.textPrefix).concat(obj.b[1]), obj.span[0], obj.p, obj.spoiler[0], "".concat(obj.textSuffix).concat(obj.spoilerAfter), obj.spoiler[1], obj.span[1], "</div>\n"].join("");
|
return [obj.div, obj.icon, "".concat(obj.b[0]).concat(obj.textPrefix).concat(obj.b[1]), obj.span[0], obj.p, obj.spoiler[0], "".concat(obj.textSuffix).concat(obj.spoilerAfter), obj.spoiler[1], obj.span[1], "</div>\n"].join("");
|
||||||
}
|
}
|
||||||
|
|
|
||||||
File diff suppressed because one or more lines are too long
|
|
@ -266,9 +266,12 @@
|
||||||
</h6>
|
</h6>
|
||||||
|
|
||||||
<p class="smalltext">
|
<p class="smalltext">
|
||||||
<b class="pp-gold">Klaudia</b> (Lvl 26) - <b class="pp-silver">Rohit</b> (Lvl 7) - <b
|
<b class="pp-gold">Klaudia</b> (Lvl 26) -
|
||||||
class="pp-silver">Dominic</b> (Lvl 6) - <b class="pp-silver">David</b> (Lvl 5) - <b class="pp-silver">Peter</b>
|
<b class="pp-silver">Rohit</b> (Lvl 7) -
|
||||||
(Lvl 5)
|
<b class="pp-silver">Dominic</b> (Lvl 6) -
|
||||||
|
<b class="pp-silver">David</b> (Lvl 5) -
|
||||||
|
<b class="pp-silver">Peter</b> (Lvl 5) -
|
||||||
|
<b class="pp-bronze">AnonymousCanada</b> (Lvl 3)
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
<p class="smalltext">
|
<p class="smalltext">
|
||||||
|
|
|
||||||
840
build/main.css
840
build/main.css
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
|
|
@ -793,6 +793,10 @@ input[type="radio"]:focus + label {
|
||||||
color: #ebf9ff;
|
color: #ebf9ff;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.pp-bronze {
|
||||||
|
color: #b98465;
|
||||||
|
}
|
||||||
|
|
||||||
.test {
|
.test {
|
||||||
color: #59d1da;
|
color: #59d1da;
|
||||||
}
|
}
|
||||||
|
|
@ -151,9 +151,12 @@
|
||||||
</h6>
|
</h6>
|
||||||
|
|
||||||
<p class="smalltext">
|
<p class="smalltext">
|
||||||
<b class="pp-gold">Klaudia</b> (Lvl 26) - <b class="pp-silver">Rohit</b> (Lvl 7) - <b
|
<b class="pp-gold">Klaudia</b> (Lvl 26) -
|
||||||
class="pp-silver">Dominic</b> (Lvl 6) - <b class="pp-silver">David</b> (Lvl 5) - <b class="pp-silver">Peter</b>
|
<b class="pp-silver">Rohit</b> (Lvl 7) -
|
||||||
(Lvl 5)
|
<b class="pp-silver">Dominic</b> (Lvl 6) -
|
||||||
|
<b class="pp-silver">David</b> (Lvl 5) -
|
||||||
|
<b class="pp-silver">Peter</b> (Lvl 5) -
|
||||||
|
<b class="pp-bronze">AnonymousCanada</b> (Lvl 3)
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
<p class="smalltext">
|
<p class="smalltext">
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue