Bowl of Ramen Noodles/fr: Difference between revisions

From PZwiki
< Bowl of Ramen NoodlesBowl of Ramen Noodles/fr
(PZ Updater automated execution(task: fix infobox based on file, eid: 7e3eeb24))
(PZ Updater automated execution(task: fix infobox based on file(attempt partial repatch #1), eid: 61746b6b))
Line 19: Line 19:
|cook_minutes=
|cook_minutes=
|burn_minutes=
|burn_minutes=
|days_fresh=1days_rotten=
|days_fresh=1
|class_name=Base.RamenBowl
|class_name=Base.RamenBowl
}}
}}

Revision as of 15:19, 3 July 2023

BoxSmall.png
This feature has been removed from the game.
It has been replaced by something else.

Template:Infobox food

Vous pouvez préparer un bol de nouilles instantannées en plaçant un paquet de nouilles instantannées dans un bol avec de l'eau.

Recettes

Product XP gained Skill(s) Recipe Ingredient 1 Ingredient 2 Ingredient 3
Bol
Bol x1
none Eau
Eau (2 units)
(consommé)
Bol
Bol x1
(consommé)

Bowl of Ramen Noodles
Bol de nouilles instantanées x1
none Bol
Bol x1
Nouilles instantannées
Nouilles instantanées x1
(consommé)
Heat Source
Source de chaleur
(cooked:10min burned:20min)

Code

	item RamenBowl
	{
		BoredomChange		= -10,
		DaysFresh		= 1,
		DaysTotallyRotten	= 3,
		DisplayName		= Bowl of Ramen Noodles,
		HungerChange		= -20,
		Icon			= BowlFull,
		IsCookable		= TRUE,
		MinutesToBurn		= 20,
		MinutesToCook		= 10,
		ReplaceOnUse		= Bowl,
		Type			= Food,
		UnhappyChange		= -20,
		Weight			= 1
	}