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

136 lines
3.6 KiB
JSON

{
"AbilityList": [
{
"Name": "Boss_cocolia_P2_Skill01_BattleEvent_Skill01_Camera",
"TargetInfo": {
"TargetType": "SkillTargetEntityList"
},
"OnStart": [
{
"$type": "RPG.GameCore.VCameraConfigChange",
"CameraConfig": {
"NormalConfig": {
"CameraState": "CastAnimation",
"AimTargetType": {
"$type": "RPG.GameCore.TargetAlias",
"Alias": "Caster"
}
}
}
},
{
"$type": "RPG.GameCore.WaitAnimState",
"TargetType": {
"$type": "RPG.GameCore.TargetAlias",
"Alias": "Caster"
},
"AnimStateName": "StandBy",
"NormalizedTimeEnd": {
"FixedValue": {
"Value": 0
}
}
},
{
"$type": "RPG.GameCore.WaitSecond",
"WaitTime": {
"FixedValue": {
"Value": 0.766667
}
}
},
{
"$type": "RPG.GameCore.VCameraConfigChange",
"CameraConfig": {
"NormalConfig": {
"CameraState": "CasterToTargetPerform",
"TemplateName": "Monster_Common_Range_AOE",
"AnchorOffset": {
"Y": 2,
"Z": -5
},
"AnchorRatio": 0.01,
"AimTargetType": {
"$type": "RPG.GameCore.TargetAlias",
"Alias": "Caster"
},
"AimRatio": 1,
"ResetToDefault": false
},
"AdditiveNormalConfig": {
"AnchorOffset": {
"X": -0.98,
"Y": -2.44,
"Z": -5.83
},
"AimTargetType": {
"$type": "RPG.GameCore.TargetAlias",
"Alias": "Caster"
},
"AimOffset": {
"X": 0.2,
"Y": -1.25,
"Z": -1.61
},
"ResetToDefault": false
},
"BlendConfig": {
"BlendType": "Cut",
"BlendTime": 0.016667
}
}
},
{
"$type": "RPG.GameCore.WaitSecond",
"WaitTime": {
"FixedValue": {
"Value": 0.066666
}
}
},
{
"$type": "RPG.GameCore.VCameraConfigChange",
"CameraConfig": {
"NormalConfig": {
"CameraState": "CasterToTargetPerform",
"TemplateName": "Monster_Common_Range_AOE",
"AnchorOffset": {
"Y": 2,
"Z": -5
},
"AnchorRatio": 0.01,
"AimTargetType": {
"$type": "RPG.GameCore.TargetAlias",
"Alias": "Caster"
},
"AimRatio": 1,
"ResetToDefault": false
},
"AdditiveNormalConfig": {
"AnchorOffset": {
"X": -0.24,
"Y": -2.44,
"Z": -4.39
},
"AimTargetType": {
"$type": "RPG.GameCore.TargetAlias",
"Alias": "Caster"
},
"AimOffset": {
"X": 0.2,
"Y": -1.25,
"Z": -1.61
},
"ResetToDefault": false
},
"BlendConfig": {
"BlendType": "Custom",
"CustomCurveName": "BlendCut_00to1",
"BlendTime": 2
}
}
}
]
}
]
}