ZenlessData/Data/Caesar_Talent_03.json

35 lines
774 B
JSON
Raw Permalink Normal View History

{
"AbilityName": "Caesar_Talent_03",
"AbilitySpecials": {
"AS_RecoverSwitchPoint": {
"Value": 3
}
},
"AbilityStacking": "Unique",
"DefaultModifier": {
"OnSkillStart": [
{
"$type": "ModifyPerfectSwitchPointAction",
"Amount": "%AS_RecoverSwitchPoint",
"ModifyFunction": "Add",
"Predicates": [
{
"$type": "ByOr",
"Predicates": [
{
"$type": "ByFromSkillType",
"SkillType": "ExQTE",
"Target": "Self"
},
{
"$type": "ByFromSkillType",
"SkillType": "QTE",
"Target": "Self"
}
]
}
]
}
]
}
}