ZenlessData/Data/Miniscape_Yanagi_Talent_B_07.json
2024-12-17 20:43:14 -03:00

68 lines
1.5 KiB
JSON

{
"AbilityName": "Miniscape_Yanagi_Talent_B_07",
"AbilitySpecials": {
"AS_Duration": {
"Value": 60
},
"AS_HpPercentage": {
"Value": 0.2
},
"AS_ShieldCD": {
"Value": 60
},
"AS_ShieldHPPercent": {
"Value": 0.3
}
},
"AbilityStacking": "Unique",
"DefaultModifier": {
"OnAdded": [
{
"$type": "ApplyModifier",
"ModifierName": "HpListenerModifier"
}
]
},
"Modifiers": {
"BloodhandModifier": {
"Duration": "%AS_ShieldCD",
"ModifierMixins": [
{
"$type": "HpShieldMixin",
"Duration": "%AS_Duration",
"IfTakeRestDamageWhenEmpty": true,
"Priority": -1,
"RecoverAmount": 0,
"Tag": "BloodHand",
"TotalValueConfig": {
"Amount": 0,
"Percentage": "%AS_ShieldHPPercent",
"PropertyType": "MaxHP"
}
}
],
"ModifierStacking": "Unique"
},
"HpListenerModifier": {
"Duration": -1,
"ModifierStacking": "Replace",
"OnBeingHitPre": [
{
"$type": "ApplyModifier",
"ModifierName": "BloodhandModifier",
"Predicates": [
{
"$type": "ByPlayerPropertyValue",
"CompareType": "Less",
"Denominator": "MaxHP",
"IsUsePercent": true,
"Numerator": "CurHP",
"Target": "Self",
"Val1": "%AS_HpPercentage"
}
]
}
]
}
}
}