Skip to content
This repository was archived by the owner on Aug 12, 2025. It is now read-only.

Commit b9842be

Browse files
authored
Merge pull request #2220 from SkyCryptWebsite/pet-stats
0.19.12 pet stats update
2 parents a590fd5 + d6f8923 commit b9842be

2 files changed

Lines changed: 116 additions & 99 deletions

File tree

common/constants/stats.js

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -245,15 +245,6 @@ export const STATS_DATA = {
245245
suffix: "",
246246
color: "a",
247247
},
248-
undead: {
249-
name: "Undead",
250-
nameLore: "Undead",
251-
nameShort: "Undead",
252-
nameTiny: "U",
253-
symbol: "༕",
254-
suffix: "",
255-
color: "2",
256-
},
257248
alchemy_wisdom: {
258249
name: "Alchemy Wisdom",
259250
nameLore: "Alchemy Wisdom",
@@ -360,6 +351,13 @@ export const STATS_DATA = {
360351
nameTiny: "BPC",
361352
symbol: "ൠ",
362353
},
354+
swing_range: {
355+
name: "Swing Range",
356+
nameLore: "Swing Range",
357+
nameShort: "Swing Range",
358+
nameTiny: "SR",
359+
symbol: "Ⓢ",
360+
},
363361
};
364362

365363
export const HIDDEN_STATS = [
@@ -380,6 +378,8 @@ const symbols = {
380378
soulflow: "⸎",
381379
dungeon_upgrade: "⚚",
382380
dye: "✿",
381+
undead: "༕",
382+
arachnal: "Ж",
383383
};
384384
for (const stat in STATS_DATA) {
385385
symbols[stat] = STATS_DATA[stat].symbol;

0 commit comments

Comments
 (0)