{ //主城道具解锁——大将-黑丸红椒鸡汤面 "ID": 40000515, "Specials": { "Radius": 2000 }, "Events": { "OnInteract": { "ID": 100, "Actions": [ { "$type": "Share.CActionPerformCfg", "ID": 101, "PerformID": 39515 }, {//修正后道具扣除 "$type":"Share.CConfigAddItem", "ID": 102, "ItemID":103002, "Count":-1, "Package": "Player", "Predicates": [ { //有对应道具 "$type": "Share.CConfigEventByItemID", "Package": "Player", "ItemID": 103002, "CompareType": "Equal", "Count": 1 } ] }, { "$type": "Share.CActionInteractFinishCfg", "ID": 103 } ] } }, "Predicates": [ { //有对应道具 "$type": "Share.CConfigEventByItemID", "Package": "Player", "ItemID": 103002, "CompareType": "Equal", "Count": 1 } ] }