HollowPS_TV_experiments/extras/zzz-0.1-jsons/Event1000310.json

56 lines
1.7 KiB
JSON
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

{
//小怪战
"ID": 1000310,
"EventTypeTag": [
"CameraMoveToCenter_ban",
"Battle"
],
"Events": {
"OnStart": {
"Actions": [
{
"$type":"Share.CConfigEmpty"
},
// {
// "$type": "Share.CConfigOpenDialog"
// },
// {
// //对话框内容
// "$type": "Share.CConfigLogText",
// "Messages": [
// "威胁警报:\n侦测到敌意单位请做好战斗准备。"
// ]
// },
{
"$type": "Share.CConfigTriggerBattle",
"BattleID": "specials(BattleID)",
"OnSuccess": "OnEnd"
}
]
},
"OnEnd": {
"Actions": [
{
"$type": "Share.CConfigPreset",
"PerformKey" : "Chessboard_BattleEnd_None"
},
// {
// "$type": "Share.CConfigLogText",
// "Messages": [
// "来自以骸的威胁反应暂时解除!" // 来自以骸的威胁反应暂时解除!
// ]
// },
// {
// "$type": "Share.CConfigCloseDialog"
// },
{
"$type": "Share.CConfigFinishEvent"
}
]
}
},
"Specials": {
"BattleID": 0,
"MessageID": 1009
}
}