mirror of
https://git.mero.moe/dimbreath/ZenlessData.git
synced 2024-11-09 03:58:45 +08:00
43 lines
1000 B
JSON
43 lines
1000 B
JSON
|
{
|
||
|
"AbilityName": "Monster_ElitePartner",
|
||
|
"AbilityStacking": "Unique",
|
||
|
"Modifiers": {
|
||
|
"AttackMessageModifier": {
|
||
|
"Duration": 3,
|
||
|
"IgnoreTimeScale": false,
|
||
|
"ModifierStacking": "Unique",
|
||
|
"OnAdded": [
|
||
|
{
|
||
|
"$type": "WriteAIParamAction",
|
||
|
"BoolParamValue": true,
|
||
|
"ParamName": "isPartnerAttacking",
|
||
|
"Target": "Self"
|
||
|
}
|
||
|
],
|
||
|
"OnRemoved": [
|
||
|
{
|
||
|
"$type": "WriteAIParamAction",
|
||
|
"BoolParamValue": false,
|
||
|
"ParamName": "isPartnerAttacking",
|
||
|
"Target": "Self"
|
||
|
}
|
||
|
]
|
||
|
}
|
||
|
},
|
||
|
"OnAbilityStart": [
|
||
|
{
|
||
|
"$type": "ApplyModifier",
|
||
|
"CustomKey": "Monster_ElitePartner",
|
||
|
"ModifierName": "AttackMessageModifier",
|
||
|
"Predicates": [
|
||
|
{
|
||
|
"$type": "ByMonsterStrengthType",
|
||
|
"CompareType": "GreaterEqual",
|
||
|
"StrengthType": "Elite",
|
||
|
"Target": "Target"
|
||
|
}
|
||
|
],
|
||
|
"Target": "Custom"
|
||
|
}
|
||
|
]
|
||
|
}
|