Project Zomboid

Project Zomboid

[B42] Bag Upgrade Plus
BUP_Items.txt: 121
Please update the Empty Water Bottles to allow them to be refilled with the 42.4 update.
item PopBottleEmpty {
DisplayCategory = WaterContainer,
Weight = 0.1,
CanStoreWater = TRUE,
Type = Normal,
DisplayName = Empty Pop Bottle,
ReplaceOnUseOn = WaterSource-WaterPopBottle; WaterSource-WaterBottleFull,
Icon = Pop_empty,
WorldStaticModel = EmptyPopBottle,
AttachmentType = WaterBottle,
StaticModel = EmptyPopBottle,

component FluidContainer
{
ContainerName = BottlePlastic,
capacity = 2.0,
PickRandomFluid = true,
}
}