{ "AbilityMixins": [ { "$type": "BuddyAidMixin", "AvatarSwitchInIndex": 30, "AvatarSwitchType": "AidAttack", "BangbooSwitchInType": 30, "BuddyLockTargetID": "Player_Default_LockTarget_01_OnlyMonster", "OnBuddyAidEnd": [ { "$type": "SetAllowShowLocalRoleShield", "allow": true }, { "$type": "CameraZoomEndAction", "EndCameraZoomKey": "Resonaboo_AidSkill_Attack_CamZoom_01" }, { "$type": "CameraZoomEndAction", "EndCameraZoomKey": "Resonaboo_AidSkill_Attack_CamZoom_02" }, { "$type": "CameraStretchEndAction", "EndCameraStretchKey": "Resonaboo_AidSkill_Attack_CamStretch_02" }, { "$type": "CameraStretchEndAction", "EndCameraStretchKey": "Resonaboo_AidSkill_Attack_CamStretch_01" } ], "OnBuddyAidStart": [ { "$type": "SetAllowShowLocalRoleShield", "allow": false }, { "$type": "ApplyModifier", "ModifierName": "Avatar_Invincible_Modifier", "Target": "LocalAvatar" }, { "$type": "ModifyProperty", "Amount": 0, "CustomPropertyType": "Bangboo_AidSkillEnergy", "IsUsePercentage": false, "Percentage": 0, "PropertyModifyFunction": "Replace", "PropertyType": "Custom" }, { "$type": "RecoverIndividualFeverAction", "Amount": "%AS_FeverRecover_Amount_Upgrade", "Predicates": [ { "$type": "ByIsInZoneTags", "Tags": [ "UltraBuild_Relic_02_Upgrade_02" ], "Target": "LocalAvatar" } ], "Target": "TeamAvatars" }, { "$type": "ApplyModifier", "ModifierName": "Avatars_BaseAttackRatioUp", "Predicates": [ { "$type": "ByIsInZoneTags", "Tags": [ "UltraBuild_Relic_02_Upgrade_02" ], "Target": "LocalAvatar" } ], "Target": "TeamAvatars" }, { "$type": "RecoverIndividualFeverAction", "Amount": "%AS_FeverRecover_Amount", "Predicates": [ { "$type": "ByNot", "Predicates": [ { "$type": "ByIsInZoneTags", "Tags": [ "UltraBuild_Relic_02_Upgrade_02" ], "Target": "LocalAvatar" } ] } ], "Target": "TeamAvatars" } ] }, { "$type": "ActwithStateFrameMixin", "ConfigList": [ { "ActionList": [ { "$type": "BuddyAidSkillEnd" } ], "AnimatorStateName": "SwitchIn_AidSkill_Loop", "ForceTriggerOnTransitionOut": true, "Frame": 30, "IsLoop": false, "LayerIndex": 0 } ] } ], "AbilityName": "Bangboo_Resonaboo_AidSkill_02", "AbilitySpecials": { "AS_BaseAttackRatio": { "Value": 1 }, "AS_CurrentIndividualFeverNumber": { "Value": 0 }, "AS_Duration": { "Value": 15 }, "AS_Energy_Recover_Amount": { "Value": 1 }, "AS_Energy_Recover_Bytime": { "Value": 1 }, "AS_FeverRecover_Amount": { "Value": 1000 }, "AS_FeverRecover_Amount_Upgrade": { "Value": 1000 }, "AS_FeverToEnergy_Ratio": { "Value": 0.01 } }, "AbilityStacking": "Unique", "DefaultModifier": { "OnAdded": [ { "$type": "PushInLevelCommonSkillAction", "CommonSkillType": "BangbooAbyssUltra", "Tag": "Resonaboo_AidSkill" }, { "$type": "HandleAnimatorZoneTagsAction", "AnimatorStateTags": [ "ZoneTag_Bangboo_Aid" ], "IsAdd": true, "Predicates": [ { "$type": "ByIsPartnerBuddy" } ] } ], "OnBattleEnter": [ { "$type": "ApplyModifier", "ModifierName": "Bangboo_AidSkill_Energy_Rcover", "Target": "Self" }, { "$type": "ApplyModifier", "ModifierName": "Listen_TeamAvatar_Fever", "Target": "TeamAvatars" } ], "OnBattleExit": [ { "$type": "RemoveModifier", "ModifierName": "Bangboo_AidSkill_Energy_Rcover", "Target": "Self" }, { "$type": "RemoveModifier", "ModifierName": "Listen_TeamAvatar_Fever", "Target": "TeamAvatars" } ], "OnRemoved": [ { "$type": "PopInLevelCommonSkillAction", "Tag": "Resonaboo_AidSkill" }, { "$type": "HandleAnimatorZoneTagsAction", "AnimatorStateTags": [ "ZoneTag_Bangboo_Aid" ], "IsAdd": false } ] }, "Modifiers": { "Avatar_Invincible_Modifier": { "Duration": -1, "ModifierStacking": "Unique", "OnAdded": [ { "$type": "PushInvincibleAction", "Tag": "Bangboo_Resonaboo_AidSkill_02", "Target": "Self" } ], "OnRemoved": [ { "$type": "PopInvincibleAction", "Tag": "Bangboo_Resonaboo_AidSkill_02", "Target": "Self" } ], "OnSwitchOutFinish": [ { "$type": "RemoveModifier", "ModifierName": "Avatar_Invincible_Modifier", "Target": "Self" } ] }, "Avatars_BaseAttackRatioUp": { "Duration": "%AS_Duration", "ModifierStacking": "Unique", "Properties": { "Actor_BaseAttackRatio": "%AS_BaseAttackRatio" } }, "Bangboo_AidSkill_Energy_Rcover": { "Duration": -1, "ModifierMixins": [ { "$type": "SmoothChangePropertyMixin", "PropertyItems": [ { "Amount": "%AS_Energy_Recover_Bytime", "CustomPropertyType": "Bangboo_AidSkillEnergy", "PropertyModifyFunction": "Add", "PropertyType": "Custom" } ] } ], "ModifierStacking": "Unique" }, "Listen_TeamAvatar_Fever": { "Duration": -1, "ModifierStacking": "Unique", "OnSkillStart": [ { "$type": "SetAbilitySpecialsByPropertyAction", "ModifyFunction": "Replace", "ParamName": "AS_CurrentIndividualFeverNumber", "Percentage": 1, "Predicates": [ { "$type": "ByFromSkillType", "SkillType": "ExQTE", "Target": "Self" } ], "PropertyType": "CurIndividualFever", "Target": "Self" }, { "$type": "SetAbilitySpecialByExpression", "DoRefresh": true, "Expression": "specials(AS_CurrentIndividualFeverNumber)*specials(AS_FeverToEnergy_Ratio)", "ParamName": "AS_Energy_Recover_Amount", "Predicates": [ { "$type": "ByFromSkillType", "SkillType": "ExQTE", "Target": "Self" } ] }, { "$type": "ModifyProperty", "Amount": "%AS_Energy_Recover_Amount", "CustomPropertyType": "Bangboo_AidSkillEnergy", "IsUsePercentage": false, "Percentage": 0, "Predicates": [ { "$type": "ByFromSkillType", "SkillType": "ExQTE", "Target": "Self" } ], "PropertyModifyFunction": "Add", "PropertyType": "Custom", "Target": "Caster" } ] } } }