161 lines
6 KiB
JSON
161 lines
6 KiB
JSON
//战斗模板
|
||
|
||
{
|
||
|
||
"ID": 9991175,
|
||
|
||
"Events": {
|
||
|
||
"OnStart": {
|
||
|
||
"Actions": [
|
||
|
||
{
|
||
|
||
"$type": "Share.CConfigOpenDialog"
|
||
|
||
},
|
||
|
||
{
|
||
|
||
"$type": "Share.CConfigLogText",
|
||
|
||
"Messages": [
|
||
|
||
// "通缉目标就在附近,做好迎战准备!"
|
||
|
||
"JsonText_1358" // 通缉目标就在附近,开始进行清理!
|
||
|
||
]
|
||
|
||
},
|
||
|
||
{
|
||
|
||
"$type": "Share.CConfigJump",
|
||
|
||
"Jump": "OnBattle"
|
||
|
||
},
|
||
|
||
{
|
||
|
||
"$type": "Share.CConfigFinishEvent"
|
||
|
||
}
|
||
|
||
]
|
||
|
||
},
|
||
|
||
"OnBattle": {
|
||
|
||
"Actions": [
|
||
|
||
{
|
||
|
||
"$type": "Share.CConfigTriggerBattle",
|
||
|
||
"BattleID": "specials(BattleID)",
|
||
|
||
"OnSuccess": "OnEnd",
|
||
|
||
"EndHollow": false
|
||
|
||
}
|
||
|
||
]
|
||
|
||
},
|
||
|
||
"OnEnd": {
|
||
|
||
"Actions": [
|
||
|
||
{
|
||
|
||
"$type": "Share.CConfigLogText",
|
||
|
||
"Messages": [
|
||
|
||
"JsonText_1359" // 确认通缉目标已被处理!委托完成了!
|
||
|
||
]
|
||
|
||
},
|
||
|
||
{
|
||
|
||
"$type": "Share.CConfigCloseDialog"
|
||
|
||
},
|
||
|
||
//----------------
|
||
|
||
{
|
||
|
||
//首通
|
||
|
||
"$type":"Share.CConfigSetConditionProgress",
|
||
|
||
"ConditionID":30060028,
|
||
|
||
"Progress":1,
|
||
|
||
"ModifyType":"Add"
|
||
|
||
},
|
||
|
||
{
|
||
|
||
//发现所有富矿,5个
|
||
|
||
"$type":"Share.CConfigSetConditionProgress",
|
||
|
||
"ConditionID":30060020,
|
||
|
||
"Progress":1,
|
||
|
||
"ModifyType":"Add",
|
||
|
||
"Predicates": [
|
||
|
||
{
|
||
|
||
"$type": "Share.CConfigEventByHollowVariable",
|
||
|
||
"Key": "BIGReward.9991175",
|
||
|
||
"Count": 5,
|
||
|
||
"CompareType": "GreaterEqual"
|
||
|
||
}
|
||
|
||
]
|
||
|
||
},
|
||
|
||
{
|
||
|
||
//不采集任何富矿,5个
|
||
|
||
"$type":"Share.CConfigSetConditionProgress",
|
||
|
||
"ConditionID":30060021,
|
||
|
||
"Progress":1,
|
||
|
||
"ModifyType":"Add",
|
||
|
||
"Predicates": [
|
||
|
||
{
|
||
|
||
"$type": "Share.CConfigEventByHollowVariable",
|
||
|
||
"Key": "BIGReward.9991175",
|
||
|
||
"Count": 0,
|
||
|
||
"CompareType": "LessEqual"
|
||
|
||
}
|
||
|
||
]
|
||
|
||
},
|
||
|
||
{
|
||
|
||
//第二层触发至少3次战斗
|
||
|
||
"$type":"Share.CConfigSetConditionProgress",
|
||
|
||
"ConditionID":30060023,
|
||
|
||
"Progress":1,
|
||
|
||
"ModifyType":"Add",
|
||
|
||
"Predicates": [
|
||
|
||
{
|
||
|
||
"$type": "Share.CConfigEventByHollowVariable",
|
||
|
||
"Key": "EliteBattle.9991175",
|
||
|
||
"Count": 3,
|
||
|
||
"CompareType": "GreaterEqual"
|
||
|
||
}
|
||
|
||
]
|
||
|
||
},
|
||
|
||
{
|
||
|
||
//无诅咒通关
|
||
|
||
"$type":"Share.CConfigSetConditionProgress",
|
||
|
||
"ConditionID":30060024,
|
||
|
||
"Progress":1,
|
||
|
||
"ModifyType":"Add",
|
||
|
||
"Predicates": [
|
||
|
||
//诅咒数量检查
|
||
|
||
{
|
||
|
||
"$type":"Share.CConfigEventByCurse",
|
||
|
||
"Count":0,
|
||
|
||
"CompareType":"LessEqual"
|
||
|
||
}
|
||
|
||
]
|
||
|
||
},
|
||
|
||
{
|
||
|
||
//十张骸晶通关
|
||
|
||
"$type":"Share.CConfigSetConditionProgress",
|
||
|
||
"ConditionID":30060026,
|
||
|
||
"Progress":1,
|
||
|
||
"ModifyType":"Add",
|
||
|
||
"Predicates": [
|
||
|
||
//卡牌数量检查
|
||
|
||
{
|
||
|
||
"$type":"Share.CConfigEventByTarotCard",
|
||
|
||
"Count":10,
|
||
|
||
"CompareType": "GreaterEqual"
|
||
|
||
}
|
||
|
||
]
|
||
|
||
},
|
||
|
||
{
|
||
|
||
//不触发任何战斗
|
||
|
||
"$type":"Share.CConfigSetConditionProgress",
|
||
|
||
"ConditionID":30060027,
|
||
|
||
"Progress":1,
|
||
|
||
"ModifyType":"Add",
|
||
|
||
"Predicates": [
|
||
|
||
{
|
||
|
||
"$type": "Share.CConfigEventByHollowVariable",
|
||
|
||
"Key": "EliteBattle.9991175",
|
||
|
||
"Count": 0,
|
||
|
||
"CompareType": "LessEqual"
|
||
|
||
},
|
||
|
||
{
|
||
|
||
"$type": "Share.CConfigEventByHollowVariable",
|
||
|
||
"Key": "NormalBattle.9991175",
|
||
|
||
"Count": 0,
|
||
|
||
"CompareType": "LessEqual"
|
||
|
||
}
|
||
|
||
]
|
||
|
||
},
|
||
|
||
//----------------
|
||
|
||
{
|
||
|
||
"$type": "Share.CConfigFinishHollow"
|
||
|
||
}
|
||
|
||
]
|
||
|
||
}
|
||
|
||
},
|
||
|
||
"Specials": {
|
||
|
||
"BattleID": 2010116
|
||
|
||
}
|
||
|
||
}
|
||
|