1
0
ZenlessData/Data/_unsorted/Suit_Ability_50433800.json
2026-03-24 00:03:37 +01:00

104 lines
2.3 KiB
JSON

{
"AbilityName": "Suit_Ability_50433800",
"AbilitySpecials": {
"AS_AddedDamageRatio": {
"Value": 0
},
"AS_Duration_1": {
"Value": 0
},
"AS_Duration_2": {
"Value": 0
},
"AS_ElementMysteryDelta": {
"Value": 0
}
},
"AbilityStacking": "Unique",
"DefaultModifier": {
"OnBuffAddToOther": [
{
"$type": "ApplyModifier",
"ModifierName": "Buff02Modifier",
"Predicates": [
{
"$type": "ByHandlingBuffGroup",
"BuffGroupList": [
"Frozen",
"Frostbite"
]
}
],
"Target": "Caster"
}
],
"OnBuffDamageHitOther": [
{
"$type": "ApplyModifier",
"ModifierName": "Buff01Modifier",
"Predicates": [
{
"$type": "ByAnimTagList",
"TagList": [
"Abloom"
],
"Target": "Self"
}
],
"Target": "Caster"
}
]
},
"Modifiers": {
"Buff01Modifier": {
"Duration": "%AS_Duration_1",
"ModifierStacking": "Replace",
"Properties": {
"Actor_ElementMysteryDelta": "%AS_ElementMysteryDelta"
}
},
"Buff02Modifier": {
"Duration": "%AS_Duration_2",
"ModifierStacking": "Replace",
"OnBuffDamageHitOther": [
{
"$type": "ModifyAttackDataAction",
"Predicates": [
{
"$type": "ByBuffAttackProperty",
"BuffGroupList": [
"Disorder"
]
}
],
"PropertyKey": "Actor_BuffDamageRatio",
"PropertyValue": "%AS_AddedDamageRatio",
"Target": "Self"
},
{
"$type": "ModifyAttackDataAction",
"Predicates": [
{
"$type": "ByBuffAttackProperty",
"BuffGroupList": [
"Electric",
"Overload",
"Erosion",
"Chaos",
"Frozen",
"Frostbite",
"Burn",
"Ignite",
"Strike",
"Frost"
]
}
],
"PropertyKey": "Actor_BuffDamageRatio",
"PropertyValue": "%AS_AddedDamageRatio",
"Target": "Self"
}
]
}
}
}