Skip to content

Commit

Permalink
🍱 Update res
Browse files Browse the repository at this point in the history
  • Loading branch information
omg-xtao committed Jun 1, 2024
1 parent 9500f6e commit 5a3d640
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 10 deletions.
24 changes: 15 additions & 9 deletions compiler/hsr-optimizer-api/src/lib/dataParser.js
Original file line number Diff line number Diff line change
Expand Up @@ -3823,7 +3823,6 @@ export function getScoringMetadata() {
Constants.Stats.Fire_DMG,
],
[Constants.Parts.LinkRope]: [
Constants.Stats.ATK_P,
Constants.Stats.BE,
],
},
Expand Down Expand Up @@ -3855,10 +3854,7 @@ export function getScoringMetadata() {
Stats.ATK,
],
breakpoints: {},
maxBonusRolls: {
[Stats.ATK]: 0,
[Stats.ATK_P]: 2,
},
maxBonusRolls: {},
formula: {
BASIC: 0,
SKILL: 3,
Expand Down Expand Up @@ -4144,14 +4140,25 @@ export function getScoringMetadata() {
Stats.CR,
Stats.CD,
Stats.ATK_P,
Stats.HP_P,
Stats.DEF_P,
Stats.EHR,
Stats.OHB,
],
[Parts.Feet]: [
Stats.ATK_P,
Stats.SPD,
],
[Parts.PlanarSphere]: [
Stats.Physical_DMG,
Stats.HP_P,
Stats.DEF_P,
Stats.ATK_P,
Stats.Wind_DMG,
Stats.Physical_DMG,
Stats.Fire_DMG,
Stats.Ice_DMG,
Stats.Lightning_DMG,
Stats.Quantum_DMG,
Stats.Imaginary_DMG,
],
[Parts.LinkRope]: [
Stats.BE,
Expand All @@ -4166,12 +4173,11 @@ export function getScoringMetadata() {
Stats.CD,
],
[Parts.Feet]: [
Stats.ATK_P,
Stats.SPD,
],
[Parts.PlanarSphere]: [
Stats.ATK_P,
Stats.Physical_DMG,
Stats.ATK_P,
],
[Parts.LinkRope]: [
Stats.BE,
Expand Down
2 changes: 1 addition & 1 deletion src/starrailrelicscore/data/metadata.json

Large diffs are not rendered by default.

0 comments on commit 5a3d640

Please sign in to comment.