1
0
ZenlessData/Data/Abyss_PeriodicLayerBuff_15.json
2025-01-21 21:25:26 -03:00

67 lines
1.5 KiB
JSON

{
"AbilityName": "Abyss_PeriodicLayerBuff_15",
"AbilitySpecials": {
"AS_AddedDamageRatio": {
"Value": 0.2
},
"AS_AddedQTEDamageRatio": {
"Value": 0.4
},
"AS_SpRecover": {
"Value": 5
}
},
"AbilityStacking": "Unique",
"DefaultModifier": {
"ModifierStacking": "Unique",
"OnAdded": [
{
"$type": "ApplyModifier",
"ModifierName": "Abyss15_ElementDMGModifier",
"Target": "Self"
}
],
"OnHitOther": [
{
"$type": "ModifyAttackDataAction",
"Predicates": [
{
"$type": "ByAnimTagList",
"TagList": [
"AttackQTE",
"NormalQTE"
]
}
],
"PropertyKey": "Actor_AddedDamageRatio",
"PropertyValue": "%AS_AddedQTEDamageRatio"
}
],
"OnSkillStart": [
{
"$type": "RecoverSPAction",
"Amount": "%AS_SpRecover",
"IgnoreRatio": false,
"Percentage": 0,
"Predicates": [
{
"$type": "ByFromSkillType",
"SkillType": "QTE",
"Target": "Self"
}
],
"Target": "Self"
}
]
},
"Modifiers": {
"Abyss15_ElementDMGModifier": {
"Duration": -1,
"ModifierStacking": "Unique",
"Properties": {
"Actor_AddedDamageRatio_Fire": "%AS_AddedDamageRatio",
"Actor_AddedDamageRatio_Ice": "%AS_AddedDamageRatio"
}
}
}
}