add items to database
This commit is contained in:
parent
2e7cf3bae6
commit
536f15f18d
2 changed files with 15 additions and 1 deletions
|
|
@ -3389,6 +3389,13 @@ const HK = {
|
|||
sceneName: "Ruins2_03",
|
||||
wiki: "Hallownest_Seal"
|
||||
},
|
||||
hallownestSeal15: {
|
||||
name: "Hallownest Seal #15",
|
||||
spoiler: "Deepnest: Room Above Lower Cornifer",
|
||||
id: "Shiny Item",
|
||||
sceneName: "Deepnest_16",
|
||||
wiki: "Hallownest_Seal"
|
||||
},
|
||||
},
|
||||
},
|
||||
|
||||
|
|
@ -3434,6 +3441,13 @@ const HK = {
|
|||
sceneName: "Deepnest_East_08",
|
||||
wiki: "King%27s_Idol"
|
||||
},
|
||||
kingsIdol6: {
|
||||
name: "King's Idol #6",
|
||||
spoiler: "Deepnest: Zote Arena Left Side",
|
||||
id: "Shiny Item",
|
||||
sceneName: "Deepnest_33",
|
||||
wiki: "King%27s_Idol"
|
||||
},
|
||||
},
|
||||
},
|
||||
|
||||
|
|
|
|||
|
|
@ -308,7 +308,7 @@ const MAP = {
|
|||
"Deepnest_09": "Deepnest: Distant Village Stag Station",
|
||||
"Deepnest_10": "Deepnest: Distant Village",
|
||||
"Deepnest_14": "Deepnest: Failed Tramway Bench",
|
||||
"Deepnest_16": "Deepnest: Top of Lower Cornifer",
|
||||
"Deepnest_16": "Deepnest: Room Above Lower Cornifer",
|
||||
"Deepnest_17": "Deepnest: Garpede Corridor Below Cornifer",
|
||||
"Deepnest_26": "Deepnest: Failed Tramway Lifeblood",
|
||||
"Deepnest_26b": "Deepnest: Tram Pass Room",
|
||||
|
|
|
|||
Loading…
Reference in a new issue