1
0
ZenlessData/Data/_unsorted/Weapon_Ability_13142.json

88 lines
2.0 KiB
JSON

{
"AbilityName": "Weapon_Ability_13142",
"AbilitySpecials": {
"AS_AddedDamageRatio": {
"Value": 0.2
},
"AS_CDDuration": {
"Value": 5
},
"AS_SpRecoverDelta": {
"Value": 10
}
},
"AbilityStacking": "Unique",
"DefaultModifier": {
"OnAdded": [
{
"$type": "ApplyModifier",
"ModifierName": "HPChangeModifier",
"Target": "TeamAvatars"
}
],
"OnHitOther": [
{
"$type": "ModifyAttackDataAction",
"Predicates": [
{
"$type": "ByOr",
"Predicates": [
{
"$type": "ByAnimTagList",
"TagList": [
"AttackQTE",
"ExQTE"
]
},
{
"$type": "ByAnimTagList",
"TagList": [
"AttackSpecial",
"ExSp"
]
}
]
}
],
"PropertyKey": "Actor_AddedDamageRatio",
"PropertyValue": "%AS_AddedDamageRatio",
"Target": "Self"
}
]
},
"Modifiers": {
"AddSPModifier": {
"Duration": "%AS_CDDuration",
"ModifierStacking": "Unique",
"OnAdded": [
{
"$type": "RecoverSPAction",
"Amount": "%AS_SpRecoverDelta"
}
]
},
"HPChangeModifier": {
"Duration": -1,
"ModifierMixins": [
{
"$type": "ActionsOnPropertyChangeMixin",
"PropertyActions": [
{
"IsUsePercentage": false,
"PropertyChangeActions": [
{
"$type": "ApplyModifier",
"ModifierName": "AddSPModifier",
"Target": "Caster"
}
],
"PropertyType": "CurHP",
"ReferMaxPropertyType": "MaxHP"
}
]
}
],
"ModifierStacking": "Unique"
}
}
}