1
0
ZenlessData/Data/Abyss_BossFight04_EnvBuff_01.json

113 lines
2.7 KiB
JSON
Raw Normal View History

{
"AbilityMixins": [
{
"$type": "AttachZoneTagWithModifierMixin",
"ConfigList": [
{
"ModifierNameList": [
"Abyss_BossFight04_StunRatio_Modifier",
"Abyss_BossFight04_ListenDisorderModifier",
"Abyss_BossFight04_DamageTaken_Modifier"
],
"ZoneTag": "EnhanceMode"
}
]
}
],
"AbilityName": "Abyss_BossFight04_EnvBuff_01",
"AbilitySpecials": {
"AS_AddedBreakStunRatio": {
"Value": -0.3,
"ValueType": "Float"
},
"AS_AddedDamageRatio": {
"Value": 0.5,
"ValueType": "Float"
},
"AS_DamageTakeRatio": {
"Value": -0.15,
"ValueType": "Float"
}
},
"AbilityStacking": "Unique",
"DefaultModifier": {
"ModifierStacking": "Unique",
"OnAdded": [
{
"$type": "ApplyModifier",
"ModifierName": "Abyss_BossFight04_EnvBuff_01_Modifier",
"Target": "Self"
}
]
},
"Modifiers": {
"Abyss_BossFight04_DamageTaken_Modifier": {
"Duration": -1,
"ModifierStacking": "Unique",
"Properties": {
"Actor_DamageTakeRatio": "%AS_DamageTakeRatio"
}
},
"Abyss_BossFight04_EnvBuff_01_Modifier": {
"Duration": -1,
"ModifierStacking": "Unique",
"OnBuffDamageBeingHit": [
{
"$type": "ModifyAttackDataAction",
"Predicates": [
{
"$type": "ByBuffAttackProperty",
"BuffGroupList": [
"Frozen",
"Frostbite",
"Frost",
"Strike",
"Burn",
"Ignite",
"Electric",
"Overload",
"Erosion",
"Chaos"
]
}
],
"PropertyKey": "Actor_BuffDamageRatio",
"PropertyValue": "%AS_AddedDamageRatio",
"Target": "Self"
}
]
},
"Abyss_BossFight04_ListenDisorderModifier": {
"Duration": -1,
"ModifierStacking": "Unique",
"OnBuffAdded": [
{
"$type": "SendCustomEvent",
"EventKey": "ExitEnhanceMode",
"IsGlobal": false,
"Predicates": [
{
"$type": "ByHandlingBuffGroup",
"BuffGroupList": [
"Disorder"
]
}
],
"Target": "Self"
}
]
},
"Abyss_BossFight04_StunRatio_Modifier": {
"Duration": -1,
"ModifierStacking": "Unique",
"OnBeingHit": [
{
"$type": "ModifyAttackDataAction",
"PropertyKey": "Actor_AddedBreakStunRatio",
"PropertyValue": "%AS_AddedBreakStunRatio",
"Target": "Self"
}
]
}
}
}