ZenlessData/Data/Abyss_PeriodicLayerBuff_05.json

31 lines
671 B
JSON
Raw Normal View History

{
"AbilityName": "Abyss_PeriodicLayerBuff_05",
"AbilitySpecials": {
"AS_BaseAtkRatio_Base": {
"Value": 0.15
},
"AS_BuffDamgeRatio_Base": {
"Value": 0.3
}
},
"AbilityStacking": "Unique",
"DefaultModifier": {
"ModifierStacking": "Unique",
"OnAdded": [
{
"$type": "ApplyModifier",
"ModifierName": "DamageUpBaseModifier",
"Target": "Self"
}
]
},
"Modifiers": {
"DamageUpBaseModifier": {
"ModifierStacking": "Unique",
"Properties": {
"Actor_BaseAttackRatio": "%AS_BaseAtkRatio_Base",
"Actor_BuffDamageRatio": "%AS_BuffDamgeRatio_Base"
}
}
}
}