Fruit Muffin: Difference between revisions

From PZwiki
m (→‎Code: startline fix)
Tag: Reverted
m (Distribution table update)
 
(3 intermediate revisions by 2 users not shown)
Line 21: Line 21:
|item_id=Base.MuffinFruit
|item_id=Base.MuffinFruit
}}
}}
A '''Fruit Muffin''' is a perishable [[food]] [[Items|item]].
A '''Fruit Muffin''' is a perishable [[food]] [[Items|item]].


Line 44: Line 43:
The loot distributions can be found in the table(s) below.
The loot distributions can be found in the table(s) below.


{| class="mw-collapsible mw-collapsed wikitable theme-red" data-expandtext="{{int:show}}" data-collapsetext="{{int:hide}}" style="text-align:center; min-width:24em;"
<!--BOT FLAG|MuffinFruit|41.78.16-->
! colspan="4" | Containers
{{clear}}
|-
<div class="togglebox theme-red">
! Building/Room
    <div>MuffinFruit distribution
! Container
        <span class="mw-customtoggle-togglebox-MuffinFruit" title="{{int:show}} / {{int:hide}}" style="float:right; padding-right:30px; padding-top:4px; font-size:0.7em; font-weight:normal;">{{int:show}} / {{int:hide}}</span></div>
! style="width: 3.2em;" | Rolls
    <div class="mw-collapsible mw-collapsed" id="mw-customcollapsible-togglebox-MuffinFruit">
! style="width: 3.2em;" | Chance
    <div class="toggle-content"><div style="display: flex;"><div style="float:left;">
|-
    {| class="wikitable theme-red" style="margin-right:15px; width:95%;"
|all  
    |+ {{ll|Containers}}
|[[displaycasebakery]]
    ! Building / Room
|4  
    ! Container
|1
    ! Rolls
|-
    ! Chance
|bandkitchen  
    |-
|[[fridge]]
    | all
|4  
    | {{ll|Lunchbag}}
|4
    | 1
|-
    | 20.0
|cafeteria  
    |-
|[[displaycasebakery]]
    | all
|4  
    | {{ll|displaycasebakery}}
|8
    | 4
|-
    | 10.0
|camping  
    |-
|[[fridge]]
    | bandkitchen
|4  
    | {{ll|fridge}}
|1
    | 4
|-
    | 4.0
|motelroomoccupied  
    |-
|[[fridge]]
    | cafeteria
|1  
    | {{ll|displaycasebakery}}
|1
    | 4
|}
    | 8.0
    |-
    | camping
    | {{ll|fridge}}
    | 4
    | 10.0
    |-
    | motelroomoccupied
    | {{ll|fridge}}
    | 1
    | 10.0
    |}
</div>
    </div><div style="clear:both;"></div>
    </div></div><div class="toggle large mw-customtoggle-togglebox-MuffinFruit" title="{{int:show}}/{{int:hide}}"></div></div>
<!--END BOT FLAG|MuffinFruit|41.78.16-->
Fruit muffins can be found in bakeries, cafes, candy stores, and some convenience store [[Containers#Shelves|shelves]].
Fruit muffins can be found in bakeries, cafes, candy stores, and some convenience store [[Containers#Shelves|shelves]].


Line 84: Line 98:
   | lang = java
   | lang = java
   | line = true
   | line = true
   | start = 6539
   | start = 6521
   | source = items_food.txt
   | source = items_food.txt
   | retrieved = true
   | retrieved = true
Line 105: Line 119:
Proteins = 14.53,
Proteins = 14.53,
WorldStaticModel = MuffinFruit_Ground,
WorldStaticModel = MuffinFruit_Ground,
}  
}
}}
}}
}}
}}
Line 113: Line 127:
*[[Recipe ingredients#Muffin ingredients]]
*[[Recipe ingredients#Muffin ingredients]]


{{Navbox food}}
{{Navbox items|miscellaneous_food}}
 


[[Category:Perishable food]]
[[Category:Perishable food]]

Latest revision as of 15:34, 24 April 2024

Project ZomboidItemsFoodSweetsFruit Muffin
UI Tick.png
This page has been revised for the current stable version (41.78.16).
Help by adding any missing content. [edit]
Fruit Muffin
MuffinFruit Model.png
General
Category
Food
Encumbrance
Moodle Icon HeavyLoad.png
0.1
Properties
Days fresh
5 days
Days until rotten
8 days
Nutrition
HungerMoodle Icon Hungry.png
-7
CaloriesCalories
120
CarbohydratesCarbohydrates
10.45
ProteinsProteins
14.53
FatFat
12.61
Effect
UnhappinessMoodle Icon Unhappy.png
-10
Technical
Item ID
Base.MuffinFruit

A Fruit Muffin is a perishable food item.

Usage

Consumable properties

Fruit muffins can be eaten, providing the player with some positive effects, however these will become negative the longer it's left to perish.

Fresh Stale Rotten

MuffinFruit.png
Hunger: -7

Unhappiness: -10

MuffinFruit.png
Hunger: -5
Boredom: +10

MuffinFruit.png
Hunger: -3
Boredom: +20
Unhappiness: +10
Dangerous, will cause sickness.

Distribution

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

MuffinFruit distribution Show / Hide
Containers
Building / Room Container Rolls Chance
all Lunchbag 1 20.0
all displaycasebakery 4 10.0
bandkitchen fridge 4 4.0
cafeteria displaycasebakery 4 8.0
camping fridge 4 10.0
motelroomoccupied fridge 1 10.0

Fruit muffins can be found in bakeries, cafes, candy stores, and some convenience store shelves.

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.78.16
item MuffinFruit
	{
		DisplayName = Fruit Muffin,
		DisplayCategory = Food,
		Type = Food,
		Weight = 0.1,
		Icon = MuffinFruit,
		DaysFresh = 5,
		DaysTotallyRotten = 8,
		HungerChange = -7,
		UnhappyChange = -10,
		Calories = 120,
		Carbohydrates = 10.45,
		Lipids = 12.61,
		Proteins = 14.53,
		WorldStaticModel = MuffinFruit_Ground,
	}

See also