add Lifeblood Core Room Arcane Egg

This commit is contained in:
ReznoRMichael 2021-07-12 18:31:13 +02:00
parent 92174cfbe6
commit 7e43a84aad
4 changed files with 22 additions and 1 deletions

View file

@ -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

View file

@ -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;

View file

@ -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",