1
0
ZenlessData/Data/Evelyn_Talent_03.json

89 lines
2.2 KiB
JSON
Raw Permalink Normal View History

{
"AbilityName": "Evelyn_Talent_03",
"AbilitySpecials": {
"AS_CritDamageRatioDelta_Talent_03": {
"Value": 0
},
"AS_HpPercentage_Talent_03": {
"Value": 0
}
},
"AbilityStacking": "Unique",
"DefaultModifier": {
"OnSkillStart": [
{
"$type": "ApplyModifier",
"ModifierName": "HPShieldModifier",
"Predicates": [
{
"$type": "ByOr",
"Predicates": [
{
"$type": "ByFromSkillType",
"SkillType": "QTE",
"Target": "Self"
},
{
"$type": "ByFromSkillType",
"SkillType": "ExQTE",
"Target": "Self"
}
]
}
],
"Target": "Self"
}
]
},
"Modifiers": {
"CriticalDamageRatioModifier": {
"Duration": -1,
"ModifierStacking": "Unique",
"Properties": {
"Actor_CriticalDamageRatioDelta": "%AS_CritDamageRatioDelta_Talent_03"
}
},
"HPShieldModifier": {
"Duration": -1,
"ModifierMixins": [
{
"$type": "HpShieldMixin",
"AddedActions": [
{
"$type": "ApplyModifier",
"ModifierName": "CriticalDamageRatioModifier",
"Target": "Self"
}
],
"Duration": -1,
"EmptyActions": [
{
"$type": "RemoveModifier",
"ModifierName": "CriticalDamageRatioModifier",
"Target": "Self"
}
],
"IfTakeRestDamageWhenEmpty": true,
"Priority": -1,
"RecoverAmount": 0,
"RecoverPercentage": 0,
"RemovedActions": [
{
"$type": "RemoveModifier",
"ModifierName": "CriticalDamageRatioModifier",
"Target": "Self"
}
],
"ShieldType": "DefaultShield",
"Tag": "FollowerHyperShield",
"TotalValueConfig": {
"Amount": 0,
"Percentage": "%AS_HpPercentage_Talent_03",
"PropertyType": "MaxHP"
}
}
],
"ModifierStacking": "Replace"
}
}
}