1
0
ZenlessData/Data/_unsorted/Harvester_AttackManager_Bookemon.json
2025-09-04 01:06:25 +02:00

169 lines
4.3 KiB
JSON

{
"AbilityMixins": [
{
"$type": "AttachStateWithModifierMixin",
"ConfigList": [
{
"AnimatorStateName": "Attack_7_Pre_VerticalPose",
"LayerIndex": 0,
"ModifierNameList": [
"ChargeModifier",
"MuteRootMotionModifier"
],
"NormalizedTimeHigh": 0.1,
"NormalizedTimeLow": 0
},
{
"AnimatorStateName": "Attack_7",
"LayerIndex": 0,
"ModifierNameList": [
"MuteRootMotionModifier"
],
"NormalizedTimeHigh": 0.1,
"NormalizedTimeLow": 0
},
{
"AnimatorStateName": "Attack_10_Pre_HorizontalPose",
"LayerIndex": 0,
"ModifierNameList": [
"CostChargeModifier"
],
"NormalizedTimeHigh": 0.1,
"NormalizedTimeLow": 0
}
]
}
],
"AbilityName": "Harvester_AttackManager_Bookemon",
"AbilityStacking": "Unique",
"CostChargeModifier": {
"Duration": 0.1,
"IgnoreTimeScale": false,
"ModifierStacking": "Refresh",
"OnAdded": [
{
"$type": "SetAnimCtrlerParamAction",
"IntVal": 0,
"ParamName": "Int_ChargeCount",
"ParamType": 3,
"Target": "Self"
}
]
},
"DefaultModifier": {
"ModifierStacking": "Unique",
"OnHitOther": [
{
"$type": "DamageByAttackPropertyAction",
"AnimEventID": "Monster_Harvester_ATK10_AttackProperty_01_Bookemon_Landed",
"Attacker": "Caster",
"Predicates": [
{
"$type": "ByAnimEventIDs",
"AnimEventIDs": [
"Monster_Harvester_ATK10_AttackProperty_01_Bookemon"
]
},
{
"$type": "ByIsSelfAttackTarget",
"IsSelfAttackTarget": true,
"Target": "Target"
}
],
"Target": "Target"
},
{
"$type": "DamageByAttackPropertyAction",
"AnimEventID": "Monster_Harvester_ATK10_AttackProperty_02_Bookemon_Landed",
"Attacker": "Caster",
"Predicates": [
{
"$type": "ByAnimEventIDs",
"AnimEventIDs": [
"Monster_Harvester_ATK10_AttackProperty_02_Bookemon"
]
},
{
"$type": "ByIsSelfAttackTarget",
"IsSelfAttackTarget": true,
"Target": "Target"
}
],
"Target": "Target"
},
{
"$type": "DamageByAttackPropertyAction",
"AnimEventID": "Monster_Harvester_ATK09_AttackProperty_01_Bookemon_Landed",
"Attacker": "Caster",
"Predicates": [
{
"$type": "ByAnimEventIDs",
"AnimEventIDs": [
"Monster_Harvester_ATK09_AttackProperty_01_Bookemon"
]
}
],
"Target": "Target"
}
]
},
"Modifiers": {
"ChargeModifier": {
"Duration": 0.1,
"IgnoreTimeScale": false,
"ModifierStacking": "Refresh",
"OnAdded": [
{
"$type": "BranchOperator",
"Conditions": [
{
"$type": "ByAnimCtrlerParam",
"CompareType": "Equal",
"IntVal": 1,
"ParamName": "Int_ChargeCount",
"ParamType": 3,
"Target": "Self"
}
],
"FailureActions": [
{
"$type": "SetAnimCtrlerParamAction",
"IntVal": 1,
"ParamName": "Int_ChargeCount",
"ParamType": 3,
"Target": "Self"
}
],
"SuccessActions": [
{
"$type": "SetAnimCtrlerParamAction",
"IntVal": 2,
"ParamName": "Int_ChargeCount",
"ParamType": 3,
"Target": "Self"
}
]
}
]
},
"MuteRootMotionModifier": {
"Duration": -1,
"IgnoreTimeScale": false,
"ModifierStacking": "Unique",
"OnAdded": [
{
"$type": "MuteRootMotionAction",
"EnableMute": true,
"Target": "Self"
}
],
"OnRemoved": [
{
"$type": "MuteRootMotionAction",
"EnableMute": false,
"Target": "Self"
}
]
}
}
}