fix Arlecchino

This commit is contained in:
Yuuki 2024-09-22 13:05:06 +08:00
parent 1516add97b
commit 23251d389e
4 changed files with 28 additions and 28 deletions

View File

@ -977,7 +977,8 @@
}
],
"AALEOLAKKCA": "Arlecchino_HpDebtsMark",
"value": ["FIGHT_PROP_MAX_HP", "HpDebts_Level_1_Ratio", "MUL"]
"value": 0.65,
"maxValue": 1.3
},
{
"$type": "ApplyModifier",
@ -1016,7 +1017,8 @@
}
],
"AALEOLAKKCA": "Arlecchino_HpDebtsMark",
"value": ["FIGHT_PROP_MAX_HP", "HpDebts_Level_2_Ratio", "MUL"]
"value": 1.3,
"maxValue": 1.3
},
{
"$type": "ApplyModifier",
@ -2630,7 +2632,7 @@
{
"$type": "SetOverrideMapValue",
"shieldHP": true,
"value": ["FIGHT_PROP_CUR_HP_DEBTS", "FIGHT_PROP_MAX_HP", "DIV"],
"value": 0.0,
"overrideMapKey": "Cur_HPDebts_Ratio",
"maxValue": 0.0,
"minValue": 0.0
@ -2772,8 +2774,8 @@
],
"abilitySpecials": {
"Arlecchino_ElementalBurst_Ratio": 0.0,
"HealHp_Debt_Ratio": 0.0,
"HealHp_Atk_Ratio": 0.0,
"HealHp_Debt_Ratio": 2.0,
"HealHp_Atk_Ratio": 2.0,
"_HPDebts": 0.0
},
"modifiers": {
@ -3128,15 +3130,18 @@
{
"$type": "HealHP",
"shieldHP": true,
"amount": [
"_HPDebts",
"HealHp_Debt_Ratio",
"MUL",
"FIGHT_PROP_CUR_ATTACK",
"HealHp_Atk_Ratio",
"MUL",
"ADD"
],
"target": "Self",
"amount": [
"FIGHT_PROP_CUR_HP_DEBTS",
"HealHp_Debt_Ratio",
"MUL",
"FIGHT_PROP_CUR_ATTACK",
"HealHp_Atk_Ratio",
"MUL",
"ADD",
"FIGHT_PROP_CUR_HP_DEBTS",
"ADD"
],
"cdRatio": "Arlecchino_ElementalBurst_Heal"
}
],
@ -3368,7 +3373,8 @@
"target": "Caster",
"shieldHP": true,
"AALEOLAKKCA": "Arlecchino_HpDebtsMark",
"value": ["FIGHT_PROP_MAX_HP", "HpDebts_KillEnemy_Ratio", "MUL"]
"value": 1.3,
"maxValue": 1.3
}
]
},
@ -3686,7 +3692,7 @@
{
"$type": "SetOverrideMapValue",
"shieldHP": true,
"value": ["FIGHT_PROP_CUR_HP_DEBTS", "FIGHT_PROP_MAX_HP", "DIV"],
"value": 2.0,
"overrideMapKey": "Cur_HPDebts_Ratio",
"maxValue": 0.0,
"minValue": 0.0
@ -4196,7 +4202,7 @@
{
"$type": "SetOverrideMapValue",
"shieldHP": true,
"value": "FIGHT_PROP_CUR_HP_DEBTS",
"value": 0.0,
"overrideMapKey": "Cur_HPDebts",
"maxValue": 0.0,
"minValue": 0.0
@ -4212,7 +4218,7 @@
{
"$type": "ReduceHPDebts",
"shieldHP": true,
"value": ["Cur_HPDebts", "Cur_HPDebts_Reduce_Ratio", "MUL"]
"value": 0.075
},
{
"$type": "ModifyAvatarSkillCD",

View File

@ -7710,13 +7710,7 @@
{
"$type": "SetOverrideMapValue",
"shieldHP": true,
"value": [
"TotalDebts",
"Ratio2",
"MUL",
0.0010000000474974513,
"MUL"
],
"value": ["TotalDebts", "Ratio2", "MUL"],
"overrideMapKey": "Attack",
"maxValue": 0.0,
"minValue": 0.0
@ -7776,7 +7770,7 @@
{
"$type": "AddHPDebts",
"AALEOLAKKCA": "",
"value": ["Debts", "FIGHT_PROP_MAX_HP", "MUL"]
"value": 0.24
}
]
},

View File

@ -4914,7 +4914,7 @@
{
"$type": "AddHPDebts",
"AALEOLAKKCA": "",
"value": ["Debts", "FIGHT_PROP_MAX_HP", "MUL"]
"value": 0.25
}
]
},

View File

@ -7770,7 +7770,7 @@
{
"$type": "AddHPDebts",
"AALEOLAKKCA": "",
"value": ["Debts", "FIGHT_PROP_MAX_HP", "MUL"]
"value": 0.25
}
]
},