mirror of
https://git.mero.moe/dimbreath/ZenlessData.git
synced 2026-03-05 15:55:46 +08:00
OSPRODWin1.1.0_R3563587_S3563587_D3563587
This commit is contained in:
43
Data/Monster_ElitePartner.json
Normal file
43
Data/Monster_ElitePartner.json
Normal file
@@ -0,0 +1,43 @@
|
||||
{
|
||||
"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"
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user