Recette

Wiki Project Zomboid

Unpack 5

Nom variable Unpack 5 Mod KAVALASH_EasyPacking Easy Packing For Vanilla v1.0 Cat. Storage Time 25

Recette

Ingrédients

Résultat

Condition

Aucune compétence requise.

Résumé
Nom affichéUnpack 5
Nom variableUnpack 5
ModKAVALASH_EasyPacking — Easy Packing For Vanilla v1.0
CatégorieStorage
Temps25
OnCreate
OnTest
Sound
Anim
Voir les détails techniques
ModulePacking
Sourcemedia\scripts\PackingItems\gunpowder.txt
lignes: 63 → 73
Recipe PK1515
Recipe Sig2a34df97dbce87f3ee93d0356d5a0c06571fd682

Callbacks

OnCreateRecipe.OnCreate.LoadUses
OnGiveXPRecipe.OnGiveXP.None
RemoveResultItem1

Raw block

    recipe Unpack 5
    {
        destroy 5pkGunpowder,

        Result:GunPowder=5,
        OnCreate:Recipe.OnCreate.LoadUses,
        OnGiveXP:Recipe.OnGiveXP.None,
		RemoveResultItem:true,
        Time:25.0,
        Category:Storage,
    }