mirror of
https://git.mero.moe/dimbreath/ZenlessData.git
synced 2026-03-05 15:55:46 +08:00
OSPRODWin1.1.0_R3563587_S3563587_D3563587
This commit is contained in:
91
Data/Abyss_ElementShield_IcePhysical.json
Normal file
91
Data/Abyss_ElementShield_IcePhysical.json
Normal file
@@ -0,0 +1,91 @@
|
||||
{
|
||||
"AbilityName": "Abyss_ElementShield_IcePhysical",
|
||||
"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": "Physics"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"$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",
|
||||
"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"
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user