ZenlessData/Data/Abyss_FixedLayerBuff_09.json

47 lines
992 B
JSON
Raw Permalink Normal View History

{
"AbilityName": "Abyss_FixedLayerBuff_09",
"AbilitySpecials": {
"AS_AddedDamageRatio": {
"Value": 0.3
},
"AS_FeverGetRatio": {
"Value": 0.2
}
},
"AbilityStacking": "Unique",
"DefaultModifier": {
"OnAdded": [
{
"$type": "ApplyModifier",
"ModifierName": "AbyssLayer09_FeverUpModifier",
"Target": "Self"
}
],
"OnHitOther": [
{
"$type": "ModifyAttackDataAction",
"Predicates": [
{
"$type": "ByAnimTagList",
"TagList": [
"AttackQTE",
"ExQTE"
]
}
],
"PropertyKey": "Actor_AddedDamageRatio",
"PropertyValue": "%AS_AddedDamageRatio",
"Target": "Self"
}
]
},
"Modifiers": {
"AbyssLayer09_FeverUpModifier": {
"Duration": -1,
"ModifierStacking": "Unique",
"Properties": {
"Actor_FeverGetRatio": "%AS_FeverGetRatio"
}
}
}
}