ZenlessData/Data/AbyssS2_Curse_Artifact_1339934.json
2024-12-17 20:43:14 -03:00

26 lines
585 B
JSON

{
"AbilityName": "AbyssS2_Curse_Artifact_1339934",
"AbilitySpecials": {
"AS_AddedDamageRatio_InStun": {
"Value": 0.5
}
},
"AbilityStacking": "Unique",
"DefaultModifier": {
"OnHitOther": [
{
"$type": "ModifyAttackDataAction",
"Predicates": [
{
"$type": "ByIsStunDestroyed",
"IsStunDestroyed": true,
"Target": "Target"
}
],
"PropertyKey": "Actor_AddedDamageRatio",
"PropertyValue": "%AS_AddedDamageRatio_InStun",
"Target": "Self"
}
]
}
}