1
0
ZenlessData/Data/_unsorted/Weapon_Ability_14140.json
2025-07-16 01:54:02 +02:00

62 lines
1.3 KiB
JSON

{
"AbilityName": "Weapon_Ability_14140",
"AbilitySpecials": {
"AS_AddedDamageRatio_Physics": {
"Value": 0.2
},
"AS_Duration": {
"Value": 15
},
"AS_ElementAbnormalPowerDelta": {
"Value": 0.5
}
},
"AbilityStacking": "Unique",
"DefaultModifier": {
"OnAdded": [
{
"$type": "ApplyModifier",
"ModifierName": "ElementAbnormalPowerModifier",
"Target": "Self"
}
],
"OnBattleEnter": [
{
"$type": "ApplyModifier",
"ModifierName": "AddedDamageModifier",
"StackCount": 2,
"Target": "Self"
}
],
"OnBuffAddToOther": [
{
"$type": "ApplyModifier",
"ModifierName": "AddedDamageModifier",
"Predicates": [
{
"$type": "ByHandlingBuffGroup",
"BuffGroupList": [
"Strike"
]
}
],
"Target": "Self"
}
]
},
"Modifiers": {
"AddedDamageModifier": {
"Duration": "%AS_Duration",
"MaxStackingNumber": 2,
"ModifierStacking": "MultipleAllRefresh",
"Properties": {
"Actor_AddedDamageRatio_Physics": "%AS_AddedDamageRatio_Physics"
}
},
"ElementAbnormalPowerModifier": {
"Properties": {
"Actor_ElementAbnormalPowerDelta": "%AS_ElementAbnormalPowerDelta"
}
}
}
}