ZenlessData/Data/Yanagi_Talent_03.json

35 lines
787 B
JSON
Raw Permalink Normal View History

{
"AbilityName": "Yanagi_Talent_03",
"AbilitySpecials": {
"AS_AddedenRatio_Talent03": {
"Value": 0.3
},
"AS_DeBuffDuration_Talent03": {
"Value": 15
}
},
"AbilityStacking": "Unique",
"DefaultModifier": {
"OnBuffDamageHitOther": [
{
"$type": "ApplyModifier",
"ModifierName": "YanagiTalent03DebuffModifier",
"Target": "Other"
}
]
},
"Modifiers": {
"YanagiTalent03DebuffModifier": {
"Duration": "%AS_DeBuffDuration_Talent03",
"ModifierStacking": "Replace",
"OnBeingHit": [
{
"$type": "ModifyAttackDataAction",
"PropertyKey": "Actor_PenRatio",
"PropertyValue": "%AS_AddedenRatio_Talent03",
"Target": "Self"
}
]
}
}
}