ZenlessData/Data/Hitchspiker_CheckMonsterCount.json
2024-12-17 20:43:14 -03:00

61 lines
1.5 KiB
JSON

{
"AbilityName": "Hitchspiker_CheckMonsterCount",
"AbilityStacking": "Unique",
"Modifiers": {
"HitchspikerGGModifier": {
"Duration": 1,
"ModifierStacking": "Replace",
"OnAdded": [
{
"$type": "SetAnimCtrlerParamAction",
"BoolVal": true,
"ParamName": "Bool_HitchspikerGG",
"ParamType": 2,
"Target": "Self"
},
{
"$type": "HandleAnimatorZoneTagsAction",
"AnimatorStateTags": [
"HitchspikerGG"
],
"IsAdd": true,
"Target": "Self"
},
{
"$type": "DecreaseHPAction",
"Amount": 0,
"IgnoreInvincible": "true",
"Percentage": 0.9999999999999,
"Target": "Self"
}
]
}
},
"OnAbilityStart": [
{
"$type": "ApplyModifier",
"ModifierName": "HitchspikerGGModifier",
"Predicates": [
{
"$type": "ByAnd",
"Predicates": [
{
"$type": "ByAbilityTargetCount",
"AbilityTargetKey": "AbilityTarget_Monster_AlpecaInfested",
"CompareType": "Equal",
"CompareValue": 0
},
{
"$type": "ByAbilityTargetCount",
"AbilityTargetKey": "AbilityTarget_Monster_TyrfingInfested",
"CompareType": "Equal",
"CompareValue": 0
}
],
"Target": "Self"
}
],
"Target": "Self"
}
]
}