ZenlessData/Data/AbyssS2_BurningBloodBuild_Card_B03.json
2024-12-17 20:43:14 -03:00

72 lines
1.8 KiB
JSON

{
"AbilityMixins": [
{
"$type": "ActionsOnPropertyChangeMixin",
"PropertyActions": [
{
"IsSaveToSpecial": true,
"IsUsePercentage": false,
"NameSaveToSpecial": "AS_HpChangeValue",
"PropertyChangeActions": [
{
"$type": "BranchOperator",
"Conditions": [
{
"$type": "ByAbilitySpecial",
"CompareType": "Less",
"Param": 0,
"ParamName": "AS_HpChangeValue"
}
],
"FailureActions": [
{
"$type": "ApplyModifier",
"ModifierName": "HPIncreaseModifier"
}
],
"SuccessActions": [
{
"$type": "ApplyModifier",
"ModifierName": "HPDecreaseModifier"
}
]
}
],
"PropertyType": "CurHP"
}
]
}
],
"AbilityName": "AbyssS2_BurningBloodBuild_Card_B03",
"AbilitySpecials": {
"AS_Actor_AddedAttackRatio": {
"Value": 0.18
},
"AS_AddedElementAccumulationRatio": {
"Value": 0.05
},
"AS_Duration": {
"Value": 10
},
"AS_HpChangeValue": {
"Value": 1
}
},
"AbilityStacking": "Unique",
"Modifiers": {
"HPDecreaseModifier": {
"Duration": "%AS_Duration",
"ModifierStacking": "Refresh",
"Properties": {
"Actor_BaseAttackRatio": "%AS_Actor_AddedAttackRatio"
}
},
"HPIncreaseModifier": {
"Duration": "%AS_Duration",
"ModifierStacking": "Refresh",
"Properties": {
"Actor_AddedElementAccumulationRatio": "%AS_AddedElementAccumulationRatio"
}
}
}
}