mirror of
https://git.mero.moe/dimbreath/ZenlessData.git
synced 2024-11-08 19:48:44 +08:00
35 lines
787 B
JSON
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"
|
|
}
|
|
}
|
|
} |