1
0
ZenlessData/Data/JsonBytes/NewAbility/WeaponAbility/Weapon_Ability_14129.json
2025-04-22 20:22:46 -03:00

81 lines
1.8 KiB
JSON

{
"AbilityName": "Weapon_Ability_14129",
"AbilitySpecials": {
"AS_CritDamageRatioDelta": {
"Value": 0.25
},
"AS_IgnoreDefenceRatio": {
"Value": 0
}
},
"AbilityStacking": "Unique",
"DefaultModifier": {
"OnAdded": [
{
"$type": "ApplyModifier",
"ModifierName": "BaseAttackRatioModifier",
"Target": "Self"
}
],
"OnHitOther": [
{
"$type": "ApplyModifier",
"ModifierName": "BuffModifier",
"Predicates": [
{
"$type": "ByOr",
"Predicates": [
{
"$type": "ByAnimTagList",
"TagList": [
"AttackQTE",
"NormalQTE"
]
},
{
"$type": "ByAnimTagList",
"TagList": [
"ExSp",
"AttackSpecial"
]
},
{
"$type": "ByAnimTagList",
"TagList": [
"ExQTE",
"AttackQTE"
]
}
]
},
{
"$type": "ByDamageElementType",
"DamageElement": "Ice"
}
],
"Target": "Caster"
}
]
},
"Modifiers": {
"BaseAttackRatioModifier": {
"Duration": -1,
"ModifierStacking": "Unique",
"Properties": {
"Actor_CriticalDamageRatioDelta": "%AS_CritDamageRatioDelta"
}
},
"BuffModifier": {
"Duration": 3,
"ModifierStacking": "Replace",
"OnHitOther": [
{
"$type": "ModifyAttackDataAction",
"PropertyKey": "Actor_DefenceRatio",
"PropertyValue": "%AS_IgnoreDefenceRatio",
"Target": "Target"
}
]
}
}
}