1
0
ZenlessData/Data/Geppetto_SpecialAttack_Control.json

141 lines
3.4 KiB
JSON
Raw Normal View History

{
"AbilityMixins": [
{
"$type": "AttachStateWithModifierMixin",
"ConfigList": [
{
"AnimatorStateName": "SpecialAttack_01",
"FrameCountLow": 0,
"IsLoop": true,
"MaxFrameCountHigh": true,
"ModifierNameList": [
"SpecialAttackTimeControl"
]
},
{
"AnimatorStateName": "SpecialAttack_Fall",
"FrameCountHigh": 0,
"FrameCountLow": 49,
"IsLoop": false,
"MaxFrameCountHigh": true,
"ModifierNameList": [
"StunRatioCalModifier"
]
},
{
"AnimatorStateName": "SpecialAttack_Fall",
"FrameCountHigh": 0,
"FrameCountLow": 50,
"IsLoop": false,
"MaxFrameCountHigh": true,
"ModifierNameList": [
"DamageTakeRatioModifier"
]
},
{
"AnimatorStateName": "SpecialAttack_Fall_Loop",
"FrameCountLow": 0,
"IsLoop": true,
"MaxFrameCountHigh": true,
"ModifierNameList": [
"FallLoopTimeControl",
"DamageTakeRatioModifier"
]
}
],
"IsSeam": false
}
],
"AbilityName": "Geppetto_SpecialAttack_Control",
"AbilitySpecials": {
"AS_DamageTakeRatio": {
"Value": 0.5
},
"AS_LockStun": {
"Value": 0
}
},
"AbilityStacking": "Unique",
"Modifiers": {
"DamageTakeRatioModifier": {
"Duration": -1,
"ModifierMixins": [
{
"$type": "SubPartLockLifePropertyMixin",
"RatioLock": {
"LockType": "Total",
"LockValue": 1
},
"SubPartName": "Geppetto_Part_Tail"
},
{
"$type": "SubPartLockLifePropertyMixin",
"RatioLock": {
"LockType": "Total",
"LockValue": 1
},
"SubPartName": "Geppetto_Part_RightHand"
},
{
"$type": "SubPartLockLifePropertyMixin",
"RatioLock": {
"LockType": "Total",
"LockValue": 1
},
"SubPartName": "Geppetto_Part_LeftHand"
},
{
"$type": "LockStunPropertyMixin",
"ValueLock": "%AS_LockStun"
}
],
"ModifierStacking": "Unique",
"Properties": {
"Actor_DamageTakeRatio": "%AS_DamageTakeRatio"
}
},
"FallLoopTimeControl": {
"DelayHandlers": [
{
"DelayTime": 8,
"TimeUpActions": [
{
"$type": "SetAnimCtrlerParamAction",
"ParamName": "Trigger_BackGround",
"ParamType": 1
}
]
}
],
"Duration": -1,
"ModifierStacking": "Unique"
},
"SpecialAttackTimeControl": {
"DelayHandlers": [
{
"DelayTime": 60,
"TimeUpActions": [
{
"$type": "SetAnimCtrlerParamAction",
"ParamName": "Trigger_Boom",
"ParamType": 1
}
]
}
],
"Duration": -1,
"ModifierStacking": "Unique"
},
"StunRatioCalModifier": {
"OnAdded": [
{
"$type": "SetAbilitySpecialsByPropertyAction",
"ModifyFunction": "Replace",
"ParamName": "AS_LockStun",
"Percentage": 1,
"PropertyType": "CurStun"
}
]
}
}
}