mirror of
https://git.mero.moe/dimbreath/ZenlessData.git
synced 2024-11-08 19:48:44 +08:00
34 lines
790 B
JSON
34 lines
790 B
JSON
|
{
|
||
|
"AbilityName": "Suit_Ability_50430900",
|
||
|
"AbilitySpecials": {
|
||
|
"AS_AddedDamageRatio": {
|
||
|
"Value": 0.3
|
||
|
},
|
||
|
"AS_HpPercentage": {
|
||
|
"Value": 0.5
|
||
|
}
|
||
|
},
|
||
|
"AbilityStacking": "Unique",
|
||
|
"DefaultModifier": {
|
||
|
"OnHitOther": [
|
||
|
{
|
||
|
"$type": "ModifyAttackDataAction",
|
||
|
"Predicates": [
|
||
|
{
|
||
|
"$type": "ByPlayerPropertyValue",
|
||
|
"CompareType": "GreaterEqual",
|
||
|
"Denominator": "MaxHP",
|
||
|
"IsUsePercent": true,
|
||
|
"Numerator": "CurHP",
|
||
|
"Target": "Target",
|
||
|
"Val1": "%AS_HpPercentage",
|
||
|
"Val2": 0
|
||
|
}
|
||
|
],
|
||
|
"PropertyKey": "Actor_AddedDamageRatio",
|
||
|
"PropertyValue": "%AS_AddedDamageRatio",
|
||
|
"Target": "Self"
|
||
|
}
|
||
|
]
|
||
|
}
|
||
|
}
|