add Lifeblood Core Room Arcane Egg
This commit is contained in:
parent
92174cfbe6
commit
7e43a84aad
4 changed files with 22 additions and 1 deletions
11
build/app.js
11
build/app.js
|
|
@ -985,6 +985,7 @@ function CheckAdditionalThings(section, dataObject, playerData, worldData, scene
|
|||
case "mantisVillageFloorLever":
|
||||
case "pathOfPainEntrance":
|
||||
case "whiteLadyRoom":
|
||||
case "arcaneEggLifebloodCoreRoom":
|
||||
FindWorldItem(dataObject[i].id, dataObject[i].sceneName) ? CurrentDataTrue(section, i) : CurrentDataFalse(section, i);
|
||||
break;
|
||||
|
||||
|
|
@ -4362,6 +4363,16 @@ var HK = {
|
|||
max: 3,
|
||||
wiki: "Arcane_Egg"
|
||||
},
|
||||
|
||||
/* "id": "Shiny Item (1)",
|
||||
"sceneName": "Abyss_08", */
|
||||
arcaneEggLifebloodCoreRoom: {
|
||||
name: "Lifeblood Core Room Arcane Egg",
|
||||
spoiler: "The only missable Relic",
|
||||
id: "Shiny Item (1)",
|
||||
sceneName: "Abyss_08",
|
||||
wiki: "Abyss#Lifeblood_Chamber"
|
||||
},
|
||||
// not ghostCoins
|
||||
geoPool: {
|
||||
name: "Shade Geo",
|
||||
|
|
|
|||
File diff suppressed because one or more lines are too long
|
|
@ -1089,6 +1089,7 @@ function CheckAdditionalThings(section, dataObject, playerData, worldData, scene
|
|||
case "mantisVillageFloorLever":
|
||||
case "pathOfPainEntrance":
|
||||
case "whiteLadyRoom":
|
||||
case "arcaneEggLifebloodCoreRoom":
|
||||
(FindWorldItem(dataObject[i].id, dataObject[i].sceneName)) ? CurrentDataTrue(section, i): CurrentDataFalse(section, i);
|
||||
break;
|
||||
|
||||
|
|
|
|||
|
|
@ -1618,6 +1618,15 @@ const HK = {
|
|||
max: 3,
|
||||
wiki: "Arcane_Egg"
|
||||
},
|
||||
/* "id": "Shiny Item (1)",
|
||||
"sceneName": "Abyss_08", */
|
||||
arcaneEggLifebloodCoreRoom: {
|
||||
name: "Lifeblood Core Room Arcane Egg",
|
||||
spoiler: "The only missable Relic",
|
||||
id: "Shiny Item (1)",
|
||||
sceneName: "Abyss_08",
|
||||
wiki: "Abyss#Lifeblood_Chamber"
|
||||
},
|
||||
// not ghostCoins
|
||||
geoPool: {
|
||||
name: "Shade Geo",
|
||||
|
|
|
|||
Loading…
Reference in a new issue