ZenlessData/Data/Bangboo_Talent_54003.json

45 lines
932 B
JSON
Raw Normal View History

{
"AbilityName": "Bangboo_Talent_54003",
"AbilitySpecials": {
"AS_AddedDamageRatio": {
"Value": 10
}
},
"AbilityStacking": "Unique",
"DefaultModifier": {
"OnAdded": [
{
"$type": "ApplyModifier",
"ModifierName": "AddBuffToTeam",
"Target": "TeamAvatars"
}
]
},
"Modifiers": {
"AddBuffToTeam": {
"Duration": -1,
"ModifierStacking": "Unique",
"OnAdded": [
{
"$type": "ApplyModifier",
"ModifierName": "AtkBuff",
"Predicates": [
{
"$type": "ByAvatarElementType",
"ElementType": 205,
"Target": "Self"
}
],
"Target": "Self"
}
]
},
"AtkBuff": {
"Duration": -1,
"ModifierStacking": "Unique",
"Properties": {
"Actor_AddedDamageRatio": "%AS_AddedDamageRatio"
}
}
}
}