{//隐藏支线2主城对话 "ID": 1001353, "Specials": { "Radius": 500, "UnlockState": 0 }, "Events": { "OnStart": { "ID": 200, "Actions": [ // {//第二次对话前气泡-啊···如我所料。 // "$type": "Share.CActionPerformCfg", // "ID": 201, // "PerformID": 60000005 // } ] }, "OnInteract": { "ID": 100, "Actions": [ {//未满足状态对话-记得留意空洞里遗落的车票。 "$type": "Share.CActionPerformCfg", "ID": 102, "PerformID": 60000010, "Predicates": [ {//少于1黄金种子 "$type": "Share.CConfigEventByItemID", "Package": "Player", "ItemID": 106004, "CompareType": "Less", "Count": 1 }, { "$type": "Share.CConfigEventBySpecials", "ParamName": "UnlockState", "Param":"1", "CompareType":"Equal" } ] }, {//完成状态对话-那么,我等你的好消息。 "$type": "Share.CActionPerformCfg", "ID": 120, "PerformID": 60000006, "Predicates": [ { "$type": "Share.CConfigEventBySpecials", "ParamName": "UnlockState", "Param":"3", "CompareType":"Equal" } ] }, {//第二次对话 "$type": "Share.CActionPerformCfg", "ID": 208, "PerformID": 60003, "Predicates": [ { "$type": "Share.CConfigEventBySpecials", "ParamName": "UnlockState", "Param":"0", "CompareType":"Equal" } ] }, {//第二次对话修改参数 "$type": "Share.CConfigSetSpecial", "ID": 209, "SpecialName": "UnlockState", "SpecialValue": 1, "Predicates": [ { "$type": "Share.CConfigEventBySpecials", "ParamName": "UnlockState", "Param":"0", "CompareType":"Equal" } ] }, {//完成状态对话-那么,我等你的好消息。 "$type": "Share.CActionPerformCfg", "ID": 101, "PerformID": 60000006, "Predicates": [ { "$type": "Share.CConfigEventBySpecials", "ParamName": "UnlockState", "Param":"2", "CompareType":"Equal" } ] }, {//设置任务完成状态 "$type": "Share.CActionSetQuestPhaseCfg", "ID": 110, "TargetPhase": "Finished", //Unlocked InProgress Finished "QuestID": 10020197, "Predicates": [ { "$type": "Share.CConfigEventBySpecials", "ParamName": "UnlockState", "Param":"2", "CompareType":"Equal" } ] }, {//交付状态参数修正 "$type": "Share.CConfigSetSpecial", "ID": 130, "SpecialName": "UnlockState", "SpecialValue": 3, "Predicates": [ { "$type": "Share.CConfigEventBySpecials", "ParamName": "UnlockState", "Param":"2", "CompareType":"Equal" } ] }, {//交付状态对话 "$type": "Share.CActionPerformCfg", "ID": 103, "PerformID": 60004, "Predicates": [ {//不止1黄金种子 "$type":"Share.CConfigEventByNot", "Predicates": [ { "$type": "Share.CConfigEventByItemID", "Package": "Player", "ItemID": 106004, "CompareType": "Less", "Count": 1 } ] }, { "$type": "Share.CConfigEventBySpecials", "ParamName": "UnlockState", "Param":"1", "CompareType":"Equal" } ] }, {//交付状态道具发放 "$type":"Share.CConfigAddItem", "ID": 104, "ItemID":1000920, "Count":1, "Package": "Player", "Predicates": [ {//不止1黄金种子 "$type":"Share.CConfigEventByNot", "Predicates": [ { "$type": "Share.CConfigEventByItemID", "Package": "Player", "ItemID": 106004, "CompareType": "Less", "Count": 1 } ] }, { "$type": "Share.CConfigEventBySpecials", "ParamName": "UnlockState", "Param":"1", "CompareType":"Equal" } ] }, {//交付状态道具扣除 "$type":"Share.CConfigAddItem", "ID": 106, "ItemID":106004, "Count":-1, "Package": "Player", "Predicates": [ {//不止1黄金种子 "$type":"Share.CConfigEventByNot", "Predicates": [ { "$type": "Share.CConfigEventByItemID", "Package": "Player", "ItemID": 106004, "CompareType": "Less", "Count": 1 } ] }, { "$type": "Share.CConfigEventBySpecials", "ParamName": "UnlockState", "Param":"1", "CompareType":"Equal" } ] }, {//交付状态参数修正 "$type": "Share.CConfigSetSpecial", "ID": 107, "SpecialName": "UnlockState", "SpecialValue": 2, "Predicates": [ { //有对应道具 "$type": "Share.CConfigEventByItemID", "Package": "Player", "ItemID": 1000920, "CompareType": "Equal", "Count": 1 }, { "$type": "Share.CConfigEventBySpecials", "ParamName": "UnlockState", "Param":"1", "CompareType":"Equal" } ] }, { "$type": "Share.CActionResetEventCfg", "ID": 111 } ] } } }