Skip to content

Commit

Permalink
🍱 Update res
Browse files Browse the repository at this point in the history
  • Loading branch information
omg-xtao committed Jul 15, 2024
1 parent 392fcfc commit 89659df
Show file tree
Hide file tree
Showing 4 changed files with 22 additions and 22 deletions.
4 changes: 2 additions & 2 deletions compiler/hsr-optimizer-api/src/lib/constants.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
// Represents the version of the latest info, which should be the beta leaks version
export const CURRENT_OPTIMIZER_VERSION = 'v2.4.1'
export const CURRENT_OPTIMIZER_VERSION = 'v2.4.4'
export const BETA_UPDATE = 'All calculations are subject to change. Last updated v5 07-12-2024.'

export const Stats = {
ATK_P: 'ATK%',
Expand Down Expand Up @@ -746,4 +747,3 @@ export const SETTINGS_TEAM = 'Settings'
export const SIMULATION_SCORE = 'Combat Simulation Score'
export const CHARACTER_SCORE = 'Character Score'

export const BETA_UPDATE = 'All calculations are subject to change. Last updated v1 06-17-2024.'
20 changes: 10 additions & 10 deletions compiler/hsr-optimizer-api/src/lib/dataParser.js
Original file line number Diff line number Diff line change
Expand Up @@ -3153,28 +3153,28 @@ export function getScoringMetadata() {
...SPREAD_RELICS_2P_GENERAL_CONDITIONALS,
],
ornamentSets: [
Sets.InertSalsotto,
Sets.DuranDynastyOfRunningWolves,
...SPREAD_ORNAMENTS_2P_FUA,
...SPREAD_ORNAMENTS_2P_GENERAL_CONDITIONALS,
],
teammates: [
{
characterId: '1112', // Topaz
lightCone: '23016', // Worrisome
characterId: '1309', // Robin
lightCone: '23026', // Nightglow
characterEidolon: 0,
lightConeSuperimposition: 1,
},
{
characterId: '1303', // Ruan Mei
lightCone: '23019', // Past self
characterEidolon: 0,
lightConeSuperimposition: 1,
characterId: '1202', // Tingyun
lightCone: '21018', // Dance
characterEidolon: 6,
lightConeSuperimposition: 5,
},
{
characterId: '1304', // Aventurine
lightCone: '21016', // Trend
characterId: '1217', // Huohuo
lightCone: '23017', // Night of Fright
characterEidolon: 0,
lightConeSuperimposition: 5,
lightConeSuperimposition: 1,
},
],
},
Expand Down
18 changes: 9 additions & 9 deletions src/starrailrelicscore/data/game_data.json
Original file line number Diff line number Diff line change
Expand Up @@ -644,7 +644,7 @@
"CRIT Rate": 0.05,
"CRIT DMG": 0.5
},
"unreleased": false
"unreleased": true
},
"1221": {
"id": "1221",
Expand All @@ -661,7 +661,7 @@
"CRIT Rate": 0.05,
"CRIT DMG": 0.5
},
"unreleased": false
"unreleased": true
},
"1224": {
"id": "1224",
Expand All @@ -671,14 +671,14 @@
"element": "Imaginary",
"max_sp": 110,
"stats": {
"HP": 917.28,
"HP": 1058.4,
"ATK": 564.48,
"DEF": 418.95,
"SPD": 107,
"DEF": 441,
"SPD": 102,
"CRIT Rate": 0.05,
"CRIT DMG": 0.5
},
"unreleased": false
"unreleased": true
},
"1301": {
"id": "1301",
Expand Down Expand Up @@ -1819,7 +1819,7 @@
"ATK": 423.36,
"DEF": 396.9
},
"unreleased": false
"unreleased": true
},
"22000": {
"id": "22000",
Expand Down Expand Up @@ -2215,7 +2215,7 @@
"ATK": 582.12,
"DEF": 529.2
},
"unreleased": false
"unreleased": true
},
"23030": {
"id": "23030",
Expand All @@ -2227,7 +2227,7 @@
"ATK": 582.12,
"DEF": 463.05
},
"unreleased": false
"unreleased": true
},
"24000": {
"id": "24000",
Expand Down
2 changes: 1 addition & 1 deletion src/starrailrelicscore/data/metadata.json

Large diffs are not rendered by default.

0 comments on commit 89659df

Please sign in to comment.