ZenlessData/Data/Ahriman_Fly_Bookemon.json

61 lines
1.3 KiB
JSON
Raw Normal View History

{
"AbilityName": "Ahriman_Fly_Bookemon",
"AbilityStacking": "Unique",
"DefaultModifier": {
"ModifierStacking": "Unique",
"OnAdded": [
{
"$type": "HandleAnimatorZoneTagsAction",
"AnimatorStateTags": [
"Bookemon_Fly"
],
"IsAdd": true,
"Target": "Self"
}
],
"OnBeAttackLanded": [
{
"$type": "ApplyModifier",
"ModifierName": "DamagedModifier",
"Predicates": [
{
"$type": "ByTotalDamage",
"CompareType": "Greater",
"Damage": 0,
"SkipDamage": true,
"Target": "Other"
}
]
}
]
},
"Modifiers": {
"DamagedModifier": {
"Duration": -1,
"ModifierStacking": "Unique",
"OnAdded": [
{
"$type": "HandleAnimatorZoneTagsAction",
"AnimatorStateTags": [
"Bookemon_Fly"
],
"IsAdd": false,
"Target": "Self"
},
{
"$type": "SetAnimCtrlerParamAction",
"ParamName": "Trigger_Hit",
"ParamType": 1,
"Target": "Self"
},
{
"$type": "SetAnimCtrlerParamAction",
"BoolVal": true,
"ParamName": "Bool_Hurt",
"ParamType": 2,
"Target": "Self"
}
]
}
}
}