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

104 lines
2.8 KiB
JSON

{
"AbilityList": [
{
"Name": "Avatar_MissionBattleEvent60022_Skill03_Camera",
"TargetInfo": {
"TargetType": "InherentTargetEntity"
},
"OnStart": [
{
"$type": "RPG.GameCore.VCameraConfigChange",
"CameraConfig": {
"NormalConfig": {
"CameraState": "UseSkillPerform",
"AnchorTargetType": {
"$type": "RPG.GameCore.TargetAlias",
"Alias": "AbilityTargetEntity"
},
"IsLocalOffset": true,
"AnchorOffset": {
"X": 0.01,
"Y": -0.3,
"Z": 0.01
},
"AimTargetType": {
"$type": "RPG.GameCore.TargetAlias",
"Alias": "Caster"
},
"AimOffset": {
"X": 0.01,
"Y": -0.3,
"Z": 0.01
},
"FollowPoleAngle": 85,
"FollowRadius": 3,
"UseSkillPerformIgnoreDynamicOffset": false
},
"BlendConfig": {
"BlendType": "Cut"
},
"ShowEntityConfig": {
"ShowTargetType": {
"$type": "RPG.GameCore.TargetAlias",
"Alias": "Caster"
},
"IsAliveOnly": false
}
}
},
{
"$type": "RPG.GameCore.WaitSecond",
"WaitTime": {
"IsDynamic": false,
"FixedValue": {
"Value": 0.1
}
}
},
{
"$type": "RPG.GameCore.VCameraConfigChange",
"CameraConfig": {
"NormalConfig": {
"CameraState": "UseSkillPerform",
"IsLocalOffset": true,
"AnchorOffset": {
"X": 0.01,
"Y": -0.3,
"Z": 0
},
"AimTargetType": {
"$type": "RPG.GameCore.TargetAlias",
"Alias": "Caster"
},
"AimOffset": {
"X": 0.01,
"Y": -0.3,
"Z": 0
},
"FollowPoleAngle": 105,
"FollowRadius": 3,
"FollowDamp": 10,
"UseSkillPerformIgnoreDynamicOffset": false
},
"ShowEntityConfig": {
"ShowTargetType": {
"$type": "RPG.GameCore.TargetAlias",
"Alias": "Caster"
},
"IsAliveOnly": false
}
}
},
{
"$type": "RPG.GameCore.WaitSecond",
"WaitTime": {
"IsDynamic": false,
"FixedValue": {
"Value": 2
}
}
}
]
}
]
}