3075 lines
52 KiB
Plaintext
3075 lines
52 KiB
Plaintext
module Base
|
|
{
|
|
|
|
craftRecipe OpenBoxOfMatches
|
|
{
|
|
timedAction = OpenAmmoBox,
|
|
Time = 60,
|
|
Tags = InHandCraft;CanBeDoneInDark,
|
|
category = Packing,
|
|
inputs
|
|
{
|
|
item 1 [Base.BoxOfMatches] flags[Prop2],
|
|
}
|
|
outputs
|
|
{
|
|
item 24 Base.Matches,
|
|
}
|
|
}
|
|
|
|
craftRecipe PackBoxOfMatches
|
|
{
|
|
timedAction = PlaceAmmoInBox,
|
|
Time = 60,
|
|
Tags = InHandCraft;CanBeDoneInDark,
|
|
category = Packing,
|
|
inputs
|
|
{
|
|
item 240 [Base.Matches] flags[Prop2],
|
|
}
|
|
outputs
|
|
{
|
|
item 1 Base.BoxOfMatches,
|
|
}
|
|
}
|
|
|
|
craftRecipe OpenBoxOfLighters
|
|
{
|
|
timedAction = OpenAmmoBox,
|
|
Time = 60,
|
|
Tags = InHandCraft;CanBeDoneInDark,
|
|
category = Packing,
|
|
inputs
|
|
{
|
|
item 1 [Base.BoxOfLighters] flags[Prop2],
|
|
}
|
|
outputs
|
|
{
|
|
item 24 Base.Lighter,
|
|
}
|
|
}
|
|
|
|
craftRecipe PackBoxOfLighters
|
|
{
|
|
timedAction = PlaceAmmoInBox,
|
|
Time = 60,
|
|
Tags = InHandCraft;CanBeDoneInDark,
|
|
category = Packing,
|
|
inputs
|
|
{
|
|
item 120 [Base.Lighter] mode:destroy flags[Prop2],
|
|
}
|
|
outputs
|
|
{
|
|
item 1 Base.BoxOfLighters,
|
|
}
|
|
}
|
|
|
|
craftRecipe OpenBoxOfAlcoholWipes
|
|
{
|
|
timedAction = OpenAmmoBox,
|
|
Time = 60,
|
|
Tags = InHandCraft;CanBeDoneInDark,
|
|
category = Packing,
|
|
inputs
|
|
{
|
|
item 1 [Base.BoxOfAlcoholWipes] flags[Prop2],
|
|
}
|
|
outputs
|
|
{
|
|
item 12 Base.AlcoholWipes,
|
|
}
|
|
}
|
|
|
|
craftRecipe PackBoxOfAlcoholWipes
|
|
{
|
|
timedAction = PlaceAmmoInBox,
|
|
Time = 60,
|
|
Tags = InHandCraft;CanBeDoneInDark,
|
|
category = Packing,
|
|
inputs
|
|
{
|
|
item 60 [Base.AlcoholWipes] mode:destroy flags[Prop2],
|
|
}
|
|
outputs
|
|
{
|
|
item 1 Base.BoxOfAlcoholWipes,
|
|
}
|
|
}
|
|
|
|
craftRecipe OpenBoxOfAlcoholBottles
|
|
{
|
|
timedAction = OpenAmmoBox,
|
|
Time = 60,
|
|
Tags = InHandCraft;CanBeDoneInDark,
|
|
category = Packing,
|
|
inputs
|
|
{
|
|
item 1 [Base.BoxOfAlcoholBottles] flags[Prop2],
|
|
}
|
|
outputs
|
|
{
|
|
item 12 Base.Disinfectant,
|
|
}
|
|
}
|
|
|
|
craftRecipe PackBoxOfAlcoholBottles
|
|
{
|
|
timedAction = PlaceAmmoInBox,
|
|
Time = 60,
|
|
Tags = InHandCraft;CanBeDoneInDark,
|
|
category = Packing,
|
|
inputs
|
|
{
|
|
item 12 [Base.Disinfectant] mode:destroy flags[Prop2],
|
|
}
|
|
outputs
|
|
{
|
|
item 1 Base.BoxOfAlcoholBottles,
|
|
}
|
|
}
|
|
|
|
craftRecipe OpenBoxOfPainkillers
|
|
{
|
|
timedAction = OpenAmmoBox,
|
|
Time = 60,
|
|
Tags = InHandCraft;CanBeDoneInDark,
|
|
category = Packing,
|
|
inputs
|
|
{
|
|
item 1 [Base.BoxOfPainkillers] flags[Prop2],
|
|
}
|
|
outputs
|
|
{
|
|
item 24 Base.Pills,
|
|
}
|
|
}
|
|
|
|
craftRecipe PackBoxOfPainkillers
|
|
{
|
|
timedAction = PlaceAmmoInBox,
|
|
Time = 60,
|
|
Tags = InHandCraft;CanBeDoneInDark,
|
|
category = Packing,
|
|
inputs
|
|
{
|
|
item 240 [Base.Pills] flags[Prop2],
|
|
}
|
|
outputs
|
|
{
|
|
item 1 Base.BoxOfPainkillers,
|
|
}
|
|
}
|
|
|
|
craftRecipe OpenBoxOfSleepingPills
|
|
{
|
|
timedAction = OpenAmmoBox,
|
|
Time = 60,
|
|
Tags = InHandCraft;CanBeDoneInDark,
|
|
category = Packing,
|
|
inputs
|
|
{
|
|
item 1 [Base.BoxOfSleepingPills] flags[Prop2],
|
|
}
|
|
outputs
|
|
{
|
|
item 24 Base.PillsSleepingTablets,
|
|
}
|
|
}
|
|
|
|
craftRecipe PackBoxOfSleepingPills
|
|
{
|
|
timedAction = PlaceAmmoInBox,
|
|
Time = 60,
|
|
Tags = InHandCraft;CanBeDoneInDark,
|
|
category = Packing,
|
|
inputs
|
|
{
|
|
item 240 [Base.PillsSleepingTablets] flags[Prop2],
|
|
}
|
|
outputs
|
|
{
|
|
item 1 Base.BoxOfSleepingPills,
|
|
}
|
|
}
|
|
|
|
craftRecipe OpenBoxOfCaffeinePills
|
|
{
|
|
timedAction = OpenAmmoBox,
|
|
Time = 60,
|
|
Tags = InHandCraft;CanBeDoneInDark,
|
|
category = Packing,
|
|
inputs
|
|
{
|
|
item 1 [Base.BoxOfCaffeinePills] flags[Prop2],
|
|
}
|
|
outputs
|
|
{
|
|
item 24 Base.PillsVitamins,
|
|
}
|
|
}
|
|
|
|
craftRecipe PackBoxOfCaffeinePills
|
|
{
|
|
timedAction = PlaceAmmoInBox,
|
|
Time = 60,
|
|
Tags = InHandCraft;CanBeDoneInDark,
|
|
category = Packing,
|
|
inputs
|
|
{
|
|
item 120 [Base.PillsVitamins] flags[Prop2],
|
|
}
|
|
outputs
|
|
{
|
|
item 1 Base.BoxOfCaffeinePills,
|
|
}
|
|
}
|
|
|
|
craftRecipe OpenBoxOfScrapElectronics
|
|
{
|
|
timedAction = OpenAmmoBox,
|
|
Time = 60,
|
|
Tags = InHandCraft;CanBeDoneInDark,
|
|
category = Packing,
|
|
inputs
|
|
{
|
|
item 1 [Base.BoxOfScrapElectronics] flags[Prop2],
|
|
}
|
|
outputs
|
|
{
|
|
item 50 Base.ElectronicsScrap,
|
|
}
|
|
}
|
|
|
|
craftRecipe PackBoxOfScrapElectronics
|
|
{
|
|
timedAction = PlaceAmmoInBox,
|
|
Time = 60,
|
|
Tags = InHandCraft;CanBeDoneInDark,
|
|
category = Packing,
|
|
inputs
|
|
{
|
|
item 50 [Base.ElectronicsScrap] flags[Prop2],
|
|
}
|
|
outputs
|
|
{
|
|
item 1 Base.BoxOfScrapElectronics,
|
|
}
|
|
}
|
|
|
|
craftRecipe OpenBoxOfElectricalWire
|
|
{
|
|
timedAction = OpenAmmoBox,
|
|
Time = 60,
|
|
Tags = InHandCraft;CanBeDoneInDark,
|
|
category = Packing,
|
|
inputs
|
|
{
|
|
item 1 [Base.BoxOfElectricalWire] flags[Prop2],
|
|
}
|
|
outputs
|
|
{
|
|
item 50 Base.ElectricWire,
|
|
}
|
|
}
|
|
|
|
craftRecipe PackBoxOfElectricalWire
|
|
{
|
|
timedAction = PlaceAmmoInBox,
|
|
Time = 60,
|
|
Tags = InHandCraft;CanBeDoneInDark,
|
|
category = Packing,
|
|
inputs
|
|
{
|
|
item 50 [Base.ElectricWire] flags[Prop2],
|
|
}
|
|
outputs
|
|
{
|
|
item 1 Base.BoxOfElectricalWire,
|
|
}
|
|
}
|
|
|
|
craftRecipe OpenBoxOfWoodGlue
|
|
{
|
|
timedAction = OpenAmmoBox,
|
|
Time = 60,
|
|
Tags = InHandCraft;CanBeDoneInDark,
|
|
category = Packing,
|
|
inputs
|
|
{
|
|
item 1 [Base.BoxOfWoodGlue] flags[Prop2],
|
|
}
|
|
outputs
|
|
{
|
|
item 12 Base.Woodglue,
|
|
}
|
|
}
|
|
|
|
craftRecipe PackBoxOfWoodGlue
|
|
{
|
|
timedAction = PlaceAmmoInBox,
|
|
Time = 60,
|
|
Tags = InHandCraft;CanBeDoneInDark,
|
|
category = Packing,
|
|
inputs
|
|
{
|
|
item 60 [Base.Woodglue] flags[Prop2],
|
|
}
|
|
outputs
|
|
{
|
|
item 1 Base.BoxOfWoodGlue,
|
|
}
|
|
}
|
|
|
|
craftRecipe OpenBoxOfGlue
|
|
{
|
|
timedAction = OpenAmmoBox,
|
|
Time = 60,
|
|
Tags = InHandCraft;CanBeDoneInDark,
|
|
category = Packing,
|
|
inputs
|
|
{
|
|
item 1 [Base.BoxOfGlue] flags[Prop2],
|
|
}
|
|
outputs
|
|
{
|
|
item 12 Base.Glue,
|
|
}
|
|
}
|
|
|
|
craftRecipe PackBoxOfGlue
|
|
{
|
|
timedAction = PlaceAmmoInBox,
|
|
Time = 60,
|
|
Tags = InHandCraft;CanBeDoneInDark,
|
|
category = Packing,
|
|
inputs
|
|
{
|
|
item 60 [Base.Glue] flags[Prop2],
|
|
}
|
|
outputs
|
|
{
|
|
item 1 Base.BoxOfGlue,
|
|
}
|
|
}
|
|
|
|
craftRecipe OpenBoxOfBetaBlockers
|
|
{
|
|
timedAction = OpenAmmoBox,
|
|
Time = 60,
|
|
Tags = InHandCraft;CanBeDoneInDark,
|
|
category = Packing,
|
|
inputs
|
|
{
|
|
item 1 [Base.BoxOfBetaBlockers] flags[Prop2],
|
|
}
|
|
outputs
|
|
{
|
|
item 24 Base.PillsBeta,
|
|
}
|
|
}
|
|
|
|
craftRecipe PackBoxOfBetaBlockers
|
|
{
|
|
timedAction = PlaceAmmoInBox,
|
|
Time = 60,
|
|
Tags = InHandCraft;CanBeDoneInDark,
|
|
category = Packing,
|
|
inputs
|
|
{
|
|
item 240 [Base.PillsBeta] flags[Prop2],
|
|
}
|
|
outputs
|
|
{
|
|
item 1 Base.BoxOfBetaBlockers,
|
|
}
|
|
}
|
|
|
|
craftRecipe OpenBoxOfSteelSheets
|
|
{
|
|
timedAction = OpenAmmoBox,
|
|
Time = 60,
|
|
Tags = InHandCraft;CanBeDoneInDark,
|
|
category = Packing,
|
|
inputs
|
|
{
|
|
item 1 [Base.BoxOfSteelSheets] flags[Prop2],
|
|
}
|
|
outputs
|
|
{
|
|
item 6 Base.SheetMetal,
|
|
}
|
|
}
|
|
|
|
craftRecipe PackBoxOfSteelSheets
|
|
{
|
|
timedAction = PlaceAmmoInBox,
|
|
Time = 60,
|
|
Tags = InHandCraft;CanBeDoneInDark,
|
|
category = Packing,
|
|
inputs
|
|
{
|
|
item 6 [Base.SheetMetal] flags[Prop2],
|
|
}
|
|
outputs
|
|
{
|
|
item 1 Base.BoxOfSteelSheets,
|
|
}
|
|
}
|
|
|
|
craftRecipe OpenBoxOfSmallSteelSheets
|
|
{
|
|
timedAction = OpenAmmoBox,
|
|
Time = 60,
|
|
Tags = InHandCraft;CanBeDoneInDark,
|
|
category = Packing,
|
|
inputs
|
|
{
|
|
item 1 [Base.BoxOfSmallSteelSheets] flags[Prop2],
|
|
}
|
|
outputs
|
|
{
|
|
item 12 Base.SmallSheetMetal,
|
|
}
|
|
}
|
|
|
|
craftRecipe PackBoxOfSmallSteelSheets
|
|
{
|
|
timedAction = PlaceAmmoInBox,
|
|
Time = 60,
|
|
Tags = InHandCraft;CanBeDoneInDark,
|
|
category = Packing,
|
|
inputs
|
|
{
|
|
item 12 [Base.SmallSheetMetal] flags[Prop2],
|
|
}
|
|
outputs
|
|
{
|
|
item 1 Base.BoxOfSmallSteelSheets,
|
|
}
|
|
}
|
|
|
|
craftRecipe OpenCrateOf308
|
|
{
|
|
timedAction = OpenAmmoBox,
|
|
Time = 60,
|
|
Tags = InHandCraft;CanBeDoneInDark,
|
|
category = Packing,
|
|
inputs
|
|
{
|
|
item 1 [Base.CrateOf308] flags[Prop2],
|
|
}
|
|
outputs
|
|
{
|
|
item 6 Base.308Carton,
|
|
}
|
|
}
|
|
|
|
craftRecipe MakeCrateOf308
|
|
{
|
|
timedAction = PlaceAmmoInBox,
|
|
Time = 60,
|
|
Tags = InHandCraft;CanBeDoneInDark,
|
|
category = Packing,
|
|
inputs
|
|
{
|
|
item 6 [Base.308Carton] flags[Prop2],
|
|
}
|
|
outputs
|
|
{
|
|
item 1 Base.CrateOf308,
|
|
}
|
|
}
|
|
|
|
craftRecipe OpenCrateOf556
|
|
{
|
|
timedAction = OpenAmmoBox,
|
|
Time = 60,
|
|
Tags = InHandCraft;CanBeDoneInDark,
|
|
category = Packing,
|
|
inputs
|
|
{
|
|
item 1 [Base.CrateOf556] flags[Prop2],
|
|
}
|
|
outputs
|
|
{
|
|
item 6 Base.556Carton,
|
|
}
|
|
}
|
|
|
|
craftRecipe MakeCrateOf556
|
|
{
|
|
timedAction = PlaceAmmoInBox,
|
|
Time = 60,
|
|
Tags = InHandCraft;CanBeDoneInDark,
|
|
category = Packing,
|
|
inputs
|
|
{
|
|
item 6 [Base.556Carton] flags[Prop2],
|
|
}
|
|
outputs
|
|
{
|
|
item 1 Base.CrateOf556,
|
|
}
|
|
}
|
|
|
|
craftRecipe OpenCrateOf38
|
|
{
|
|
timedAction = OpenAmmoBox,
|
|
Time = 60,
|
|
Tags = InHandCraft;CanBeDoneInDark,
|
|
category = Packing,
|
|
inputs
|
|
{
|
|
item 1 [Base.CrateOf38] flags[Prop2],
|
|
}
|
|
outputs
|
|
{
|
|
item 6 Base.Bullets38Carton,
|
|
}
|
|
}
|
|
|
|
craftRecipe MakeCrateOf38
|
|
{
|
|
timedAction = PlaceAmmoInBox,
|
|
Time = 60,
|
|
Tags = InHandCraft;CanBeDoneInDark,
|
|
category = Packing,
|
|
inputs
|
|
{
|
|
item 6 [Base.Bullets38Carton] flags[Prop2],
|
|
}
|
|
outputs
|
|
{
|
|
item 1 Base.CrateOf38,
|
|
}
|
|
}
|
|
|
|
craftRecipe OpenCrateOf44
|
|
{
|
|
timedAction = OpenAmmoBox,
|
|
Time = 60,
|
|
Tags = InHandCraft;CanBeDoneInDark,
|
|
category = Packing,
|
|
inputs
|
|
{
|
|
item 1 [Base.CrateOf44] flags[Prop2],
|
|
}
|
|
outputs
|
|
{
|
|
item 6 Base.Bullets44Carton,
|
|
}
|
|
}
|
|
|
|
craftRecipe MakeCrateOf44
|
|
{
|
|
timedAction = PlaceAmmoInBox,
|
|
Time = 60,
|
|
Tags = InHandCraft;CanBeDoneInDark,
|
|
category = Packing,
|
|
inputs
|
|
{
|
|
item 6 [Base.Bullets44Carton] flags[Prop2],
|
|
}
|
|
outputs
|
|
{
|
|
item 1 Base.CrateOf44,
|
|
}
|
|
}
|
|
|
|
craftRecipe OpenCrateOf45
|
|
{
|
|
timedAction = OpenAmmoBox,
|
|
Time = 60,
|
|
Tags = InHandCraft;CanBeDoneInDark,
|
|
category = Packing,
|
|
inputs
|
|
{
|
|
item 1 [Base.CrateOf45] flags[Prop2],
|
|
}
|
|
outputs
|
|
{
|
|
item 3 Base.Bullets45Carton,
|
|
}
|
|
}
|
|
|
|
craftRecipe MakeCrateOf45
|
|
{
|
|
timedAction = PlaceAmmoInBox,
|
|
Time = 60,
|
|
Tags = InHandCraft;CanBeDoneInDark,
|
|
category = Packing,
|
|
inputs
|
|
{
|
|
item 3 [Base.Bullets45Carton] flags[Prop2],
|
|
}
|
|
outputs
|
|
{
|
|
item 1 Base.CrateOf45,
|
|
}
|
|
}
|
|
|
|
craftRecipe OpenCrateOf9mm
|
|
{
|
|
timedAction = OpenAmmoBox,
|
|
Time = 60,
|
|
Tags = InHandCraft;CanBeDoneInDark,
|
|
category = Packing,
|
|
inputs
|
|
{
|
|
item 1 [Base.CrateOf9mm] flags[Prop2],
|
|
}
|
|
outputs
|
|
{
|
|
item 3 Base.Bullets9mmCarton,
|
|
}
|
|
}
|
|
|
|
craftRecipe MakeCrateOf9mm
|
|
{
|
|
timedAction = PlaceAmmoInBox,
|
|
Time = 60,
|
|
Tags = InHandCraft;CanBeDoneInDark,
|
|
category = Packing,
|
|
inputs
|
|
{
|
|
item 3 [Base.Bullets9mmCarton] flags[Prop2],
|
|
}
|
|
outputs
|
|
{
|
|
item 1 Base.CrateOf9mm,
|
|
}
|
|
}
|
|
|
|
craftRecipe OpenCrateOfShotgunShells
|
|
{
|
|
timedAction = OpenAmmoBox,
|
|
Time = 60,
|
|
Tags = InHandCraft;CanBeDoneInDark,
|
|
category = Packing,
|
|
inputs
|
|
{
|
|
item 1 [Base.CrateShotgunShells] flags[Prop2],
|
|
}
|
|
outputs
|
|
{
|
|
item 3 Base.ShotgunShellsCarton,
|
|
}
|
|
}
|
|
|
|
craftRecipe MakeCrateOfShotgunShells
|
|
{
|
|
timedAction = PlaceAmmoInBox,
|
|
Time = 60,
|
|
Tags = InHandCraft;CanBeDoneInDark,
|
|
category = Packing,
|
|
inputs
|
|
{
|
|
item 3 [Base.ShotgunShellsCarton] flags[Prop2],
|
|
}
|
|
outputs
|
|
{
|
|
item 1 Base.CrateShotgunShells,
|
|
}
|
|
}
|
|
|
|
craftRecipe OpenBoxOfCrowbars
|
|
{
|
|
timedAction = OpenAmmoBox,
|
|
Time = 60,
|
|
Tags = InHandCraft;CanBeDoneInDark,
|
|
category = Packing,
|
|
OnCreate = Recipe.OnCreate.FromConditionInheriter,
|
|
inputs
|
|
{
|
|
item 1 [Base.BoxOfCrowbars] flags[Prop2],
|
|
}
|
|
outputs
|
|
{
|
|
item 6 Base.Crowbar,
|
|
}
|
|
}
|
|
|
|
craftRecipe PackBoxOfCrowbars
|
|
{
|
|
timedAction = PlaceAmmoInBox,
|
|
Time = 60,
|
|
Tags = InHandCraft;CanBeDoneInDark,
|
|
category = Packing,
|
|
OnCreate = Recipe.OnCreate.ToConditionInheriter,
|
|
inputs
|
|
{
|
|
item 6 [Base.Crowbar;Base.CrowbarForged] flags[Prop2],
|
|
}
|
|
outputs
|
|
{
|
|
item 1 Base.BoxOfCrowbars,
|
|
}
|
|
}
|
|
|
|
craftRecipe OpenBoxOfIronBars
|
|
{
|
|
timedAction = OpenAmmoBox,
|
|
Time = 60,
|
|
Tags = InHandCraft;CanBeDoneInDark,
|
|
category = Packing,
|
|
OnCreate = Recipe.OnCreate.FromConditionInheriter,
|
|
inputs
|
|
{
|
|
item 1 [Base.BoxOfIronBars] flags[Prop2],
|
|
}
|
|
outputs
|
|
{
|
|
item 6 Base.IronBar,
|
|
}
|
|
}
|
|
|
|
craftRecipe PackBoxOfIronBars
|
|
{
|
|
timedAction = PlaceAmmoInBox,
|
|
Time = 60,
|
|
Tags = InHandCraft;CanBeDoneInDark,
|
|
category = Packing,
|
|
OnCreate = Recipe.OnCreate.ToConditionInheriter,
|
|
inputs
|
|
{
|
|
item 6 [Base.IronBar] flags[Prop2],
|
|
}
|
|
outputs
|
|
{
|
|
item 1 Base.BoxOfIronBars,
|
|
}
|
|
}
|
|
|
|
craftRecipe OpenBoxOfIronPipes
|
|
{
|
|
timedAction = OpenAmmoBox,
|
|
Time = 60,
|
|
Tags = InHandCraft;CanBeDoneInDark,
|
|
category = Packing,
|
|
OnCreate = Recipe.OnCreate.FromConditionInheriter,
|
|
inputs
|
|
{
|
|
item 1 [Base.BoxOfIronPipes] flags[Prop2],
|
|
}
|
|
outputs
|
|
{
|
|
item 6 Base.MetalPipe,
|
|
}
|
|
}
|
|
|
|
craftRecipe PackBoxOfIronPipes
|
|
{
|
|
timedAction = PlaceAmmoInBox,
|
|
Time = 60,
|
|
Tags = InHandCraft;CanBeDoneInDark,
|
|
category = Packing,
|
|
OnCreate = Recipe.OnCreate.ToConditionInheriter,
|
|
inputs
|
|
{
|
|
item 6 [Base.MetalPipe] flags[Prop2],
|
|
}
|
|
outputs
|
|
{
|
|
item 1 Base.BoxOfIronPipes,
|
|
}
|
|
}
|
|
|
|
craftRecipe OpenBoxOfSteelBars
|
|
{
|
|
timedAction = OpenAmmoBox,
|
|
Time = 60,
|
|
Tags = InHandCraft;CanBeDoneInDark,
|
|
category = Packing,
|
|
OnCreate = Recipe.OnCreate.FromConditionInheriter,
|
|
inputs
|
|
{
|
|
item 1 [Base.BoxOfSteelBars] flags[Prop2],
|
|
}
|
|
outputs
|
|
{
|
|
item 6 Base.SteelBar,
|
|
}
|
|
}
|
|
|
|
craftRecipe PackBoxOfSteelBars
|
|
{
|
|
timedAction = PlaceAmmoInBox,
|
|
Time = 60,
|
|
Tags = InHandCraft;CanBeDoneInDark,
|
|
category = Packing,
|
|
OnCreate = Recipe.OnCreate.ToConditionInheriter,
|
|
inputs
|
|
{
|
|
item 6 [Base.SteelBar] flags[Prop2],
|
|
}
|
|
outputs
|
|
{
|
|
item 1 Base.BoxOfSteelBars,
|
|
}
|
|
}
|
|
|
|
craftRecipe OpenBoxOfSteelRods
|
|
{
|
|
timedAction = OpenAmmoBox,
|
|
Time = 60,
|
|
Tags = InHandCraft;CanBeDoneInDark,
|
|
category = Packing,
|
|
OnCreate = Recipe.OnCreate.FromConditionInheriter,
|
|
inputs
|
|
{
|
|
item 1 [Base.BoxOfSteelRods] flags[Prop2],
|
|
}
|
|
outputs
|
|
{
|
|
item 6 Base.MetalBar,
|
|
}
|
|
}
|
|
|
|
craftRecipe PackBoxOfSteelRods
|
|
{
|
|
timedAction = PlaceAmmoInBox,
|
|
Time = 60,
|
|
Tags = InHandCraft;CanBeDoneInDark,
|
|
category = Packing,
|
|
OnCreate = Recipe.OnCreate.ToConditionInheriter,
|
|
inputs
|
|
{
|
|
item 6 [Base.MetalBar] flags[Prop2],
|
|
}
|
|
outputs
|
|
{
|
|
item 1 Base.BoxOfSteelRods,
|
|
}
|
|
}
|
|
|
|
craftRecipe OpenBoxOfPencils
|
|
{
|
|
timedAction = OpenAmmoBox,
|
|
Time = 60,
|
|
Tags = InHandCraft;CanBeDoneInDark,
|
|
category = Packing,
|
|
OnCreate = Recipe.OnCreate.FromConditionInheriter,
|
|
inputs
|
|
{
|
|
item 1 [Base.BoxOfPencils] flags[Prop2],
|
|
}
|
|
outputs
|
|
{
|
|
item 24 Base.Pencil,
|
|
}
|
|
}
|
|
|
|
craftRecipe PackBoxOfPencils
|
|
{
|
|
timedAction = PlaceAmmoInBox,
|
|
Time = 60,
|
|
Tags = InHandCraft;CanBeDoneInDark,
|
|
category = Packing,
|
|
OnCreate = Recipe.OnCreate.ToConditionInheriter,
|
|
inputs
|
|
{
|
|
item 24 [Base.Pencil] flags[Prop2],
|
|
}
|
|
outputs
|
|
{
|
|
item 1 Base.BoxOfPencils,
|
|
}
|
|
}
|
|
|
|
craftRecipe OpenBoxOfFrogs
|
|
{
|
|
timedAction = OpenAmmoBox,
|
|
Time = 60,
|
|
Tags = InHandCraft;CanBeDoneInDark,
|
|
category = Packing,
|
|
inputs
|
|
{
|
|
item 1 [Base.BoxOfFrogs] flags[Prop2],
|
|
}
|
|
outputs
|
|
{
|
|
item 12 Base.Frog,
|
|
}
|
|
}
|
|
|
|
craftRecipe PackBoxOfFrogs
|
|
{
|
|
timedAction = PlaceAmmoInBox,
|
|
Time = 60,
|
|
Tags = InHandCraft;CanBeDoneInDark,
|
|
category = Packing,
|
|
OnCreate = Recipe.OnCreate.ToConditionInheriter,
|
|
inputs
|
|
{
|
|
item 12 [Base.Frog] flags[Prop2],
|
|
}
|
|
outputs
|
|
{
|
|
item 1 Base.BoxOfFrogs,
|
|
}
|
|
}
|
|
|
|
craftRecipe OpenBoxOfClay
|
|
{
|
|
timedAction = OpenAmmoBox,
|
|
Time = 60,
|
|
Tags = InHandCraft;CanBeDoneInDark,
|
|
category = Packing,
|
|
inputs
|
|
{
|
|
item 1 [Base.BoxOfClay] flags[Prop2],
|
|
}
|
|
outputs
|
|
{
|
|
item 12 Base.Clay,
|
|
}
|
|
}
|
|
|
|
craftRecipe PackBoxOfClay
|
|
{
|
|
timedAction = PlaceAmmoInBox,
|
|
Time = 60,
|
|
Tags = InHandCraft;CanBeDoneInDark,
|
|
category = Packing,
|
|
OnCreate = Recipe.OnCreate.ToConditionInheriter,
|
|
inputs
|
|
{
|
|
item 12 [Base.Clay] flags[Prop2],
|
|
}
|
|
outputs
|
|
{
|
|
item 1 Base.BoxOfClay,
|
|
}
|
|
}
|
|
|
|
craftRecipe OpenBoxOfStoneBlocks
|
|
{
|
|
timedAction = OpenAmmoBox,
|
|
Time = 60,
|
|
Tags = InHandCraft;CanBeDoneInDark,
|
|
category = Packing,
|
|
inputs
|
|
{
|
|
item 1 [Base.BoxOfStoneBlocks] flags[Prop2],
|
|
}
|
|
outputs
|
|
{
|
|
item 12 Base.StoneBlock,
|
|
}
|
|
}
|
|
|
|
craftRecipe PackBoxOfStoneBlocks
|
|
{
|
|
timedAction = PlaceAmmoInBox,
|
|
Time = 60,
|
|
Tags = InHandCraft;CanBeDoneInDark,
|
|
category = Packing,
|
|
OnCreate = Recipe.OnCreate.ToConditionInheriter,
|
|
inputs
|
|
{
|
|
item 12 [Base.StoneBlock] flags[Prop2],
|
|
}
|
|
outputs
|
|
{
|
|
item 1 Base.BoxOfStoneBlocks,
|
|
}
|
|
}
|
|
|
|
craftRecipe OpenBoxOfStones
|
|
{
|
|
timedAction = OpenAmmoBox,
|
|
Time = 60,
|
|
Tags = InHandCraft;CanBeDoneInDark,
|
|
category = Packing,
|
|
inputs
|
|
{
|
|
item 1 [Base.BoxOfStones] flags[Prop2],
|
|
}
|
|
outputs
|
|
{
|
|
item 12 Base.Stone2,
|
|
}
|
|
}
|
|
|
|
craftRecipe PackBoxOfStones
|
|
{
|
|
timedAction = PlaceAmmoInBox,
|
|
Time = 60,
|
|
Tags = InHandCraft;CanBeDoneInDark,
|
|
category = Packing,
|
|
OnCreate = Recipe.OnCreate.ToConditionInheriter,
|
|
inputs
|
|
{
|
|
item 12 [Base.Stone2] flags[Prop2],
|
|
}
|
|
outputs
|
|
{
|
|
item 1 Base.BoxOfStones,
|
|
}
|
|
}
|
|
|
|
craftRecipe OpenBoxOfBricks
|
|
{
|
|
timedAction = OpenAmmoBox,
|
|
Time = 60,
|
|
Tags = InHandCraft;CanBeDoneInDark,
|
|
category = Packing,
|
|
inputs
|
|
{
|
|
item 1 [Base.BoxOfBricks] flags[Prop2],
|
|
}
|
|
outputs
|
|
{
|
|
item 12 Base.ClayBrick,
|
|
}
|
|
}
|
|
|
|
craftRecipe PackBoxOfBricks
|
|
{
|
|
timedAction = PlaceAmmoInBox,
|
|
Time = 60,
|
|
Tags = InHandCraft;CanBeDoneInDark,
|
|
category = Packing,
|
|
OnCreate = Recipe.OnCreate.ToConditionInheriter,
|
|
inputs
|
|
{
|
|
item 12 [Base.ClayBrick] flags[Prop2],
|
|
}
|
|
outputs
|
|
{
|
|
item 1 Base.BoxOfBricks,
|
|
}
|
|
}
|
|
|
|
craftRecipe OpenBoxOfCharcoalCrafted
|
|
{
|
|
timedAction = OpenAmmoBox,
|
|
Time = 60,
|
|
Tags = InHandCraft;CanBeDoneInDark,
|
|
category = Packing,
|
|
inputs
|
|
{
|
|
item 1 [Base.BoxOfWoodCharcoal] flags[Prop2],
|
|
}
|
|
outputs
|
|
{
|
|
item 12 Base.CharcoalCrafted,
|
|
}
|
|
}
|
|
|
|
craftRecipe PackBoxOfCharcoalCrafted
|
|
{
|
|
timedAction = PlaceAmmoInBox,
|
|
Time = 60,
|
|
Tags = InHandCraft;CanBeDoneInDark,
|
|
category = Packing,
|
|
OnCreate = Recipe.OnCreate.ToConditionInheriter,
|
|
inputs
|
|
{
|
|
item 12 [Base.CharcoalCrafted] flags[Prop2],
|
|
}
|
|
outputs
|
|
{
|
|
item 1 Base.BoxOfWoodCharcoal,
|
|
}
|
|
}
|
|
|
|
craftRecipe OpenBoxOfScrapMetal
|
|
{
|
|
timedAction = OpenAmmoBox,
|
|
Time = 60,
|
|
Tags = InHandCraft;CanBeDoneInDark,
|
|
category = Packing,
|
|
inputs
|
|
{
|
|
item 1 [Base.BoxOfScrapMetal] flags[Prop2],
|
|
}
|
|
outputs
|
|
{
|
|
item 12 Base.ScrapMetal,
|
|
}
|
|
}
|
|
|
|
craftRecipe PackBoxOfScrapMetal
|
|
{
|
|
timedAction = PlaceAmmoInBox,
|
|
Time = 60,
|
|
Tags = InHandCraft;CanBeDoneInDark,
|
|
category = Packing,
|
|
OnCreate = Recipe.OnCreate.ToConditionInheriter,
|
|
inputs
|
|
{
|
|
item 12 [Base.ScrapMetal] flags[Prop2],
|
|
}
|
|
outputs
|
|
{
|
|
item 1 Base.BoxOfScrapMetal,
|
|
}
|
|
}
|
|
|
|
craftRecipe OpenBoxOfHeavySocks
|
|
{
|
|
timedAction = OpenAmmoBox,
|
|
Time = 60,
|
|
Tags = InHandCraft;CanBeDoneInDark,
|
|
category = Packing,
|
|
inputs
|
|
{
|
|
item 1 [Base.BoxOfHeavySocks] flags[Prop2],
|
|
}
|
|
outputs
|
|
{
|
|
item 24 Base.Socks_Heavy,
|
|
}
|
|
}
|
|
|
|
craftRecipe PackBoxOfHeavySocks
|
|
{
|
|
timedAction = PlaceAmmoInBox,
|
|
Time = 60,
|
|
Tags = InHandCraft;CanBeDoneInDark,
|
|
category = Packing,
|
|
OnCreate = Recipe.OnCreate.ToConditionInheriter,
|
|
inputs
|
|
{
|
|
item 24 [Base.Socks_Heavy] flags[Prop2],
|
|
}
|
|
outputs
|
|
{
|
|
item 1 Base.BoxOfHeavySocks,
|
|
}
|
|
}
|
|
|
|
craftRecipe OpenBoxOfCanOpeners
|
|
{
|
|
timedAction = OpenAmmoBox,
|
|
Time = 60,
|
|
Tags = InHandCraft;CanBeDoneInDark,
|
|
category = Packing,
|
|
inputs
|
|
{
|
|
item 1 [Base.BoxOfCanOpeners] flags[Prop2],
|
|
}
|
|
outputs
|
|
{
|
|
item 12 Base.TinOpener,
|
|
}
|
|
}
|
|
|
|
craftRecipe PackBoxOfCanOpeners
|
|
{
|
|
timedAction = PlaceAmmoInBox,
|
|
Time = 60,
|
|
Tags = InHandCraft;CanBeDoneInDark,
|
|
category = Packing,
|
|
OnCreate = Recipe.OnCreate.ToConditionInheriter,
|
|
inputs
|
|
{
|
|
item 12 [Base.TinOpener] flags[Prop2],
|
|
}
|
|
outputs
|
|
{
|
|
item 1 Base.BoxOfCanOpeners,
|
|
}
|
|
}
|
|
|
|
craftRecipe OpenBoxOfToiletPaper
|
|
{
|
|
timedAction = OpenAmmoBox,
|
|
Time = 60,
|
|
Tags = InHandCraft;CanBeDoneInDark,
|
|
category = Packing,
|
|
inputs
|
|
{
|
|
item 1 [Base.BoxOfToiletPaper] flags[Prop2],
|
|
}
|
|
outputs
|
|
{
|
|
item 12 Base.ToiletPaper,
|
|
}
|
|
}
|
|
|
|
craftRecipe PackBoxOfToiletPaper
|
|
{
|
|
timedAction = PlaceAmmoInBox,
|
|
Time = 60,
|
|
Tags = InHandCraft;CanBeDoneInDark,
|
|
category = Packing,
|
|
OnCreate = Recipe.OnCreate.ToConditionInheriter,
|
|
inputs
|
|
{
|
|
item 384 [Base.ToiletPaper] flags[Prop2],
|
|
}
|
|
outputs
|
|
{
|
|
item 1 Base.BoxOfToiletPaper,
|
|
}
|
|
}
|
|
|
|
craftRecipe OpenBoxOfForgedCrowbars
|
|
{
|
|
timedAction = OpenAmmoBox,
|
|
Time = 60,
|
|
Tags = InHandCraft;CanBeDoneInDark,
|
|
category = Packing,
|
|
inputs
|
|
{
|
|
item 1 [Base.BoxOfForgedCrowbars] flags[Prop2],
|
|
}
|
|
outputs
|
|
{
|
|
item 6 Base.CrowbarForged,
|
|
}
|
|
}
|
|
|
|
craftRecipe PackBoxOfForgedCrowbars
|
|
{
|
|
timedAction = PlaceAmmoInBox,
|
|
Time = 60,
|
|
Tags = InHandCraft;CanBeDoneInDark,
|
|
category = Packing,
|
|
OnCreate = Recipe.OnCreate.ToConditionInheriter,
|
|
inputs
|
|
{
|
|
item 6 [Base.CrowbarForged] flags[Prop2],
|
|
}
|
|
outputs
|
|
{
|
|
item 1 Base.BoxOfForgedCrowbars,
|
|
}
|
|
}
|
|
|
|
craftRecipe OpenBoxOfWeldingTorches
|
|
{
|
|
timedAction = OpenAmmoBox,
|
|
Time = 60,
|
|
Tags = InHandCraft;CanBeDoneInDark,
|
|
category = Packing,
|
|
inputs
|
|
{
|
|
item 1 [Base.BoxOfWeldingTorches] flags[Prop2],
|
|
}
|
|
outputs
|
|
{
|
|
item 12 Base.BlowTorch,
|
|
}
|
|
}
|
|
|
|
craftRecipe PackBoxOfWeldingTorches
|
|
{
|
|
timedAction = PlaceAmmoInBox,
|
|
Time = 60,
|
|
Tags = InHandCraft;CanBeDoneInDark,
|
|
category = Packing,
|
|
OnCreate = Recipe.OnCreate.ToConditionInheriter,
|
|
inputs
|
|
{
|
|
item 120 [Base.BlowTorch] mode:destroy flags[Prop2],
|
|
}
|
|
outputs
|
|
{
|
|
item 1 Base.BoxOfWeldingTorches,
|
|
}
|
|
}
|
|
|
|
craftRecipe OpenBoxOfWelderMasks
|
|
{
|
|
timedAction = OpenAmmoBox,
|
|
Time = 60,
|
|
Tags = InHandCraft;CanBeDoneInDark,
|
|
category = Packing,
|
|
inputs
|
|
{
|
|
item 1 [Base.BoxOfWelderMasks] flags[Prop2],
|
|
}
|
|
outputs
|
|
{
|
|
item 12 Base.WeldingMask,
|
|
}
|
|
}
|
|
|
|
craftRecipe PackBoxOfWelderMasks
|
|
{
|
|
timedAction = PlaceAmmoInBox,
|
|
Time = 60,
|
|
Tags = InHandCraft;CanBeDoneInDark,
|
|
category = Packing,
|
|
OnCreate = Recipe.OnCreate.ToConditionInheriter,
|
|
inputs
|
|
{
|
|
item 12 [Base.WeldingMask] flags[Prop2],
|
|
}
|
|
outputs
|
|
{
|
|
item 1 Base.BoxOfWelderMasks,
|
|
}
|
|
}
|
|
|
|
craftRecipe MakePackOfBeerCans
|
|
{
|
|
timedAction = PlaceAmmoInBox,
|
|
Time = 60,
|
|
Tags = InHandCraft;CanBeDoneInDark,
|
|
category = Packing,
|
|
OnCreate = Recipe.OnCreate.ToConditionInheriter,
|
|
inputs
|
|
{
|
|
item 6 [Base.BeerCan] mode:destroy flags[Prop2],
|
|
}
|
|
outputs
|
|
{
|
|
item 1 Base.BeerCanPack,
|
|
}
|
|
}
|
|
|
|
craftRecipe OpenBoxOfSterilizedBandages
|
|
{
|
|
timedAction = OpenAmmoBox,
|
|
Time = 60,
|
|
Tags = InHandCraft;CanBeDoneInDark,
|
|
category = Packing,
|
|
inputs
|
|
{
|
|
item 1 [Base.BoxOfSterilizedBandages] flags[Prop2],
|
|
}
|
|
outputs
|
|
{
|
|
item 12 Base.AlcoholBandage,
|
|
}
|
|
}
|
|
|
|
craftRecipe PackBoxOfSterilizedBandages
|
|
{
|
|
timedAction = PlaceAmmoInBox,
|
|
Time = 60,
|
|
Tags = InHandCraft;CanBeDoneInDark,
|
|
category = Packing,
|
|
OnCreate = Recipe.OnCreate.ToConditionInheriter,
|
|
inputs
|
|
{
|
|
item 12 [Base.AlcoholBandage] flags[Prop2],
|
|
}
|
|
outputs
|
|
{
|
|
item 1 Base.BoxOfSterilizedBandages,
|
|
}
|
|
}
|
|
|
|
craftRecipe OpenBoxOfNutsAndBolts
|
|
{
|
|
timedAction = OpenAmmoBox,
|
|
Time = 60,
|
|
Tags = InHandCraft;CanBeDoneInDark,
|
|
category = Packing,
|
|
inputs
|
|
{
|
|
item 1 [Base.BoxOfNutsAndBolts] flags[Prop2],
|
|
}
|
|
outputs
|
|
{
|
|
item 12 Base.NutsBolts,
|
|
}
|
|
}
|
|
|
|
craftRecipe PackBoxOfNutsAndBolts
|
|
{
|
|
timedAction = PlaceAmmoInBox,
|
|
Time = 60,
|
|
Tags = InHandCraft;CanBeDoneInDark,
|
|
category = Packing,
|
|
OnCreate = Recipe.OnCreate.ToConditionInheriter,
|
|
inputs
|
|
{
|
|
item 12 [Base.NutsBolts] flags[Prop2],
|
|
}
|
|
outputs
|
|
{
|
|
item 1 Base.BoxOfNutsAndBolts,
|
|
}
|
|
}
|
|
|
|
craftRecipe OpenBoxOfCopperScrap
|
|
{
|
|
timedAction = OpenAmmoBox,
|
|
Time = 60,
|
|
Tags = InHandCraft;CanBeDoneInDark,
|
|
category = Packing,
|
|
inputs
|
|
{
|
|
item 1 [Base.BoxOfCopperScrap] flags[Prop2],
|
|
}
|
|
outputs
|
|
{
|
|
item 12 Base.CopperScrap,
|
|
}
|
|
}
|
|
|
|
craftRecipe PackBoxOfCopperScrap
|
|
{
|
|
timedAction = PlaceAmmoInBox,
|
|
Time = 60,
|
|
Tags = InHandCraft;CanBeDoneInDark,
|
|
category = Packing,
|
|
OnCreate = Recipe.OnCreate.ToConditionInheriter,
|
|
inputs
|
|
{
|
|
item 12 [Base.CopperScrap] flags[Prop2],
|
|
}
|
|
outputs
|
|
{
|
|
item 1 Base.BoxOfCopperScrap,
|
|
}
|
|
}
|
|
|
|
craftRecipe OpenBoxOfSteelScrap
|
|
{
|
|
timedAction = OpenAmmoBox,
|
|
Time = 60,
|
|
Tags = InHandCraft;CanBeDoneInDark,
|
|
category = Packing,
|
|
inputs
|
|
{
|
|
item 1 [Base.BoxOfSteelScrap] flags[Prop2],
|
|
}
|
|
outputs
|
|
{
|
|
item 12 Base.SteelScrap,
|
|
}
|
|
}
|
|
|
|
craftRecipe PackBoxOfSteelScrap
|
|
{
|
|
timedAction = PlaceAmmoInBox,
|
|
Time = 60,
|
|
Tags = InHandCraft;CanBeDoneInDark,
|
|
category = Packing,
|
|
OnCreate = Recipe.OnCreate.ToConditionInheriter,
|
|
inputs
|
|
{
|
|
item 12 [Base.SteelScrap] flags[Prop2],
|
|
}
|
|
outputs
|
|
{
|
|
item 1 Base.BoxOfSteelScrap,
|
|
}
|
|
}
|
|
|
|
craftRecipe OpenBoxOfIronScrap
|
|
{
|
|
timedAction = OpenAmmoBox,
|
|
Time = 60,
|
|
Tags = InHandCraft;CanBeDoneInDark,
|
|
category = Packing,
|
|
inputs
|
|
{
|
|
item 1 [Base.BoxOfIronScrap] flags[Prop2],
|
|
}
|
|
outputs
|
|
{
|
|
item 12 Base.IronScrap,
|
|
}
|
|
}
|
|
|
|
craftRecipe PackBoxOfIronScrap
|
|
{
|
|
timedAction = PlaceAmmoInBox,
|
|
Time = 60,
|
|
Tags = InHandCraft;CanBeDoneInDark,
|
|
category = Packing,
|
|
OnCreate = Recipe.OnCreate.ToConditionInheriter,
|
|
inputs
|
|
{
|
|
item 12 [Base.IronScrap] flags[Prop2],
|
|
}
|
|
outputs
|
|
{
|
|
item 1 Base.BoxOfIronScrap,
|
|
}
|
|
}
|
|
|
|
craftRecipe OpenBoxOfAluminumScrap
|
|
{
|
|
timedAction = OpenAmmoBox,
|
|
Time = 60,
|
|
Tags = InHandCraft;CanBeDoneInDark,
|
|
category = Packing,
|
|
inputs
|
|
{
|
|
item 1 [Base.BoxOfAluminumScrap] flags[Prop2],
|
|
}
|
|
outputs
|
|
{
|
|
item 12 Base.AluminumScrap,
|
|
}
|
|
}
|
|
|
|
craftRecipe PackBoxOfAluminumScrap
|
|
{
|
|
timedAction = PlaceAmmoInBox,
|
|
Time = 60,
|
|
Tags = InHandCraft;CanBeDoneInDark,
|
|
category = Packing,
|
|
OnCreate = Recipe.OnCreate.ToConditionInheriter,
|
|
inputs
|
|
{
|
|
item 12 [Base.AluminumScrap] flags[Prop2],
|
|
}
|
|
outputs
|
|
{
|
|
item 1 Base.BoxOfAluminumScrap,
|
|
}
|
|
}
|
|
|
|
craftRecipe OpenBoxOfScrapWood
|
|
{
|
|
timedAction = OpenAmmoBox,
|
|
Time = 60,
|
|
Tags = InHandCraft;CanBeDoneInDark,
|
|
category = Packing,
|
|
inputs
|
|
{
|
|
item 1 [Base.BoxOfScrapWood] flags[Prop2],
|
|
}
|
|
outputs
|
|
{
|
|
item 12 Base.UnusableWood,
|
|
}
|
|
}
|
|
|
|
craftRecipe PackBoxOfScrapWood
|
|
{
|
|
timedAction = PlaceAmmoInBox,
|
|
Time = 60,
|
|
Tags = InHandCraft;CanBeDoneInDark,
|
|
category = Packing,
|
|
OnCreate = Recipe.OnCreate.ToConditionInheriter,
|
|
inputs
|
|
{
|
|
item 12 [Base.UnusableWood] flags[Prop2],
|
|
}
|
|
outputs
|
|
{
|
|
item 1 Base.BoxOfScrapWood,
|
|
}
|
|
}
|
|
|
|
craftRecipe OpenBoxOfBrassScrap
|
|
{
|
|
timedAction = OpenAmmoBox,
|
|
Time = 60,
|
|
Tags = InHandCraft;CanBeDoneInDark,
|
|
category = Packing,
|
|
inputs
|
|
{
|
|
item 1 [Base.BoxOfBrassScrap] flags[Prop2],
|
|
}
|
|
outputs
|
|
{
|
|
item 12 Base.BrassScrap,
|
|
}
|
|
}
|
|
|
|
craftRecipe PackBoxOfBrassScrap
|
|
{
|
|
timedAction = PlaceAmmoInBox,
|
|
Time = 60,
|
|
Tags = InHandCraft;CanBeDoneInDark,
|
|
category = Packing,
|
|
OnCreate = Recipe.OnCreate.ToConditionInheriter,
|
|
inputs
|
|
{
|
|
item 12 [Base.BrassScrap] flags[Prop2],
|
|
}
|
|
outputs
|
|
{
|
|
item 1 Base.BoxOfBrassScrap,
|
|
}
|
|
}
|
|
|
|
craftRecipe OpenBoxOfGranolaBars
|
|
{
|
|
timedAction = OpenAmmoBox,
|
|
Time = 60,
|
|
Tags = InHandCraft;CanBeDoneInDark,
|
|
category = Packing,
|
|
inputs
|
|
{
|
|
item 1 [Base.BoxOfGranolaBars] flags[Prop2],
|
|
}
|
|
outputs
|
|
{
|
|
item 12 Base.GranolaBar,
|
|
}
|
|
}
|
|
|
|
craftRecipe PackBoxOfGranolaBars
|
|
{
|
|
timedAction = PlaceAmmoInBox,
|
|
Time = 60,
|
|
Tags = InHandCraft;CanBeDoneInDark,
|
|
category = Packing,
|
|
OnCreate = Recipe.OnCreate.ToConditionInheriter,
|
|
inputs
|
|
{
|
|
item 180 [Base.GranolaBar] flags[Prop2],
|
|
}
|
|
outputs
|
|
{
|
|
item 1 Base.BoxOfGranolaBars,
|
|
}
|
|
}
|
|
|
|
craftRecipe OpenBoxOfDehydratedMeatSticks
|
|
{
|
|
timedAction = OpenAmmoBox,
|
|
Time = 60,
|
|
Tags = InHandCraft;CanBeDoneInDark,
|
|
category = Packing,
|
|
inputs
|
|
{
|
|
item 1 [Base.BoxOfDehydratedMeatSticks] flags[Prop2],
|
|
}
|
|
outputs
|
|
{
|
|
item 24 Base.DehydratedMeatStick,
|
|
}
|
|
}
|
|
|
|
craftRecipe PackBoxOfDehydratedMeatSticks
|
|
{
|
|
timedAction = PlaceAmmoInBox,
|
|
Time = 60,
|
|
Tags = InHandCraft;CanBeDoneInDark,
|
|
category = Packing,
|
|
OnCreate = Recipe.OnCreate.ToConditionInheriter,
|
|
inputs
|
|
{
|
|
item 240 [Base.DehydratedMeatStick] flags[Prop2],
|
|
}
|
|
outputs
|
|
{
|
|
item 1 Base.BoxOfDehydratedMeatSticks,
|
|
}
|
|
}
|
|
|
|
craftRecipe OpenBoxOfPlainChips
|
|
{
|
|
timedAction = OpenAmmoBox,
|
|
Time = 60,
|
|
Tags = InHandCraft;CanBeDoneInDark,
|
|
category = Packing,
|
|
inputs
|
|
{
|
|
item 1 [Base.BoxOfPlainChips] flags[Prop2],
|
|
}
|
|
outputs
|
|
{
|
|
item 12 Base.Crisps,
|
|
}
|
|
}
|
|
|
|
craftRecipe PackBoxOfPlainChips
|
|
{
|
|
timedAction = PlaceAmmoInBox,
|
|
Time = 60,
|
|
Tags = InHandCraft;CanBeDoneInDark,
|
|
category = Packing,
|
|
OnCreate = Recipe.OnCreate.ToConditionInheriter,
|
|
inputs
|
|
{
|
|
item 180 [Base.Crisps] flags[Prop2],
|
|
}
|
|
outputs
|
|
{
|
|
item 1 Base.BoxOfPlainChips,
|
|
}
|
|
}
|
|
|
|
craftRecipe OpenBoxOfBarbecueChips
|
|
{
|
|
timedAction = OpenAmmoBox,
|
|
Time = 60,
|
|
Tags = InHandCraft;CanBeDoneInDark,
|
|
category = Packing,
|
|
inputs
|
|
{
|
|
item 1 [Base.BoxOfBarbecueChips] flags[Prop2],
|
|
}
|
|
outputs
|
|
{
|
|
item 12 Base.Crisps2,
|
|
}
|
|
}
|
|
|
|
craftRecipe PackBoxOfBarbecueChips
|
|
{
|
|
timedAction = PlaceAmmoInBox,
|
|
Time = 60,
|
|
Tags = InHandCraft;CanBeDoneInDark,
|
|
category = Packing,
|
|
OnCreate = Recipe.OnCreate.ToConditionInheriter,
|
|
inputs
|
|
{
|
|
item 180 [Base.Crisps2] flags[Prop2],
|
|
}
|
|
outputs
|
|
{
|
|
item 1 Base.BoxOfBarbecueChips,
|
|
}
|
|
}
|
|
|
|
craftRecipe OpenBoxOfSaltAndVinegarChips
|
|
{
|
|
timedAction = OpenAmmoBox,
|
|
Time = 60,
|
|
Tags = InHandCraft;CanBeDoneInDark,
|
|
category = Packing,
|
|
inputs
|
|
{
|
|
item 1 [Base.BoxOfSaltAndVinegarChips] flags[Prop2],
|
|
}
|
|
outputs
|
|
{
|
|
item 12 Base.Crisps3,
|
|
}
|
|
}
|
|
|
|
craftRecipe PackBoxOfSaltAndVinegarChips
|
|
{
|
|
timedAction = PlaceAmmoInBox,
|
|
Time = 60,
|
|
Tags = InHandCraft;CanBeDoneInDark,
|
|
category = Packing,
|
|
OnCreate = Recipe.OnCreate.ToConditionInheriter,
|
|
inputs
|
|
{
|
|
item 180 [Base.Crisps3] flags[Prop2],
|
|
}
|
|
outputs
|
|
{
|
|
item 1 Base.BoxOfSaltAndVinegarChips,
|
|
}
|
|
}
|
|
|
|
craftRecipe OpenBoxOfSourCreamAndOnionChips
|
|
{
|
|
timedAction = OpenAmmoBox,
|
|
Time = 60,
|
|
Tags = InHandCraft;CanBeDoneInDark,
|
|
category = Packing,
|
|
inputs
|
|
{
|
|
item 1 [Base.BoxOfSourCreamAndOnionChips] flags[Prop2],
|
|
}
|
|
outputs
|
|
{
|
|
item 12 Base.Crisps4,
|
|
}
|
|
}
|
|
|
|
craftRecipe PackBoxOfSourCreamAndOnionChips
|
|
{
|
|
timedAction = PlaceAmmoInBox,
|
|
Time = 60,
|
|
Tags = InHandCraft;CanBeDoneInDark,
|
|
category = Packing,
|
|
OnCreate = Recipe.OnCreate.ToConditionInheriter,
|
|
inputs
|
|
{
|
|
item 180 [Base.Crisps4] flags[Prop2],
|
|
}
|
|
outputs
|
|
{
|
|
item 1 Base.BoxOfSourCreamAndOnionChips,
|
|
}
|
|
}
|
|
|
|
craftRecipe OpenBoxOfNettles
|
|
{
|
|
timedAction = OpenAmmoBox,
|
|
Time = 60,
|
|
Tags = InHandCraft;CanBeDoneInDark,
|
|
category = Packing,
|
|
inputs
|
|
{
|
|
item 1 [Base.BoxOfNettles] flags[Prop2],
|
|
}
|
|
outputs
|
|
{
|
|
item 24 Base.Nettles,
|
|
}
|
|
}
|
|
|
|
craftRecipe PackBoxOfNettles
|
|
{
|
|
timedAction = PlaceAmmoInBox,
|
|
Time = 60,
|
|
Tags = InHandCraft;CanBeDoneInDark,
|
|
category = Packing,
|
|
OnCreate = Recipe.OnCreate.ToConditionInheriter,
|
|
inputs
|
|
{
|
|
item 96 [Base.Nettles] flags[Prop2],
|
|
}
|
|
outputs
|
|
{
|
|
item 1 Base.BoxOfNettles,
|
|
}
|
|
}
|
|
|
|
craftRecipe OpenBoxOfEngineParts
|
|
{
|
|
timedAction = OpenAmmoBox,
|
|
Time = 60,
|
|
Tags = InHandCraft;CanBeDoneInDark,
|
|
category = Packing,
|
|
inputs
|
|
{
|
|
item 1 [Base.BoxOfEngineParts] flags[Prop2],
|
|
}
|
|
outputs
|
|
{
|
|
item 12 Base.EngineParts,
|
|
}
|
|
}
|
|
|
|
craftRecipe PackBoxOfEngineParts
|
|
{
|
|
timedAction = PlaceAmmoInBox,
|
|
Time = 60,
|
|
Tags = InHandCraft;CanBeDoneInDark,
|
|
category = Packing,
|
|
OnCreate = Recipe.OnCreate.ToConditionInheriter,
|
|
inputs
|
|
{
|
|
item 12 [Base.EngineParts] flags[Prop2],
|
|
}
|
|
outputs
|
|
{
|
|
item 1 Base.BoxOfEngineParts,
|
|
}
|
|
}
|
|
|
|
craftRecipe OpenBoxOfClawHammers
|
|
{
|
|
timedAction = OpenAmmoBox,
|
|
Time = 60,
|
|
Tags = InHandCraft;CanBeDoneInDark,
|
|
category = Packing,
|
|
inputs
|
|
{
|
|
item 1 [Base.BoxOfClawHammers] flags[Prop2],
|
|
}
|
|
outputs
|
|
{
|
|
item 6 Base.Hammer,
|
|
}
|
|
}
|
|
|
|
craftRecipe PackBoxOfClawHammers
|
|
{
|
|
timedAction = PlaceAmmoInBox,
|
|
Time = 60,
|
|
Tags = InHandCraft;CanBeDoneInDark,
|
|
category = Packing,
|
|
OnCreate = Recipe.OnCreate.ToConditionInheriter,
|
|
inputs
|
|
{
|
|
item 6 [Base.Hammer] flags[Prop2],
|
|
}
|
|
outputs
|
|
{
|
|
item 1 Base.BoxOfClawHammers,
|
|
}
|
|
}
|
|
|
|
craftRecipe OpenCrateOfPlanks
|
|
{
|
|
timedAction = OpenAmmoBox,
|
|
Time = 60,
|
|
Tags = InHandCraft;CanBeDoneInDark,
|
|
category = Packing,
|
|
inputs
|
|
{
|
|
item 1 [Base.CrateOfPlanks] flags[Prop2],
|
|
}
|
|
outputs
|
|
{
|
|
item 12 Base.Plank,
|
|
}
|
|
}
|
|
|
|
craftRecipe PackCrateOfPlanks
|
|
{
|
|
timedAction = PlaceAmmoInBox,
|
|
Time = 60,
|
|
Tags = InHandCraft;CanBeDoneInDark,
|
|
category = Packing,
|
|
OnCreate = Recipe.OnCreate.ToConditionInheriter,
|
|
inputs
|
|
{
|
|
item 12 [Base.Plank] flags[Prop2],
|
|
}
|
|
outputs
|
|
{
|
|
item 1 Base.CrateOfPlanks,
|
|
}
|
|
}
|
|
|
|
craftRecipe OpenCrateOfTreeBranches
|
|
{
|
|
timedAction = OpenAmmoBox,
|
|
Time = 60,
|
|
Tags = InHandCraft;CanBeDoneInDark,
|
|
category = Packing,
|
|
inputs
|
|
{
|
|
item 1 [Base.CrateOfTreeBranches] flags[Prop2],
|
|
}
|
|
outputs
|
|
{
|
|
item 12 Base.TreeBranch2,
|
|
}
|
|
}
|
|
|
|
craftRecipe PackCrateOfTreeBranches
|
|
{
|
|
timedAction = PlaceAmmoInBox,
|
|
Time = 60,
|
|
Tags = InHandCraft;CanBeDoneInDark,
|
|
category = Packing,
|
|
OnCreate = Recipe.OnCreate.ToConditionInheriter,
|
|
inputs
|
|
{
|
|
item 12 [Base.TreeBranch2] flags[Prop2],
|
|
}
|
|
outputs
|
|
{
|
|
item 1 Base.CrateOfTreeBranches,
|
|
}
|
|
}
|
|
|
|
craftRecipe OpenCrateOfSaplings
|
|
{
|
|
timedAction = OpenAmmoBox,
|
|
Time = 60,
|
|
Tags = InHandCraft;CanBeDoneInDark,
|
|
category = Packing,
|
|
inputs
|
|
{
|
|
item 1 [Base.CrateOfSaplings] flags[Prop2],
|
|
}
|
|
outputs
|
|
{
|
|
item 12 Base.Sapling,
|
|
}
|
|
}
|
|
|
|
craftRecipe PackCrateOfSaplings
|
|
{
|
|
timedAction = PlaceAmmoInBox,
|
|
Time = 60,
|
|
Tags = InHandCraft;CanBeDoneInDark,
|
|
category = Packing,
|
|
OnCreate = Recipe.OnCreate.ToConditionInheriter,
|
|
inputs
|
|
{
|
|
item 12 [Base.Sapling] flags[Prop2],
|
|
}
|
|
outputs
|
|
{
|
|
item 1 Base.CrateOfSaplings,
|
|
}
|
|
}
|
|
|
|
craftRecipe OpenBoxOfRadioReceivers
|
|
{
|
|
timedAction = OpenAmmoBox,
|
|
Time = 60,
|
|
Tags = InHandCraft;CanBeDoneInDark,
|
|
category = Packing,
|
|
inputs
|
|
{
|
|
item 1 [Base.BoxOfRadioReceivers] flags[Prop2],
|
|
}
|
|
outputs
|
|
{
|
|
item 24 Base.RadioReceiver,
|
|
}
|
|
}
|
|
|
|
craftRecipe PackBoxOfRadioReceivers
|
|
{
|
|
timedAction = PlaceAmmoInBox,
|
|
Time = 60,
|
|
Tags = InHandCraft;CanBeDoneInDark,
|
|
category = Packing,
|
|
OnCreate = Recipe.OnCreate.ToConditionInheriter,
|
|
inputs
|
|
{
|
|
item 24 [Base.RadioReceiver] flags[Prop2],
|
|
}
|
|
outputs
|
|
{
|
|
item 1 Base.BoxOfRadioReceivers,
|
|
}
|
|
}
|
|
|
|
craftRecipe OpenBoxOfRadioTransmitters
|
|
{
|
|
timedAction = OpenAmmoBox,
|
|
Time = 60,
|
|
Tags = InHandCraft;CanBeDoneInDark,
|
|
category = Packing,
|
|
inputs
|
|
{
|
|
item 1 [Base.BoxOfRadioTransmitters] flags[Prop2],
|
|
}
|
|
outputs
|
|
{
|
|
item 24 Base.RadioTransmitter,
|
|
}
|
|
}
|
|
|
|
craftRecipe PackBoxOfRadioTransmitters
|
|
{
|
|
timedAction = PlaceAmmoInBox,
|
|
Time = 60,
|
|
Tags = InHandCraft;CanBeDoneInDark,
|
|
category = Packing,
|
|
OnCreate = Recipe.OnCreate.ToConditionInheriter,
|
|
inputs
|
|
{
|
|
item 24 [Base.RadioTransmitter] flags[Prop2],
|
|
}
|
|
outputs
|
|
{
|
|
item 1 Base.BoxOfRadioTransmitters,
|
|
}
|
|
}
|
|
|
|
craftRecipe OpenBoxOfReceivers
|
|
{
|
|
timedAction = OpenAmmoBox,
|
|
Time = 60,
|
|
Tags = InHandCraft;CanBeDoneInDark,
|
|
category = Packing,
|
|
inputs
|
|
{
|
|
item 1 [Base.BoxOfReceivers] flags[Prop2],
|
|
}
|
|
outputs
|
|
{
|
|
item 24 Base.Receiver,
|
|
}
|
|
}
|
|
|
|
craftRecipe PackBoxOfReceivers
|
|
{
|
|
timedAction = PlaceAmmoInBox,
|
|
Time = 60,
|
|
Tags = InHandCraft;CanBeDoneInDark,
|
|
category = Packing,
|
|
OnCreate = Recipe.OnCreate.ToConditionInheriter,
|
|
inputs
|
|
{
|
|
item 24 [Base.Receiver] flags[Prop2],
|
|
}
|
|
outputs
|
|
{
|
|
item 1 Base.BoxOfReceivers,
|
|
}
|
|
}
|
|
|
|
craftRecipe OpenBoxOfAmplifiers
|
|
{
|
|
timedAction = OpenAmmoBox,
|
|
Time = 60,
|
|
Tags = InHandCraft;CanBeDoneInDark,
|
|
category = Packing,
|
|
inputs
|
|
{
|
|
item 1 [Base.BoxOfAmplifiers] flags[Prop2],
|
|
}
|
|
outputs
|
|
{
|
|
item 24 Base.Amplifier,
|
|
}
|
|
}
|
|
|
|
craftRecipe PackBoxOfAmplifiers
|
|
{
|
|
timedAction = PlaceAmmoInBox,
|
|
Time = 60,
|
|
Tags = InHandCraft;CanBeDoneInDark,
|
|
category = Packing,
|
|
OnCreate = Recipe.OnCreate.ToConditionInheriter,
|
|
inputs
|
|
{
|
|
item 24 [Base.Amplifier] flags[Prop2],
|
|
}
|
|
outputs
|
|
{
|
|
item 1 Base.BoxOfAmplifiers,
|
|
}
|
|
}
|
|
|
|
craftRecipe OpenBoxOfThread
|
|
{
|
|
timedAction = OpenAmmoBox,
|
|
Time = 60,
|
|
Tags = InHandCraft;CanBeDoneInDark,
|
|
category = Packing,
|
|
inputs
|
|
{
|
|
item 1 [Base.BoxOfThread] flags[Prop2],
|
|
}
|
|
outputs
|
|
{
|
|
item 24 Base.Thread,
|
|
}
|
|
}
|
|
|
|
craftRecipe PackBoxOfThread
|
|
{
|
|
timedAction = PlaceAmmoInBox,
|
|
Time = 60,
|
|
Tags = InHandCraft;CanBeDoneInDark,
|
|
category = Packing,
|
|
OnCreate = Recipe.OnCreate.ToConditionInheriter,
|
|
inputs
|
|
{
|
|
item 480 [Base.Thread] flags[Prop2],
|
|
}
|
|
outputs
|
|
{
|
|
item 1 Base.BoxOfThread,
|
|
}
|
|
}
|
|
|
|
craftRecipe OpenBoxOfTwine
|
|
{
|
|
timedAction = OpenAmmoBox,
|
|
Time = 60,
|
|
Tags = InHandCraft;CanBeDoneInDark,
|
|
category = Packing,
|
|
inputs
|
|
{
|
|
item 1 [Base.BoxOfTwine] flags[Prop2],
|
|
}
|
|
outputs
|
|
{
|
|
item 12 Base.Twine,
|
|
}
|
|
}
|
|
|
|
craftRecipe PackBoxOfTwine
|
|
{
|
|
timedAction = PlaceAmmoInBox,
|
|
Time = 60,
|
|
Tags = InHandCraft;CanBeDoneInDark,
|
|
category = Packing,
|
|
OnCreate = Recipe.OnCreate.ToConditionInheriter,
|
|
inputs
|
|
{
|
|
item 60 [Base.Twine] flags[Prop2],
|
|
}
|
|
outputs
|
|
{
|
|
item 1 Base.BoxOfTwine,
|
|
}
|
|
}
|
|
|
|
craftRecipe OpenBoxOfRazors
|
|
{
|
|
timedAction = OpenAmmoBox,
|
|
Time = 60,
|
|
Tags = InHandCraft;CanBeDoneInDark,
|
|
category = Packing,
|
|
inputs
|
|
{
|
|
item 1 [Base.BoxOfRazors] flags[Prop2],
|
|
}
|
|
outputs
|
|
{
|
|
item 24 Base.Razor,
|
|
}
|
|
}
|
|
|
|
craftRecipe PackBoxOfRazors
|
|
{
|
|
timedAction = PlaceAmmoInBox,
|
|
Time = 60,
|
|
Tags = InHandCraft;CanBeDoneInDark,
|
|
category = Packing,
|
|
OnCreate = Recipe.OnCreate.ToConditionInheriter,
|
|
inputs
|
|
{
|
|
item 24 [Base.Razor] flags[Prop2],
|
|
}
|
|
outputs
|
|
{
|
|
item 1 Base.BoxOfRazors,
|
|
}
|
|
}
|
|
|
|
craftRecipe OpenBoxOfSoap
|
|
{
|
|
timedAction = OpenAmmoBox,
|
|
Time = 60,
|
|
Tags = InHandCraft;CanBeDoneInDark,
|
|
category = Packing,
|
|
inputs
|
|
{
|
|
item 1 [Base.BoxOfSoap] flags[Prop2],
|
|
}
|
|
outputs
|
|
{
|
|
item 24 Base.Soap2,
|
|
}
|
|
}
|
|
|
|
craftRecipe PackBoxOfSoap
|
|
{
|
|
timedAction = PlaceAmmoInBox,
|
|
Time = 60,
|
|
Tags = InHandCraft;CanBeDoneInDark,
|
|
category = Packing,
|
|
OnCreate = Recipe.OnCreate.ToConditionInheriter,
|
|
inputs
|
|
{
|
|
item 480 [Base.Soap2] flags[Prop2],
|
|
}
|
|
outputs
|
|
{
|
|
item 1 Base.BoxOfSoap,
|
|
}
|
|
}
|
|
|
|
craftRecipe OpenBoxOfEpoxy
|
|
{
|
|
timedAction = OpenAmmoBox,
|
|
Time = 60,
|
|
Tags = InHandCraft;CanBeDoneInDark,
|
|
category = Packing,
|
|
inputs
|
|
{
|
|
item 1 [Base.BoxOfEpoxy] flags[Prop2],
|
|
}
|
|
outputs
|
|
{
|
|
item 12 Base.Epoxy,
|
|
}
|
|
}
|
|
|
|
craftRecipe PackBoxOfEpoxy
|
|
{
|
|
timedAction = PlaceAmmoInBox,
|
|
Time = 60,
|
|
Tags = InHandCraft;CanBeDoneInDark,
|
|
category = Packing,
|
|
OnCreate = Recipe.OnCreate.ToConditionInheriter,
|
|
inputs
|
|
{
|
|
item 60 [Base.Epoxy] flags[Prop2],
|
|
}
|
|
outputs
|
|
{
|
|
item 1 Base.BoxOfEpoxy,
|
|
}
|
|
}
|
|
|
|
craftRecipe OpenBoxOfButter
|
|
{
|
|
timedAction = OpenAmmoBox,
|
|
Time = 60,
|
|
Tags = InHandCraft;CanBeDoneInDark,
|
|
category = Packing,
|
|
inputs
|
|
{
|
|
item 1 [Base.BoxOfButter] flags[Prop2],
|
|
}
|
|
outputs
|
|
{
|
|
item 12 Base.Butter,
|
|
}
|
|
}
|
|
|
|
craftRecipe PackBoxOfButter
|
|
{
|
|
timedAction = PlaceAmmoInBox,
|
|
Time = 60,
|
|
Tags = InHandCraft;CanBeDoneInDark,
|
|
category = Packing,
|
|
OnCreate = Recipe.OnCreate.ToConditionInheriter,
|
|
inputs
|
|
{
|
|
item 288 [Base.Butter] flags[Prop2],
|
|
}
|
|
outputs
|
|
{
|
|
item 1 Base.BoxOfButter,
|
|
}
|
|
}
|
|
|
|
craftRecipe OpenBoxOfZipTies
|
|
{
|
|
timedAction = OpenAmmoBox,
|
|
Time = 60,
|
|
Tags = InHandCraft;CanBeDoneInDark,
|
|
category = Packing,
|
|
inputs
|
|
{
|
|
item 1 [Base.BoxOfZipTies] flags[Prop2],
|
|
}
|
|
outputs
|
|
{
|
|
item 24 Base.Zipties,
|
|
}
|
|
}
|
|
|
|
craftRecipe PackBoxOfZipTies
|
|
{
|
|
timedAction = PlaceAmmoInBox,
|
|
Time = 60,
|
|
Tags = InHandCraft;CanBeDoneInDark,
|
|
category = Packing,
|
|
OnCreate = Recipe.OnCreate.ToConditionInheriter,
|
|
inputs
|
|
{
|
|
item 24 [Base.Zipties] flags[Prop2],
|
|
}
|
|
outputs
|
|
{
|
|
item 1 Base.BoxOfZipTies,
|
|
}
|
|
}
|
|
|
|
craftRecipe OpenBoxOfMouseTraps
|
|
{
|
|
timedAction = OpenAmmoBox,
|
|
Time = 60,
|
|
Tags = InHandCraft;CanBeDoneInDark,
|
|
category = Packing,
|
|
inputs
|
|
{
|
|
item 1 [Base.BoxOfMouseTraps] flags[Prop2],
|
|
}
|
|
outputs
|
|
{
|
|
item 12 Base.TrapMouse,
|
|
}
|
|
}
|
|
|
|
craftRecipe PackBoxOfMouseTraps
|
|
{
|
|
timedAction = PlaceAmmoInBox,
|
|
Time = 60,
|
|
Tags = InHandCraft;CanBeDoneInDark,
|
|
category = Packing,
|
|
OnCreate = Recipe.OnCreate.ToConditionInheriter,
|
|
inputs
|
|
{
|
|
item 12 [Base.TrapMouse] flags[Prop2],
|
|
}
|
|
outputs
|
|
{
|
|
item 1 Base.BoxOfMouseTraps,
|
|
}
|
|
}
|
|
|
|
craftRecipe OpenBoxOfScrewdrivers
|
|
{
|
|
timedAction = OpenAmmoBox,
|
|
Time = 60,
|
|
Tags = InHandCraft;CanBeDoneInDark,
|
|
category = Packing,
|
|
inputs
|
|
{
|
|
item 1 [Base.BoxOfScrewdrivers] flags[Prop2],
|
|
}
|
|
outputs
|
|
{
|
|
item 12 Base.Screwdriver,
|
|
}
|
|
}
|
|
|
|
craftRecipe PackBoxOfScrewdrivers
|
|
{
|
|
timedAction = PlaceAmmoInBox,
|
|
Time = 60,
|
|
Tags = InHandCraft;CanBeDoneInDark,
|
|
category = Packing,
|
|
OnCreate = Recipe.OnCreate.ToConditionInheriter,
|
|
inputs
|
|
{
|
|
item 12 [Base.Screwdriver] flags[Prop2],
|
|
}
|
|
outputs
|
|
{
|
|
item 1 Base.BoxOfScrewdrivers,
|
|
}
|
|
}
|
|
|
|
craftRecipe OpenBoxOfHandiknifes
|
|
{
|
|
timedAction = OpenAmmoBox,
|
|
Time = 60,
|
|
Tags = InHandCraft;CanBeDoneInDark,
|
|
category = Packing,
|
|
inputs
|
|
{
|
|
item 1 [Base.BoxOfHandiknifes] flags[Prop2],
|
|
}
|
|
outputs
|
|
{
|
|
item 12 Base.Handiknife,
|
|
}
|
|
}
|
|
|
|
craftRecipe PackBoxOfHandiknifes
|
|
{
|
|
timedAction = PlaceAmmoInBox,
|
|
Time = 60,
|
|
Tags = InHandCraft;CanBeDoneInDark,
|
|
category = Packing,
|
|
OnCreate = Recipe.OnCreate.ToConditionInheriter,
|
|
inputs
|
|
{
|
|
item 12 [Base.Handiknife] flags[Prop2],
|
|
}
|
|
outputs
|
|
{
|
|
item 1 Base.BoxOfHandiknifes,
|
|
}
|
|
}
|
|
|
|
craftRecipe OpenBoxOfScissors
|
|
{
|
|
timedAction = OpenAmmoBox,
|
|
Time = 60,
|
|
Tags = InHandCraft;CanBeDoneInDark,
|
|
category = Packing,
|
|
inputs
|
|
{
|
|
item 1 [Base.BoxOfScissors] flags[Prop2],
|
|
}
|
|
outputs
|
|
{
|
|
item 12 Base.Scissors,
|
|
}
|
|
}
|
|
|
|
craftRecipe PackBoxOfScissors
|
|
{
|
|
timedAction = PlaceAmmoInBox,
|
|
Time = 60,
|
|
Tags = InHandCraft;CanBeDoneInDark,
|
|
category = Packing,
|
|
OnCreate = Recipe.OnCreate.ToConditionInheriter,
|
|
inputs
|
|
{
|
|
item 12 [Base.Scissors] flags[Prop2],
|
|
}
|
|
outputs
|
|
{
|
|
item 1 Base.BoxOfScissors,
|
|
}
|
|
}
|
|
|
|
craftRecipe OpenBoxOfMultitools
|
|
{
|
|
timedAction = OpenAmmoBox,
|
|
Time = 60,
|
|
Tags = InHandCraft;CanBeDoneInDark,
|
|
category = Packing,
|
|
inputs
|
|
{
|
|
item 1 [Base.BoxOfMultitools] flags[Prop2],
|
|
}
|
|
outputs
|
|
{
|
|
item 12 Base.Multitool,
|
|
}
|
|
}
|
|
|
|
craftRecipe PackBoxOfMultitools
|
|
{
|
|
timedAction = PlaceAmmoInBox,
|
|
Time = 60,
|
|
Tags = InHandCraft;CanBeDoneInDark,
|
|
category = Packing,
|
|
OnCreate = Recipe.OnCreate.ToConditionInheriter,
|
|
inputs
|
|
{
|
|
item 12 [Base.Multitool] flags[Prop2],
|
|
}
|
|
outputs
|
|
{
|
|
item 1 Base.BoxOfMultitools,
|
|
}
|
|
}
|
|
|
|
craftRecipe OpenBoxOfBallpeenHammers
|
|
{
|
|
timedAction = OpenAmmoBox,
|
|
Time = 60,
|
|
Tags = InHandCraft;CanBeDoneInDark,
|
|
category = Packing,
|
|
inputs
|
|
{
|
|
item 1 [Base.BoxOfBallpeenHammers] flags[Prop2],
|
|
}
|
|
outputs
|
|
{
|
|
item 6 Base.BallPeenHammer,
|
|
}
|
|
}
|
|
|
|
craftRecipe PackBoxOfBallpeenHammers
|
|
{
|
|
timedAction = PlaceAmmoInBox,
|
|
Time = 60,
|
|
Tags = InHandCraft;CanBeDoneInDark,
|
|
category = Packing,
|
|
OnCreate = Recipe.OnCreate.ToConditionInheriter,
|
|
inputs
|
|
{
|
|
item 6 [Base.BallPeenHammer] flags[Prop2],
|
|
}
|
|
outputs
|
|
{
|
|
item 1 Base.BoxOfBallpeenHammers,
|
|
}
|
|
}
|
|
|
|
craftRecipe OpenBoxOfForgedBallpeenHammers
|
|
{
|
|
timedAction = OpenAmmoBox,
|
|
Time = 60,
|
|
Tags = InHandCraft;CanBeDoneInDark,
|
|
category = Packing,
|
|
inputs
|
|
{
|
|
item 1 [Base.BoxOfForgedBallpeenHammers] flags[Prop2],
|
|
}
|
|
outputs
|
|
{
|
|
item 6 Base.BallPeenHammerForged,
|
|
}
|
|
}
|
|
|
|
craftRecipe PackBoxOfForgedBallpeenHammers
|
|
{
|
|
timedAction = PlaceAmmoInBox,
|
|
Time = 60,
|
|
Tags = InHandCraft;CanBeDoneInDark,
|
|
category = Packing,
|
|
OnCreate = Recipe.OnCreate.ToConditionInheriter,
|
|
inputs
|
|
{
|
|
item 6 [Base.BallPeenHammerForged] flags[Prop2],
|
|
}
|
|
outputs
|
|
{
|
|
item 1 Base.BoxOfForgedBallpeenHammers,
|
|
}
|
|
}
|
|
|
|
craftRecipe OpenBoxOfBaseballBats
|
|
{
|
|
timedAction = OpenAmmoBox,
|
|
Time = 60,
|
|
Tags = InHandCraft;CanBeDoneInDark,
|
|
category = Packing,
|
|
inputs
|
|
{
|
|
item 1 [Base.BoxOfBaseballBats] flags[Prop2],
|
|
}
|
|
outputs
|
|
{
|
|
item 6 Base.BaseballBat,
|
|
}
|
|
}
|
|
|
|
craftRecipe PackBoxOfBaseballBats
|
|
{
|
|
timedAction = PlaceAmmoInBox,
|
|
Time = 60,
|
|
Tags = InHandCraft;CanBeDoneInDark,
|
|
category = Packing,
|
|
OnCreate = Recipe.OnCreate.ToConditionInheriter,
|
|
inputs
|
|
{
|
|
item 6 [Base.BaseballBat] flags[Prop2],
|
|
}
|
|
outputs
|
|
{
|
|
item 1 Base.BoxOfBaseballBats,
|
|
}
|
|
}
|
|
|
|
craftRecipe OpenBoxOfTea
|
|
{
|
|
timedAction = OpenAmmoBox,
|
|
Time = 60,
|
|
Tags = InHandCraft;CanBeDoneInDark,
|
|
category = Packing,
|
|
inputs
|
|
{
|
|
item 1 [Base.BoxOfTea] flags[Prop2],
|
|
}
|
|
outputs
|
|
{
|
|
item 12 Base.Teabag2,
|
|
}
|
|
}
|
|
|
|
craftRecipe PackBoxOfTea
|
|
{
|
|
timedAction = PlaceAmmoInBox,
|
|
Time = 60,
|
|
Tags = InHandCraft;CanBeDoneInDark,
|
|
category = Packing,
|
|
OnCreate = Recipe.OnCreate.ToConditionInheriter,
|
|
inputs
|
|
{
|
|
item 60 [Base.Teabag2] flags[Prop2],
|
|
}
|
|
outputs
|
|
{
|
|
item 1 Base.BoxOfTea,
|
|
}
|
|
}
|
|
|
|
craftRecipe OpenBoxOfMetalBaseballBats
|
|
{
|
|
timedAction = OpenAmmoBox,
|
|
Time = 60,
|
|
Tags = InHandCraft;CanBeDoneInDark,
|
|
category = Packing,
|
|
inputs
|
|
{
|
|
item 1 [Base.BoxOfMetalBaseballBats] flags[Prop2],
|
|
}
|
|
outputs
|
|
{
|
|
item 6 Base.BaseballBat_Metal,
|
|
}
|
|
}
|
|
|
|
craftRecipe PackBoxOfMetalBaseballBats
|
|
{
|
|
timedAction = PlaceAmmoInBox,
|
|
Time = 60,
|
|
Tags = InHandCraft;CanBeDoneInDark,
|
|
category = Packing,
|
|
OnCreate = Recipe.OnCreate.ToConditionInheriter,
|
|
inputs
|
|
{
|
|
item 6 [Base.BaseballBat_Metal] flags[Prop2],
|
|
}
|
|
outputs
|
|
{
|
|
item 1 Base.BoxOfMetalBaseballBats,
|
|
}
|
|
}
|
|
|
|
craftRecipe OpenBoxOfOliveOil
|
|
{
|
|
timedAction = OpenAmmoBox,
|
|
Time = 60,
|
|
Tags = InHandCraft;CanBeDoneInDark,
|
|
category = Packing,
|
|
inputs
|
|
{
|
|
item 1 [Base.BoxOfOliveOil] flags[Prop2],
|
|
}
|
|
outputs
|
|
{
|
|
item 12 Base.OilOlive,
|
|
}
|
|
}
|
|
|
|
craftRecipe PackBoxOfOliveOil
|
|
{
|
|
timedAction = PlaceAmmoInBox,
|
|
Time = 60,
|
|
Tags = InHandCraft;CanBeDoneInDark,
|
|
category = Packing,
|
|
OnCreate = Recipe.OnCreate.ToConditionInheriter,
|
|
inputs
|
|
{
|
|
item 360 [Base.OilOlive] flags[Prop2],
|
|
}
|
|
outputs
|
|
{
|
|
item 1 Base.BoxOfOliveOil,
|
|
}
|
|
}
|
|
|
|
craftRecipe OpenBoxOfVegetableOil
|
|
{
|
|
timedAction = OpenAmmoBox,
|
|
Time = 60,
|
|
Tags = InHandCraft;CanBeDoneInDark,
|
|
category = Packing,
|
|
inputs
|
|
{
|
|
item 1 [Base.BoxOfVegetableOil] flags[Prop2],
|
|
}
|
|
outputs
|
|
{
|
|
item 12 Base.OilVegetable,
|
|
}
|
|
}
|
|
|
|
craftRecipe PackBoxOfVegetableOil
|
|
{
|
|
timedAction = PlaceAmmoInBox,
|
|
Time = 60,
|
|
Tags = InHandCraft;CanBeDoneInDark,
|
|
category = Packing,
|
|
OnCreate = Recipe.OnCreate.ToConditionInheriter,
|
|
inputs
|
|
{
|
|
item 360 [Base.OilVegetable] flags[Prop2],
|
|
}
|
|
outputs
|
|
{
|
|
item 1 Base.BoxOfVegetableOil,
|
|
}
|
|
}
|
|
|
|
craftRecipe OpenBoxOfYeast
|
|
{
|
|
timedAction = OpenAmmoBox,
|
|
Time = 60,
|
|
Tags = InHandCraft;CanBeDoneInDark,
|
|
category = Packing,
|
|
inputs
|
|
{
|
|
item 1 [Base.BoxOfYeast] flags[Prop2],
|
|
}
|
|
outputs
|
|
{
|
|
item 12 Base.Yeast,
|
|
}
|
|
}
|
|
|
|
craftRecipe PackBoxOfYeast
|
|
{
|
|
timedAction = PlaceAmmoInBox,
|
|
Time = 60,
|
|
Tags = InHandCraft;CanBeDoneInDark,
|
|
category = Packing,
|
|
OnCreate = Recipe.OnCreate.ToConditionInheriter,
|
|
inputs
|
|
{
|
|
item 120 [Base.Yeast] flags[Prop2],
|
|
}
|
|
outputs
|
|
{
|
|
item 1 Base.BoxOfYeast,
|
|
}
|
|
}
|
|
|
|
craftRecipe OpenBoxOfRamen
|
|
{
|
|
timedAction = OpenAmmoBox,
|
|
Time = 60,
|
|
Tags = InHandCraft;CanBeDoneInDark,
|
|
category = Packing,
|
|
inputs
|
|
{
|
|
item 1 [Base.BoxOfRamen] flags[Prop2],
|
|
}
|
|
outputs
|
|
{
|
|
item 12 Base.Ramen,
|
|
}
|
|
}
|
|
|
|
craftRecipe PackBoxOfRamen
|
|
{
|
|
timedAction = PlaceAmmoInBox,
|
|
Time = 60,
|
|
Tags = InHandCraft;CanBeDoneInDark,
|
|
category = Packing,
|
|
OnCreate = Recipe.OnCreate.ToConditionInheriter,
|
|
inputs
|
|
{
|
|
item 120 [Base.Ramen] flags[Prop2],
|
|
}
|
|
outputs
|
|
{
|
|
item 1 Base.BoxOfRamen,
|
|
}
|
|
}
|
|
|
|
craftRecipe OpenBoxOfSalt
|
|
{
|
|
timedAction = OpenAmmoBox,
|
|
Time = 60,
|
|
Tags = InHandCraft;CanBeDoneInDark,
|
|
category = Packing,
|
|
inputs
|
|
{
|
|
item 1 [Base.BoxOfSalt] flags[Prop2],
|
|
}
|
|
outputs
|
|
{
|
|
item 12 Base.Salt,
|
|
}
|
|
}
|
|
|
|
craftRecipe PackBoxOfSalt
|
|
{
|
|
timedAction = PlaceAmmoInBox,
|
|
Time = 60,
|
|
Tags = InHandCraft;CanBeDoneInDark,
|
|
category = Packing,
|
|
OnCreate = Recipe.OnCreate.ToConditionInheriter,
|
|
inputs
|
|
{
|
|
item 120 [Base.Salt] flags[Prop2],
|
|
}
|
|
outputs
|
|
{
|
|
item 1 Base.BoxOfSalt,
|
|
}
|
|
}
|
|
|
|
craftRecipe OpenBoxOfKatanas
|
|
{
|
|
timedAction = OpenAmmoBox,
|
|
Time = 60,
|
|
Tags = InHandCraft;CanBeDoneInDark,
|
|
category = Packing,
|
|
inputs
|
|
{
|
|
item 1 [Base.BoxOfKatanas] flags[Prop2],
|
|
}
|
|
outputs
|
|
{
|
|
item 6 Base.Katana,
|
|
}
|
|
}
|
|
|
|
craftRecipe PackBoxOfKatanas
|
|
{
|
|
timedAction = PlaceAmmoInBox,
|
|
Time = 60,
|
|
Tags = InHandCraft;CanBeDoneInDark,
|
|
category = Packing,
|
|
OnCreate = Recipe.OnCreate.ToConditionInheriter,
|
|
inputs
|
|
{
|
|
item 6 [Base.Katana] flags[Prop2],
|
|
}
|
|
outputs
|
|
{
|
|
item 1 Base.BoxOfKatanas,
|
|
}
|
|
}
|
|
|
|
craftRecipe OpenBoxOfFireAxes
|
|
{
|
|
timedAction = OpenAmmoBox,
|
|
Time = 60,
|
|
Tags = InHandCraft;CanBeDoneInDark,
|
|
category = Packing,
|
|
inputs
|
|
{
|
|
item 1 [Base.BoxOfFireAxes] flags[Prop2],
|
|
}
|
|
outputs
|
|
{
|
|
item 6 Base.Axe,
|
|
}
|
|
}
|
|
|
|
craftRecipe PackBoxOfFireAxes
|
|
{
|
|
timedAction = PlaceAmmoInBox,
|
|
Time = 60,
|
|
Tags = InHandCraft;CanBeDoneInDark,
|
|
category = Packing,
|
|
OnCreate = Recipe.OnCreate.ToConditionInheriter,
|
|
inputs
|
|
{
|
|
item 6 [Base.Axe] flags[Prop2],
|
|
}
|
|
outputs
|
|
{
|
|
item 1 Base.BoxOfFireAxes,
|
|
}
|
|
}
|
|
|
|
craftRecipe OpenBoxOfWoodAxes
|
|
{
|
|
timedAction = OpenAmmoBox,
|
|
Time = 60,
|
|
Tags = InHandCraft;CanBeDoneInDark,
|
|
category = Packing,
|
|
inputs
|
|
{
|
|
item 1 [Base.BoxOfWoodAxes] flags[Prop2],
|
|
}
|
|
outputs
|
|
{
|
|
item 6 Base.WoodAxe,
|
|
}
|
|
}
|
|
|
|
craftRecipe PackBoxOfWoodAxes
|
|
{
|
|
timedAction = PlaceAmmoInBox,
|
|
Time = 60,
|
|
Tags = InHandCraft;CanBeDoneInDark,
|
|
category = Packing,
|
|
OnCreate = Recipe.OnCreate.ToConditionInheriter,
|
|
inputs
|
|
{
|
|
item 6 [Base.WoodAxe] flags[Prop2],
|
|
}
|
|
outputs
|
|
{
|
|
item 1 Base.BoxOfWoodAxes,
|
|
}
|
|
}
|
|
|
|
craftRecipe OpenBoxOfHatchets
|
|
{
|
|
timedAction = OpenAmmoBox,
|
|
Time = 60,
|
|
Tags = InHandCraft;CanBeDoneInDark,
|
|
category = Packing,
|
|
inputs
|
|
{
|
|
item 1 [Base.BoxOfHatchets] flags[Prop2],
|
|
}
|
|
outputs
|
|
{
|
|
item 6 Base.HandAxe,
|
|
}
|
|
}
|
|
|
|
craftRecipe PackBoxOfHatchets
|
|
{
|
|
timedAction = PlaceAmmoInBox,
|
|
Time = 60,
|
|
Tags = InHandCraft;CanBeDoneInDark,
|
|
category = Packing,
|
|
OnCreate = Recipe.OnCreate.ToConditionInheriter,
|
|
inputs
|
|
{
|
|
item 6 [Base.HandAxe] flags[Prop2],
|
|
}
|
|
outputs
|
|
{
|
|
item 1 Base.BoxOfHatchets,
|
|
}
|
|
}
|
|
|
|
craftRecipe OpenBoxOfForgedHatchets
|
|
{
|
|
timedAction = OpenAmmoBox,
|
|
Time = 60,
|
|
Tags = InHandCraft;CanBeDoneInDark,
|
|
category = Packing,
|
|
inputs
|
|
{
|
|
item 1 [Base.BoxOfForgedHatchets] flags[Prop2],
|
|
}
|
|
outputs
|
|
{
|
|
item 6 Base.HandAxeForged,
|
|
}
|
|
}
|
|
|
|
craftRecipe PackBoxOfForgedHatchets
|
|
{
|
|
timedAction = PlaceAmmoInBox,
|
|
Time = 60,
|
|
Tags = InHandCraft;CanBeDoneInDark,
|
|
category = Packing,
|
|
OnCreate = Recipe.OnCreate.ToConditionInheriter,
|
|
inputs
|
|
{
|
|
item 6 [Base.HandAxeForged] flags[Prop2],
|
|
}
|
|
outputs
|
|
{
|
|
item 1 Base.BoxOfForgedHatchets,
|
|
}
|
|
}
|
|
|
|
craftRecipe OpenBoxOfMargarine
|
|
{
|
|
timedAction = OpenAmmoBox,
|
|
Time = 60,
|
|
Tags = InHandCraft;CanBeDoneInDark,
|
|
category = Packing,
|
|
inputs
|
|
{
|
|
item 1 [Base.BoxOfMargarine] flags[Prop2],
|
|
}
|
|
outputs
|
|
{
|
|
item 12 Base.Margarine,
|
|
}
|
|
}
|
|
|
|
craftRecipe PackBoxOfMargarine
|
|
{
|
|
timedAction = PlaceAmmoInBox,
|
|
Time = 60,
|
|
Tags = InHandCraft;CanBeDoneInDark,
|
|
category = Packing,
|
|
OnCreate = Recipe.OnCreate.ToConditionInheriter,
|
|
inputs
|
|
{
|
|
item 288 [Base.Margarine] flags[Prop2],
|
|
}
|
|
outputs
|
|
{
|
|
item 1 Base.BoxOfMargarine,
|
|
}
|
|
}
|
|
|
|
craftRecipe OpenBoxOfLard
|
|
{
|
|
timedAction = OpenAmmoBox,
|
|
Time = 60,
|
|
Tags = InHandCraft;CanBeDoneInDark,
|
|
category = Packing,
|
|
inputs
|
|
{
|
|
item 1 [Base.BoxOfLard] flags[Prop2],
|
|
}
|
|
outputs
|
|
{
|
|
item 12 Base.Lard,
|
|
}
|
|
}
|
|
|
|
craftRecipe PackBoxOfLard
|
|
{
|
|
timedAction = PlaceAmmoInBox,
|
|
Time = 60,
|
|
Tags = InHandCraft;CanBeDoneInDark,
|
|
category = Packing,
|
|
OnCreate = Recipe.OnCreate.ToConditionInheriter,
|
|
inputs
|
|
{
|
|
item 288 [Base.Lard] flags[Prop2],
|
|
}
|
|
outputs
|
|
{
|
|
item 1 Base.BoxOfLard,
|
|
}
|
|
}
|
|
}
|