ZenlessData/Data/Weapon_Ability_13006.json
2024-08-13 22:59:23 -03:00

58 lines
1.4 KiB
JSON

{
"AbilityName": "Weapon_Ability_13006",
"AbilitySpecials": {
"AS_AddedBreakStunRatio_01": {
"Value": 0.15
},
"AS_AddedBreakStunRatio_02": {
"Value": 0.15
},
"AS_HpPercentage_01": {
"Value": 0.5
},
"AS_HpPercentage_02": {
"Value": 0.75
}
},
"AbilityStacking": "Unique",
"DefaultModifier": {
"OnHitOther": [
{
"$type": "ModifyAttackDataAction",
"Predicates": [
{
"$type": "ByPlayerPropertyValue",
"CompareType": "GreaterEqual",
"Denominator": "MaxHP",
"IsUsePercent": true,
"Numerator": "CurHP",
"Target": "Target",
"Val1": "%AS_HpPercentage_01",
"Val2": 0
}
],
"PropertyKey": "Actor_AddedBreakStunRatio",
"PropertyValue": "%AS_AddedBreakStunRatio_01",
"Target": "Self"
},
{
"$type": "ModifyAttackDataAction",
"Predicates": [
{
"$type": "ByPlayerPropertyValue",
"CompareType": "GreaterEqual",
"Denominator": "MaxHP",
"IsUsePercent": true,
"Numerator": "CurHP",
"Target": "Target",
"Val1": "%AS_HpPercentage_02",
"Val2": 0
}
],
"PropertyKey": "Actor_AddedBreakStunRatio",
"PropertyValue": "%AS_AddedBreakStunRatio_02",
"Target": "Self"
}
]
}
}