zote descriptions
This commit is contained in:
parent
0aefb2a8f1
commit
5c722ee8bc
2 changed files with 13 additions and 13 deletions
|
|
@ -941,7 +941,7 @@ function CheckAdditionalThings(divId, dataObject, playerData, worldData, sceneDa
|
||||||
textPrefix = dataObject[i].nameTrappedVengefly;
|
textPrefix = dataObject[i].nameTrappedVengefly;
|
||||||
textSuffix = dataObject[i].spoilerTrappedVengefly;
|
textSuffix = dataObject[i].spoilerTrappedVengefly;
|
||||||
}
|
}
|
||||||
else {
|
else if (playerData.hasWalljump === true) {
|
||||||
textPrefix = dataObject[i].nameNotRescuedVengefly;
|
textPrefix = dataObject[i].nameNotRescuedVengefly;
|
||||||
textSuffix = dataObject[i].spoilerNotRescuedVengefly;
|
textSuffix = dataObject[i].spoilerNotRescuedVengefly;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -957,19 +957,19 @@ const HK = {
|
||||||
},
|
},
|
||||||
zoteStatus: {
|
zoteStatus: {
|
||||||
name: "Zote Status",
|
name: "Zote Status",
|
||||||
nameNeglect: "Zote Status",
|
nameNeglect: "Zote Choice: Neglect",
|
||||||
nameRivalry: "Zote Status",
|
nameRivalry: "Zote Choice: Rivalry",
|
||||||
nameTrappedVengefly: "Zote Status",
|
nameTrappedVengefly: "Zote Status: Vengefly",
|
||||||
nameNotRescuedVengefly: "Zote Status",
|
nameNotRescuedVengefly: "Zote Status: Greenpath",
|
||||||
nameTrappedDeepnest: "Zote Status",
|
nameTrappedDeepnest: "Zote Status: Deepnest",
|
||||||
nameColosseum: "Zote Status",
|
nameColosseum: "Zote Status: Colosseum of Fools",
|
||||||
spoiler: "Choice to make per save file",
|
spoiler: "Choice to make per save file",
|
||||||
spoilerNeglect: "Neglect achievement (per save choice)",
|
spoilerNeglect: "One achievement per save file",
|
||||||
spoilerRivalry: "Neglect achievement (per save choice)",
|
spoilerRivalry: "One achievement per save file",
|
||||||
spoilerTrappedVengefly: "Neglect achievement (per save choice)",
|
spoilerTrappedVengefly: "Greenpath, defeat Vengefly King",
|
||||||
spoilerNotRescuedVengefly: "Neglect achievement (per save choice)",
|
spoilerNotRescuedVengefly: "Check what happened with Zote",
|
||||||
spoilerTrappedDeepnest: "Neglect achievement (per save choice)",
|
spoilerTrappedDeepnest: "Deepnest, free from cobwebs",
|
||||||
spoilerColosseum: "Neglect achievement (per save choice)",
|
spoilerColosseum: "Trial of the Warrior",
|
||||||
},
|
},
|
||||||
nailsmithStatus: {
|
nailsmithStatus: {
|
||||||
name: "Nailsmith Status",
|
name: "Nailsmith Status",
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue