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