Fries: Difference between revisions

From PZwiki
m (added they can be found on tables)
m (Automated Formatting)
(25 intermediate revisions by 7 users not shown)
Line 1: Line 1:
{{languages|Fries}}
{{Header|Project Zomboid|Items|Food|Miscellaneous food}}
{{header|Project Zomboid|Items|Food|Perishable Food|type=Food|version=Version 40|incver=7}}{{Infobox food
{{Page version|41.78.16}}
|display_name=Fries
{{Infobox item
|name_colour=Food
|name=Fries
|name_text_colour=Food
|model=Fries_Model.png
|image=Fries_120px.png
|icon=Fries.png
|icon_name=Fries
<!--GENERAL-->
<!--GENERAL-->
|category=Food
|category=Food
Line 16: Line 17:
|proteins=3.35
|proteins=3.35
|carbohydrates=35.97
|carbohydrates=35.97
<!--EFFECT-->
|unhappy_change=-10
<!--TECHNICAL DETAILS-->
<!--TECHNICAL DETAILS-->
|class_name=Base.Fries
|item_id=Base.Fries
}}'''Fries''', short for '''french fries''', are a [[Food#Perishable|perishable]] food [[item]].
}}
'''Fries''', short for '''french fries''', are a [[Food#Perishable|perishable]] food [[Items|item]].


==Usage==
==Usage==
=== Consumable properties ===
===Consumable properties===
Fries can be eaten, providing the player with some positive effects, however these will become negative the longer it's left to perish.
Fries can be eaten, providing the player with some positive effects, however these will become negative the longer it's left to perish.
{{Consumables2
{{Consumables
|image = Fries.png
|image = Fries.png
|hunger = -10
|hunger = -10
Line 37: Line 41:


==Distribution==
==Distribution==
Fries can be found inside [[refrigerator]]s or on tables alongside other food items such as [[Burger|burgers]] in a Spiffo's or Burger kitchen, and the [[trunk]] of a [[Franklin Valuline#Spiffo's Van|Spiffo's van]].
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;"
! colspan="4" | Containers
|-
! Building/Room
! Container
! style="width: 3.2em;" | Rolls
! style="width: 3.2em;" | Chance
|-
|bandkitchen
|[[fridge]]
|4
|8
|-
|rowspan="4"|burgerkitchen
|[[restaurantdisplay]]
|4
|1
|-
|[[restaurantdisplay]]
|4
|1
|-
|[[restaurantdisplay]]
|4
|2
|-
|[[restaurantdisplay]]
|4
|2
|-
|motelroomoccupied
|[[fridge]]
|1
|6
|}
Fries can often be found inside [[refrigerator]]s or on tables alongside other food items such as [[burger]]s in a [[Spiffo's]] or [[Burgers]] kitchen, and the [[trunk]] of a [[Franklin Valuline#Spiffo's Van|Spiffo's van]].
 
==Gallery==
<gallery>
Fries Model.png|Fries model [[File:Fries.png]]
FriesRotten Model.png|Rotten fries model [[File:Fries.png]]
</gallery>


== Code ==
==Code==
'''''From newitems.txt (Project Zomboid directory/media/scripts/)'''''
{{CodeBox
{{Retrieved|version=40|incver=7}}
| {{CodeSnip
<pre> item Fries
  | lang = java
HungerChange = -10,
  | line = true
Weight = 0.4,
  | start = 5652
Type = Food,
  | source = items_food.txt
UnhappyChange = -10,
  | retrieved = true
DisplayName = Fries,
  | version = 41.78.16
DaysTotallyRotten = 5,
  | code =
DaysFresh = 3,
item Fries
Icon = Fries,
{
Carbohydrates = 35.97,
DisplayName = Fries,
Proteins = 3.35,
DisplayCategory = Food,
Lipids = 5.19,
Type = Food,
Calories = 203,</pre>
Weight = 0.4,
Icon = Fries,
DaysFresh = 3,
DaysTotallyRotten = 5,
HungerChange = -10,
UnhappyChange = -10,
Calories = 203,
Carbohydrates = 35.97,
Lipids = 5.19,
Proteins = 3.35,
WorldStaticModel = Fries,
}
}}
}}


==See also==
==See also==
* [[Fries]]
*[[Burger]]
* [[Burger]]
*[[Corndog]]
* [[Corndog]]
*[[Fried Chicken]]
 
{{Navbox items|food}}


{{Navbox/Consumables}}
[[Category:Perishable food]]

Revision as of 08:40, 14 April 2024

UI Tick.png
This page has been revised for the current stable version (41.78.16).
Help by adding any missing content. [edit]
Fries
Fries Model.png
General
Category
Food
Encumbrance
Moodle Icon HeavyLoad.png
0.4
Properties
Days fresh
3 days
Days until rotten
5 days
Nutrition
HungerMoodle Icon Hungry.png
-10
CaloriesCalories
203
CarbohydratesCarbohydrates
35.97
ProteinsProteins
3.35
FatFat
5.19
Effect
UnhappinessMoodle Icon Unhappy.png
-10
Technical
Item ID
Base.Fries

Fries, short for french fries, are a perishable food item.

Usage

Consumable properties

Fries 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

Fries.png
Hunger: -10

Unhappiness: -10

Fries.png
Hunger: -7
Boredom: +10

Fries.png
Hunger: -4
Boredom: +20
Unhappiness: +10
Dangerous, will cause sickness.

Distribution

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

Containers
Building/Room Container Rolls Chance
bandkitchen fridge 4 8
burgerkitchen restaurantdisplay 4 1
restaurantdisplay 4 1
restaurantdisplay 4 2
restaurantdisplay 4 2
motelroomoccupied fridge 1 6

Fries can often be found inside refrigerators or on tables alongside other food items such as burgers in a Spiffo's or Burgers kitchen, and the trunk of a Spiffo's van.

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.78.16
item Fries
	{
		DisplayName = Fries,
		DisplayCategory = Food,
		Type = Food,
		Weight = 0.4,
		Icon = Fries,
		DaysFresh = 3,
		DaysTotallyRotten = 5,
		HungerChange = -10,
		UnhappyChange = -10,
		Calories = 203,
		Carbohydrates = 35.97,
		Lipids = 5.19,
		Proteins = 3.35,
		WorldStaticModel = Fries,
	}

See also