ZenlessData/Data/CampIdle_Monsterbuff_05.json

35 lines
787 B
JSON
Raw Normal View History

{
"AbilityName": "CampIdle_Monsterbuff_05",
"AbilitySpecials": {
"AS_AddDamageRatio": {
"Value": 0.5
},
"AS_StunMaxRatio": {
"Value": 0.2
}
},
"AbilityStacking": "Unique",
"DefaultModifier": {
"OnHitOther": [
{
"$type": "ModifyAttackDataAction",
"Predicates": [
{
"$type": "ByAbilitySpecial",
"CompareType": "Equal",
"Param": 0,
"ParamName": "CurShieldAmount",
"ParamType": "Integer",
"Target": "Target"
}
],
"PropertyKey": "Actor_AddedDamageRatio",
"PropertyValue": "%AS_AddDamageRatio",
"Target": "Self"
}
],
"Properties": {
"Actor_StunMaxRatio": "%AS_StunMaxRatio"
}
}
}