mirror of
https://github.com/Kvan7/Exiled-Exchange-2.git
synced 2026-09-21 12:15:47 +00:00
closes #501
This commit is contained in:
@@ -45,6 +45,12 @@ export function getDetailsId (item: ParsedItem) {
|
||||
if (item.category === ItemCategory.Seed) {
|
||||
return nameToDetailsId(`${item.info.refName} ${item.itemLevel! >= 76 ? '76' : '1-75'}`)
|
||||
}
|
||||
if (item.category === ItemCategory.DivinationCard && item.info.refName === 'The Scout') {
|
||||
return 'the-scout-divcard'
|
||||
}
|
||||
if (item.category === ItemCategory.Prophecy && item.info.refName === 'The Twins') {
|
||||
return 'the-twins-prophecy'
|
||||
}
|
||||
|
||||
return nameToDetailsId(item.info.name)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user