1
0
ZenlessData/Data/_unsorted/Weapon_Ability_14127.json
2025-04-22 20:22:46 -03:00

103 lines
2.5 KiB
JSON

{
"AbilityName": "Weapon_Ability_14126",
"AbilitySpecials": {
"AS_BreakStunUp": {
"Value": 0.15
},
"Weapon_14127_DamageUp": {
"Value": 0.03
},
"Weapon_14127_DamageUp_Duration": {
"Value": 15
},
"Weapon_14127_StackAmount": {
"Value": 20
}
},
"AbilityStacking": "Unique",
"DefaultModifier": {
"OnHitOther": [
{
"$type": "ApplyModifier",
"ModifierName": "Weapon_14127_EnemyGetDamageUp",
"Predicates": [
{
"$type": "ByApplyPredicate",
"PredicateName": "PredicateAddStunRatio"
}
],
"Target": "Target"
}
],
"OnSkillStart": [
{
"$type": "ApplyModifier",
"ModifierName": "Weapon_14127_BreakStunUp",
"Predicates": [
{
"$type": "ByOr",
"Predicates": [
{
"$type": "ByFromSkillType",
"SkillType": "BeHitAid",
"Target": "Self"
},
{
"$type": "ByFromSkillType",
"SkillType": "CommonAid",
"Target": "Self"
},
{
"$type": "ByFromSkillType",
"SkillType": "ParryAid",
"Target": "Self"
},
{
"$type": "ByFromSkillType",
"SkillType": "EvadeAid",
"Target": "Self"
}
]
}
],
"Target": "Self"
}
]
},
"Modifiers": {
"Weapon_14127_BreakStunUp": {
"Duration": 6,
"ModifierStacking": "Unique",
"Properties": {
"Actor_BreakStunRatio": "%AS_BreakStunUp"
}
},
"Weapon_14127_EnemyGetDamageUp": {
"Duration": "%Weapon_14127_DamageUp_Duration",
"MaxStackingNumber": "%Weapon_14127_StackAmount",
"ModifierStacking": "MultipleAllRefresh",
"OnBeingHit": [
{
"$type": "ModifyAttackDataAction",
"Predicates": [
{
"$type": "ByOr",
"Predicates": [
{
"$type": "ByDamageElementType",
"DamageElement": "Fire"
},
{
"$type": "ByDamageElementType",
"DamageElement": "Ice"
}
]
}
],
"PropertyKey": "Actor_CriticalDamageRatioDelta",
"PropertyValue": "%Weapon_14127_DamageUp"
}
]
}
}
}