ZenlessData/Data/Bangboo_FightingCommon_Default.json

30 lines
600 B
JSON
Raw Normal View History

{
"AbilityName": "Bangboo_FightingCommon_Default",
"AbilityStacking": "Unique",
"DefaultModifier": {
"OnAdded": [
{
"$type": "ApplyModifier",
"ModifierName": "NoDamageModifier",
"Target": "Self"
},
{
"$type": "HandleAnimatorZoneTagsAction",
"AnimatorStateTags": [
"Bangboo"
],
"IsAdd": true,
"Target": "Self"
}
]
},
"Modifiers": {
"NoDamageModifier": {
"Duration": -1,
"ModifierStacking": "Unique",
"Properties": {
"Actor_NoDamage": 1
}
}
}
}