changed order of hints
This commit is contained in:
parent
c24ad6172a
commit
862d332a28
2 changed files with 12 additions and 8 deletions
18
build/app.js
18
build/app.js
|
|
@ -2564,7 +2564,7 @@ var HK = {
|
||||||
spoiler: "...a fellow town bug who seems to be lost somewhere in the crossroads"
|
spoiler: "...a fellow town bug who seems to be lost somewhere in the crossroads"
|
||||||
},
|
},
|
||||||
hasLantern: {
|
hasLantern: {
|
||||||
spoiler: "...bright little crystal companion able to light a way through the thickest dark places"
|
spoiler: "...a bright little crystal companion able to light a way through the thickest dark places"
|
||||||
},
|
},
|
||||||
hasSuperDash: {
|
hasSuperDash: {
|
||||||
spoiler: "...some powerful crystal beating somewhere deep inside the mines"
|
spoiler: "...some powerful crystal beating somewhere deep inside the mines"
|
||||||
|
|
@ -2584,12 +2584,6 @@ var HK = {
|
||||||
hasDoubleJump: {
|
hasDoubleJump: {
|
||||||
spoiler: "...something incredibly light dropped by a monarchfly in the ancient depths below the rainy city"
|
spoiler: "...something incredibly light dropped by a monarchfly in the ancient depths below the rainy city"
|
||||||
},
|
},
|
||||||
killedBlackKnight: {
|
|
||||||
spoiler: "...discarded shells of black guards lying on the floor of a high spire"
|
|
||||||
},
|
|
||||||
lurienDefeated: {
|
|
||||||
spoiler: "...a dreamer sleeping somewhere at the top of a high spire"
|
|
||||||
},
|
|
||||||
dungDefenderOrHornet2: {
|
dungDefenderOrHornet2: {
|
||||||
spoiler: "...a skilled combatant living at the heart of the sewers or watching over a shell amidst ash falling from the sky"
|
spoiler: "...a skilled combatant living at the heart of the sewers or watching over a shell amidst ash falling from the sky"
|
||||||
},
|
},
|
||||||
|
|
@ -2605,6 +2599,12 @@ var HK = {
|
||||||
hegemolDefeated: {
|
hegemolDefeated: {
|
||||||
spoiler: "...a dreamer sleeping near a spider nest area"
|
spoiler: "...a dreamer sleeping near a spider nest area"
|
||||||
},
|
},
|
||||||
|
killedBlackKnight: {
|
||||||
|
spoiler: "...discarded shells of black guards lying on the floor of a high spire"
|
||||||
|
},
|
||||||
|
lurienDefeated: {
|
||||||
|
spoiler: "...a dreamer sleeping somewhere at the top of a high spire"
|
||||||
|
},
|
||||||
killedHollowKnight: {
|
killedHollowKnight: {
|
||||||
spoiler: "...a disturbance inside a black temple"
|
spoiler: "...a disturbance inside a black temple"
|
||||||
}
|
}
|
||||||
|
|
@ -3471,6 +3471,10 @@ var HK = {
|
||||||
spoiler: "Royal Waterways, lever after Dung Defender",
|
spoiler: "Royal Waterways, lever after Dung Defender",
|
||||||
wiki: "Royal_Waterways#Sub-area:_Isma.27s_Grove"
|
wiki: "Royal_Waterways#Sub-area:_Isma.27s_Grove"
|
||||||
},
|
},
|
||||||
|
|
||||||
|
/*
|
||||||
|
"abyssGateOpened": false,
|
||||||
|
*/
|
||||||
hasTramPass: {
|
hasTramPass: {
|
||||||
name: "Tram Pass",
|
name: "Tram Pass",
|
||||||
spoiler: "Deepnest: Failed Tramway",
|
spoiler: "Deepnest: Failed Tramway",
|
||||||
|
|
|
||||||
File diff suppressed because one or more lines are too long
Loading…
Reference in a new issue