Skip to content

Commit

Permalink
Add files via upload
Browse files Browse the repository at this point in the history
  • Loading branch information
DEViantUA committed Feb 13, 2024
1 parent 687d403 commit 9707031
Show file tree
Hide file tree
Showing 3 changed files with 438 additions and 113 deletions.
4 changes: 4 additions & 0 deletions starrailcard/src/tools/calculator/src/assets/relic_id.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
{
"55001": "55003",
"55002": "55004"
}
216 changes: 180 additions & 36 deletions starrailcard/src/tools/calculator/src/assets/rolls.json
Original file line number Diff line number Diff line change
@@ -1,62 +1,206 @@
{
"HPDelta": {
"3": [20, 23, 25],
"4": [27, 30, 33],
"5": [33, 38, 42]
"3": [
20,
23,
25
],
"4": [
27,
30,
33
],
"5": [
33,
38,
42
]
},
"AttackDelta": {
"3": [10, 11, 12],
"4": [13, 15, 16],
"5": [16, 19, 21]
"3": [
10,
11,
12
],
"4": [
13,
15,
16
],
"5": [
16,
19,
21
]
},
"DefenceDelta": {
"3": [10, 11, 12],
"4": [13, 15, 16],
"5": [16, 19, 21]
"3": [
10,
11,
12
],
"4": [
13,
15,
16
],
"5": [
16,
19,
21
]
},
"HPAddedRatio": {
"3": [0.020, 0.023, 0.025],
"4": [0.027, 0.031, 0.034],
"5": [0.034, 0.038, 0.044]
"3": [
0.02,
0.023,
0.025
],
"4": [
0.027,
0.031,
0.034
],
"5": [
0.034,
0.038,
0.044
]
},
"AttackAddedRatio": {
"3": [0.020, 0.023, 0.025],
"4": [0.027, 0.031, 0.034],
"5": [0.034, 0.038, 0.044]
"3": [
0.02,
0.023,
0.025
],
"4": [
0.027,
0.031,
0.034
],
"5": [
0.034,
0.038,
0.044
]
},
"DefenceAddedRatio": {
"3": [0.025, 0.029, 0.032],
"4": [0.034, 0.038, 0.043],
"5": [0.043, 0.048, 0.054]
"3": [
0.025,
0.029,
0.032
],
"4": [
0.034,
0.038,
0.043
],
"5": [
0.043,
0.048,
0.054
]
},
"SpeedDelta": {
"3": [1.0, 1.0, 1.0],
"4": [1.6, 1.8, 2.0],
"5": [2.0, 2.3, 2.6]
"3": [
1.0,
1.0,
1.0
],
"4": [
1.6,
1.8,
2.0
],
"5": [
2.0,
2.3,
2.6
]
},
"CriticalChanceBase": {
"3": [0.015, 0.017, 0.019],
"4": [0.020, 0.023, 0.025],
"5": [0.025, 0.029, 0.032]
"3": [
0.015,
0.017,
0.019
],
"4": [
0.02,
0.023,
0.025
],
"5": [
0.025,
0.029,
0.032
]
},
"CriticalDamageBase": {
"3": [0.031, 0.035, 0.038],
"4": [0.041, 0.046, 0.051],
"5": [0.051, 0.058, 0.065]
"3": [
0.031,
0.035,
0.038
],
"4": [
0.041,
0.046,
0.051
],
"5": [
0.051,
0.058,
0.065
]
},
"StatusProbabilityBase": {
"3": [0.020, 0.023, 0.025],
"4": [0.027, 0.031, 0.034],
"5": [0.034, 0.038, 0.043]
"3": [
0.02,
0.023,
0.025
],
"4": [
0.027,
0.031,
0.034
],
"5": [
0.034,
0.038,
0.043
]
},
"StatusResistanceBase": {
"3": [0.020, 0.023, 0.025],
"4": [0.027, 0.031, 0.034],
"5": [0.034, 0.038, 0.043]
"3": [
0.02,
0.023,
0.025
],
"4": [
0.027,
0.031,
0.034
],
"5": [
0.034,
0.038,
0.043
]
},
"BreakDamageAddedRatioBase": {
"3": [0.031, 0.035, 0.038],
"4": [0.041, 0.046, 0.051],
"5": [0.051, 0.058, 0.065]
"3": [
0.031,
0.035,
0.038
],
"4": [
0.041,
0.046,
0.051
],
"5": [
0.051,
0.058,
0.065
]
}
}
Loading

0 comments on commit 9707031

Please sign in to comment.