ZenlessData/Data/Unagi_Talent_03.json

47 lines
1.1 KiB
JSON
Raw Normal View History

{
"AbilityName": "Unagi_Talent_03",
"AbilitySpecials": {
"AS_DamageUpRatio_Talent03": {
"Value": 1.5
},
"AS_FeverAmount_Talent03": {
"Value": 500
}
},
"AbilityStacking": "Unique",
"DefaultModifier": {
"OnHitOther": [
{
"$type": "ModifyAttackDataAction",
"Predicates": [
{
"$type": "ByAnimEventIDs",
"AnimEventIDs": [
"Unagi_Attack_UniqueSkill_AttackProperty_01"
],
"Target": "Self"
}
],
"PropertyKey": "Actor_AddedDamageRatio",
"PropertyValue": "%AS_DamageUpRatio_Talent03",
"Target": "Self"
},
{
"$type": "RecoverIndividualFeverAction",
"Amount": "%AS_FeverAmount_Talent03",
"IgnoreRatio": false,
"Percentage": 0,
"Predicates": [
{
"$type": "ByAnimEventIDs",
"AnimEventIDs": [
"Unagi_Attack_UniqueSkill_AttackProperty_01"
],
"Target": "Self"
}
],
"Target": "Self"
}
]
}
}