Recette

Wiki Project Zomboid

Saw Logs

Nom variable Saw Logs Mod KAVALASH_Custom Kavalash Custom Mod Cat. Carpentry Time 230

Recette

Ingrédients

ConsomméBûches
Garder[Recipe.GetItemTypes.Saw]

Résultat

Condition

Aucune compétence requise.

Résumé
Nom affichéSaw Logs
Nom variableSaw Logs
ModKAVALASH_Custom — Kavalash Custom Mod
CatégorieCarpentry
Temps230
OnCreate
OnTest
SoundSawing
Anim
Voir les détails techniques
ModuleBase
Sourcemedia\scripts\recipes.txt
lignes: 162 → 176
Recipe PK2728
Recipe Sigf97aba19edcc3011b6f933d0e6252fb7a6b406e7

Callbacks

OnGiveXPRecipe.OnGiveXP.SawLogs
Prop1Source=2
Prop2Log

Raw block

	recipe Saw Logs
	{
	   Log,
	   keep [Recipe.GetItemTypes.Saw],

	   CanBeDoneFromFloor:true,
	   Result:Plank=3,
	   Sound:Sawing,
	   Time:230.0,
	   Category:Carpentry,
	   OnGiveXP:Recipe.OnGiveXP.SawLogs,
	   AnimNode:SawLog,
	   Prop1:Source=2,
	   Prop2:Log,
	}