ZenlessData/Data/Core_Default.json
2024-08-13 22:59:23 -03:00

125 lines
3.1 KiB
JSON

{
"AbilityMixins": [
{
"$type": "AttachStateWithModifierMixin",
"ConfigList": [
{
"AnimatorStateName": "Core_Idle",
"IsLoop": true,
"LayerIndex": 0,
"ModifierNameList": [
"SpecialEffectModifier"
],
"NormalizedTimeHigh": 1.0,
"NormalizedTimeLow": 0.0
}
]
}
],
"AbilityName": "Core_Default",
"AbilityStacking": "Unique",
"DefaultModifier": {
"ModifierStacking": "Unique",
"OnAdded": [
{
"$type": "ApplyLogicMoveAction",
"MovementConfig": {
"$type": "ConfigMovementSimple",
"Acceleration": {
"x": 0.0,
"y": -20.0,
"z": -5.0
},
"CoordinateType": "Local",
"Duration": 1,
"Gravity": 0.0,
"HitNormalRatio": 1,
"HitTangentialRatio": 1,
"InitVelocity": {
"x": 0.0,
"y": 6.0,
"z": 5.0
},
"MaxHitNumber": 0,
"TimesUpMoveOption": "Stop"
},
"RotationConfig": {
"$type": "ConfigRotationToTarget",
"Duration": 2,
"ReachTargetStop": true,
"RotateSpeed": 1,
"RotateType": "Instant",
"TargetPosRot": {
"CoordsOption": "Relative",
"Offset": {
"AngleOffset": {
"x": 0.0,
"y": 0.0,
"z": 0.0
},
"PositionOffset": {
"x": 0.0,
"y": 0.0,
"z": -10.0
},
"RandomAngleRange": {
"x": 0.0,
"y": 0.0,
"z": 0.0
},
"RandomPositionRange": {
"x": 2.68,
"y": 0.0,
"z": 0.0
}
},
"TargetOption": {
"$type": "ConfigPosRotReferTarget",
"OffsetReferTarget": "LocalAvatar"
}
},
"TargetUpdateMode": "OnStart"
},
"Target": "Self"
}
]
},
"Modifiers": {
"SpecialEffectModifier": {
"Duration": -1,
"ModifierStacking": "Unique",
"OnAdded": [
{
"$type": "AttachEffect",
"AttachEffectPosRot": {
"CoordsOption": "ReferTarget",
"Offset": {
"AngleOffset": {
"x": 0.0,
"y": 0.0,
"z": 0.0
},
"IsUseRotationXZ": true,
"IsUseRotationY": true,
"PositionOffset": {
"x": 0.0,
"y": 0.0,
"z": 0.0
}
},
"TargetOption": {
"$type": "ConfigPosRotReferTarget",
"AttachPoint": "MiddlePoint",
"IsUseAttachPointPos": true,
"IsUseAttachPointRotation": true,
"OffsetReferTarget": "Self"
}
},
"EffectPattern": "Eff_Common_Core_Idle",
"Target": "Self"
}
]
}
},
"OnAbilityStart": []
}