ZenlessData/Data/Bangboo_Penguinboo_HitTimesManager.json
2024-09-23 09:11:37 -03:00

60 lines
1.5 KiB
JSON

{
"AbilityMixins": [
{
"$type": "AttachStateWithModifierMixin",
"ConfigList": [
{
"AnimatorStateName": "Attack_SkillAttack01",
"IsLoop": false,
"LayerIndex": 0,
"ModifierNameList": [
"HitTimesCountsModifier"
],
"NormalizedTimeHigh": 1,
"NormalizedTimeLow": 0,
"Target": "Self"
},
{
"AnimatorStateName": "Attack_SkillAttack02",
"IsLoop": false,
"LayerIndex": 0,
"ModifierNameList": [
"HitTimesCountsModifier"
],
"NormalizedTimeHigh": 1,
"NormalizedTimeLow": 0,
"Target": "Self"
}
]
}
],
"AbilityName": "Bangboo_Penguinboo_HitTimesManager",
"AbilityStacking": "Unique",
"Modifiers": {
"HitTimesCountsModifier": {
"Duration": -1,
"IgnoreTimeScale": false,
"ModifierStacking": "Unique",
"OnAdded": [
{
"$type": "ModifyProperty",
"Amount": 0,
"CustomPropertyType": "HitTimes",
"Percentage": 0,
"PropertyModifyFunction": "Replace",
"PropertyType": "Custom"
}
],
"OnHitOther": [
{
"$type": "ModifyProperty",
"Amount": 1,
"CustomPropertyType": "HitTimes",
"Percentage": 0,
"PropertyModifyFunction": "Add",
"PropertyType": "Custom"
}
]
}
}
}