Recette

Wiki Project Zomboid

Unpack 10

Nom variable Unpack 10 Mod KAVALASH_EasyPacking Easy Packing For Vanilla v1.0 Cat. Storage Time 50

Recette

Ingrédients

Résultat

Condition

Aucune compétence requise.

Résumé
Nom affichéUnpack 10
Nom variableUnpack 10
ModKAVALASH_EasyPacking — Easy Packing For Vanilla v1.0
CatégorieStorage
Temps50
OnCreate
OnTest
Sound
Anim
Voir les détails techniques
ModulePacking
Sourcemedia\scripts\PackingItems\gunpowder.txt
lignes: 40 → 50
Recipe PK1513
Recipe Siga7661a661c1334f1dea062cbe09d1caea4086f2d

Callbacks

OnCreateRecipe.OnCreate.LoadUses
OnGiveXPRecipe.OnGiveXP.None
RemoveResultItem1

Raw block

    recipe Unpack 10
    {
        destroy 10pkGunpowder,

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