ZenlessData/Data/Abyss_ElementShield_IceEther.json

92 lines
2.1 KiB
JSON
Raw Permalink Normal View History

{
"AbilityName": "Abyss_ElementShield_IceEther",
"AbilitySpecials": {
"AS_AddDamageRatio": {
"Value": 1
},
"HpPercentage": {
"Value": 1
}
},
"AbilityStacking": "Unique",
"DefaultModifier": {
"OnAdded": [
{
"$type": "ApplyModifier",
"ModifierName": "HPShieldModifier",
"Target": "Self"
}
],
"OnBeingHit": [
{
"$type": "ModifyAttackDataAction",
"Predicates": [
{
"$type": "ByOr",
"Predicates": [
{
"$type": "ByDamageElementType",
"DamageElement": "Ice"
},
{
"$type": "ByDamageElementType",
"DamageElement": "Ether"
}
]
},
{
"$type": "ByHasModifier",
"ModifierNameList": [
"HPShieldModifier"
],
"Target": "Self"
}
],
"PropertyKey": "Actor_AddedDamageRatio",
"PropertyValue": "%AS_AddDamageRatio",
"Target": "Target"
}
],
"OnBuffAdded": [
{
"$type": "RemoveModifier",
"ModifierName": "HPShieldModifier",
"Predicates": [
{
"$type": "ByHandlingBuffGroup",
"BuffGroupList": [
"Frozen",
"Frostbite",
"Erosion",
"Chaos"
],
"Target": "Self"
}
],
"Target": "Self"
}
]
},
"Modifiers": {
"HPShieldModifier": {
"Duration": -1,
"ModifierMixins": [
{
"$type": "HpShieldMixin",
"Duration": -1,
"IfTakeRestDamageWhenEmpty": true,
"Priority": 0,
"RecoverAmount": 0,
"RecoverPercentage": 0,
"Tag": "FollowerHyperShield",
"TotalValueConfig": {
"Amount": 0,
"Percentage": "%HpPercentage",
"PropertyType": "MaxHP"
}
}
],
"ModifierStacking": "Unique"
}
}
}