1
0
ZenlessData/Data/_unsorted/Seed_Talent_03.json
2025-09-04 01:06:25 +02:00

51 lines
1.1 KiB
JSON

{
"AbilityMixins": [
{
"$type": "AttachZoneTagWithModifierMixin",
"ConfigList": [
{
"ModifierNameList": [
"BuffModifier"
],
"ZoneTag": "Seed_BothBuff_Active"
}
]
}
],
"AbilityName": "Seed_Talent_03",
"AbilitySpecials": {
"AS_AddedDamageRatio": {
"Value": 0.3
},
"AS_FeverGetRatio": {
"Value": 0.3
}
},
"AbilityStacking": "Unique",
"Modifiers": {
"BuffModifier": {
"Duration": -1,
"ModifierStacking": "Unique",
"OnHitOther": [
{
"$type": "ModifyAttackDataAction",
"Predicates": [
{
"$type": "ByAnimTagList",
"TagList": [
"AttackQTE",
"ExQTE"
]
}
],
"PropertyKey": "Actor_AddedDamageRatio",
"PropertyValue": "%AS_AddedDamageRatio",
"Target": "Self"
}
],
"Properties": {
"Actor_IndividualFeverGetRatio": "%AS_FeverGetRatio"
}
}
}
}