mirror of
https://git.mero.moe/dimbreath/ZenlessData.git
synced 2024-11-09 03:58:45 +08:00
91 lines
2.0 KiB
JSON
91 lines
2.0 KiB
JSON
|
{
|
||
|
"AbilityName": "Abyss_ElementShield_FirePhysical",
|
||
|
"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": "Fire"
|
||
|
},
|
||
|
{
|
||
|
"$type": "ByDamageElementType",
|
||
|
"DamageElement": "Physics"
|
||
|
}
|
||
|
]
|
||
|
},
|
||
|
{
|
||
|
"$type": "ByHasModifier",
|
||
|
"ModifierNameList": [
|
||
|
"HPShieldModifier"
|
||
|
],
|
||
|
"Target": "Self"
|
||
|
}
|
||
|
],
|
||
|
"PropertyKey": "Actor_AddedDamageRatio",
|
||
|
"PropertyValue": "%AS_AddDamageRatio",
|
||
|
"Target": "Target"
|
||
|
}
|
||
|
],
|
||
|
"OnBuffAdded": [
|
||
|
{
|
||
|
"$type": "RemoveModifier",
|
||
|
"ModifierName": "HPShieldModifier",
|
||
|
"Predicates": [
|
||
|
{
|
||
|
"$type": "ByHandlingBuffGroup",
|
||
|
"BuffGroupList": [
|
||
|
"Burn",
|
||
|
"Ignite",
|
||
|
"Strike"
|
||
|
],
|
||
|
"Target": "Self"
|
||
|
}
|
||
|
],
|
||
|
"Target": "Self"
|
||
|
}
|
||
|
]
|
||
|
},
|
||
|
"Modifiers": {
|
||
|
"HPShieldModifier": {
|
||
|
"Duration": -1,
|
||
|
"ModifierMixins": [
|
||
|
{
|
||
|
"$type": "HpShieldMixin",
|
||
|
"Duration": -1,
|
||
|
"IfTakeRestDamageWhenEmpty": true,
|
||
|
"Priority": 0,
|
||
|
"RecoverAmount": 0,
|
||
|
"RecoverPercentage": 0.0,
|
||
|
"Tag": "FollowerHyperShield",
|
||
|
"TotalValueConfig": {
|
||
|
"Amount": 0,
|
||
|
"Percentage": "%HpPercentage",
|
||
|
"PropertyType": "MaxHP"
|
||
|
}
|
||
|
}
|
||
|
],
|
||
|
"ModifierStacking": "Unique"
|
||
|
}
|
||
|
}
|
||
|
}
|