boss added to hall of gods
This commit is contained in:
parent
c0c1be4a1b
commit
70b00d7757
5 changed files with 42 additions and 13 deletions
28
build/app.js
28
build/app.js
|
|
@ -7038,6 +7038,34 @@ var HK = {
|
|||
id: "GodTamer",
|
||||
check: "completedTier3",
|
||||
wiki: "Hall_of_Gods#God_Tamer"
|
||||
},
|
||||
CrystalGuardian1Unlocked: {
|
||||
name: "Crystal Guardian: Unlocked",
|
||||
spoiler: "I rest amongst crystals and strange machinery",
|
||||
id: "CrystalGuardian1",
|
||||
check: "isUnlocked",
|
||||
wiki: "Hall_of_Gods#Crystal_Guardian"
|
||||
},
|
||||
CrystalGuardian1Attuned: {
|
||||
name: "Crystal Guardian: Attuned",
|
||||
spoiler: "Shining god of greed",
|
||||
id: "CrystalGuardian1",
|
||||
check: "completedTier1",
|
||||
wiki: "Hall_of_Gods#Crystal_Guardian"
|
||||
},
|
||||
CrystalGuardian1Ascended: {
|
||||
name: "Crystal Guardian: Ascended",
|
||||
spoiler: "Shining god of greed",
|
||||
id: "CrystalGuardian1",
|
||||
check: "completedTier2",
|
||||
wiki: "Hall_of_Gods#Crystal_Guardian"
|
||||
},
|
||||
CrystalGuardian1Radiant: {
|
||||
name: "Crystal Guardian: Radiant",
|
||||
spoiler: "Shining god of greed",
|
||||
id: "CrystalGuardian1",
|
||||
check: "completedTier3",
|
||||
wiki: "Hall_of_Gods#Crystal_Guardian"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
File diff suppressed because one or more lines are too long
|
|
@ -585,6 +585,7 @@ input[type="file"] {
|
|||
color: rgb(0, 39, 34);
|
||||
border: 2px solid rgba(0, 0, 0, 0);
|
||||
box-shadow: 0 0 1rem rgb(0, 180, 156);
|
||||
text-shadow: 0 0 0.5rem #67ffeb;
|
||||
}
|
||||
|
||||
.tab-switch:focus {
|
||||
|
|
|
|||
File diff suppressed because one or more lines are too long
|
|
@ -3905,31 +3905,31 @@ const HK = {
|
|||
},
|
||||
CrystalGuardian1Unlocked: {
|
||||
name: "Crystal Guardian: Unlocked",
|
||||
spoiler: "I wait, weapon in hand, within the colosseum",
|
||||
spoiler: "I rest amongst crystals and strange machinery",
|
||||
id: "CrystalGuardian1",
|
||||
check: "isUnlocked",
|
||||
wiki: "Hall_of_Gods#God_Tamer"
|
||||
wiki: "Hall_of_Gods#Crystal_Guardian"
|
||||
},
|
||||
CrystalGuardian1Attuned: {
|
||||
name: "God Tamer: Attuned",
|
||||
spoiler: "Gallant god of the arena",
|
||||
name: "Crystal Guardian: Attuned",
|
||||
spoiler: "Shining god of greed",
|
||||
id: "CrystalGuardian1",
|
||||
check: "completedTier1",
|
||||
wiki: "Hall_of_Gods#God_Tamer"
|
||||
wiki: "Hall_of_Gods#Crystal_Guardian"
|
||||
},
|
||||
CrystalGuardian1Ascended: {
|
||||
name: "God Tamer: Ascended",
|
||||
spoiler: "Gallant god of the arena",
|
||||
name: "Crystal Guardian: Ascended",
|
||||
spoiler: "Shining god of greed",
|
||||
id: "CrystalGuardian1",
|
||||
check: "completedTier2",
|
||||
wiki: "Hall_of_Gods#God_Tamer"
|
||||
wiki: "Hall_of_Gods#Crystal_Guardian"
|
||||
},
|
||||
CrystalGuardian1Radiant: {
|
||||
name: "God Tamer: Radiant",
|
||||
spoiler: "Gallant god of the arena",
|
||||
name: "Crystal Guardian: Radiant",
|
||||
spoiler: "Shining god of greed",
|
||||
id: "CrystalGuardian1",
|
||||
check: "completedTier3",
|
||||
wiki: "Hall_of_Gods#God_Tamer"
|
||||
wiki: "Hall_of_Gods#Crystal_Guardian"
|
||||
},
|
||||
},
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue