turnbasedgamedata/Config/ConfigAbility/Monster/Camera/Monster_SW_Minion01_02_Camera.json
2025-02-24 07:50:34 -03:00

52 lines
1.3 KiB
JSON

{
"AbilityList": [
{
"Name": "Monster_SW_Minion01_02_Skill01_Camera",
"TargetInfo": {
"TargetType": "SkillTargetEntityList"
},
"OnStart": [
{
"$type": "RPG.GameCore.VCameraConfigChange",
"CameraConfig": {
"NormalConfig": {
"CameraState": "CasterToTargetPerform",
"TemplateName": "Monster_Common_SoloRangeAttack",
"IsLocalOffset": true,
"AnchorOffset": {
"X": -1.8,
"Y": -0.4,
"Z": 2
},
"AnchorRatio": 1,
"AimOffset": {
"X": 2.5
},
"AimRatio": 0.01,
"FollowDamp": 0.01,
"AimDamp": 0.01,
"Dutch": 2,
"ForbidDynamicOffset": false
},
"AdditiveNormalConfig": {
"AnchorOffset": {
"X": 0.49,
"Y": 0.33,
"Z": -0.33
},
"AimOffset": {
"X": 0.84,
"Y": 0.73,
"Z": -5.21
},
"ResetToDefault": false
},
"BlendConfig": {
"BlendType": "Cut"
}
}
}
]
}
]
}