1
0
ZenlessData/Data/_unsorted/Weapon_Ability_14141.json
2025-07-16 01:54:02 +02:00

61 lines
1.4 KiB
JSON

{
"AbilityName": "Weapon_Ability_14141",
"AbilitySpecials": {
"AS_ElementAbnormalPowerDelta": {
"Value": 35
},
"AS_ElementAbnormalPowerDelta_Duration": {
"Value": 30
},
"AS_ElementMysteryDelta": {
"Value": 60
},
"AS_ElementMysteryDelta_Duration": {
"Value": 30
}
},
"AbilityStacking": "Unique",
"DefaultModifier": {
"OnHitOther": [
{
"$type": "ApplyModifier",
"ModifierName": "ElementAbnormalPowerUp",
"Predicates": [
{
"$type": "ByOr",
"Predicates": [
{
"$type": "ByAnimTagList",
"TagList": [
"AttackSpecial",
"ExSp"
]
},
{
"$type": "ByAnimTagList",
"TagList": [
"AttackQTE",
"ExQTE"
]
}
]
},
{
"$type": "ByDamageElementType",
"DamageElement": "Physics"
}
],
"Target": "Self"
}
]
},
"Modifiers": {
"ElementAbnormalPowerUp": {
"Duration": "%AS_ElementAbnormalPowerDelta_Duration",
"ModifierStacking": "Replace",
"Properties": {
"Actor_ElementAbnormalPowerDelta": "%AS_ElementAbnormalPowerDelta"
}
}
}
}