mirror of
https://git.mero.moe/dimbreath/ZenlessData.git
synced 2024-11-08 19:48:44 +08:00
35 lines
808 B
JSON
35 lines
808 B
JSON
{
|
|
"AbilityName": "Monster_ElitePartner_Reset",
|
|
"AbilityStacking": "Unique",
|
|
"Modifiers": {
|
|
"ResetMessageModifier": {
|
|
"Duration": 3,
|
|
"IgnoreTimeScale": false,
|
|
"ModifierStacking": "Replace",
|
|
"OnAdded": [
|
|
{
|
|
"$type": "WriteAIParamAction",
|
|
"BoolParamValue": false,
|
|
"ParamName": "isPartnerAttacking",
|
|
"Target": "Self"
|
|
}
|
|
]
|
|
}
|
|
},
|
|
"OnAbilityStart": [
|
|
{
|
|
"$type": "ApplyModifier",
|
|
"CustomKey": "Monster_ElitePartner",
|
|
"ModifierName": "ResetMessageModifier",
|
|
"Predicates": [
|
|
{
|
|
"$type": "ByMonsterStrengthType",
|
|
"CompareType": "GreaterEqual",
|
|
"StrengthType": "Elite",
|
|
"Target": "Target"
|
|
}
|
|
],
|
|
"Target": "Custom"
|
|
}
|
|
]
|
|
} |