ZenlessData/Data/AbyssS2_ElementAbnormalBuild_Relic_02_Upgrade_01.json

54 lines
1.3 KiB
JSON
Raw Normal View History

{
"AbilityName": "AbyssS2_ElementAbnormalBuild_Relic_02_Upgrade_01",
"AbilitySpecials": {
"AS_AddedElementAccumulationRatio": {
"Value": 0.2,
"ValueType": "Float"
},
"AS_AddedStunRatio": {
"Value": 0.2,
"ValueType": "Float"
}
},
"AbilityStacking": "Unique",
"DefaultModifier": {
"OnHitOther": [
{
"$type": "ModifyAttackDataAction",
"Predicates": [
{
"$type": "ByIsStunDestroyed",
"IsStunDestroyed": true,
"Target": "Target"
}
],
"PropertyKey": "Actor_AddedElementAccumulationRatio",
"PropertyValue": "%AS_AddedElementAccumulationRatio",
"Target": "Self"
},
{
"$type": "ModifyAttackDataAction",
"Predicates": [
{
"$type": "ByHasBuffGroup",
"BuffGroupList": [
"Frozen",
"Frostbite",
"Frost",
"Burn",
"Ignite",
"Electric",
"Overload",
"Strike",
"Erosion",
"Chaos"
],
"Target": "Target"
}
],
"PropertyKey": "Actor_AddedBreakStunRatio",
"PropertyValue": "%AS_AddedStunRatio"
}
]
}
}