1
0
ZenlessData/Data/_unsorted/Suit_Ability_50433400.json
2025-09-04 01:06:25 +02:00

55 lines
1.2 KiB
JSON

{
"AbilityName": "Suit_Ability_50433400",
"AbilitySpecials": {
"AS_AddedDamageRatio": {
"Value": 0.2
},
"AS_Duration": {
"Value": 20
}
},
"AbilityStacking": "Unique",
"DefaultModifier": {
"OnSkillStart": [
{
"$type": "BranchOperator",
"Conditions": [
{
"$type": "ByOr",
"Predicates": [
{
"$type": "ByFromSkillType",
"SkillType": "ExSp"
},
{
"$type": "ByFromSkillType",
"SkillType": "ExQTE"
}
]
},
{
"$type": "ByAvatarProfessionType",
"ProfessionType": "Support"
}
],
"SuccessActions": [
{
"$type": "ApplyModifier",
"ModifierName": "UniqueBuffModifier_50433400",
"Target": "TeamAvatars"
}
]
}
]
},
"Modifiers": {
"UniqueBuffModifier_50433400": {
"Duration": "%AS_Duration",
"IsUnique": true,
"ModifierStacking": "Replace",
"Properties": {
"Actor_AddedDamageRatio": "%AS_AddedDamageRatio"
}
}
}
}