ZenlessData/Data/RamenStore_Buff_30021302.json

43 lines
1012 B
JSON
Raw Normal View History

{
"AbilityName": "RamenStore_Buff_30021302",
"AbilitySpecials": {
"AddedDamageRatio": {
"Value": 10
},
"BreakStunRatio": {
"Value": 10
}
},
"AbilityStacking": "Unique",
"DefaultModifier": {
"ModifierStacking": "Unique",
"OnHitOther": [
{
"$type": "ModifyAttackDataAction",
"Predicates": [
{
"$type": "ByMonsterStrengthType",
"CompareType": "Equal",
"StrengthType": "Boss",
"Target": "Target"
}
],
"PropertyKey": "Actor_AddedDamageRatio",
"PropertyValue": "%AddedDamageRatio"
},
{
"$type": "ModifyAttackDataAction",
"Predicates": [
{
"$type": "ByMonsterStrengthType",
"CompareType": "Equal",
"StrengthType": "Boss",
"Target": "Target"
}
],
"PropertyKey": "Actor_BreakStunRatio",
"PropertyValue": "%BreakStunRatio"
}
]
}
}