ZenlessData/Data/Level_NoviceGuide_07.json

63 lines
1.4 KiB
JSON
Raw Permalink Normal View History

{
"AbilityName": "Level_NoviceGuide_07",
"AbilitySpecials": {
"AS_AddedDamageRatio_IsNotQTE": {
"Value": -0.99
},
"AS_AddedDamageRatio_IsQTE": {
"Value": 3
}
},
"AbilityStacking": "Unique",
"DefaultModifier": {
"OnAdded": [
{
"$type": "ApplyModifier",
"ModifierName": "QTEDamageModifier",
"Target": "TeamAvatars"
}
]
},
"Modifiers": {
"QTEDamageModifier": {
"Duration": -1,
"IgnoreTimeScale": false,
"ModifierStacking": "Unique",
"OnHitOther": [
{
"$type": "ModifyAttackDataAction",
"Predicates": [
{
"$type": "ByAnimTagList",
"TagList": [
"AttackQTE"
]
}
],
"PropertyKey": "Actor_AddedDamageRatio",
"PropertyValue": "%AS_AddedDamageRatio_IsQTE",
"Target": "Self"
},
{
"$type": "ModifyAttackDataAction",
"Predicates": [
{
"$type": "ByNot",
"Predicates": [
{
"$type": "ByAnimTagList",
"TagList": [
"AttackQTE"
]
}
]
}
],
"PropertyKey": "Actor_AddedDamageRatio",
"PropertyValue": "%AS_AddedDamageRatio_IsNotQTE",
"Target": "Self"
}
]
}
}
}