ZenlessData/Data/Harumasa_Talent_03.json

120 lines
2.9 KiB
JSON
Raw Normal View History

{
"AbilityMixins": [
{
"$type": "AttachStateWithModifierMixin",
"ConfigList": [
{
"AnimatorStateName": "Attack_FinishingSlash_01",
"FrameCountHigh": 99,
"FrameCountLow": 0,
"IsLoop": false,
"LayerIndex": 0,
"MaxFrameCountHigh": true,
"MaxFrameCountLow": false,
"ModifierNameList": [
"FinishingSlashModifier"
]
},
{
"AnimatorStateName": "Attack_FinishingSlash_02",
"FrameCountHigh": 99,
"FrameCountLow": 0,
"IsLoop": false,
"LayerIndex": 0,
"MaxFrameCountHigh": true,
"MaxFrameCountLow": false,
"ModifierNameList": [
"FinishingSlashModifier"
]
},
{
"AnimatorStateName": "Attack_FinishingSlash_03",
"FrameCountHigh": 99,
"FrameCountLow": 0,
"IsLoop": false,
"LayerIndex": 0,
"MaxFrameCountHigh": true,
"MaxFrameCountLow": false,
"ModifierNameList": [
"FinishingSlashModifier"
]
}
],
"IsSeam": true
}
],
"AbilityName": "Harumasa_Talent_03",
"AbilitySpecials": {
"AS_ElecSignDuration_Talent03": {
"Value": 20
},
"AS_SlashAddFever_Talent03": {
"Value": 50
}
},
"AbilityStacking": "Unique",
"DefaultModifier": {
"OnAdded": [
{
"$type": "SetTargetAbilitySpecialAction",
"DoRefresh": true,
"Params": [
{
"AbilityName": "Harumasa_FinishingSlash",
"AbilitySpecials": [
{
"ModifyFunction": "Replace",
"Param": "%AS_ElecSignDuration_Talent03",
"ParamName": "AS_ElecSignDuration",
"ParamType": "Float"
}
]
}
]
}
]
},
"Modifiers": {
"FinishingSlashModifier": {
"Duration": -1,
"IgnoreTimeScale": false,
"ModifierStacking": "Unique",
"OnPatternHitOther": [
{
"$type": "ApplyModifier",
"ModifierName": "Harumasa_SlashHitOther_Modifier",
"Predicates": [
{
"$type": "ByAnimTagList",
"TagList": [
"FinishingSlash"
]
}
],
"Target": "Caster"
}
],
"OnRemoved": [
{
"$type": "RemoveModifier",
"ModifierName": "Harumasa_SlashHitOther_Modifier",
"Target": "Caster"
}
]
},
"Harumasa_SlashHitOther_Modifier": {
"Duration": -1,
"IgnoreTimeScale": false,
"ModifierStacking": "Unique",
"OnAdded": [
{
"$type": "RecoverIndividualFeverAction",
"Amount": "%AS_SlashAddFever_Talent03",
"IgnoreRatio": false,
"Percentage": 0,
"Target": "Self"
}
]
}
}
}