Item: Sachet de thé

Wiki Project Zomboid

Sachet de thé

Variable Base.Teabag2 Mod Vanilla

Résumé

VariableBase.Teabag2
TypeFood
CatégorieFood
Poids0.1
Icône
Teabag

Navigation

Nom variableTeabag2
ModuleBase
Sourcescripts\items_food.txt
Détails techniques
Item PK4976
Lignes4898 → 4913
File ID1361

Recettes qui fabriquent cet item

Icône affichée: un des objets requis pour fabriquer cette recette.

2 recettes
Afficher la liste
Recipe Mod Category Time Result
MINI69_teacrate Pry Open Crate of Tea
Pry Open Crate of Tea
Base
KAVALASH_69mini Cooking 150 Teabag2=100
BoxofTeaBagsIcon Take Tea Bag from Box
Take Tea Bag from Box
SapphCooking
KAVALASH_sapphcooking 30 Teabag2=1

Recettes qui utilisent cet item

Icône affichée: l'objet obtenu via la recette quand il est identifié.

1 recette
Afficher la liste
Recipe Mod Category Time Result
BoxofTeaBagsIcon Make Box of Tea Bags
Make Box of Tea Bags
SapphCooking
KAVALASH_sapphcooking Cooking 100 BoxofTeaBags=1

Propriétés

Toutes les propriétés extraites pour cet item.

13 propriétés
Key Value (raw) Num Bool JSON
DisplayCategory Food
DisplayName Tea Bag
EvolvedRecipe HotDrink:5;HotDrinkRed:5;HotDrinkWhite:5;HotDrinkSpiffo:5;HotDrinkTea:5
EvolvedRecipeName Tea
FatigueChange -15 -15
FoodType Tea
HungerChange -5 -5
Icon Teabag
ThirstChange 10 10
Type Food
UnhappyChange 10 10
Weight 0.1 0.1
WorldStaticModel TeaBag
Raw block
	item Teabag2
	{
		DisplayName = Tea Bag,
		DisplayCategory = Food,
		Type = Food,
		Weight = 0.1,
		Icon = Teabag,
		EvolvedRecipe = HotDrink:5;HotDrinkRed:5;HotDrinkWhite:5;HotDrinkSpiffo:5;HotDrinkTea:5,
		EvolvedRecipeName = Tea,
		FoodType = Tea,
		FatigueChange = -15,
		HungerChange = -5,
		ThirstChange = 10,
		UnhappyChange = 10,
		WorldStaticModel = TeaBag,
	}