Skip to content

Commit

Permalink
Fixed HOTM tree (#2273, #2263), Updated Core of the Mountain logic to…
Browse files Browse the repository at this point in the history
… accumulate awards
  • Loading branch information
averithefox committed Oct 13, 2024
1 parent 9bb51f7 commit e84e147
Show file tree
Hide file tree
Showing 2 changed files with 741 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 e84e147

Please sign in to comment.