I've found myself facing of 150 proxy components with many having same type of ammo. So I would like to request a converter which can handle multiple proxy storages. Code wise it would be a combination of an ordinary converter and a multi-storage converter where I define lists of proxy storages and the global amount each should be giving or receiving. If a value is empty it would receive the sum of all ammo providers, or divide it among all receivers. So the code would look like this
Type = AmmoConverter
OperationalToggle
From [proxystorageP1,proxystorageP2]
To [proxystorageR1,proxystorageR2]
FromQuantity = 1000 // optional
ToQuantity = 1000 // optional
Interval