This repository was archived by the owner on Aug 12, 2025. It is now read-only.
File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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
365363export const HIDDEN_STATS = [
@@ -380,6 +378,8 @@ const symbols = {
380378 soulflow : "⸎" ,
381379 dungeon_upgrade : "⚚" ,
382380 dye : "✿" ,
381+ undead : "༕" ,
382+ arachnal : "Ж" ,
383383} ;
384384for ( const stat in STATS_DATA ) {
385385 symbols [ stat ] = STATS_DATA [ stat ] . symbol ;
You can’t perform that action at this time.
0 commit comments