{ //主城道具解锁——拉面解锁——大将演出汇总交互 "ID": 40000506, "Specials": { "Radius": 2000, "RamenState": 0 }, "Events": { "OnInteract": { "ID": 100, "Actions": [ {//常态起始对话 "$type": "Share.CActionPerformCfg", "ID": 101, "PerformID": 39528, "Predicates": [ { "$type": "Share.CConfigEventBySpecials", "ParamName": "RamenState", "Param":"0", "CompareType":"NotEqual" } ] }, {//首次对话解锁 "$type": "Share.CActionPerformCfg", "ID": 102, "PerformID": 39527, "Predicates": [ { "$type": "Share.CConfigEventBySpecials", "ParamName": "RamenState", "Param":"0", "CompareType":"Equal" } ] }, {//修改解锁对话状态 "$type": "Share.CConfigSetSpecial", "ID": 103, "SpecialName": "RamenState", "SpecialValue": "1", "Predicates": [ { "$type": "Share.CConfigEventBySpecials", "ParamName": "RamenState", "Param":"0", "CompareType":"Equal" } ] }, { "$type": "Share.CActionResetEventCfg", "ID": 104 } // //黑丸熏叉烧面解锁-起始-------------------------------------------------------------------- // {//瀑汤谷赏味秘券·烟-解锁对话 // "$type": "Share.CActionPerformCfg", // "ID": 104, // "PerformID": 39529, // "Predicates": [ // { // //有对应道具 // "$type": "Share.CConfigEventByItemID", // "Package": "Player", // "ItemID": 103001, // "CompareType": "Equal", // "Count": 1 // }, // { // "$type": "Share.CConfigEventBySpecials", // "ParamName": "RamenState", // "Param":"0", // "CompareType":"NotEqual" // } // ] // }, // {//瀑汤谷赏味秘券·烟解锁后修正状态参数 // "$type": "Share.CConfigSetSpecial", // "ID": 105, // "SpecialName": "RamenState", // "SpecialValue":"specials(RamenState)+1", // "Predicates": [ // { // //有对应道具 // "$type": "Share.CConfigEventByItemID", // "Package": "Player", // "ItemID": 103001, // "CompareType": "Equal", // "Count": 1 // } // ] // }, // {//修正后道具扣除 // "$type":"Share.CConfigAddItem", // "ID": 106, // "ItemID":103001, // "Count":-1, // "Package": "Player", // "Predicates": [ // { // //有对应道具 // "$type": "Share.CConfigEventByItemID", // "Package": "Player", // "ItemID": 103001, // "CompareType": "Equal", // "Count": 1 // } // ] // }, // //黑丸熏叉烧面解锁-结束------------------------------------------------------------------- // //黑丸青椒鸡汤面-起始--------------------------------------------------------------------- // {//瀑汤谷赏味秘券·青-解锁对话 // "$type": "Share.CActionPerformCfg", // "ID": 107, // "PerformID": 39506, // "Predicates": [ // { // //有对应道具 // "$type": "Share.CConfigEventByItemID", // "Package": "Player", // "ItemID": 103003, // "CompareType": "Equal", // "Count": 1 // }, // { // "$type": "Share.CConfigEventBySpecials", // "ParamName": "RamenState", // "Param":"0", // "CompareType":"NotEqual" // } // ] // }, // {//瀑汤谷赏味秘券·烟解锁后修正状态参数 // "$type": "Share.CConfigSetSpecial", // "ID": 108, // "SpecialName": "RamenState", // "SpecialValue":"specials(RamenState)+1", // "Predicates": [ // { // //有对应道具 // "$type": "Share.CConfigEventByItemID", // "Package": "Player", // "ItemID": 103003, // "CompareType": "Equal", // "Count": 1 // } // ] // }, // {//修正后道具扣除 // "$type":"Share.CConfigAddItem", // "ID": 109, // "ItemID":103003, // "Count":-1, // "Package": "Player", // "Predicates": [ // { // //有对应道具 // "$type": "Share.CConfigEventByItemID", // "Package": "Player", // "ItemID": 103003, // "CompareType": "Equal", // "Count": 1 // } // ] // }, // //黑丸青椒鸡汤面-结束-------------------------------------------------------- ] } } }