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

60 lines
1.3 KiB
JSON

{
"AbilityName": "Evelyn_Card_A_01",
"AbilitySpecials": {
"AS_AddedDamageRatio": {
"Value": 0
},
"AS_Duration": {
"Value": 0
},
"AS_StackCount": {
"Value": 0
}
},
"AbilityStacking": "Unique",
"DefaultModifier": {
"OnSkillStart": [
{
"$type": "ApplyModifier",
"ModifierName": "QTEDamageModifier",
"Predicates": [
{
"$type": "ByFromSkillType",
"SkillType": "QTE",
"Target": "Self"
}
],
"Target": "Self"
}
]
},
"Modifiers": {
"QTEDamageModifier": {
"Duration": "%AS_Duration",
"MaxStackingNumber": "%AS_StackCount",
"ModifierStacking": "MultipleAllRefresh",
"OnHitOther": [
{
"$type": "ModifyAttackDataAction",
"Predicates": [
{
"$type": "ByOr",
"Predicates": [
{
"$type": "ByAnimTagList",
"TagList": [
"AttackQTE",
"NormalQTE"
]
}
]
}
],
"PropertyKey": "Actor_AddedDamageRatio",
"PropertyValue": "%AS_AddedDamageRatio",
"Target": "Self"
}
]
}
}
}