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

92 lines
2.0 KiB
JSON

{
"AbilityName": "Suit_Ability_50433300",
"AbilitySpecials": {
"AS_AddedDamageRatio": {
"Value": 0.2
},
"AS_AddedDamageRatio_Extra": {
"Value": 0.2
},
"AS_Duration": {
"Value": 20
}
},
"AbilityStacking": "Unique",
"DefaultModifier": {
"OnHitOther": [
{
"$type": "ModifyAttackDataAction",
"Predicates": [
{
"$type": "ByAnimTagList",
"TagList": [
"AttackNormal",
"Normal"
]
}
],
"PropertyKey": "Actor_AddedDamageRatio",
"PropertyValue": "%AS_AddedDamageRatio",
"Target": "Self"
}
],
"OnSkillStart": [
{
"$type": "BranchOperator",
"Conditions": [
{
"$type": "ByOr",
"Predicates": [
{
"$type": "ByFromSkillType",
"SkillType": "ExSp"
},
{
"$type": "ByFromSkillType",
"SkillType": "ExQTE"
}
]
},
{
"$type": "ByAvatarProfessionType",
"ProfessionType": "Attack"
}
],
"SuccessActions": [
{
"$type": "ApplyModifier",
"ModifierName": "BuffModifier",
"Target": "Self"
}
]
}
]
},
"Modifiers": {
"BuffModifier": {
"Duration": "%AS_Duration",
"ModifierStacking": "Refresh",
"OnHitOther": [
{
"$type": "ModifyAttackDataAction",
"Predicates": [
{
"$type": "ByAnimTagList",
"TagList": [
"AttackNormal",
"Normal"
]
},
{
"$type": "ByAvatarProfessionType",
"ProfessionType": "Attack"
}
],
"PropertyKey": "Actor_AddedDamageRatio",
"PropertyValue": "%AS_AddedDamageRatio_Extra",
"Target": "Self"
}
]
}
}
}