ZenlessData/Data/TheGun_HeatBuff_08.json

78 lines
1.8 KiB
JSON
Raw Normal View History

{
"AbilityMixins": [
{
"$type": "AttachStateWithModifierMixin",
"ConfigList": [
{
"AnimatorStateName": "Taunt",
"LayerIndex": 0,
"ModifierNameList": [
"HeatBuff_08_Taunt_Manager"
],
"NormalizedTimeHigh": 1,
"NormalizedTimeLow": 0,
"Target": "Self"
}
]
}
],
"AbilityName": "TheGun_HeatBuff_08",
"AbilitySpecials": {
"AS_AddedStunRatio": {
"Value": 0.3
},
"AS_Buff_Duration": {
"Value": 8
},
"BaseAttackRatio": {
"Value": 0.3
}
},
"AbilityStacking": "Unique",
"DefaultModifier": {
},
"Modifiers": {
"HeatBuff_08_Taunt_DamageUp": {
"Duration": "%AS_Buff_Duration",
"ModifierStacking": "Unique",
"Properties": {
"Actor_AddedBreakStunRatio": "%AS_AddedStunRatio",
"Actor_BaseAttackRatio": "%BaseAttackRatio"
}
},
"HeatBuff_08_Taunt_Manager": {
"Duration": -1,
"ModifierStacking": "Unique",
"OnAdded": [
{
"$type": "LDListenEntityAction",
"TargetKey": "Lighter_provoke"
},
{
"$type": "ApplyModifier",
"ModifierName": "HeatBuff_08_Taunt_DamageUp",
"Predicates": [
{
"$type": "ByIsLocalAvatar",
"IsLocalAvatar": true,
"Target": "Self"
}
],
"Target": "TeamAvatars"
},
{
"$type": "ApplyModifier",
"ModifierName": "HeatBuff_08_Taunt_DamageUp",
"Predicates": [
{
"$type": "ByIsLocalAvatar",
"IsLocalAvatar": true,
"Target": "Self"
}
],
"Target": "PartnerAvatars"
}
]
}
}
}