Rice Vinegar: Difference between revisions

From PZwiki
m (Removed {{clear}} line above ==Distribution==)
m (Distribution table update)
(10 intermediate revisions by the same user not shown)
Line 1: Line 1:
{{Header|Project Zomboid|Items|Food|Spices}}
{{Header|Project Zomboid|Items|Food|Spices}}
{{Page version|41.73}}
{{Page version|41.78.16}}
{{Infobox item
{{Infobox item
|name=Rice Vinegar
|name=Rice Vinegar
Line 19: Line 19:
<!--TECHNICAL DETAILS-->
<!--TECHNICAL DETAILS-->
|item_id=Base.RiceVinegar
|item_id=Base.RiceVinegar
}}'''Rice vinegar''' is a [[Food#Non-Perishable|non-perishable]] 'spice' food [[item]] used in [[cooking]].
}}
'''Rice vinegar''' is a [[Food#Non-Perishable|non-perishable]] 'spice' food [[Items|item]] used in [[cooking]].


==Usage==
==Usage==
Line 29: Line 30:
===Evolved recipes===
===Evolved recipes===
Rice vinegar is a spice when used in [[cooking]] [[Recipe ingredients|recipes]], therefore will not be included in the maximum number of ingredients.
Rice vinegar is a spice when used in [[cooking]] [[Recipe ingredients|recipes]], therefore will not be included in the maximum number of ingredients.
{{EvolvedRecipesForItem|spice=true|Sandwich=2|Burger=2|Rice=2|Pasta=2|StirFry=2|Salad=2|RoastedVegetables=2|Taco=2|Burrito=2}}
{{EvolvedRecipesForItem|spice=true|sandwich=2|burger=2|rice=2|pasta=2|stirfry=2|salad=2|roastedvegetables=2|taco=2|burrito=2}}


==Distribution==
==Distribution==
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|RiceVinegar|41.78.16-->
! colspan="4" | Containers
{{clear}}
|-
<div class="togglebox theme-red">
!Building/Room
    <div>RiceVinegar distribution
!Container
        <span class="mw-customtoggle-togglebox-RiceVinegar" 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-RiceVinegar">
! 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%;"
| generalstore
    |+ {{ll|Containers}}
| [[crate]]
    ! Building / Room
| 4
    ! Container
| 6
    ! Rolls
|-
    ! Chance
| rowspan="8"|sushikitchen
    |-
| [[counter]]
    | generalstore
| 4
    | {{ll|crate}}
| 1
    | 4
|-
    | 6.0
|[[counter]]
    |-
|4
    | sushikitchen
|1
    | {{ll|counter}}
|-
    | 4
|[[counter]]
    | 10.0
|4
    |-
|2
    | sushikitchen
|-
    | {{ll|counter}}
|[[crate]]
    | 4
|4
    | 20.0
|1
    |-
|-
    | sushikitchen
|[[crate]]
    | {{ll|crate}}
|4
    | 4
|1
    | 10.0
|-
    |-
|[[crate]]
    | sushikitchen
|4
    | {{ll|crate}}
|2
    | 4
|-
    | 50.0
|[[crate]]
    |-
|4
    | sushikitchen
|2
    | {{ll|crate}}
|-
    | 4
|[[crate]]
    | 20.0
|4
    |}
|5
</div>
|}
    </div><div style="clear:both;"></div>
    </div></div><div class="toggle large mw-customtoggle-togglebox-RiceVinegar" title="{{int:show}}/{{int:hide}}"></div></div>
<!--END BOT FLAG|RiceVinegar|41.78.16-->
Rice vinegar can be found in [[Containers#Kitchen_Counter|kitchen counters]] and [[refrigerator]]s.
Rice vinegar can be found in [[Containers#Kitchen_Counter|kitchen counters]] and [[refrigerator]]s.


Line 86: Line 89:
| {{CodeSnip
| {{CodeSnip
   | lang = java
   | lang = java
   | line = false
   | line = true
  | start = 6764
   | source = items_food.txt
   | source = items_food.txt
   | retrieved = true
   | retrieved = true
   | version = 41.73
   | version = 41.78.16
   | code =
   | code =
item RiceVinegar
item RiceVinegar
{
{
    DisplayName             = Rice Vinegar,
DisplayName = Rice Vinegar,
    DisplayCategory         = Food,
DisplayCategory = Food,
    Type                   = Food,
Type = Food,
    Weight                 = 0.2,
Weight = 0.2,
    Icon                   = RiceVinegar,
Icon = RiceVinegar,
    CantBeFrozen           = TRUE,
CantBeFrozen = TRUE,
    EvolvedRecipe           = Sandwich:2;Sandwich Baguette:2;Burger:2;RicePot:2;RicePan:2;PastaPot:2;PastaPan:2;Stir fry Griddle Pan:2;Stir fry:2;Salad:2;Roasted Vegetables:2;Taco:2;Burrito:2,
EvolvedRecipe = Sandwich:2;Sandwich Baguette:2;Burger:2;RicePot:2;RicePan:2;PastaPot:2;PastaPan:2;Stir fry Griddle Pan:2;Stir fry:2;Salad:2;Roasted Vegetables:2;Taco:2;Burrito:2,
    Packaged               = TRUE,
Packaged = TRUE,
    Spice                   = true,
Spice = true,
    HungerChange           = -20,
HungerChange = -20,
    UnhappyChange           = 50,
UnhappyChange = 50,
    Calories               = 20,
Calories = 20,
    Carbohydrates           = 0,
Carbohydrates = 0,
    Lipids                 = 0,
Lipids = 0,
    Proteins               = 0,
Proteins = 0,
    WorldStaticModel       = RiceVinegar_Ground,
WorldStaticModel = RiceVinegar_Ground,
    FoodType               = NoExplicit,
FoodType = NoExplicit,
}
}
  }}
}}
}}
}}


Line 119: Line 123:
*[[Mustard]]
*[[Mustard]]


{{Navbox food}}
{{Navbox items|miscellaneous_food}}
 
 
[[Category:Non-perishable food]]
[[Category:Non-perishable food]]

Revision as of 16:27, 24 April 2024

Project ZomboidItemsFoodSpicesRice Vinegar
UI Tick.png
This page has been revised for the current stable version (41.78.16).
Help by adding any missing content. [edit]
Rice Vinegar
RiceVinegar Model.png
General
Category
Food
Encumbrance
Moodle Icon HeavyLoad.png
0.2
Properties
Packaged
Yes
Nutrition
HungerMoodle Icon Hungry.png
-20
CaloriesCalories
20
CarbohydratesCarbohydrates
0
ProteinsProteins
0
FatFat
0
Effect
UnhappinessMoodle Icon Unhappy.png
+50
Technical
Item ID
Base.RiceVinegar

Rice vinegar is a non-perishable 'spice' food item used in cooking.

Usage

Rice vinegar can be eaten raw, providing the player with some positive and negative effects. Rice vinegar is more effective when used as cooking ingredient, as all negative effects are removed.

Crafting

Main article: Cooking

Evolved recipes

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

Product Nutrition
Salad
Salad
2
Stir Fry
Stir Fry
2
Roasted Vegetables
Roasted Vegetables
2
Sandwich
Sandwich
2
Burger
Burger
2
Rice Pot/Saucepan
Rice Pot/Saucepan
2
Pasta Pot/Saucepan
Pasta Pot/Saucepan
2
Taco
Taco
2
Burrito
Burrito
2

Distribution

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

RiceVinegar distribution Show / Hide
Containers
Building / Room Container Rolls Chance
generalstore crate 4 6.0
sushikitchen counter 4 10.0
sushikitchen counter 4 20.0
sushikitchen crate 4 10.0
sushikitchen crate 4 50.0
sushikitchen crate 4 20.0

Rice vinegar can be found in kitchen counters and refrigerators.

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 RiceVinegar
	{
		DisplayName = Rice Vinegar,
		DisplayCategory = Food,
		Type = Food,
		Weight = 0.2,
		Icon = RiceVinegar,
		CantBeFrozen = TRUE,
		EvolvedRecipe = Sandwich:2;Sandwich Baguette:2;Burger:2;RicePot:2;RicePan:2;PastaPot:2;PastaPan:2;Stir fry Griddle Pan:2;Stir fry:2;Salad:2;Roasted Vegetables:2;Taco:2;Burrito:2,
		Packaged = TRUE,
		Spice = true,
		HungerChange = -20,
		UnhappyChange = 50,
		Calories = 20,
		Carbohydrates = 0,
		Lipids = 0,
		Proteins = 0,
		WorldStaticModel = RiceVinegar_Ground,
		FoodType = NoExplicit,
	}

See also