ZenlessData/Data/Weapon_Ability_14122.json
2024-11-04 02:05:40 -03:00

152 lines
3.7 KiB
JSON

{
"AbilityMixins": [
{
"$type": "ActionsOnPropertyChangeMixin",
"DoInitialCheck": true,
"PropertyActions": [
{
"IsUsePercentage": false,
"PropertyType": "ElementMystery_Battle",
"ValueRangeActions": [
{
"LowToValueActions": [
{
"$type": "ApplyModifier",
"ModifierName": "Weapon14122_DeamageUpModifier",
"Target": "Self"
}
],
"Val": "%AS_ElementMysteryRequired_W14122"
},
{
"Val": "%AS_ElementMysteryRequired_W14122",
"ValueToLowActions": [
{
"$type": "RemoveModifier",
"ModifierName": "Weapon14122_DeamageUpModifier",
"Target": "Self"
}
]
}
]
}
]
}
],
"AbilityName": "Weapon_Ability_14122",
"AbilitySpecials": {
"AS_AddedDamageRatio_W14122": {
"Value": 0.3
},
"AS_ElementAccumulationRatio_W14122": {
"Value": 0.5
},
"AS_ElementMysteryDelta_W14122": {
"Value": 100
},
"AS_ElementMysteryRequired_W14122": {
"Value": 100
},
"AS_ElementMysteryUpDuration_W14122": {
"Value": 15
}
},
"AbilityStacking": "Unique",
"DefaultModifier": {
"OnHitOther": [
{
"$type": "ModifyAttackDataAction",
"PropertyKey": "Actor_AddedElementAccumulationRatio",
"PropertyValue": "%AS_ElementAccumulationRatio_W14122",
"Target": "Self"
},
{
"$type": "ApplyModifier",
"ModifierName": "Weapon14122_ElementMysteryModifier",
"Predicates": [
{
"$type": "ByAnimTagList",
"TagList": [
"AttackSpecial",
"NormalSp"
]
},
{
"$type": "ByHasBuffGroup",
"BuffGroupList": [
"Frozen",
"Frostbite",
"Strike",
"Burn",
"Ignite",
"Electric",
"Overload",
"Erosion",
"Chaos"
],
"Target": "Other"
}
],
"Target": "Caster"
},
{
"$type": "ApplyModifier",
"ModifierName": "Weapon14122_ElementMysteryModifier",
"Predicates": [
{
"$type": "ByAnimTagList",
"TagList": [
"AttackSpecial",
"ExSp"
]
},
{
"$type": "ByHasBuffGroup",
"BuffGroupList": [
"Frozen",
"Frostbite",
"Strike",
"Burn",
"Ignite",
"Electric",
"Overload",
"Erosion",
"Chaos"
],
"Target": "Other"
}
],
"Target": "Caster"
}
]
},
"Modifiers": {
"Weapon14122_DeamageUpModifier": {
"Duration": -1,
"ModifierStacking": "Unique",
"OnBuffDamageHitOther": [
{
"$type": "ModifyAttackDataAction",
"Predicates": [
{
"$type": "ByBuffAttackProperty",
"BuffGroupList": [
"Disorder"
]
}
],
"PropertyKey": "Actor_BuffDamageRatio",
"PropertyValue": "%AS_AddedDamageRatio_W14122",
"Target": "Self"
}
]
},
"Weapon14122_ElementMysteryModifier": {
"Duration": "%AS_ElementMysteryUpDuration_W14122",
"ModifierStacking": "Replace",
"Properties": {
"Actor_ElementMysteryDelta": "%AS_ElementMysteryDelta_W14122"
}
}
}
}