1
0
ZenlessData/Data/JsonBytes/NewAbility/WeaponAbility/Weapon_Ability_14133.json
2025-04-22 20:22:46 -03:00

77 lines
1.8 KiB
JSON

{
"AbilityName": "Weapon_Ability_14133",
"AbilitySpecials": {
"AS_AddedElementAccumulationRatio": {
"Value": 0.5,
"ValueType": "Float"
},
"AS_Duration": {
"Value": 5,
"ValueType": "Float"
},
"AS_ElementMysteryDelta": {
"Value": 20,
"ValueType": "Float"
},
"AS_Interval": {
"Value": 0.5,
"ValueType": "Float"
},
"AS_StackCount": {
"Value": 6,
"ValueType": "Integer"
}
},
"AbilityStacking": "Unique",
"DefaultModifier": {
"OnHitOther": [
{
"$type": "BranchOperator",
"Conditions": [
{
"$type": "ByDamageElementType",
"DamageElement": "Ether"
},
{
"$type": "ByNot",
"Predicates": [
{
"$type": "ByHasModifier",
"ModifierNameList": [
"Weapon_Ability_14133_Interval_Modifier"
]
}
]
}
],
"SuccessActions": [
{
"$type": "ApplyModifier",
"ModifierName": "Weapon_Ability_14133_ElementMystery_Modifier"
},
{
"$type": "ApplyModifier",
"ModifierName": "Weapon_Ability_14133_Interval_Modifier"
}
]
}
],
"Properties": {
"Actor_AddedElementAccumulationRatio": "%AS_AddedElementAccumulationRatio"
}
},
"Modifiers": {
"Weapon_Ability_14133_ElementMystery_Modifier": {
"Duration": "%AS_Duration",
"MaxStackingNumber": "%AS_StackCount",
"ModifierStacking": "MultipleAllRefresh",
"Properties": {
"Actor_ElementMysteryDelta": "%AS_ElementMysteryDelta"
}
},
"Weapon_Ability_14133_Interval_Modifier": {
"Duration": "%AS_Interval",
"ModifierStacking": "Replace"
}
}
}