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

38 lines
857 B
JSON

{
"AbilityName": "Aokaku_Talent_04",
"AbilitySpecials": {
"AS_AddedDamageRatio_Talent_04": {
"Value": 0.5
}
},
"AbilityStacking": "Unique",
"DefaultModifier": {
"OnAdded": [
{
"$type": "ModifyProperty",
"Amount": 1,
"CustomPropertyType": "UnlockTalent_04",
"IsUsePercentage": false,
"Percentage": 0,
"PropertyModifyFunction": "Replace",
"PropertyType": "Custom"
}
],
"OnHitOther": [
{
"$type": "ModifyAttackDataAction",
"Predicates": [
{
"$type": "ByAnimTagList",
"TagList": [
"RedBladeAttack"
]
}
],
"PropertyKey": "Actor_AddedDamageRatio",
"PropertyValue": "%AS_AddedDamageRatio_Talent_04",
"Target": "Self"
}
]
}
}