add White Palace: Secret Room #3

This commit is contained in:
ReznoRMichael 2021-07-14 00:12:00 +02:00
parent 9375b35bd5
commit dd1b17ca0d
4 changed files with 17 additions and 1 deletions

View file

@ -986,6 +986,7 @@ function CheckAdditionalThings(section, dataObject, playerData, worldData, scene
case "pathOfPainEntrance":
case "whiteLadyRoom":
case "arcaneEggLifebloodCoreRoom":
case "throneRoomLoreTablet":
FindWorldItem(dataObject[i].id, dataObject[i].sceneName) ? CurrentDataTrue(section, i) : CurrentDataFalse(section, i);
break;
@ -4483,6 +4484,13 @@ var HK = {
sceneName: "White_Palace_09",
wiki: "White_Palace#White_Lady.27s_room"
},
throneRoomLoreTablet: {
name: "White Palace: Secret Room #3",
spoiler: "Throne Room, break right wall",
id: "Breakable Wall Waterways",
sceneName: "White_Palace_09",
wiki: "White_Palace#Throne_room_Lore_Tablet"
},
/*
Secret Room #3 ?

File diff suppressed because one or more lines are too long

View file

@ -1090,6 +1090,7 @@ function CheckAdditionalThings(section, dataObject, playerData, worldData, scene
case "pathOfPainEntrance":
case "whiteLadyRoom":
case "arcaneEggLifebloodCoreRoom":
case "throneRoomLoreTablet":
(FindWorldItem(dataObject[i].id, dataObject[i].sceneName)) ? CurrentDataTrue(section, i): CurrentDataFalse(section, i);
break;

View file

@ -1782,6 +1782,13 @@ const HK = {
sceneName: "White_Palace_09",
wiki: "White_Palace#White_Lady.27s_room"
},
throneRoomLoreTablet: {
name: "White Palace: Secret Room #3",
spoiler: "Throne Room, break right wall",
id: "Breakable Wall Waterways",
sceneName: "White_Palace_09",
wiki: "White_Palace#Throne_room_Lore_Tablet"
},
/*
Secret Room #3 ?
"id": "Breakable Wall Waterways",