Orange Soda

From PZwiki
Project ZomboidItemsFoodDrinksOrange Soda
Spiffo controlyourself.png
This page was last updated for an older version (41.68).
The current stable version is 41.78.16, released 2022-12-12, so information on this page may be inaccurate. Help get this page updated by adding any missing content. [edit]
Please update the version after updating the page.
Orange Soda
PopBottle Model.png
Empty Orange Soda Bottle Water Bottle (Orange Soda)
Water Bottle Water Bottle (Orange Soda)
General
Category
Food
Encumbrance
Moodle Icon HeavyLoad.png
0.8
Properties
Packaged
True
Nutrition
HungerMoodle Icon Hungry.png
-12
ThirstMoodle Icon Thirsty.png
-85
CaloriesCalories
400
CarbohydratesCarbohydrates
104
ProteinsProteins
0
FatFat
0
Effect
UnhappinessMoodle Icon Unhappy.png
-10
Technical
Item ID
Base.PopBottle
Have you tried new Orange-Lite Pop?
The ice-cold, all-American taste of pure refreshment!
Quench your thirst!
Energize your being!
— In-game radio

Orange soda is a non-perishable drinkable food item.

Usage

Bottles of orange soda can be consumed, providing the player with some positive effects, including reducing unhappiness. Once fully consumed, an empty orange soda bottle will be left.

Unlike bottles of water, it has to be drunk manually to satiate thirst.

Distribution

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

Containers
Building/Room Container Rolls Chance
all fridge 4 2
fridge 4 2
fridge 4 2
artstore shelves 4 1
shelves 4 2
bandkitchen fridge 4 4
bar counter 4 6
breakroom fridge 4 4
cafeteria displaycasebakery 4 8
shelves 4 1
shelves 4 2
conveniencestore crate 4 1
crate 4 1
crate 4 2
crate 4 2
crate 4 5
fridge 4 1
fridge 4 2
gasstorage crate 4 1
generalstore shelves 4 1
shelves 4 2
kitchen counter 4 8
counter 4 8
motelroomoccupied fridge 1 6
fridge 1 6

Bottles of orange soda can be found in Pop vending machines, offices, Spiffo's, bars, motel rooms, restaurants, some refrigerators, theatres, and candy stores.

Evolved recipes

Orange Soda is a spice when used in cooking recipes, therefore will not be included in the maximum number of ingredients.

Product Nutrition
Beverage
Beverage
6
Toast
Toast
1

Gallery

Code

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

Source: ProjectZomboid\media\scripts\items_food.txt

Retrieved: Build 41.68
item PopBottle
{
    DisplayCategory     = Food,
    HungerChange        = -12,
    Weight              = 0.8,
    Type                = Food,
    UnhappyChange       = -10,
    ThirstChange        = -85,
    DisplayName         = Orange Soda,
    ReplaceOnUse        = PopBottleEmpty,
    Icon                = Pop4,
    CustomContextMenu   = Drink,
    CustomEatSound      = DrinkingFromBottlePlastic,
    Carbohydrates       = 104,
    Proteins            = 0,
    Lipids              = 0,
    Calories            = 400,
    Packaged            = TRUE,
    CantBeFrozen        = TRUE,
    StaticModel         = PopBottle,
    EatType             = bottle,
    WorldStaticModel    = PopBottleWorld,
}

See also