mirror of
https://git.mero.moe/dimbreath/ZenlessData.git
synced 2024-11-08 19:48:44 +08:00
58 lines
1.4 KiB
JSON
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"
|
|
}
|
|
]
|
|
}
|
|
} |