mirror of
https://git.mero.moe/dimbreath/ZenlessData.git
synced 2024-11-09 03:58:45 +08:00
45 lines
1.1 KiB
JSON
45 lines
1.1 KiB
JSON
|
{
|
||
|
"AbilityName": "MaterialHandler_PartDamage",
|
||
|
"AbilitySpecials": {
|
||
|
"AS_PartDestroy_Leg_HPPercentage": {
|
||
|
"Value": 0
|
||
|
},
|
||
|
"HpReduceAmount": {
|
||
|
"Value": 0
|
||
|
}
|
||
|
},
|
||
|
"AbilityStacking": "Unique",
|
||
|
"DefaultModifier": {
|
||
|
"OnBeingHit": [
|
||
|
{
|
||
|
"$type": "SetAbilitySpecialByExpression",
|
||
|
"DoRefresh": true,
|
||
|
"Expression": "specials(AS_PartDestroy_Leg_HPPercentage)*property(MaxHP)",
|
||
|
"ParamName": "HpReduceAmount",
|
||
|
"Predicates": [
|
||
|
{
|
||
|
"$type": "ByAnimEventIDs",
|
||
|
"AnimEventIDs": [
|
||
|
"Monster_MaterialHandler_PartDestroyed_Leg_Attackproperty_01"
|
||
|
],
|
||
|
"Target": "Self"
|
||
|
}
|
||
|
],
|
||
|
"ValueType": "Float"
|
||
|
},
|
||
|
{
|
||
|
"$type": "ReplaceDamageAction",
|
||
|
"Predicates": [
|
||
|
{
|
||
|
"$type": "ByAnimEventIDs",
|
||
|
"AnimEventIDs": [
|
||
|
"Monster_MaterialHandler_PartDestroyed_Leg_Attackproperty_01"
|
||
|
],
|
||
|
"Target": "Self"
|
||
|
}
|
||
|
],
|
||
|
"TargetDamage": "%HpReduceAmount"
|
||
|
}
|
||
|
]
|
||
|
}
|
||
|
}
|