Database
[{"id":"00001","exp":"192","items":[{"qty":23,"ID":"kieryu35261twerts73940djr"},{"qty":77,"ID":"1240a1ffuw33dbcv6ut8888zz"},{"qty":1,"ID":"5600r0e0rr67cbd60a1234y5"},{"qty":5,"ID":"32bbd0e0rr92cdb60a4386c7"}],"stats":[{"strenght":1,"ID":"3eruskdjfhrutiwo4059yuol3"},{"strenght":2,"ID":"3jdks0d9r2seifldvjmw0km2e"},{"strenght":1,"ID":"aslkdnasklnc2112uhnsjssad"},{"strenght":5,"ID":"1230msafmlklkmasfmcio3kms"}]},{"id":"00002","exp":"100","items":[{"strenght":10,"ID":"21312kn3kaklmasklcklasmck"},{"strenght":10,"ID":"kldsafklsajdfklmsadlkaskl"}],"stats":[{"strenght":9,"ID":"aslkclkamiior2oinrkl2adsa"},{"strenght":0,"ID":"asdoasjdosmdkl123123kmnsd"}]}]
Query
db.collection.update({"id":"00001"/** == 00001*/},[{"$set":{"exp":555,"items":{$map:{input:"$items",in:{$switch:{branches:[{case:{$eq:["$$this.ID","kieryu35261twerts73940djr"]},then:{$mergeObjects:["$$this",{qty:44}]}},{case:{$eq:["$$this.ID","1240a1ffuw33dbcv6ut8888zz"]},then:{$mergeObjects:["$$this",{qty:55}]}},{case:{$eq:["$$this.ID","5600r0e0rr67cbd60a1234y5"]},then:{$mergeObjects:["$$this",{qty:66}]}},{case:{$eq:["$$this.ID","32bbd0e0rr92cdb60a4386c7"]},then:{$mergeObjects:["$$this",{qty:77}]}}],default:"$$this"}}}},"stats":{$map:{input:"$stats",in:{$switch:{branches:[{case:{$eq:["$$this.ID","3eruskdjfhrutiwo4059yuol3"]},then:{$mergeObjects:["$$this",{strenght:10}]}},{case:{$eq:["$$this.ID","3jdks0d9r2seifldvjmw0km2e"]},then:{$mergeObjects:["$$this",{strenght:20}]}},{case:{$eq:["$$this.ID","aslkdnasklnc2112uhnsjssad"]},then:{$mergeObjects:["$$this",{strenght:12}]}},{case:{$eq:["$$this.ID","1230msafmlklkmasfmcio3kms"]},then:{$mergeObjects:["$$this",{strenght:54}]}}],default:"$$this"}}}}}}])