0
0
mirror of https://gitlab.com/YuukiPS/GC-Resources.git synced 2025-04-28 09:05:26 +00:00

Update Ability 3.7 bin

This commit is contained in:
Yuuki 2023-05-25 02:45:05 +08:00
parent 3bbdddeea3
commit c58dd52352
8 changed files with 7785 additions and 3176 deletions

View File

@ -188,6 +188,12 @@
}
]
},
{
"$type": "KillGadget",
"gadgetInfo": {
"configID": 41082006
}
},
{
"$type": "CreateGadget",
"born": {

View File

@ -1055,6 +1055,19 @@
}
]
},
"HitBox_Initializer_Handler": {
"modifierName": "",
"bonusCriticalHurt": 100.0,
"onAdded": [
{
"$type": "EnableHitBoxByName",
"RotationDampTime": true,
"canBeHandledOnRecover": true,
"hitBoxNames": ["HitBox"],
"setEnable": true
}
]
},
"ElectricFairy_Initializer_Handler": {
"modifierName": "",
"bonusCriticalHurt": 100.0,
@ -1082,6 +1095,11 @@
"RotationDampTime": true,
"modifierName": "PushCollider_Initializer_Handler"
},
{
"$type": "ApplyModifier",
"RotationDampTime": true,
"modifierName": "HitBox_Initializer_Handler"
},
{
"$type": "ApplyModifier",
"RotationDampTime": true,

View File

@ -2849,6 +2849,7 @@
"entityTypePriority": ["Monster", "Gadget"],
"sortType": "HigherScoreByParam",
"CCLEPJACNEL": {
"GENBDEIEPDH": true,
"KOBHNECPKOC": 0.699999988079071,
"EKLCPINMIIP": 0.20000000298023224
},
@ -2876,6 +2877,7 @@
"entityTypePriority": ["Monster", "Gadget"],
"sortType": "HigherScoreByParam",
"CCLEPJACNEL": {
"GENBDEIEPDH": true,
"KOBHNECPKOC": 0.699999988079071,
"EKLCPINMIIP": 0.20000000298023224
},

View File

@ -235,7 +235,7 @@
"$type": "KillGadget",
"RotationDampTime": true,
"gadgetInfo": {
"configID": 41071003
"configID": 41080003
}
}
]

File diff suppressed because it is too large Load Diff

View File

@ -2334,5 +2334,24 @@
],
"isDynamicAbility": true
}
},
{
"Default": {
"$type": "ConfigAbility",
"abilityName": "Avatar_Trampoline_Jump_SLC",
"onAbilityStart": [
{
"$type": "ServerLuaCall",
"target": "Other",
"luaCallType": "CurChallengeGroup",
"isTarget": true,
"funcName": "SLC_On_Mushroom_BeJumped",
"MPPMFEDKGHC": 0.0,
"BOKNHLDBKKK": 0.0,
"CHOIIMHDNHK": 0.0
}
],
"isDynamicAbility": true
}
}
]

View File

@ -282,13 +282,6 @@
"Default": {
"$type": "ConfigAbility",
"abilityName": "Avatar_PlayerBoy_CreateCrouchThrow",
"onAdded": [
{
"$type": "AttachEffect",
"healLimitedByCasterMaxHPRatio": "Eff_Ambor_Dummy_Throw",
"effectTempleteID": -1.0
}
],
"onAbilityStart": [
{
"$type": "FireAISoundEvent",
@ -602,13 +595,6 @@
"Default": {
"$type": "ConfigAbility",
"abilityName": "Avatar_PlayerBoy_CreateFindCatThrow",
"onAdded": [
{
"$type": "AttachEffect",
"healLimitedByCasterMaxHPRatio": "Eff_Ambor_Dummy_Throw",
"effectTempleteID": -1.0
}
],
"onAbilityStart": [
{
"$type": "CreateGadget",
@ -1023,7 +1009,8 @@
],
"onRemoved": [
{
"$type": "ChangePlayMode"
"$type": "ChangePlayMode",
"LEMNHMBJBFH": "GlidingChallengeState"
},
{
"$type": "RemoveAvatarSkillInfo",
@ -1236,7 +1223,8 @@
{
"$type": "ChangePlayMode",
"RotationDampTime": true,
"muteRemoteAction": true
"muteRemoteAction": true,
"LEMNHMBJBFH": "FleurFairFall"
}
]
},
@ -2178,5 +2166,39 @@
}
}
}
},
{
"Default": {
"$type": "ConfigAbility",
"abilityName": "Team_Yoimiya_EndlessStamina",
"modifiers": {
"UNIQUE_Yoimiya_EndlessStaminaBuff": {
"modifierName": "",
"isUnique": true,
"bonusCriticalHurt": 100.0,
"modifierMixins": [
{
"$type": "CurLocalAvatarMixinV2",
"modifierName": "Yoimiya_EndlessStaminaBuff"
}
]
},
"Yoimiya_EndlessStaminaBuff": {
"modifierName": "",
"bonusCriticalHurt": 100.0,
"properties": {
"Actor_CostStaminaRatio": -2.0
}
}
},
"onAdded": [
{
"$type": "AttachModifier",
"target": "Team",
"modifierName": "UNIQUE_Yoimiya_EndlessStaminaBuff"
}
],
"isDynamicAbility": true
}
}
]