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

80 lines
2.1 KiB
JSON

{
"AbilityList": [
{
"Name": "Monster_W2_Mecha01_00_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,
"ResetToDefault": false
},
"BlendConfig": {
"BlendType": "Cut"
},
"ShowEntityConfig": {
"ShowTargetType": {
"$type": "RPG.GameCore.TargetAlias",
"Alias": "AllTeamMemberWithAbilityTargetEntity"
}
}
}
},
{
"$type": "RPG.GameCore.WaitAnimState",
"TargetType": {
"$type": "RPG.GameCore.TargetFetchCaster"
},
"AnimStateName": "Skill01",
"NormalizedTimeEnd": {
"FixedValue": {
"Value": 0.38461536
}
}
},
{
"$type": "RPG.GameCore.VCameraConfigChange",
"CameraConfig": {
"ShakeTemplateName": "OneShake_Normal_03s_Z",
"OverrideShakeConfigV2": {
"ShakeDir": {
"X": 0.5,
"Y": 0.01,
"Z": -1
}
},
"BlendConfig": {
"BlendType": "Cut"
},
"ShowEntityConfig": {
"ShowTargetType": {
"$type": "RPG.GameCore.TargetAlias",
"Alias": "AllTeamMemberWithAbilityTargetEntity"
}
}
}
}
]
}
]
}