2022-04-23 07:55:31 +05:30

65 lines
1.5 KiB
JSON

{
"luaDataPath": "",
"entityBan": "",
"group": [
[
{
"$type": "MoleMole.Config.ConfigSteerInterAction",
"type": "STEER_TO",
"duration": 1.0,
"steerType": "TO_LOCAL_AVATAR",
"steerDir": {
"x": 0.5,
"z": 0.5
},
"targetNpcAlias": ""
},
{
"$type": "MoleMole.Config.ConfigCameraMoveInterAction",
"type": "CAMERA_MOVE",
"duration": 1.0,
"cameraPosType": "RELATIVE_TO_INTER",
"camPosOffset": {
"y": 0.2
},
"nearLength": 2.0,
"camTargetType": "TO_INTEE",
"camForwardTargetOffset": {
"y": 0.8
},
"lerpRatio": 5.0,
"lerpPattern": 1,
"targetNpcAlias": ""
},
{
"$type": "MoleMole.Config.ConfigDialogInterAction",
"type": "DIALOG"
}
],
[
{
"$type": "MoleMole.Config.ConfigDialogInterAction",
"type": "DIALOG_FINISH"
},
{
"$type": "MoleMole.Config.ConfigSteerInterAction",
"type": "STEER_TO",
"duration": 2.5,
"steerDir": {
"z": 1.0
},
"targetNpcAlias": ""
},
{
"$type": "MoleMole.Config.ConfigCameraMoveInterAction",
"type": "CAMERA_MOVE",
"duration": 1.0,
"cameraPosType": "EXIT",
"camTargetType": "TO_INTEE",
"lerpRatio": 5.0,
"lerpPattern": 1,
"targetNpcAlias": ""
}
]
]
}