Skip to content

Commit

Permalink
Merge pull request #31 from ShiroySan/main
Browse files Browse the repository at this point in the history
Fixed Hu Tao and Xiao Heal/Lose HP | Added Missing StrongBox Data
  • Loading branch information
Kei-Luna authored Jun 2, 2024
2 parents 02ab618 + 2884cb6 commit dc64d3f
Show file tree
Hide file tree
Showing 2 changed files with 121 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -287,7 +287,7 @@ public enum Type {

@SerializedName(
value = "amountByCasterMaxHPRatio",
alternate = {"PKPBLCNMPIG", "HFNJHOGGFKB", "GEJGGCIOLKN", "MEEACMKOLJF", "OLMENJCGGJJ"})
alternate = {"PKPBLCNMPIG", "HFNJHOGGFKB", "GEJGGCIOLKN", "MEEACMKOLJF", "OLMENJCGGJJ","EJGDELKANMO"})
public DynamicFloat amountByCasterMaxHPRatio = DynamicFloat.ZERO;

public DynamicFloat amountByGetDamage = DynamicFloat.ZERO;
Expand Down
120 changes: 120 additions & 0 deletions src/main/resources/defaults/data/ReliquaryDecompose.json
Original file line number Diff line number Diff line change
Expand Up @@ -208,5 +208,125 @@
90553,
90554
]
},
{
"configId": 15,
"items": [
91513,
91514,
91523,
91524,
91533,
91534,
91543,
91544,
91553,
91554
]
},
{
"configId": 16,
"items": [
92513,
92514,
92523,
92524,
92533,
92534,
92543,
92544,
92553,
92554
]
},
{
"configId": 17,
"items": [
93513,
93514,
93523,
93524,
93533,
93534,
93543,
93544,
93553,
93554
]
},
{
"configId": 18,
"items": [
94513,
94514,
94523,
94524,
94533,
94534,
94543,
94544,
94553,
94554
]
},
{
"configId": 19,
"items": [
95513,
95514,
95523,
95524,
95533,
95534,
95543,
95544,
95553,
95554
]
},
{
"configId": 20,
"items": [
96513,
96514,
96523,
96524,
96533,
96534,
96543,
96544,
96553,
96554
]
},
{
"configId": 21,
"items": [
97513,
97514,
97523,
97524,
97533,
97534,
97543,
97544,
97553,
97554
]
},
{
"configId": 22,
"items": [
98513,
98514,
98523,
98524,
98533,
98534,
98543,
98544,
98553,
98554
]
}
]

0 comments on commit dc64d3f

Please sign in to comment.