Recette

Wiki Project Zomboid

Note object's ID

Nom variable NoteIDtoObject Mod KAVALASH_MoreLockManagementSA MoreLockManagementSA Cat. Welding Time 350

Condition

Aucune compétence requise.

Résumé
Nom affichéNote object's ID
Nom variableNoteIDtoObject
ModKAVALASH_MoreLockManagementSA — MoreLockManagementSA
CatégorieWelding
Temps350
OnCreate
OnTest
SoundMoreLock_NoteID
Anim
Voir les détails techniques
ModuleMoreLockManagement_Crafting
Sourcemedia\scripts\MoreLock_Tools_Recipes.txt
lignes: 151 → 166
Recipe PK3177
Recipe Sigd82f1807e6ea1a12e1686f5a439a482255f54b6f

Callbacks

OnCanPerformCan_Note_ID
OnCreateCreate_Note_ID
RemoveResultItem1

Raw block

    recipe NoteIDtoObject
    {
		keep KitLockKeyHouse/Key1/Key2/Key3/Key4/Key5/KeyPadlock/CarLockNeimanPart/CarKey,
		keep BluePen/Pen/RedPen,
		keep PrintTool/PrintToolCar,
	
	    CanBeDoneFromFloor:	false,
	    Result: 			NoThing,
	    RemoveResultItem:true,
	  OnCanPerform:			Can_Note_ID,	
	  OnCreate:				Create_Note_ID,
		Category:			Welding,
	 	Sound:				MoreLock_NoteID,
		Time:				350,
		Tooltip:			IGUI_Recipe_NoteIDtoObject,
    }