Skip to content

Commit

Permalink
Merge pull request #2220 from SkyCryptWebsite/pet-stats
Browse files Browse the repository at this point in the history
0.19.12 pet stats update
  • Loading branch information
Shiiyu committed Apr 6, 2024
2 parents a590fd5 + d6f8923 commit b9842be
Show file tree
Hide file tree
Showing 2 changed files with 116 additions and 99 deletions.
18 changes: 9 additions & 9 deletions common/constants/stats.js
Original file line number Diff line number Diff line change
Expand Up @@ -245,15 +245,6 @@ export const STATS_DATA = {
suffix: "",
color: "a",
},
undead: {
name: "Undead",
nameLore: "Undead",
nameShort: "Undead",
nameTiny: "U",
symbol: "༕",
suffix: "",
color: "2",
},
alchemy_wisdom: {
name: "Alchemy Wisdom",
nameLore: "Alchemy Wisdom",
Expand Down Expand Up @@ -360,6 +351,13 @@ export const STATS_DATA = {
nameTiny: "BPC",
symbol: "ൠ",
},
swing_range: {
name: "Swing Range",
nameLore: "Swing Range",
nameShort: "Swing Range",
nameTiny: "SR",
symbol: "Ⓢ",
},
};

export const HIDDEN_STATS = [
Expand All @@ -380,6 +378,8 @@ const symbols = {
soulflow: "⸎",
dungeon_upgrade: "⚚",
dye: "✿",
undead: "༕",
arachnal: "Ж",
};
for (const stat in STATS_DATA) {
symbols[stat] = STATS_DATA[stat].symbol;
Expand Down
Loading

0 comments on commit b9842be

Please sign in to comment.