192 lines
6.7 KiB
JSON
192 lines
6.7 KiB
JSON
{
|
|
|
|
"ID": 1011111,
|
|
|
|
"EventTypeTag": [
|
|
|
|
"CameraMoveToCenter_ban",
|
|
|
|
"Battle"
|
|
|
|
],
|
|
|
|
"Specials": {
|
|
|
|
"BattleID": 0,
|
|
|
|
"EPCharge": 60,
|
|
|
|
"HollowItem": 0,
|
|
|
|
"Value": 10,
|
|
|
|
"NextLayer":0
|
|
|
|
},
|
|
|
|
"Events": {
|
|
|
|
"OnStart": {
|
|
|
|
"Actions": [
|
|
|
|
{
|
|
|
|
"$type": "Share.CConfigJump",
|
|
|
|
"Predicates":[
|
|
|
|
{
|
|
|
|
"$type": "Share.CConfigEventByHollowVariable",
|
|
|
|
"Key": "EventState.1011102",
|
|
|
|
"CompareType": "Greater",
|
|
|
|
"Count": 2
|
|
|
|
}
|
|
|
|
],
|
|
|
|
"Jump": "OnBattle"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"$type": "Share.CConfigJump",
|
|
|
|
"Predicates":[
|
|
|
|
{
|
|
|
|
"$type": "Share.CConfigEventByHollowVariable",
|
|
|
|
"Key": "EventState.1011102",
|
|
|
|
"CompareType": "Less",
|
|
|
|
"Count": 3
|
|
|
|
}
|
|
|
|
],
|
|
|
|
"Jump": "OnBlock"
|
|
|
|
}
|
|
|
|
]
|
|
|
|
},
|
|
|
|
"OnBlock":{
|
|
|
|
"Actions":[
|
|
|
|
{
|
|
|
|
"$type": "Share.CConfigShowTip",
|
|
|
|
"TipID": 101111101
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"$type": "Share.CConfigShowTip",
|
|
|
|
"TipID": 101111102
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"$type": "Share.CConfigFinishEvent"
|
|
|
|
}
|
|
|
|
]
|
|
|
|
},
|
|
|
|
"OnEnd":{
|
|
|
|
"Actions":[
|
|
|
|
{
|
|
|
|
"$type":"Share.CConfigCloseDialog"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"$type": "Share.CConfigFinishEvent"
|
|
|
|
}
|
|
|
|
]
|
|
|
|
},
|
|
|
|
"OnBattle":{
|
|
|
|
"Actions":[
|
|
|
|
{
|
|
|
|
"$type": "Share.CConfigOpenDialog"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"$type": "Share.CConfigChoiceServer",
|
|
|
|
"OptionsMode": "Normal",
|
|
|
|
"Title":"Event1011111_1",
|
|
|
|
"Description": "Event1011111_2",
|
|
|
|
"QuestionDescription":"Event1011111_3",
|
|
|
|
"Choices": [
|
|
|
|
{
|
|
|
|
"OptionText": "Event1011111_4",
|
|
|
|
"OptionIcon1": 109,
|
|
|
|
"OptionContents": [
|
|
|
|
{
|
|
|
|
"Actions": [
|
|
|
|
{
|
|
|
|
"$type": "Share.CConfigJump",
|
|
|
|
"Jump": "OnTriggerBattle"
|
|
|
|
}
|
|
|
|
]
|
|
|
|
}
|
|
|
|
]
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"OptionText": "Event1011111_5",
|
|
|
|
"OptionIcon1": 106,
|
|
|
|
"OptionContents": [
|
|
|
|
{
|
|
|
|
"Actions": [
|
|
|
|
{
|
|
|
|
"$type": "Share.CConfigJump",
|
|
|
|
"Jump": "OnEnd"
|
|
|
|
}
|
|
|
|
]
|
|
|
|
}
|
|
|
|
]
|
|
|
|
}
|
|
|
|
]
|
|
|
|
}
|
|
|
|
]
|
|
|
|
},
|
|
|
|
"OnTriggerBattle":{
|
|
|
|
"Actions":[
|
|
|
|
{
|
|
|
|
//次数+1
|
|
|
|
"$type":"Share.CConfigSetConditionProgress",
|
|
|
|
"ConditionID":30060133,
|
|
|
|
"Progress":1,
|
|
|
|
"ModifyType":"Add"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"$type": "Share.CConfigTriggerBattle",
|
|
|
|
"BattleID": "specials(BattleID)",
|
|
|
|
"OnSuccess": "OnCurse",
|
|
|
|
"GotoNextHollow":true
|
|
|
|
}
|
|
|
|
]
|
|
|
|
},
|
|
|
|
"OnCurse":{
|
|
|
|
"Actions": [
|
|
|
|
{
|
|
|
|
"$type":"Share.CConfigPrepareNextHollow",
|
|
|
|
"SectionID":"specials(NextLayer)",
|
|
|
|
"ShowOther":[
|
|
|
|
{
|
|
|
|
"$type":"Share.CConfigEventByCurse",
|
|
|
|
"CompareType":"Greater",
|
|
|
|
"Count":0
|
|
|
|
}
|
|
|
|
]
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"$type":"Share.CConfigModifySceneProperty",
|
|
|
|
"Property":"Stamina",
|
|
|
|
"Count":"-sceneproperty(Stamina)",
|
|
|
|
"Predicates":[
|
|
|
|
{
|
|
|
|
"$type":"Share.CConfigEventByCurse",
|
|
|
|
"CompareType":"Equal",
|
|
|
|
"Count":0
|
|
|
|
}
|
|
|
|
]
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"$type":"Share.CConfigRemoveCurse",
|
|
|
|
"RemoveType":"Initiative",
|
|
|
|
"Count":1,
|
|
|
|
"Predicates":[
|
|
|
|
{
|
|
|
|
"$type":"Share.CConfigEventByCurse",
|
|
|
|
"CompareType":"Greater",
|
|
|
|
"Count":0
|
|
|
|
}
|
|
|
|
]
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"$type":"Share.CConfigSetHollowItem",
|
|
|
|
"EPCharge":"specials(EPCharge)",
|
|
|
|
"Predicates":[
|
|
|
|
{
|
|
|
|
"$type":"Share.CConfigEventBySpecials",
|
|
|
|
"ParamName":"HollowItem",
|
|
|
|
"Param":"hollowitem()",
|
|
|
|
"CompareType":"NotEqual"
|
|
|
|
}
|
|
|
|
]
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"$type": "Share.CConfigCloseDialog",
|
|
|
|
"CameraMove":false
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"$type": "Share.CConfigGotoNextHollow"
|
|
|
|
// "SectionID":"specials(NextLayer)"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"$type": "Share.CConfigFinishEvent"
|
|
|
|
}
|
|
|
|
]
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|