Skip to content

Commit

Permalink
Merge pull request #2287 from averithefox/fixes
Browse files Browse the repository at this point in the history
fix: hotm
  • Loading branch information
Shiiyu authored Oct 15, 2024
2 parents 9bb51f7 + e2f421d commit 198981c
Show file tree
Hide file tree
Showing 2 changed files with 761 additions and 647 deletions.
14 changes: 14 additions & 0 deletions common/constants/stats.js
Original file line number Diff line number Diff line change
Expand Up @@ -365,6 +365,20 @@ export const STATS_DATA = {
nameTiny: "CR",
symbol: "❄",
},
mining_spread: {
name: "Mining Spread",
nameLore: "Mining Spread",
nameShort: "Mining Spread",
nameTiny: "MS",
symbol: "▚",
},
heat_resistance: {
name: "Heat Resistance",
nameLore: "Heat Resistance",
nameShort: "Heat Resistance",
nameTiny: "HR",
symbol: "♨",
},
};

export const HIDDEN_STATS = [
Expand Down
Loading

0 comments on commit 198981c

Please sign in to comment.