Jump to content

Bottle Inconsistencies/Issues


Chuckleberry Finn

Recommended Posts

Totally not a big deal (and easily fixable with a mod) but wines/beers have a few issues.

 

1. BeerEmpty use the Wine2Empty icon. Beer bottles do not have an unused empty icon that I can find.

2. Wine2 uses the WineEmpty icon.

3. Wine2 does not have a equivalent to the WineWaterFull item so the item turns into Wine(1) empty bottle/water bottle.

4. Unrelated to Beer/Wine but PopBottleEmpty is translated into "Empty Orange Soda Bottle" so it does not stack with the rest of the (Beer/Wine/Whiskey/Water) Empty Bottles.

item WineEmpty
{
ReplaceOnUseOn = WaterSource-WineWaterFull
Icon = WineEmpty,
}

item WineEmpty2
{
ReplaceOnUseOn = WaterSource-WineWaterFull
Icon = WineEmpty,
}

item BeerEmpty
{
ReplaceOnUseOn = WaterSource-BeerWaterFull
Icon = Wine2Empty,
}

item BeerBottle
{
ReplaceOnUse = BeerEmpty,
Icon = BeerBottle,
}

item Wine
{
ReplaceOnUse = WineEmpty,
Icon = WineFull,
}

item Wine2
{
ReplaceOnUse = WineEmpty2,
Icon = Wine2Full,
}

item WineWaterFull
{
ReplaceOnDeplete = WineEmpty,
ReplaceOnUseOn = WaterSource-WineWaterFull,
Icon = WineEmpty,
}

 

Edited by Chuckleberry Finn
Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...