ZenlessData/Data/AbyssS2_BurningBloodBuild_Card_B02.json

66 lines
1.7 KiB
JSON
Raw Normal View History

{
"AbilityName": "AbyssS2_BurningBloodBuild_Card_B02",
"AbilitySpecials": {
"AS_AddedDamageRatio": {
"Value": 0.18
},
"AS_AddedElementAccumulationRatio": {
"Value": 0.05
},
"AS_CurHPRatio": {
"Value": 1
},
"AS_CurHPRatio_Target": {
"Value": 1
}
},
"AbilityStacking": "Unique",
"DefaultModifier": {
"OnHitOther": [
{
"$type": "SetAbilitySpecialByExpression",
"DoRefresh": true,
"Expression": "property(CurHP)\/property(MaxHP)",
"ParamName": "AS_CurHPRatio",
"Target": "Self",
"ValueType": "Float"
},
{
"$type": "SetAbilitySpecialByExpression",
"DoRefresh": true,
"Expression": "property(CurHP)\/property(MaxHP)",
"ParamName": "AS_CurHPRatio_Target",
"Target": "Target",
"ValueType": "Float"
},
{
"$type": "ModifyAttackDataAction",
"Predicates": [
{
"$type": "ByAbilitySpecial",
"CompareType": "Less",
"Param": "%AS_CurHPRatio_Target",
"ParamName": "AS_CurHPRatio"
}
],
"PropertyKey": "Actor_AddedDamageRatio",
"PropertyValue": "%AS_AddedDamageRatio",
"Target": "Self"
},
{
"$type": "ModifyAttackDataAction",
"Predicates": [
{
"$type": "ByAbilitySpecial",
"CompareType": "Less",
"Param": "%AS_CurHPRatio_Target",
"ParamName": "AS_CurHPRatio"
}
],
"PropertyKey": "Actor_AddedElementAccumulationRatio",
"PropertyValue": "%AS_AddedElementAccumulationRatio",
"Target": "Self"
}
]
}
}