Nightmare King or Banish Troupe
This commit is contained in:
parent
0507345437
commit
c8220c3122
4 changed files with 13 additions and 8 deletions
11
build/app.js
11
build/app.js
|
|
@ -3277,7 +3277,7 @@ var HK = {
|
||||||
wiki: "Weaversong"
|
wiki: "Weaversong"
|
||||||
},
|
},
|
||||||
gotCharm_40: {
|
gotCharm_40: {
|
||||||
name: "Charm #40 Grimmchild / Carefree Melody",
|
name: "Charm #40 Grimmchild or Carefree Melody",
|
||||||
spoiler: "Dirtmouth",
|
spoiler: "Dirtmouth",
|
||||||
wiki: "Grimmchild"
|
wiki: "Grimmchild"
|
||||||
},
|
},
|
||||||
|
|
@ -3287,8 +3287,8 @@ var HK = {
|
||||||
wiki: "Grimm"
|
wiki: "Grimm"
|
||||||
},
|
},
|
||||||
grimmChildLevel: {
|
grimmChildLevel: {
|
||||||
name: "Nightmare King Grimm / Banishment",
|
name: "Nightmare King or Banish Troupe",
|
||||||
spoiler: "Dirtmouth or Howling Cliffs",
|
spoiler: "Choice: Dirtmouth or Howling Cliffs",
|
||||||
wiki: "Category:The_Grimm_Troupe#Banishment"
|
wiki: "Category:The_Grimm_Troupe#Banishment"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|
@ -3658,6 +3658,11 @@ var HK = {
|
||||||
spoiler: "Colosseum of Fools: Trial of the Fool boss",
|
spoiler: "Colosseum of Fools: Trial of the Fool boss",
|
||||||
wiki: "God_Tamer"
|
wiki: "God_Tamer"
|
||||||
},
|
},
|
||||||
|
killedFatFluke: {
|
||||||
|
name: "Journal: Flukemunga",
|
||||||
|
spoiler: "Royal Waterways: secret area, left of bench",
|
||||||
|
wiki: "Flukemunga"
|
||||||
|
},
|
||||||
killedPaleLurker: {
|
killedPaleLurker: {
|
||||||
name: "Journal: Pale Lurker",
|
name: "Journal: Pale Lurker",
|
||||||
spoiler: "Colosseum of Fools: secret area",
|
spoiler: "Colosseum of Fools: secret area",
|
||||||
|
|
|
||||||
File diff suppressed because one or more lines are too long
|
|
@ -243,7 +243,7 @@
|
||||||
<div style="margin-bottom: 20px;"></div>
|
<div style="margin-bottom: 20px;"></div>
|
||||||
|
|
||||||
<p class="smalltext">
|
<p class="smalltext">
|
||||||
v1.4.1. Work-In-Progress. Feedback: <a href="https://steamcommunity.com/app/367520/discussions/0/2915472677711090083/" target="_blank"><i class="simpleicon-steam"></i>Steam Discussions</a> <a href="https://steamcommunity.com/sharedfiles/filedetails/?id=2209910193" target="_blank"><i class="simpleicon-steam"></i>Steam Guide</a>.<br>
|
v1.5.0. Work-In-Progress. Feedback: <a href="https://steamcommunity.com/app/367520/discussions/0/2915472677711090083/" target="_blank"><i class="simpleicon-steam"></i>Steam Discussions</a> <a href="https://steamcommunity.com/sharedfiles/filedetails/?id=2209910193" target="_blank"><i class="simpleicon-steam"></i>Steam Guide</a>.<br>
|
||||||
Programmed, written and created by 🉑 <a href="https://github.com/ReznoRMichael/hollow-knight-completion-check" target="_blank">rezno[R]</a> © 2020–2021<br>
|
Programmed, written and created by 🉑 <a href="https://github.com/ReznoRMichael/hollow-knight-completion-check" target="_blank">rezno[R]</a> © 2020–2021<br>
|
||||||
<a href="https://store.steampowered.com/app/367520/Hollow_Knight/" target="_blank">Hollow Knight</a> by <a href="https://teamcherry.com.au/" target="_blank">Team Cherry</a> © 2017–2021<br>
|
<a href="https://store.steampowered.com/app/367520/Hollow_Knight/" target="_blank">Hollow Knight</a> by <a href="https://teamcherry.com.au/" target="_blank">Team Cherry</a> © 2017–2021<br>
|
||||||
</p>
|
</p>
|
||||||
|
|
|
||||||
|
|
@ -816,7 +816,7 @@ const HK = {
|
||||||
wiki: "Weaversong"
|
wiki: "Weaversong"
|
||||||
},
|
},
|
||||||
gotCharm_40: {
|
gotCharm_40: {
|
||||||
name: "Charm #40 Grimmchild / Carefree Melody",
|
name: "Charm #40 Grimmchild or Carefree Melody",
|
||||||
spoiler: "Dirtmouth",
|
spoiler: "Dirtmouth",
|
||||||
wiki: "Grimmchild"
|
wiki: "Grimmchild"
|
||||||
},
|
},
|
||||||
|
|
@ -826,8 +826,8 @@ const HK = {
|
||||||
wiki: "Grimm"
|
wiki: "Grimm"
|
||||||
},
|
},
|
||||||
grimmChildLevel: {
|
grimmChildLevel: {
|
||||||
name: "Nightmare King Grimm / Banishment",
|
name: "Nightmare King or Banish Troupe",
|
||||||
spoiler: "Dirtmouth or Howling Cliffs",
|
spoiler: "Choice: Dirtmouth or Howling Cliffs",
|
||||||
wiki: "Category:The_Grimm_Troupe#Banishment"
|
wiki: "Category:The_Grimm_Troupe#Banishment"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue