Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions Contents/mods/DefsLTS/media/scripts/LTSRecipesBase.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ module DLTS {
/** Crafting Chemical Cells (Battery) **/

recipe LTS Create Chemical Battery {
keep Hammer,
keep [Recipe.GetItemTypes.Hammer],
keep Saw,
Wire=2,
ElectricWire,
Expand Down Expand Up @@ -37,7 +37,7 @@ module DLTS {
/** Limestone Extraction **/

recipe LTS Find Limestone Chunks {
keep Hammer,
keep [Recipe.GetItemTypes.Hammer],
Stone=5,
Result:LTSLimestone,
Time:120.0,
Expand Down Expand Up @@ -291,4 +291,4 @@ module DLTS {
}

}


Original file line number Diff line number Diff line change
Expand Up @@ -178,7 +178,7 @@ module DLTS {
recipe LTS Prepare Reduced Quicklime {
keep Pot/Saucepan,
keep MortarPestle,
keep Hammer,
keep [Recipe.GetItemTypes.Hammer],
LTSLimestone=2,
Water=3,
Vinegar=1,
Expand Down
70 changes: 42 additions & 28 deletions Contents/mods/DefsLTS/media/scripts/LTSRecipesFood.txt
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ module DLTS {
Egg/WildEggs,
Salt;1,
Vinegar=1,
Sugar=1,
Sugar;1,
Result:MayonnaiseFull,
OnGiveXP:CraftXP_FoodBase,
Time:350,
Expand All @@ -35,7 +35,7 @@ module DLTS {
WineEmpty/WineEmpty2,
LTSFruitWine,
Water=2,
Sugar=1,
Sugar;1,
Result:Wine=2,
OnGiveXP:CraftXP_FoodBase,
OnCreate:giveJar,
Expand All @@ -48,7 +48,7 @@ module DLTS {

recipe LTS Make Honey Candy [Fruit] {
Honey;5,
Sugar=1,
Sugar;1,
LTSBitsHerbs=2,
LTSBitsFruit=5,
Result:LTSHoneyCandyFruit=6,
Expand All @@ -59,7 +59,7 @@ module DLTS {

recipe LTS Make Honey Candy [Healing] {
Honey;5,
Sugar=1,
Sugar;1,
LTSBitsHerbs=2,
BlackSage=2,
CommonMallow=2,
Expand All @@ -72,7 +72,7 @@ module DLTS {

recipe LTS Make Honey Candy [Power Up] {
Honey;5,
Sugar=2,
Sugar;2,
LTSBitsHerbs=5,
Rosehips=4,
Ginseng=5,
Expand All @@ -84,7 +84,7 @@ module DLTS {

recipe LTS Make Honey Bar {
Honey;5,
Sugar=1,
Sugar;1,
LTSBitsFruit=4,
LTSWildNuts=2,
Result:LTSHoneyBar,
Expand Down Expand Up @@ -123,7 +123,7 @@ module DLTS {
recipe LTS Mix Fermentable Fruit Juice {
LTSBitsFruit=8,
Water=10,
Sugar=3,
Sugar;3,
Yeast=1,
Pot,
Result:LTSFermentingJuiceYoung,
Expand Down Expand Up @@ -180,7 +180,7 @@ module DLTS {
recipe LTS Start Yeast Cultivation {
Flour=1,
Water=2,
Sugar=2,
Sugar;2,
Bowl,
Result:LTSYeastWet,
OnGiveXP:CraftXP_FoodBase,
Expand Down Expand Up @@ -282,7 +282,7 @@ module DLTS {
/** Preparing Bits from Food Items **/

recipe LTS Cut Bits of Meat {
keep HuntingKnife/KitchenKnife/BreadKnife/MeatCleaver/Machete/FlintKnife,
keep [Recipe.GetItemTypes.SharpKnife],
MuttonChop/PorkChop/Steak/Rabbitmeat/Salmon/FishFillet,
Result:LTSBitsMeat=7,
Sound:PZ_FoodSlicing,
Expand All @@ -292,7 +292,7 @@ module DLTS {
}

recipe LTS Cut Bits of Meat {
keep HuntingKnife/KitchenKnife/BreadKnife/MeatCleaver/Machete/FlintKnife,
keep [Recipe.GetItemTypes.SharpKnife],
Smallanimalmeat/Smallbirdmeat,
Result:LTSBitsMeat=3,
Sound:PZ_FoodSlicing,
Expand All @@ -302,7 +302,7 @@ module DLTS {
}

recipe LTS Cut Bits of Herbs {
keep HuntingKnife/KitchenKnife/BreadKnife/MeatCleaver/Machete/FlintKnife,
keep [Recipe.GetItemTypes.SharpKnife],
Violets/GrapeLeaves/BlackSage/CommonMallow/Ginseng/LemonGrass/WildGarlic/LTSDandelion/LTSCamomille,
Result:LTSBitsHerbs=1,
Sound:PZ_FoodSlicing,
Expand All @@ -312,7 +312,7 @@ module DLTS {
}

recipe LTS Cut Bits of Vegetable {
keep HuntingKnife/KitchenKnife/BreadKnife/MeatCleaver/Machete/FlintKnife,
keep [Recipe.GetItemTypes.SharpKnife],
Cabbage/Eggplant,
Result:LTSBitsVegetable=9,
Sound:PZ_FoodSlicing,
Expand All @@ -322,7 +322,7 @@ module DLTS {
}

recipe LTS Cut Bits of Vegetable {
keep HuntingKnife/KitchenKnife/BreadKnife/MeatCleaver/Machete/FlintKnife,
keep [Recipe.GetItemTypes.SharpKnife],
Leek/Potato/Avocado/BellPepper/Broccoli/Zucchini,
Result:LTSBitsVegetable=5,
Sound:PZ_FoodSlicing,
Expand All @@ -332,7 +332,7 @@ module DLTS {
}

recipe LTS Cut Bits of Vegetable {
keep HuntingKnife/KitchenKnife/BreadKnife/MeatCleaver/Machete/FlintKnife,
keep [Recipe.GetItemTypes.SharpKnife],
Carrots/Onion/RedRadish/Tomato/LTSWildOnion,
Result:LTSBitsVegetable=3,
Sound:PZ_FoodSlicing,
Expand All @@ -342,7 +342,7 @@ module DLTS {
}

recipe LTS Cut Bits of Fruit {
keep HuntingKnife/KitchenKnife/BreadKnife/MeatCleaver/Machete/FlintKnife,
keep [Recipe.GetItemTypes.SharpKnife],
Cherry/Rosehips/Strewberrie/BerryBlack/BerryBlue/BerryGeneric1/BerryGeneric2/BerryGeneric3/BerryGeneric4/BerryGeneric5/BerryPoisonIvy,
Result:LTSBitsFruit=1,
Sound:PZ_FoodSlicing,
Expand All @@ -352,7 +352,7 @@ module DLTS {
}

recipe LTS Cut Bits of Fruit {
keep HuntingKnife/KitchenKnife/BreadKnife/MeatCleaver/Machete/FlintKnife,
keep [Recipe.GetItemTypes.SharpKnife],
Pineapple/Apple/Banana/Grapes/Lemon/Orange/Peach/WatermelonSliced,
Result:LTSBitsFruit=4,
Sound:PZ_FoodSlicing,
Expand All @@ -362,7 +362,7 @@ module DLTS {
}

recipe LTS Cut Bits of Mushroom {
keep HuntingKnife/KitchenKnife/BreadKnife/MeatCleaver/Machete/FlintKnife,
keep [Recipe.GetItemTypes.SharpKnife],
MushroomGeneric1/MushroomGeneric2/MushroomGeneric3/MushroomGeneric4/MushroomGeneric5/MushroomGeneric6/MushroomGeneric7,
Result:LTSBitsMushroom=3,
Sound:PZ_FoodSlicing,
Expand All @@ -375,7 +375,7 @@ module DLTS {
/** Seasonings **/

recipe LTS Create Seasoning {
keep HuntingKnife/KitchenKnife/BreadKnife/MeatCleaver/Machete/FlintKnife,
keep [Recipe.GetItemTypes.SharpKnife],
LTSDriedHerbs=2,
Sound:PZ_FoodSlicing,
Result:LTSSeasoningHerbs,
Expand All @@ -385,7 +385,7 @@ module DLTS {
}

recipe LTS Create Seasoning {
keep HuntingKnife/KitchenKnife/BreadKnife/MeatCleaver/Machete/FlintKnife,
keep [Recipe.GetItemTypes.SharpKnife],
LTSDriedFruit=2,
Sound:PZ_FoodSlicing,
Result:LTSSeasoningFruit,
Expand All @@ -395,7 +395,7 @@ module DLTS {
}

recipe LTS Create Seasoning {
keep HuntingKnife/KitchenKnife/BreadKnife/MeatCleaver/Machete/FlintKnife,
keep [Recipe.GetItemTypes.SharpKnife],
LTSDriedMushroom=2,
Sound:PZ_FoodSlicing,
Result:LTSSeasoningMushroom,
Expand Down Expand Up @@ -430,7 +430,7 @@ module DLTS {

recipe LTS Smash Nuts into Butter {
keep MortarPestle,
keep HuntingKnife/KitchenKnife/BreadKnife/MeatCleaver/Machete/FlintKnife,
keep [Recipe.GetItemTypes.SharpKnife],
LTSWildNuts=15,
Result:Butter,
Time:480.0,
Expand All @@ -440,7 +440,7 @@ module DLTS {

recipe LTS Smash Nuts into Flour {
keep MortarPestle,
keep HuntingKnife/KitchenKnife/BreadKnife/MeatCleaver/Machete/FlintKnife,
keep [Recipe.GetItemTypes.SharpKnife],
LTSWildNuts=20,
Result:Flour,
Time:480.0,
Expand All @@ -450,7 +450,7 @@ module DLTS {

recipe LTS Smash Nuts into Milk {
keep MortarPestle,
keep HuntingKnife/KitchenKnife/BreadKnife/MeatCleaver/Machete/FlintKnife,
keep [Recipe.GetItemTypes.SharpKnife],
LTSWildNuts=10,
Water=2,
Result:Milk,
Expand All @@ -463,7 +463,12 @@ module DLTS {
/** Hot Cuppa Ingredients **/

recipe LTS Prepare Tea Serving {
keep HuntingKnife/KitchenKnife/BreadKnife/MeatCleaver/Machete/FlintKnife,
keep [Recipe.GetItemTypes.SharpKnife],
keep MortarPestle,
keep Scissors,
keep Spoon,
AlcoholRippedSheets,
Thread=1,
LTSDriedFruit,
Sound:PZ_FoodSlicing,
Result:LTSTeaServingFruit,
Expand All @@ -472,7 +477,12 @@ module DLTS {
}

recipe LTS Prepare Tea Serving {
keep HuntingKnife/KitchenKnife/BreadKnife/MeatCleaver/Machete/FlintKnife,
keep [Recipe.GetItemTypes.SharpKnife],
keep MortarPestle,
keep Scissors,
keep Spoon,
AlcoholRippedSheets,
Thread=1,
LTSDriedHerbs,
Sound:PZ_FoodSlicing,
Result:LTSTeaServingHerbs,
Expand All @@ -481,13 +491,17 @@ module DLTS {
}

recipe LTS Prepare Tea Serving {
keep HuntingKnife/KitchenKnife/BreadKnife/MeatCleaver/Machete/FlintKnife,
keep [Recipe.GetItemTypes.SharpKnife],
keep MortarPestle,
keep Scissors,
keep Spoon,
AlcoholRippedSheets,
Thread=1,
LTSBirchBark,
Sound:PZ_FoodSlicing,
Result:LTSTeaServingBirch,
Time:90.0,
Category:LTS-Food,
}

}

}
14 changes: 7 additions & 7 deletions Contents/mods/DefsLTS/media/scripts/LTSRecipesMetalwork.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ module DLTS {
recipe LTS Forge Metal Sheet {
BlowTorch=7,
keep WeldingMask,
keep Hammer,
keep [Recipe.GetItemTypes.Hammer],
ScrapMetal=10,
Result:SheetMetal,
Time:480.0,
Expand All @@ -19,7 +19,7 @@ module DLTS {
recipe LTS Forge Small Metal Sheet {
BlowTorch=5,
keep WeldingMask,
keep Hammer,
keep [Recipe.GetItemTypes.Hammer],
ScrapMetal=4,
Result:SmallSheetMetal,
Time:480.0,
Expand All @@ -31,7 +31,7 @@ module DLTS {
recipe LTS Forge Metal Bar {
BlowTorch=5,
keep WeldingMask,
keep Hammer,
keep [Recipe.GetItemTypes.Hammer],
ScrapMetal=4,
Result:MetalBar,
Time:480.0,
Expand All @@ -43,7 +43,7 @@ module DLTS {
recipe LTS Forge Metal Pipe {
BlowTorch=7,
keep WeldingMask,
keep Hammer,
keep [Recipe.GetItemTypes.Hammer],
ScrapMetal=5,
Result:MetalPipe,
Time:480.0,
Expand All @@ -55,7 +55,7 @@ module DLTS {
recipe LTS Forge Nails {
BlowTorch=9,
keep WeldingMask,
keep Hammer,
keep [Recipe.GetItemTypes.Hammer],
ScrapMetal=12,
Result:NailsBox,
Time:480.0,
Expand All @@ -67,7 +67,7 @@ module DLTS {
recipe LTS Forge Wire {
BlowTorch=9,
keep WeldingMask,
keep Hammer,
keep [Recipe.GetItemTypes.Hammer],
ScrapMetal=5,
Result:Wire,
Time:480.0,
Expand All @@ -79,7 +79,7 @@ module DLTS {
recipe LTS Forge Barbed Wire {
BlowTorch=5,
keep WeldingMask,
keep Hammer,
keep [Recipe.GetItemTypes.Hammer],
Wire=5,
ScrapMetal=3,
Result:BarbedWire,
Expand Down
2 changes: 1 addition & 1 deletion Contents/mods/DefsLTS/media/scripts/LTSSystemBooks.txt
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ module DLTS {
recipe LTS Woodworking Practice {
keep LTSWorkbookWood,
keep Saw,
keep Hammer,
keep [Recipe.GetItemTypes.Hammer],
Plank=2,
Result:UnusableWood,
Time:480.0,
Expand Down