mirror of
https://git.mero.moe/dimbreath/ZenlessData.git
synced 2024-11-08 19:48:44 +08:00
78 lines
1.8 KiB
JSON
78 lines
1.8 KiB
JSON
{
|
|
"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"
|
|
}
|
|
]
|
|
}
|
|
}
|
|
} |