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

111 lines
3.1 KiB
JSON

{
"AbilityList": [
{
"Name": "Avatar_Colossus_00_Skill03_Camera",
"TargetInfo": {
"TargetType": "SkillTargetEntityList"
},
"OnStart": [
{
"$type": "RPG.GameCore.VCameraConfigChange",
"CameraConfig": {
"CloseupShotConfig": {
"CameraTimelineAssetName": "Character_Colossus_00_Skill03_TimeLine",
"TransTypeFollow": {
"$type": "RPG.GameCore.TargetAlias",
"Alias": "Caster"
},
"TransTypeAim": {
"$type": "RPG.GameCore.TargetAlias",
"Alias": "DarkTeamCenter"
},
"Override": true
},
"BlendConfig": {
"BlendType": "Cut"
},
"ShowEntityConfig": {
"ShowTargetType": {
"$type": "RPG.GameCore.TargetAlias",
"Alias": "CasterWithAllEnemy"
},
"HideFieldEffect": true
}
}
},
{
"$type": "RPG.GameCore.WaitAnimState",
"AnimStateName": "Skill03",
"NormalizedTimeEnd": {
"IsDynamic": false,
"FixedValue": {
"Value": 0.8
}
}
},
{
"$type": "RPG.GameCore.VCameraConfigChange",
"CameraConfig": {
"CloseupShotConfig": {
"Exit": true,
"TransTypeFollow": {
"$type": "RPG.GameCore.TargetAlias",
"Alias": "Caster"
},
"TransTypeAim": {
"$type": "RPG.GameCore.TargetAlias",
"Alias": "Caster"
}
},
"BlendConfig": {
"BlendType": "Cut"
}
}
}
]
},
{
"Name": "Avatar_Colossus_00_Skill03_Camera_02",
"TargetInfo": {
"TargetType": "Caster"
},
"OnStart": [
{
"$type": "RPG.GameCore.VCameraConfigChange",
"CameraConfig": {
"CloseupShotConfig": {
"CameraTimelineAssetName": "Character_PlayerGirl_10_M3-3_Call_TimeLine",
"TransTypeFollow": {
"$type": "RPG.GameCore.TargetAlias",
"Alias": "Caster"
},
"TransTypeAim": {
"$type": "RPG.GameCore.TargetAlias",
"Alias": "Caster"
},
"Override": true,
"KeepLastFrame": true
},
"ShowEntityConfig": {
"ShowTargetType": {
"$type": "RPG.GameCore.TargetAlias",
"Alias": "CasterWithAllEnemyWithAllUnselectable"
},
"HideFieldEffect": true
}
}
},
{
"$type": "RPG.GameCore.WaitFor",
"Predicate": {
"$type": "RPG.GameCore.ByHasInsertActionByTarget",
"TargetType": {
"$type": "RPG.GameCore.TargetAlias",
"Alias": "AllUnselectable"
}
}
}
]
}
]
}