ZenlessData/Data/CampIdle_Monsterbuff_05.json
2024-09-23 09:11:37 -03:00

35 lines
787 B
JSON

{
"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"
}
}
}