//录像店1级升级委托-发放委托交互 { "ID": 30020001, "Specials": { "Radius": 2000, "IsAcceptQuest": 0 }, "Events": { "OnInteract": { "ID": 100, "Actions": [ { // 已发放升级委托 "$type": "Share.CActionPerformCfg", "ID": 101, "PerformID": 39012, "Predicates": [ { "$type": "Share.CConfigEventBySpecials", "ParamName": "IsAcceptQuest", "Param":"1", "CompareType":"Equal" } ] }, { // 发放升级委托 "$type": "Share.CActionPerformCfg", "ID": 102, "PerformID": 39011, "Predicates": [ { "$type": "Share.CConfigEventBySpecials", "ParamName": "IsAcceptQuest", "Param":"1", "CompareType":"NotEqual" } ] }, { // 发放升级委托 "$type": "Share.CConfigUnlockHollowQuest", "ID": 103, "QuestID": 10010207, "Reason": "VHSStore", "Predicates": [ { "$type": "Share.CConfigEventBySpecials", "ParamName": "IsAcceptQuest", "Param":"1", "CompareType":"NotEqual" } ] }, //传递完成脚本 // { // "$type": "Share.CConfigVHSStoreSetQuestFinishScript", // "ID": 104, // "QuestID": 10010207, // "Script": 310200011, // "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": 10020192 // }, { "$type": "Share.CActionResetEventCfg", "ID": 107 } ] } } }