ZenlessData/Data/Weapon_Ability_14116.json

109 lines
2.6 KiB
JSON
Raw Normal View History

{
"AbilityName": "Weapon_Ability_14116",
"AbilitySpecials": {
"AS_BreakStunUp": {
"Value": 0.15
},
"AS_BreakStunUp_Duration": {
"Value": 8
},
"Weapon_14116_DamageUp": {
"Value": 0.03
},
"Weapon_14116_DamageUp_Duration": {
"Value": 15
},
"Weapon_14116_StackAmount": {
"Value": 20
}
},
"AbilityStacking": "Unique",
"DefaultModifier": {
"OnHitOther": [
{
"$type": "ApplyModifier",
"ModifierName": "Weapon_14116_EnemyGetDamageUp",
"Predicates": [
{
"$type": "ByAnimTagList",
"TagList": [
"AttackNormal",
"Normal"
]
}
],
"Target": "Target"
}
],
"OnSkillStart": [
{
"$type": "ApplyModifier",
"ModifierName": "Weapon_14116_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_14116_BreakStunUp": {
"Duration": "%AS_BreakStunUp_Duration",
"ModifierStacking": "Unique",
"Properties": {
"Actor_BreakStunRatio": "%AS_BreakStunUp"
}
},
"Weapon_14116_EnemyGetDamageUp": {
"Duration": "%Weapon_14116_DamageUp_Duration",
"MaxStackingNumber": "%Weapon_14116_StackAmount",
"ModifierStacking": "MultipleAllRefresh",
"OnBeingHit": [
{
"$type": "ModifyAttackDataAction",
"Predicates": [
{
"$type": "ByOr",
"Predicates": [
{
"$type": "ByDamageElementType",
"DamageElement": "Fire"
},
{
"$type": "ByDamageElementType",
"DamageElement": "Ice"
}
]
}
],
"PropertyKey": "Actor_CriticalDamageRatioDelta",
"PropertyValue": "%Weapon_14116_DamageUp"
}
]
}
}
}