mirror of
https://gitlab.com/Dimbreath/turnbasedgamedata.git
synced 2025-05-11 22:45:53 +08:00
34 lines
833 B
JSON
34 lines
833 B
JSON
{
|
|
"AbilityList": [
|
|
{
|
|
"Name": "Monster_AML_Minion01_01_Skill01_Camera",
|
|
"TargetInfo": {
|
|
"TargetType": "SkillTargetEntityList"
|
|
},
|
|
"OnStart": [
|
|
{
|
|
"$type": "RPG.GameCore.VCameraConfigChange",
|
|
"CameraConfig": {
|
|
"NormalConfig": {
|
|
"CameraState": "CasterToTargetPerform",
|
|
"TemplateName": "Monster_Common_SoloRangeAttack",
|
|
"ResetToDefault": false
|
|
},
|
|
"BlendConfig": {
|
|
"BlendType": "Cut"
|
|
}
|
|
}
|
|
},
|
|
{
|
|
"$type": "RPG.GameCore.VCameraConfigChange",
|
|
"CameraConfig": {
|
|
"NormalConfig": {
|
|
"CameraState": "CameraMotion",
|
|
"ResetToDefault": false
|
|
}
|
|
}
|
|
}
|
|
]
|
|
}
|
|
]
|
|
} |