1
0
ZenlessData/Data/_unsorted/Claret_Talent_01.json
2026-09-09 00:49:36 +02:00

42 lines
923 B
JSON

{
"AbilityName": "Claret_Talent_01",
"AbilitySpecials": {
"AS_AddedWoundDamageRatio": {
"Value": 0.2,
"ValueType": "Float"
},
"AS_AddedWoundRatio": {
"Value": 0.5,
"ValueType": "Float"
}
},
"AbilityStacking": "Unique",
"DefaultModifier": {
"OnAdded": [
{
"$type": "ModifyProperty",
"Amount": 1,
"CustomPropertyType": "Claret_Talent_02",
"PropertyModifyFunction": "Replace",
"PropertyType": "Custom",
"Target": "Self"
}
],
"OnDamageCalculatedPre": [
{
"$type": "ModifyAttackDataAction",
"Predicates": [
{
"$type": "ByHitResult",
"HitResult": "DoubleCritical"
}
],
"PropertyKey": "Actor_AddedWoundRatio",
"PropertyValue": "%AS_AddedWoundRatio",
"Target": "Caster"
}
]
},
"Modifiers": {
}
}