1
0
ZenlessData/Data/_unsorted/Weapon_Ability_14137.json

116 lines
2.7 KiB
JSON

{
"AbilityName": "Weapon_Ability_14137",
"AbilitySpecials": {
"AS_AddedDamageRatio": {
"Value": 0
},
"AS_AddedSkipDefDamageRatio_ExQTE": {
"Value": 0
},
"AS_CriticalDelta": {
"Value": 0.15
},
"AS_Duration": {
"Value": 0
}
},
"AbilityStacking": "Unique",
"DefaultModifier": {
"OnAdded": [
{
"$type": "ApplyModifier",
"ModifierName": "CriticalDeltaModifier",
"Target": "Self"
}
],
"OnBattleEnter": [
{
"$type": "ApplyModifier",
"ModifierName": "BuffModifier",
"StackCount": 2,
"Target": "Self"
}
],
"OnSkillStart": [
{
"$type": "ApplyModifier",
"ModifierName": "BuffModifier",
"Predicates": [
{
"$type": "ByFromSkillType",
"SkillType": "ExSp",
"Target": "Caster"
}
],
"StackCount": 1,
"Target": "Caster"
}
]
},
"Modifiers": {
"BuffModifier": {
"Duration": "%AS_Duration",
"MaxStackingNumber": 2,
"ModifierStacking": "MultipleAllRefresh",
"OnHitOther": [
{
"$type": "ModifyAttackDataAction",
"Predicates": [
{
"$type": "ByDamageElementType",
"DamageElement": "Ether"
}
],
"PropertyKey": "Actor_AddedDamageRatio",
"PropertyValue": "%AS_AddedDamageRatio",
"Target": "Target"
},
{
"$type": "ModifyAttackDataAction",
"Predicates": [
{
"$type": "ByAnimTagList",
"TagList": [
"AttackQTE",
"ExQTE"
]
},
{
"$type": "ByDamageElementType",
"DamageElement": "Ether"
}
],
"PropertyKey": "Actor_AddedSkipDefDamageRatio",
"PropertyValue": "%AS_AddedSkipDefDamageRatio_ExQTE",
"Target": "Target"
},
{
"$type": "ModifyAttackDataAction",
"Predicates": [
{
"$type": "ByAnimTagList",
"TagList": [
"AttackSpecial",
"ExSp"
]
},
{
"$type": "ByDamageElementType",
"DamageElement": "Ether"
}
],
"PropertyKey": "Actor_AddedSkipDefDamageRatio",
"PropertyValue": "%AS_AddedSkipDefDamageRatio_ExQTE",
"Target": "Target"
}
]
},
"CriticalDeltaModifier": {
"Duration": -1,
"ModifierStacking": "Unique",
"Properties": {
"Actor_CriticalDelta": "%AS_CriticalDelta"
}
}
}
}