Recette

Wiki Project Zomboid

Dismantle THpagerRed

Nom variable Dismantle THpagerRed Mod KAVALASH_pkszTH Treasure hunt event Cat. Electrical Time 100

Recette

Ingrédients

Garder[Recipe.GetItemTypes.Screwdriver]

Résultat

Condition

Aucune compétence requise.

Résumé
Nom affichéDismantle THpagerRed
Nom variableDismantle THpagerRed
ModKAVALASH_pkszTH — Treasure hunt event
CatégorieElectrical
Temps100
OnCreate
OnTest
SoundDismantle
Anim
Voir les détails techniques
ModuleBase
Sourcemedia\scripts\pkszTHrecipes.txt
lignes: 19 → 32
Recipe PK3186
Recipe Sig240595f616f3e34854dead349938b754a2156be0

Callbacks

NoBrokenItems1
OnCreateDismantleTHpagerDest
OnGiveXPRecipe.OnGiveXP.DismantleRadio
Prop1Screwdriver

Raw block

    recipe Dismantle THpagerRed
    {
       destroy pkszTHitem.THpagerRed,
       keep [Recipe.GetItemTypes.Screwdriver],
       NoBrokenItems:true,
       Result:ElectronicsScrap,
       Time:100.0,
       OnCreate:DismantleTHpagerDest,
       OnGiveXP:Recipe.OnGiveXP.DismantleRadio,
       Category:Electrical,
       AnimNode:Disassemble,
       Prop1:Screwdriver,
       Sound:Dismantle,
	}