1
0
ZenlessData/Data/Pulchra_Talent_04.json
2025-03-11 21:10:23 -03:00

38 lines
840 B
JSON

{
"AbilityName": "Pulchra_Talent_04",
"AbilitySpecials": {
"AS_AddedDamageRatio": {
"Value": 0.2
}
},
"AbilityStacking": "Unique",
"DefaultModifier": {
"OnAdded": [
{
"$type": "ModifyProperty",
"Amount": 8,
"CustomPropertyType": "MaxChainAttackTime",
"IsUsePercentage": false,
"Percentage": 0,
"PropertyModifyFunction": "Replace",
"PropertyType": "Custom"
}
],
"OnHitOther": [
{
"$type": "ModifyAttackDataAction",
"Predicates": [
{
"$type": "ByAnimTagList",
"TagList": [
"ChainAttack"
]
}
],
"PropertyKey": "Actor_AddedDamageRatio",
"PropertyValue": "%AS_AddedDamageRatio",
"Target": "Target"
}
]
}
}