ZenlessData/Data/Talent_10101_AddedDamageRatio_Ice01.json
2024-08-13 22:59:23 -03:00

26 lines
574 B
JSON

{
"AbilityName": "Talent_10101_AddedDamageRatio_Ice01",
"AbilitySpecials": {
"AddedDamageRatio": {
"Value": 0.04
}
},
"AbilityStacking": "Unique",
"DefaultModifier": {
"ModifierStacking": "Unique",
"OnHitOther": [
{
"$type": "ModifyAttackDataAction",
"Predicates": [
{
"$type": "ByDamageElementType",
"DamageElement": "Ice"
}
],
"PropertyKey": "Actor_AddedDamageRatio",
"PropertyValue": "%AddedDamageRatio",
"Target": "Self"
}
]
}
}