Fountain Cup

From PZwiki
UI Tick.png
This page has been revised for the current stable version (41.78.16).
Help by adding any missing content. [edit]
Fountain Cup
PlasticCup Fountain Model.png
General
Category
Junk
Encumbrance
Moodle Icon HeavyLoad.png
0.1
Function
None
Technical
Item ID
Base.FountainCup

A fountain cup is an item that can be found in the world.

Usage

It is currently considered a junk item, and has no use. Its primary purpose is adding item diversity and realism for the player when looting, or for decoration.

Despite being a cup, it cannot be used to collect water.

Distribution

The loot distributions can be found in the table(s) below.

FountainCup distribution Show / Hide
Containers
Building / Room Container Rolls Chance
jayschicken_dining counter 4 20.0
jayschicken_dining counter 4 10.0
jayschicken_kitchen counter 4 50.0
jayschicken_kitchen counter 4 20.0
jayschicken_kitchen counter 4 10.0
jayschicken_kitchen crate 4 10.0
jayschicken_kitchen crate 4 50.0
jayschicken_kitchen crate 4 20.0
spiffo_dining counter 4 10.0
spiffo_dining counter 4 20.0
spiffoskitchen counter 4 20.0
spiffoskitchen counter 4 10.0
Vehicles
Vehicle Type/Location Rolls Chance
SpiffoTruckBed 4 10
SpiffoTruckBed 4 20

Code

Code icon.png Code snippet! This section contains source code from Project ZomboidShow / Hide

Item

FountainCup.png Base.FountainCup
Source: ProjectZomboid\media\scripts\newitems.txt

Retrieved: Build 41.78.16
item FountainCup
    {
        DisplayCategory = Junk,
        Weight	=	0.1,
        Type	=	Normal,
        DisplayName	=   Fountain Cup,
        Icon	=	FountainCup,
        WorldStaticModel = FountainCup_Ground,
    }

See also