ZenlessData/Data/Lighter_Talent_03.json
2024-09-23 09:11:37 -03:00

64 lines
1.5 KiB
JSON

{
"AbilityName": "Lighter_Talent_03",
"AbilitySpecials": {
"AS_RecoverSpCD_Talent03": {
"Value": 12
},
"AS_RecoverSpValue_Talent03": {
"Value": 20
}
},
"AbilityStacking": "Unique",
"DefaultModifier": {
"OnSkillStart": [
{
"$type": "ApplyModifier",
"ModifierName": "LighterTalent03Modifier",
"Predicates": [
{
"$type": "ByOr",
"Predicates": [
{
"$type": "ByFromSkillType",
"SkillType": "QTE",
"Target": "Self"
},
{
"$type": "ByFromSkillType",
"SkillType": "AssaultAid",
"Target": "Self"
},
{
"$type": "ByFromSkillType",
"SkillType": "BeHitAid",
"Target": "Self"
},
{
"$type": "ByFromSkillType",
"SkillType": "ParryAid",
"Target": "Self"
}
],
"Target": "Self"
}
],
"Target": "Self"
}
]
},
"Modifiers": {
"LighterTalent03Modifier": {
"Duration": "%AS_RecoverSpCD_Talent03",
"ModifierStacking": "Unique",
"OnAdded": [
{
"$type": "RecoverSPAction",
"Amount": "%AS_RecoverSpValue_Talent03",
"IgnoreRatio": false,
"Percentage": 0,
"Target": "Self"
}
]
}
}
}