Recette

Wiki Project Zomboid

Make 12g ShotShell

Nom variable Make 12g ShotShell Mod KAVALASH_VFExpansion1 Vanilla Firearms Expansion Time 700

Condition

Aucune compétence requise.

 
📘 La recette doit être apprise via un magazine
Résumé
Nom affichéMake 12g ShotShell
Nom variableMake 12g ShotShell
ModKAVALASH_VFExpansion1 — Vanilla Firearms Expansion
Catégorie
Temps700
OnCreate
OnTest
Sound
Anim
Voir les détails techniques
ModuleBase
Sourcemedia\scripts\VFE_ammo_craft.txt
lignes: 447 → 459
Recipe PK3859
Recipe Sig090cd6582850ad0cb9592e469c5995891ffaf78e

Callbacks

OnGiveXPRecipe.OnGiveXP.Reloading3

Raw block

	recipe Make 12g ShotShell
	{
		Hull12g			= 24,
		GunPowder		= 80,
		PrimerSG		= 24,
		Lead00Buck		= 24,
		keep Lyman_TMag/Lee_LoadMaster,
		OnGiveXP		:Recipe.OnGiveXP.Reloading3,
		Result			: Base.ShotgunShellsBox,
		Time			: 700.0,
		CanBeDoneFromFloor	: TRUE,
		NeedToBeLearn		: true,
	}