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

146 lines
4.2 KiB
JSON

{
"AbilityList": [
{
"Name": "Monster_W4_Shooter_01_Skill01_Camera",
"TargetInfo": {
"TargetType": "AllEnemy"
},
"OnStart": [
{
"$type": "RPG.GameCore.VCameraConfigChange",
"CameraConfig": {
"NormalConfig": {
"CameraState": "UseSkillPerform",
"TemplateName": "Monster_Common_UseSkill",
"AnchorTargetType": {
"$type": "RPG.GameCore.TargetAlias",
"Alias": "Caster"
},
"IsLocalOffset": true,
"AnchorOffset": {
"X": -1,
"Y": 0,
"Z": 0
},
"AimTargetType": {
"$type": "RPG.GameCore.TargetAlias",
"Alias": "SkillTargetEntityList"
},
"FollowPoleAngle": 90,
"FollowElevationAngle": -4.52,
"FollowRadius": 5,
"FollowDamp": 0.1,
"AimDamp": 0.1,
"ForbidDynamicOffset": false,
"ResetToDefault": false
},
"AdditiveNormalConfig": {
"AnchorTargetType": {
"$type": "RPG.GameCore.TargetAlias",
"Alias": "Caster"
},
"AnchorOffset": {
"X": 0.02,
"Y": 0.51,
"Z": -1.38
},
"AimTargetType": {
"$type": "RPG.GameCore.TargetAlias",
"Alias": "SkillTargetEntityList"
},
"AimOffset": {
"X": 0.62,
"Y": -0.02,
"Z": 0
}
},
"BlendConfig": {
"BlendType": "Cut",
"CustomCurveName": "Blend_FastToSlow",
"BlendTime": 0.035
},
"ShowEntityConfig": {
"ShowTargetType": {
"$type": "RPG.GameCore.TargetAlias",
"Alias": "CasterWithAllEnemyWithAllUnselectable"
}
}
}
},
{
"$type": "RPG.GameCore.WaitAnimState",
"TargetType": {
"$type": "RPG.GameCore.TargetFetchCaster"
},
"AnimStateName": "Skill01",
"NormalizedTimeEnd": {
"IsDynamic": false,
"FixedValue": {
"Value": 0.368
}
}
},
{
"$type": "RPG.GameCore.VCameraConfigChange",
"CameraConfig": {
"NormalConfig": {
"CameraState": "CastAnimation",
"AttackType": "MeleeAttack",
"AnchorTargetType": {
"$type": "RPG.GameCore.TargetAlias",
"Alias": "LightTeamCenter"
},
"AnchorOffset": {
"X": -0.36,
"Y": 2.08,
"Z": -6.5
},
"AimTargetType": {
"$type": "RPG.GameCore.TargetAlias",
"Alias": "LightTeamCenter"
},
"AimOffset": {
"X": 2.41,
"Y": 3.61,
"Z": 0
}
},
"AdditiveNormalConfig": {
"AnchorTargetType": {
"$type": "RPG.GameCore.TargetAlias",
"Alias": "Caster"
},
"AnchorOffset": {
"X": 2.86,
"Y": 1.18,
"Z": 1.21
},
"AimTargetType": {
"$type": "RPG.GameCore.TargetAlias",
"Alias": "SkillTargetEntityList"
},
"AimOffset": {
"X": -1.64,
"Y": -2.15,
"Z": 0
}
},
"BlendConfig": {
"BlendType": "Cut",
"CustomCurveName": "Blend_FastToSlow",
"BlendTime": 0.166667
},
"ShowEntityConfig": {
"ShowTargetType": {
"$type": "RPG.GameCore.TargetAlias",
"Alias": "CasterWithAllEnemyWithAllUnselectable"
},
"IsTargetIgnoreCameraDither": true,
"IsAliveOnly": false
}
}
}
]
}
]
}