//录像店2级升级委托-发放委托交互 { "ID": 30020002, "Specials": { "Radius": 2000, "IsAcceptQuest": 0 }, "Events": { "OnInteract": { "ID": 100, "Actions": [ { // 已发放升级委托 "$type": "Share.CActionPerformCfg", "ID": 101, "PerformID": 39015, "Predicates": [ { "$type": "Share.CConfigEventBySpecials", "ParamName": "IsAcceptQuest", "Param":"1", "CompareType":"Equal" } ] }, { // 发放升级委托 "$type": "Share.CActionPerformCfg", "ID": 102, "PerformID": 39014, "Predicates": [ { "$type": "Share.CConfigEventBySpecials", "ParamName": "IsAcceptQuest", "Param":"1", "CompareType":"NotEqual" } ] }, { // 发放升级委托 "$type": "Share.CConfigUnlockHollowQuest", "ID": 103, "QuestID": 10010114, "Reason": "VHSStore", "Predicates": [ { "$type": "Share.CConfigEventBySpecials", "ParamName": "IsAcceptQuest", "Param":"1", "CompareType":"NotEqual" } ] }, // {//传递完成脚本 // "$type": "Share.CConfigVHSStoreSetQuestFinishScript", // "ID": 104, // "QuestID": 10010114, // "Script": 310200021, // "ScriptSpecials":{"VHSStoreLevel":"specials(VHSStoreLevel)"}, // "Predicates": [ // { // "$type": "Share.CConfigEventBySpecials", // "ParamName": "IsAcceptQuest", // "Param":"1", // "CompareType":"NotEqual" // } // ] // }, //标记委托完成状态 { "$type": "Share.CConfigSetSpecial", "ID": 105, "SpecialName": "IsAcceptQuest", "SpecialValue": "1", "Predicates": [ { "$type": "Share.CConfigEventBySpecials", "ParamName": "IsAcceptQuest", "Param":"1", "CompareType":"NotEqual" } ] }, // { // "$type": "Share.CActionSetQuestPhaseCfg", // "ID": 106, // "TargetPhase": "Finished", // //Unlocked InProgress Finished // "QuestID": 10020191 // }, { "$type": "Share.CActionResetEventCfg", "ID": 107 } ] } } }