1
0
ZenlessData/Data/ActivityBattleAbility_VR_016_Buff_QTEPlay.json
2025-03-11 21:10:23 -03:00

102 lines
2.3 KiB
JSON

{
"AbilityName": "ActivityBattleAbility_VR_016_Buff_QTEPlay",
"AbilitySpecials": {
"AS_AddedDamageRatio": {
"Value": 0.3
},
"AS_BuffDuration": {
"Value": 15
},
"AS_RecoverSP": {
"Value": 40
}
},
"AbilityStacking": "Unique",
"DefaultModifier": {
"OnSkillStart": [
{
"$type": "TriggerLevelCustomConditions",
"LevelConditionsID": 1531,
"Predicates": [
{
"$type": "ByFromSkillType",
"SkillType": "QTE"
}
]
},
{
"$type": "ApplyModifier",
"ModifierName": "BuffModifier",
"Predicates": [
{
"$type": "ByFromSkillType",
"SkillType": "QTE"
}
],
"Target": "Self"
},
{
"$type": "RecoverSPAction",
"Amount": "%AS_RecoverSP",
"IgnoreRatio": false,
"Percentage": 0,
"Predicates": [
{
"$type": "ByFromSkillType",
"SkillType": "QTE"
}
],
"Target": "Self"
}
]
},
"Modifiers": {
"BuffModifier": {
"Buff": {
"BuffID": 9000110,
"IsOverrideDuration": true
},
"Duration": "%AS_BuffDuration",
"MaxStackingNumber": 3,
"ModifierStacking": "MultipleRefresh",
"OnAdded": [
{
"$type": "LDListenEntityAction",
"TargetKey": "ActivityBattleAbility_Condition_BuffAdd"
}
],
"OnHitOther": [
{
"$type": "ModifyAttackDataAction",
"Predicates": [
{
"$type": "ByAnimTagList",
"TagList": [
"AttackQTE",
"ExQTE"
]
}
],
"PropertyKey": "Actor_AddedDamageRatio",
"PropertyValue": "%AS_AddedDamageRatio",
"Target": "Self"
},
{
"$type": "ModifyAttackDataAction",
"Predicates": [
{
"$type": "ByAnimTagList",
"TagList": [
"AttackQTE",
"NormalQTE"
]
}
],
"PropertyKey": "Actor_AddedDamageRatio",
"PropertyValue": "%AS_AddedDamageRatio",
"Target": "Self"
}
]
}
}
}