Fruit Muffin: Difference between revisions

From PZwiki
(→‎Code: Add see also)
m (Distribution table update)
 
(7 intermediate revisions by 2 users not shown)
Line 1: Line 1:
{{Header|Project Zomboid|Items|Food|Sweets}}
{{Header|Project Zomboid|Items|Food|Sweets}}
{{Page version|41.73}}
{{Page version|41.78.16}}
{{Infobox item
{{Infobox item
|name=Fruit Muffin
|name=Fruit Muffin
|model=MuffinFruit Model.png
|model=MuffinFruit_Model.png
|icon=MuffinFruit.png
|icon=MuffinFruit.png
<!--GENERAL-->
<!--GENERAL-->
Line 21: Line 21:
|item_id=Base.MuffinFruit
|item_id=Base.MuffinFruit
}}
}}
 
A '''Fruit Muffin''' is a perishable [[food]] [[Items|item]].
'''Fruit muffin''' is a perishable [[food]] [[Items|item]].


==Usage==
==Usage==
===Consumable properties===
===Consumable properties===
Fruit muffin can be eaten, providing the player with some positive effects, however these will become negative the longer it's left to perish.
Fruit muffins can be eaten, providing the player with some positive effects, however these will become negative the longer it's left to perish.
{{Consumables
{{Consumables
|image = MuffinFruit.png
|image = MuffinFruit.png
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
Fruit muffin can be found in bakeries, cafes, candy stores, and some convenience store [[Containers#Shelves|shelves]].
    |-
    | 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]].


==Code==
==Code==
Line 84: Line 98:
   | lang = java
   | lang = java
   | line = true
   | line = true
   | start = 0
   | start = 6521
   | source = items_food.txt
   | source = items_food.txt
   | retrieved = true
   | retrieved = true
   | version = 41.73
   | version = 41.78.16
   | code =
   | code =
item MuffinFruit
item MuffinFruit
{
{
  DisplayName         = Fruit Muffin,
DisplayName = Fruit Muffin,
  DisplayCategory     = Food,
DisplayCategory = Food,
  Type                 = Food,
Type = Food,
  Weight               = 0.1,
Weight = 0.1,
  Icon                 = MuffinFruit,
Icon = MuffinFruit,
  DaysFresh           = 5,
DaysFresh = 5,
  DaysTotallyRotten   = 8,
DaysTotallyRotten = 8,
  HungerChange         = -7,
HungerChange = -7,
  UnhappyChange       = -10,
UnhappyChange = -10,
  Calories             = 120,
Calories = 120,
  Carbohydrates       = 10.45,
Carbohydrates = 10.45,
  Lipids               = 12.61,
Lipids = 12.61,
  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