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

139 lines
4.6 KiB
JSON

{
"ID": 1010608,
"EventTypeTag": [
"Battle"
],
"Events": {
"OnStart": {
"Actions": [
{
"$type": "Share.CConfigJump",
"Predicates":[
{
"$type": "Share.CConfigEventByHollowVariable",
"Key": "Event.1010604",
"CompareType": "Equal",
"Count": 1
}
],
"Jump": "OnBattle"
},
{
"$type": "Share.CConfigJump",
"Predicates":[
{
"$type": "Share.CConfigEventByHollowVariable",
"Key": "Event.1010604",
"CompareType": "Less",
"Count": 1
}
],
"Jump": "OnTips"
}
]
},
"OnTips": {
"Actions": [
{
"$type": "Share.CConfigShowTip",
"TipID": 101060401
},
{
"$type": "Share.CConfigWaitSeconds",
"Time": 1
},
//镜头拉远,解锁棋盘
{
"$type": "Share.CConfigCameraMoveV2",
"StretchKey": "Target",
"Type": "TriggerPosition",
"PositionOffsetType":"Absolute",
"PositionOffsetX":0,
"PositionOffsetY":0,
"RadiusX":2,
"RadiusY":2,
"CanControl":false,
"UseStretchZ":true,
"FreezeZ":true
},
{
"$type": "Share.CConfigShowTip",
"TipID": 101060402
},
{
"$type": "Share.CConfigWaitSeconds",
"Time": 2
},
{
"$type": "Share.CConfigCameraMove",
"Type": "Player"
},
{
"$type":"Share.CConfigPushBack"
},
{
"$type": "Share.CConfigFinishEvent"
}
]
},
"OnBattle": {
"Actions": [
//开场接入Galgame
{
"$type": "Share.CConfigPerform",
"PerformID" : 10137
},
{
"$type": "Share.CConfigOpenDialog"
},
{
"$type": "Share.CConfigChoiceServer",
"OptionsMode": "Normal",
"Title":"Event1010608_1",
"Description": "Event1010608_2",
"QuestionDescription": "Event1010608_3",
"Choices":
[
{
"OptionText": "Event1010608_4",
"OptionIcon1": 109,
"OptionContents":
[
{
"Actions":
[
]
}
]
}
]
},
{
"$type": "Share.CConfigTriggerBattle",
"BattleID": "specials(BattleID)",
"OnSuccess": "OnEnd",
"EndHollow":true
}
]
},
"OnEnd": {
"Actions": [
{
//结束条件
"$type":"Share.CConfigSetConditionProgress",
"ConditionID":30060046,
"Progress":1,
"ModifyType":"Add"
},
{
"$type": "Share.CConfigFinishHollow"
}
]
}
},
"Specials": {
"BattleID": 0
}
}