ZenlessData/Data/Burnice_Talent_02.json

49 lines
1.0 KiB
JSON
Raw Permalink Normal View History

{
"AbilityName": "Burnice_Talent_02",
"AbilitySpecials": {
"AS_Duration": {
"Value": 6
},
"AS_MaxPenRatio": {
"Value": 0.4
},
"AS_PenRatio": {
"Value": 0.04
}
},
"AbilityStacking": "Unique",
"DefaultModifier": {
"OnHitOtherPre": [
{
"$type": "ApplyModifier",
"ModifierName": "PenRatioMDF",
"Predicates": [
{
"$type": "ByAnimEventIDs",
"AnimEventIDs": [
"Burnice_Explode_AttackProperty_01",
"Burnice_Explode_AttackProperty_01_Talent_02"
],
"Target": "Caster"
}
],
"Target": "Other"
}
]
},
"Modifiers": {
"PenRatioMDF": {
"Duration": "%AS_Duration",
"MaxStackingNumber": 5,
"ModifierStacking": "MultipleAllRefresh",
"OnBeingHitPre": [
{
"$type": "ModifyAttackDataAction",
"PropertyKey": "Actor_PenRatio",
"PropertyValue": "%AS_PenRatio",
"Target": "Self"
}
]
}
}
}