ZenlessData/Data/Bangboo_Sharkboo_AidSkill_01.json

285 lines
7.3 KiB
JSON
Raw Permalink Normal View History

{
"AbilityMixins": [
{
"$type": "BuddyAidMixin",
"AvatarSwitchInIndex": 30,
"AvatarSwitchType": "AidAttack",
"BangbooSwitchInType": 30,
"BuddyLockTargetID": "Player_Default_LockTarget_01_OnlyMonster",
"OnBuddyAidEnd": [
{
"$type": "SetAllowShowLocalRoleShield",
"allow": true
},
{
"$type": "CameraZoomEndAction",
"EndCameraZoomKey": "Sharkboo_AidSkill_Attack_CamZoom_01"
},
{
"$type": "CameraZoomEndAction",
"EndCameraZoomKey": "Sharkboo_AidSkill_Attack_CamZoom_02"
},
{
"$type": "CameraStretchEndAction",
"EndCameraStretchKey": "Sharkboo_AidSkill_Attack_CamStretch_02"
},
{
"$type": "CameraStretchEndAction",
"EndCameraStretchKey": "Sharkboo_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": "ApplyModifier",
"ModifierName": "Avatars_BaseAttackRatioUp_UpGrade_Modifier",
"Predicates": [
{
"$type": "ByIsInZoneTags",
"Tags": [
"ElementAbnormalBuild_Relic_01_Upgrade_02"
],
"Target": "LocalAvatar"
}
],
"Target": "TeamAvatars"
},
{
"$type": "ApplyModifier",
"ModifierName": "Avatars_BaseAttackRatioUp",
"Predicates": [
{
"$type": "ByNot",
"Predicates": [
{
"$type": "ByIsInZoneTags",
"Tags": [
"ElementAbnormalBuild_Relic_01_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_Sharkboo_AidSkill_01",
"AbilitySpecials": {
"AS_Attack_Buff_Duration": {
"Value": 15
},
"AS_Avatars_BaseAttackRatioUp_UpGrade": {
"Value": 0.4
},
"AS_BaseAttackRatio": {
"Value": 0.2
},
"AS_Energy_Recover_ByBuff": {
"Value": 4
},
"AS_Energy_Recover_ByStun": {
"Value": 4
},
"AS_Energy_Recover_Bytime": {
"Value": 4
}
},
"AbilityStacking": "Unique",
"DefaultModifier": {
"OnAdded": [
{
"$type": "PushInLevelCommonSkillAction",
"CommonSkillType": "BangbooAbyssUltra",
"Tag": "Sharkboo_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": "Bangboo_AidSkill_Energy_Rcover_Extra",
"Target": "TeamAvatars"
}
],
"OnBattleExit": [
{
"$type": "RemoveModifier",
"ModifierName": "Bangboo_AidSkill_Energy_Rcover",
"Target": "Self"
},
{
"$type": "RemoveModifier",
"ModifierName": "Bangboo_AidSkill_Energy_Rcover_Extra",
"Target": "TeamAvatars"
}
],
"OnRemoved": [
{
"$type": "PopInLevelCommonSkillAction",
"Tag": "Sharkboo_AidSkill"
},
{
"$type": "HandleAnimatorZoneTagsAction",
"AnimatorStateTags": [
"ZoneTag_Bangboo_Aid"
],
"IsAdd": false
}
]
},
"Modifiers": {
"Avatar_Invincible_Modifier": {
"Duration": -1,
"ModifierStacking": "Unique",
"OnAdded": [
{
"$type": "PushInvincibleAction",
"Tag": "Bangboo_Sharkboo_AidSkill_01",
"Target": "Self"
}
],
"OnRemoved": [
{
"$type": "PopInvincibleAction",
"Tag": "Bangboo_Sharkboo_AidSkill_01",
"Target": "Self"
}
],
"OnSwitchOutFinish": [
{
"$type": "RemoveModifier",
"ModifierName": "Avatar_Invincible_Modifier",
"Target": "Self"
}
]
},
"Avatars_BaseAttackRatioUp": {
"Duration": "%AS_Attack_Buff_Duration",
"ModifierStacking": "Unique",
"Properties": {
"Actor_BaseAttackRatio": "%AS_BaseAttackRatio"
}
},
"Avatars_BaseAttackRatioUp_UpGrade_Modifier": {
"Duration": "%AS_Attack_Buff_Duration",
"ModifierStacking": "Unique",
"Properties": {
"Actor_BaseAttackRatio": "%AS_Avatars_BaseAttackRatioUp_UpGrade"
}
},
"Bangboo_AidSkill_Energy_Rcover": {
"Duration": -1,
"ModifierMixins": [
{
"$type": "SmoothChangePropertyMixin",
"PropertyItems": [
{
"Amount": "%AS_Energy_Recover_Bytime",
"CustomPropertyType": "Bangboo_AidSkillEnergy",
"PropertyModifyFunction": "Add",
"PropertyType": "Custom"
}
]
}
],
"ModifierStacking": "Unique"
},
"Bangboo_AidSkill_Energy_Rcover_Extra": {
"Duration": -1,
"ModifierStacking": "Unique",
"OnBuffAddToOther": [
{
"$type": "ModifyProperty",
"Amount": "%AS_Energy_Recover_ByBuff",
"CustomPropertyType": "Bangboo_AidSkillEnergy",
"IsUsePercentage": false,
"Percentage": 0,
"Predicates": [
{
"$type": "ByHandlingBuffGroup",
"BuffGroupList": [
"Electric",
"Overload",
"Erosion",
"Chaos",
"Burn",
"Ignite",
"Frozen",
"Frostbite",
"Strike"
]
}
],
"PropertyModifyFunction": "Add",
"PropertyType": "Custom",
"Target": "Caster"
}
],
"OnStunDestroyOtherActions": [
{
"$type": "ModifyProperty",
"Amount": "%AS_Energy_Recover_ByStun",
"CustomPropertyType": "Bangboo_AidSkillEnergy",
"IsUsePercentage": false,
"Percentage": 0,
"PropertyModifyFunction": "Add",
"PropertyType": "Custom",
"Target": "Caster"
}
]
}
}
}