forked from OpenWF/SpaceNinjaServer
fix: incorrect ordering of relicQualitySuffixes (#2708)
Reviewed-on: OpenWF/SpaceNinjaServer#2708 Co-authored-by: Sainan <63328889+Sainan@users.noreply.github.com> Co-committed-by: Sainan <63328889+Sainan@users.noreply.github.com>
This commit is contained in:
parent
5396eefe75
commit
0d791ad145
@ -64,9 +64,9 @@ interface ItemLists {
|
|||||||
|
|
||||||
const relicQualitySuffixes: Record<TRelicQuality, string> = {
|
const relicQualitySuffixes: Record<TRelicQuality, string> = {
|
||||||
VPQ_BRONZE: "",
|
VPQ_BRONZE: "",
|
||||||
VPQ_SILVER: " [Flawless]",
|
VPQ_SILVER: " [Exceptional]",
|
||||||
VPQ_GOLD: " [Radiant]",
|
VPQ_GOLD: " [Flawless]",
|
||||||
VPQ_PLATINUM: " [Exceptional]"
|
VPQ_PLATINUM: " [Radiant]"
|
||||||
};
|
};
|
||||||
|
|
||||||
/*const toTitleCase = (str: string): string => {
|
/*const toTitleCase = (str: string): string => {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user