ZenlessData/Data/AbyssS2_BurningBloodBuild_Relic_01_Upgrade_03.json

52 lines
1.2 KiB
JSON
Raw Permalink Normal View History

{
"AbilityMixins": [
{
"$type": "ActionsOnPropertyChangeMixin",
"PropertyActions": [
{
"IsUsePercentage": true,
"PropertyType": "CurHP",
"RefPropertyType": "MaxHP",
"ValueRangeActions": [
{
"HighToValueActions": [
{
"$type": "ApplyModifier",
"ModifierName": "ShieldModifier"
}
],
"Val": 0.2
}
]
}
]
}
],
"AbilityName": "AbyssS2_BurningBloodBuild_Relic_01_Upgrade_03",
"AbilitySpecials": {
"AS_HpShieldRatioCur": {
"Value": 0.2
}
},
"AbilityStacking": "Unique",
"Modifiers": {
"ShieldModifier": {
"Duration": -1,
"ModifierMixins": [
{
"$type": "HpShieldMixin",
"Duration": -1,
"Priority": 0,
"RecoverPercentage": 0,
"Tag": "AbyssS2_BurningBloodBuild_Relic_01_Upgrade_03",
"TotalValueConfig": {
"Amount": 0,
"Percentage": "%AS_HpShieldRatioCur",
"PropertyType": "MaxHP"
}
}
],
"ModifierStacking": "Replace"
}
}
}