1
0
ZenlessData/Data/_unsorted/MazingerGoldenBomb_Avatar_OverLoad.json

55 lines
1.1 KiB
JSON

{
"AbilityName": "MazingerGoldenBomb_Avatar_OverLoad",
"AbilitySpecials": {
"AS_AddedAtkRatio": {
"Value": 0.1
},
"AS_Duration": {
"Value": 8
}
},
"AbilityStacking": "Unique",
"DefaultModifier": {
"OnDodgeSuccess": [
{
"$type": "ApplyModifier",
"ModifierName": "OverLoadModifier",
"StackCount": 3
}
],
"OnRemoved": [
{
"$type": "RemoveModifier",
"ModifierName": "OverLoadModifier",
"StackCount": 3
}
],
"OnSkillStart": [
{
"$type": "ApplyModifier",
"ModifierName": "OverLoadModifier",
"Predicates": [
{
"$type": "ByFromSkillType",
"SkillType": "Evade",
"Target": "Self"
}
]
}
]
},
"Modifiers": {
"OverLoadModifier": {
"Buff": {
"BuffID": 9000401,
"IsOverrideDuration": true
},
"Duration": "%AS_Duration",
"MaxStackingNumber": 3,
"ModifierStacking": "MultipleAllRefresh",
"Properties": {
"Actor_BaseAttackRatio": "%AS_AddedAtkRatio"
}
}
}
}