descriptions pantheons, rearrangement

This commit is contained in:
ReznoRMichael 2021-02-23 01:57:20 +01:00
parent 40d58551a3
commit 7f2dd3752d
3 changed files with 38 additions and 38 deletions

View file

@ -3326,17 +3326,17 @@ var HK = {
GODMASTER_DOORS: { GODMASTER_DOORS: {
pantheonMaster: { pantheonMaster: {
name: "P1 Pantheon of the Master", name: "P1 Pantheon of the Master",
spoiler: "Godhome", spoiler: "Godhome, defeat P1 bosses",
wiki: "Pantheon_of_the_Master" wiki: "Pantheon_of_the_Master"
}, },
pantheonArtist: { pantheonArtist: {
name: "P2 Pantheon of the Artist", name: "P2 Pantheon of the Artist",
spoiler: "Godhome", spoiler: "Godhome, defeat P2 bosses",
wiki: "Pantheon_of_the_Artist" wiki: "Pantheon_of_the_Artist"
}, },
pantheonSage: { pantheonSage: {
name: "P3 Pantheon of the Sage", name: "P3 Pantheon of the Sage",
spoiler: "Godhome", spoiler: "Godhome, defeat P3 bosses",
wiki: "Pantheon_of_the_Sage" wiki: "Pantheon_of_the_Sage"
}, },
pantheonKnight: { pantheonKnight: {
@ -3694,21 +3694,6 @@ var HK = {
spoiler: "Salubra: 800 Geo + all 40 Charms found", spoiler: "Salubra: 800 Geo + all 40 Charms found",
wiki: "Salubra's_Blessing" wiki: "Salubra's_Blessing"
}, },
gotShadeCharm: {
name: "Void Heart",
spoiler: "Kingsoul + Birthplace",
wiki: "Void_Heart"
},
killedFinalBoss: {
name: "Radiance",
spoiler: "Forgotten Crossroads: Black Egg Temple",
wiki: "Radiance"
},
bossDoorStateTier5: {
name: "P5 Embrace the Void",
spoiler: "Godhome: Pantheon of Hallownest",
wiki: "Pantheon_of_Hallownest"
},
zoteStatus: { zoteStatus: {
name: "Zote Status", name: "Zote Status",
nameNeglect: "Zote Choice: Neglect", nameNeglect: "Zote Choice: Neglect",
@ -3739,6 +3724,16 @@ var HK = {
spoilerUpgradeNail: "Upgrade Nail to Pure Nail", spoilerUpgradeNail: "Upgrade Nail to Pure Nail",
wiki: "Nailsmith" wiki: "Nailsmith"
}, },
gotShadeCharm: {
name: "Void Heart",
spoiler: "Kingsoul + Birthplace",
wiki: "Void_Heart"
},
killedFinalBoss: {
name: "Radiance",
spoiler: "Forgotten Crossroads: Black Egg Temple",
wiki: "Radiance"
},
mrMushroomState: { mrMushroomState: {
name: "Mr Mushroom", name: "Mr Mushroom",
spoiler1: "Fungal Wastes, near Cornifer", spoiler1: "Fungal Wastes, near Cornifer",
@ -3749,6 +3744,11 @@ var HK = {
spoiler6: "Fog Canyon, near Overgrown Mound", spoiler6: "Fog Canyon, near Overgrown Mound",
spoiler7: "King's Pass, game starting location", spoiler7: "King's Pass, game starting location",
wiki: "Mister_Mushroom" wiki: "Mister_Mushroom"
},
bossDoorStateTier5: {
name: "P5 Embrace the Void",
spoiler: "Godhome: Pantheon of Hallownest",
wiki: "Pantheon_of_Hallownest"
} }
/* /*
Mr Mushroom data Mr Mushroom data

File diff suppressed because one or more lines are too long

View file

@ -828,17 +828,17 @@ const HK = {
GODMASTER_DOORS: { GODMASTER_DOORS: {
pantheonMaster: { pantheonMaster: {
name: "P1 Pantheon of the Master", name: "P1 Pantheon of the Master",
spoiler: "Godhome", spoiler: "Godhome, defeat P1 bosses",
wiki: "Pantheon_of_the_Master" wiki: "Pantheon_of_the_Master"
}, },
pantheonArtist: { pantheonArtist: {
name: "P2 Pantheon of the Artist", name: "P2 Pantheon of the Artist",
spoiler: "Godhome", spoiler: "Godhome, defeat P2 bosses",
wiki: "Pantheon_of_the_Artist" wiki: "Pantheon_of_the_Artist"
}, },
pantheonSage: { pantheonSage: {
name: "P3 Pantheon of the Sage", name: "P3 Pantheon of the Sage",
spoiler: "Godhome", spoiler: "Godhome, defeat P3 bosses",
wiki: "Pantheon_of_the_Sage" wiki: "Pantheon_of_the_Sage"
}, },
pantheonKnight: { pantheonKnight: {
@ -1198,21 +1198,6 @@ const HK = {
spoiler: "Salubra: 800 Geo + all 40 Charms found", spoiler: "Salubra: 800 Geo + all 40 Charms found",
wiki: "Salubra's_Blessing" wiki: "Salubra's_Blessing"
}, },
gotShadeCharm: {
name: "Void Heart",
spoiler: "Kingsoul + Birthplace",
wiki: "Void_Heart"
},
killedFinalBoss: {
name: "Radiance",
spoiler: "Forgotten Crossroads: Black Egg Temple",
wiki: "Radiance"
},
bossDoorStateTier5: {
name: "P5 Embrace the Void",
spoiler: "Godhome: Pantheon of Hallownest",
wiki: "Pantheon_of_Hallownest"
},
zoteStatus: { zoteStatus: {
name: "Zote Status", name: "Zote Status",
nameNeglect: "Zote Choice: Neglect", nameNeglect: "Zote Choice: Neglect",
@ -1243,6 +1228,16 @@ const HK = {
spoilerUpgradeNail: "Upgrade Nail to Pure Nail", spoilerUpgradeNail: "Upgrade Nail to Pure Nail",
wiki: "Nailsmith" wiki: "Nailsmith"
}, },
gotShadeCharm: {
name: "Void Heart",
spoiler: "Kingsoul + Birthplace",
wiki: "Void_Heart"
},
killedFinalBoss: {
name: "Radiance",
spoiler: "Forgotten Crossroads: Black Egg Temple",
wiki: "Radiance"
},
mrMushroomState: { mrMushroomState: {
name: "Mr Mushroom", name: "Mr Mushroom",
spoiler1: "Fungal Wastes, near Cornifer", spoiler1: "Fungal Wastes, near Cornifer",
@ -1253,7 +1248,12 @@ const HK = {
spoiler6: "Fog Canyon, near Overgrown Mound", spoiler6: "Fog Canyon, near Overgrown Mound",
spoiler7: "King's Pass, game starting location", spoiler7: "King's Pass, game starting location",
wiki: "Mister_Mushroom" wiki: "Mister_Mushroom"
} },
bossDoorStateTier5: {
name: "P5 Embrace the Void",
spoiler: "Godhome: Pantheon of Hallownest",
wiki: "Pantheon_of_Hallownest"
},
/* /*
Mr Mushroom data Mr Mushroom data
case SplitName.MrMushroom1: shouldSplit = mem.PlayerData<int>(Offset.mrMushroomState) == 2; break; case SplitName.MrMushroom1: shouldSplit = mem.PlayerData<int>(Offset.mrMushroomState) == 2; break;