lilwhitemouse / RimWorld-LWM.DeepStorage

A mod for the game RimWorld that has a set of Deep Storage Units that allow storing more than one item at a location.
GNU General Public License v3.0
29 stars 36 forks source link

Liquid container and interaction with other mods, potentially gas. #25

Open jinlan opened 5 years ago

jinlan commented 5 years ago

Many mods have some kind of liquid container. Most of them are interchangeable. So maybe we can have some common purpose liquid containers that store one single kind of liquid , ,better with a faucet.

Eg: bad hygiene has water bucket and water tower, it can be used to store any kind of liquid.

Gas, potentially.

lilwhitemouse commented 5 years ago

Need two things to make this work:

  1. a texture (graphic, whatever) - I am not a fast artist
  2. decision about how to handle what you can store in them: mixing gasoline and milk is a bad idea. Probably easiest is only accepting items if only one type of item is selected? It's not straightforward.

But a texture is the more important in terms of blocking this.