1
0
ZenlessData/Data/Palicus_MultiDamageProtect.json
2025-03-11 21:10:23 -03:00

55 lines
1.3 KiB
JSON

{
"AbilityName": "Palicus_MultiDamageProtect",
"AbilitySpecials": {
"AS_AddedDamageRatio": {
"Value": 0,
"ValueType": "Float"
}
},
"AbilityStacking": "Unique",
"DefaultModifier": {
"OnHitOtherResolved": [
{
"$type": "BranchOperator",
"Conditions": [
{
"$type": "ByHasModifier",
"ModifierNameList": [
"Palicus_MultiDamageProtect"
]
}
],
"FailureActions": [
{
"$type": "ApplyModifier",
"ModifierName": "Palicus_MultiDamageProtect",
"Target": "Other"
}
],
"Predicates": [
{
"$type": "ByAnimEventIDs",
"AnimEventIDs": [
"Monster_Palicus_ATK03_Attackproperty_Bullet",
"Monster_Palicus_ATK06_Attackproperty_Bullet"
]
}
],
"SuccessActions": [
{
"$type": "ModifyAttackDataAction",
"PropertyKey": "Actor_AddedDamageRatio",
"PropertyValue": "%AS_AddedDamageRatio"
}
],
"Target": "Other"
}
]
},
"Modifiers": {
"Palicus_MultiDamageProtect": {
"Duration": 0.2,
"ModifierStacking": "Refresh"
}
}
}