Files
turnbasedgamedata/Config/ConfigAbility/Monster/Camera/Monster_W4_DawnsEyePart_03_Camera.json
2025-07-03 10:50:43 +02:00

53 lines
1.4 KiB
JSON

{
"AbilityList": [
{
"Name": "Monster_W4_DawnsEyePart_03_Skill01_Camera",
"TargetInfo": {
"TargetType": "SkillTargetEntityList"
},
"OnStart": [
{
"$type": "RPG.GameCore.VCameraConfigChange",
"CameraConfig": {
"NormalConfig": {
"CameraState": "UseSkillPerform",
"AnchorTargetType": {
"$type": "RPG.GameCore.TargetAlias",
"Alias": "Caster"
},
"IsLocalOffset": true,
"AnchorOffset": {
"X": -0.7,
"Y": -0.5,
"Z": 9.25
},
"AimTargetType": {
"$type": "RPG.GameCore.TargetAlias",
"Alias": "Caster"
},
"AimOffset": {
"X": 0.84,
"Y": 3.52,
"Z": 0
},
"FollowPoleAngle": 90,
"FollowRadius": 0.88,
"ForbidChangeOffset": true
},
"BlendConfig": {
"BlendType": "Custom",
"CustomCurveName": "BlendCut_00to1",
"BlendTime": 0.9
},
"ShowEntityConfig": {
"ShowTargetType": {
"$type": "RPG.GameCore.TargetAlias",
"Alias": "AllTeamMember"
}
}
}
}
]
}
]
}