1
0
ZenlessData/Data/_unsorted/Weapon_Ability_14154.json
2026-05-06 01:39:00 +02:00

119 lines
2.9 KiB
JSON

{
"AbilityName": "Weapon_Ability_14154",
"AbilitySpecials": {
"AS_AddedDamageRatio": {
"Value": 0.25
},
"AS_BuffDamageRatio": {
"Value": 0.1
},
"AS_BuffDamageRatio_Abloom": {
"Value": 0.25
},
"AS_Buff_Duration": {
"Value": 20
}
},
"AbilityStacking": "Unique",
"DefaultModifier": {
"OnAdded": [
],
"OnSkillStart": [
{
"$type": "ApplyModifier",
"ModifierName": "Weapon_Ability_14154_Buff",
"Predicates": [
{
"$type": "ByOr",
"Predicates": [
{
"$type": "ByFromSkillType",
"SkillType": "ExSp",
"Target": "Self"
},
{
"$type": "ByFromSkillType",
"SkillType": "Sp",
"Target": "Self"
}
],
"Target": "Self"
},
{
"$type": "ByAvatarElementType",
"ElementType": 202,
"Target": "Caster"
}
],
"StackCount": 1,
"Target": "Caster"
}
]
},
"Modifiers": {
"AvatarBuff_AddedDamageRatio": {
"Duration": -1,
"ModifierStacking": "Unique"
},
"Weapon_Ability_14154_Buff": {
"Duration": "%AS_Buff_Duration",
"MaxStackingNumber": 2,
"ModifierStacking": "MultipleAllRefresh",
"OnAdded": [
{
"$type": "ApplyModifier",
"ModifierName": "Weapon_ability_14154_abloom_buffdamage",
"Predicates": [
{
"$type": "ByModifierStackCount",
"CompareType": "GreaterEqual",
"ModifierName": "Weapon_Ability_14154_Buff",
"StackCount": 2
}
],
"Target": "Self"
}
],
"OnRemoved": [
{
"$type": "RemoveModifier",
"ModifierName": "Weapon_ability_14154_abloom_buffdamage",
"Predicates": [
{
"$type": "ByModifierStackCount",
"CompareType": "Less",
"ModifierName": "Weapon_Ability_14154_Buff",
"StackCount": 2
}
],
"Target": "Self"
}
],
"Properties": {
"Actor_AddedDamageRatio_Ice": "%AS_AddedDamageRatio"
}
},
"Weapon_ability_14154_abloom_buffdamage": {
"Duration": -1,
"MaxStackingNumber": 1,
"ModifierStacking": "Unique",
"OnBuffDamageHitOther": [
{
"$type": "ModifyAttackDataAction",
"Predicates": [
{
"$type": "ByAnimTagList",
"TagList": [
"Abloom"
],
"Target": "Self"
}
],
"PropertyKey": "Actor_BuffDamageRatio",
"PropertyValue": "%AS_BuffDamageRatio_Abloom",
"Target": "Self"
}
]
}
}
}