mirror of
https://git.mero.moe/dimbreath/ZenlessData.git
synced 2024-11-09 03:58:45 +08:00
40 lines
895 B
JSON
40 lines
895 B
JSON
{
|
|
"AbilityName": "GamePlayEvadeChampion_HyperShield",
|
|
"AbilitySpecials": {
|
|
"HpPercentage": {
|
|
"Value": 100.0
|
|
}
|
|
},
|
|
"AbilityStacking": "Unique",
|
|
"DefaultModifier": {
|
|
"OnAdded": [
|
|
{
|
|
"$type": "ApplyModifier",
|
|
"ModifierName": "HPShieldModifier",
|
|
"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": "MultipleRefresh"
|
|
}
|
|
}
|
|
} |