Skip to content

Commit

Permalink
🍱 Update res
Browse files Browse the repository at this point in the history
  • Loading branch information
omg-xtao committed May 27, 2024
1 parent 6add3d2 commit 9500f6e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
5 changes: 3 additions & 2 deletions compiler/hsr-optimizer-api/src/lib/dataParser.js
Original file line number Diff line number Diff line change
Expand Up @@ -3573,8 +3573,8 @@ export function getScoringMetadata() {
simulation: {
parts: {
[Parts.Body]: [
Stats.ATK_P,
Stats.EHR,
Stats.ATK_P,
],
[Parts.Feet]: [
Stats.ATK_P,
Expand Down Expand Up @@ -3868,6 +3868,7 @@ export function getScoringMetadata() {
BREAK: 1,
},
relicSets: [
[Sets.ThiefOfShootingMeteor, Sets.WatchmakerMasterOfDreamMachinations],
RELICS_2P_BREAK_EFFECT_SPEED,
[Sets.IronCavalryAgainstScourge, Sets.IronCavalryAgainstScourge],
...SPREAD_RELICS_2P_GENERAL_CONDITIONALS,
Expand Down Expand Up @@ -4173,7 +4174,6 @@ export function getScoringMetadata() {
Stats.Physical_DMG,
],
[Parts.LinkRope]: [
Stats.ATK_P,
Stats.BE,
],
},
Expand All @@ -4194,6 +4194,7 @@ export function getScoringMetadata() {
BREAK: 1,
},
relicSets: [
[Sets.ThiefOfShootingMeteor, Sets.WatchmakerMasterOfDreamMachinations],
RELICS_2P_BREAK_EFFECT_SPEED,
[Sets.IronCavalryAgainstScourge, Sets.IronCavalryAgainstScourge],
...SPREAD_RELICS_2P_GENERAL_CONDITIONALS,
Expand Down
2 changes: 1 addition & 1 deletion src/starrailrelicscore/data/metadata.json

Large diffs are not rendered by default.

0 comments on commit 9500f6e

Please sign in to comment.