-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
0 parents
commit 6295bfa
Showing
69 changed files
with
19,592 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
[ | ||
{ | ||
"type": "MOD_INFO", | ||
"id": "CampCostReduced", | ||
"name": "Camp Cost Reduced", | ||
"authors": [ "Tyzegt" ], | ||
"maintainers": [ "Tyzegt" ], | ||
"description": "Reduced cost of faction camp buildings 5 times", | ||
"category": "content", | ||
"dependencies": [ "dda" ], | ||
"obsolete": false | ||
} | ||
] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,275 @@ | ||
[ | ||
{ | ||
"type": "recipe_group", | ||
"id": "all_faction_base_types", | ||
"building_type": "NONE", | ||
"recipes": [ | ||
{ "id": "faction_base_modular_hub_field_0", "description": "Field Camp", "om_terrains": [ "field" ] }, | ||
{ | ||
"id": "faction_base_firestation_0", | ||
"description": "Side Bunkroom Firestation Base", | ||
"om_terrains": [ "fire_station" ] | ||
}, | ||
{ | ||
"id": "faction_base_shelter_0", | ||
"description": "Open Center Evac Shelter Base", | ||
"om_terrains": [ "shelter", "shelter_vandal" ] | ||
}, | ||
{ | ||
"id": "faction_base_shelter_1_0", | ||
"description": "Corner Stairs Evac Shelter Base", | ||
"om_terrains": [ "shelter_1", "shelter_1_vandal" ] | ||
}, | ||
{ | ||
"id": "faction_base_shelter_2_0", | ||
"description": "Central Stairs Evac Shelter Base", | ||
"om_terrains": [ "shelter_2", "shelter_2_vandal" ] | ||
} | ||
] | ||
}, | ||
{ | ||
"type": "recipe_group", | ||
"id": "all_faction_base_expansions", | ||
"building_type": "NONE", | ||
"recipes": [ | ||
{ "id": "faction_base_farm_0", "description": "Farm", "om_terrains": [ "field" ] }, | ||
{ "id": "faction_base_garage_0", "description": "Garage", "om_terrains": [ "field" ] }, | ||
{ "id": "faction_base_canteen_0", "description": "Canteen", "om_terrains": [ "field" ] }, | ||
{ "id": "faction_base_livestock_0", "description": "Livestock Area", "om_terrains": [ "field" ] }, | ||
{ "id": "faction_base_storehouse_0", "description": "Central Storage Building", "om_terrains": [ "field" ] }, | ||
{ "id": "faction_base_saltworks_0", "description": "Saltworks Area", "om_terrains": [ "field" ] }, | ||
{ "id": "faction_base_workshop_0", "description": "Fabrication Workshop", "om_terrains": [ "field" ] } | ||
] | ||
}, | ||
{ | ||
"type": "recipe_group", | ||
"id": "kitchen_recipes_1", | ||
"building_type": "COOK", | ||
"recipes": [ | ||
{ "id": "tinder", "description": " Craft: Tinder" }, | ||
{ "id": "meat_cooked", "description": " Cook: Meat, Cooked" }, | ||
{ "id": "fish_cooked", "description": " Cook: Fish, Cooked" }, | ||
{ "id": "veggy_cooked", "description": " Cook: Veggy, Cooked" }, | ||
{ "id": "boiled_egg", "description": " Cook: Egg, Boiled" }, | ||
{ "id": "starch", "description": " Cook: Starch" }, | ||
{ "id": "starch_from_fibrous_stuff", "description": " Cook: Cattail Starch" }, | ||
{ "id": "flatbread", "description": " Cook: Flatbread" }, | ||
{ "id": "veggy_wild_cooked", "description": " Cook: Veggy, Cooked Wild" } | ||
] | ||
}, | ||
{ | ||
"type": "recipe_group", | ||
"id": "kitchen_recipes_2", | ||
"building_type": "COOK", | ||
"recipes": [ | ||
{ "id": "flour", "description": " Cook: Flour" }, | ||
{ "id": "salt", "description": " Cook: Salt" }, | ||
{ "id": "bread", "description": " Cook: Bread" }, | ||
{ "id": "fruit_leather", "description": " Cook: Fruit Leather" }, | ||
{ "id": "jerky", "description": " Cook: Meat Jerky" }, | ||
{ "id": "mushroom_cooked", "description": " Cook: Mushroom, Cooked" }, | ||
{ "id": "lard", "description": " Cook: Lard" }, | ||
{ "id": "cornmeal", "description": " Cook: Cornmeal" }, | ||
{ "id": "meat_smoked", "description": " Cook: Meat, Smoked" }, | ||
{ "id": "fish_smoked", "description": " Cook: Fish, Smoked" }, | ||
{ "id": "dry_mushroom", "description": " Cook: Mushroom, Dried" }, | ||
{ "id": "dry_fruit", "description": " Cook: Fruit, Dehydrated" }, | ||
{ "id": "sausage", "description": " Cook: Sausage" }, | ||
{ "id": "sausage_wasteland", "description": " Cook: Sausage, Wasteland" } | ||
] | ||
}, | ||
{ | ||
"type": "recipe_group", | ||
"id": "kitchen_recipes_3", | ||
"building_type": "COOK", | ||
"recipes": [ | ||
{ "id": "pie_meat", "description": " Cook: Meat Pie" }, | ||
{ "id": "pie_veggy", "description": " Cook: Veggy Pie" }, | ||
{ "id": "sugar", "description": " Cook: Sugar" }, | ||
{ "id": "hardtack", "description": " Cook: Hardtack" }, | ||
{ "id": "veggy_pickled_jarred", "description": " Cook: Veggy, Pickled" }, | ||
{ "id": "cheese_hard", "description": " Cook: Cheese, Hard" }, | ||
{ "id": "pemmican", "description": " Cook: Pemmican" }, | ||
{ "id": "veggy_aspic", "description": " Cook: Veggy Aspic" }, | ||
{ "id": "meat_canned_jarred", "description": " Cook: Meat, Canned" }, | ||
{ "id": "meat_aspic", "description": " Cook: Meat Aspic" }, | ||
{ "id": "kompot", "description": " Cook: Kompot" } | ||
] | ||
}, | ||
{ | ||
"type": "recipe_group", | ||
"id": "saltworks_recipes_1", | ||
"building_type": "COOK", | ||
"recipes": [ | ||
{ "id": "salt_from_salt_water", "description": " Craft: Salt from salt water" }, | ||
{ "id": "salted_fish", "description": " Cook: Fish, Salted" } | ||
] | ||
}, | ||
{ | ||
"type": "recipe_group", | ||
"id": "saltworks_recipes_2", | ||
"building_type": "COOK", | ||
"recipes": [ | ||
{ "id": "brew_fruit_wine", "description": " Brew: Fruit Wine Must" }, | ||
{ "id": "brew_mead", "description": " Brew: Spiced Wine Must" }, | ||
{ "id": "brew_dandelion_wine", "description": " Brew: Dandelion Wine Must" }, | ||
{ "id": "brew_burdock_wine", "description": " Brew: Burdock Wine Must" }, | ||
{ "id": "brew_pine_wine", "description": " Brew: Pine Wine Must" }, | ||
{ "id": "brew_hb_beer", "description": " Brew: Beer" } | ||
] | ||
}, | ||
{ | ||
"type": "recipe_group", | ||
"id": "saltworks_recipes_3", | ||
"building_type": "COOK", | ||
"recipes": [ | ||
{ "id": "brandy", "description": " Distill: Brandy" }, | ||
{ "id": "gin_from_mash", "description": " Distill: Gin" }, | ||
{ "id": "vodka_from_wash", "description": " Distill: Vodka" }, | ||
{ "id": "rum", "description": " Distill: Rum" } | ||
] | ||
}, | ||
{ | ||
"type": "recipe_group", | ||
"id": "primitive_camp_recipes_1", | ||
"building_type": "BASE", | ||
"recipes": [ | ||
{ "id": "tinder", "description": " Craft: Tinder" }, | ||
{ "id": "pointy_stick", "description": " Craft: Pointy Sticks" }, | ||
{ "id": "wood_panel_from nailed planks", "description": " Craft: Wooden Panel, Nailed Planks" }, | ||
{ "id": "wood_panel_from wooden beams", "description": " Craft: Wooden Panel, Wooden Beams" }, | ||
{ "id": "wood_beam_from logs", "description": " Craft: Wooden Beam" } | ||
] | ||
}, | ||
{ | ||
"type": "recipe_group", | ||
"id": "farm_recipes_1", | ||
"building_type": "FARM", | ||
"recipes": [ | ||
{ "id": "seed_veggy_wild", "description": " Craft: Wild Veggy Stems" }, | ||
{ "id": "seed_raw_dandelion", "description": " Craft: Dandelion Seeds" }, | ||
{ "id": "seed_potato_raw", "description": " Craft: Potato, Starter" }, | ||
{ "id": "seed_buckwheat", "description": " Craft: Buckwheat Seeds" } | ||
] | ||
}, | ||
{ | ||
"type": "recipe_group", | ||
"id": "blacksmith_recipes_1", | ||
"building_type": "SMITH", | ||
"recipes": [ | ||
{ "id": "scrap_copper", "description": " Craft: Copper, Scrap" }, | ||
{ "id": "charcoal_npc", "description": " Craft: Charcoal" }, | ||
{ "id": "spike", "description": " Craft: Spike" }, | ||
{ "id": "caltrops_glass", "description": " Craft: Glass Caltrops" }, | ||
{ "id": "steel_chunk", "description": " Craft: Steel, Chunk" }, | ||
{ "id": "crucible_clay", "description": " Craft: Clay Crucible" }, | ||
{ "id": "anvil", "description": " Craft: Anvil" }, | ||
{ "id": "steel_lump", "description": " Craft: Steel, Lump" } | ||
] | ||
}, | ||
{ | ||
"type": "recipe_group", | ||
"id": "blacksmith_recipes_2", | ||
"building_type": "SMITH", | ||
"recipes": [ | ||
{ "id": "copper_knife", "description": " Craft: Knife, Copper" }, | ||
{ "id": "sword_crude", "description": " Craft: Sword, Crude" }, | ||
{ "id": "pot_copper", "description": " Craft: Pot, Copper" }, | ||
{ "id": "bolt_metal", "description": " Craft: Crossbow Bolt, Steel" }, | ||
{ "id": "armor_scrapsuit", "description": " Craft: Armor, Scrap Suit" }, | ||
{ "id": "helmet_scrap", "description": " Craft: Armor, Scrap Helmet" }, | ||
{ "id": "cuirass_scrap", "description": " Craft: Armor, Scrap Cuirass" }, | ||
{ "id": "armguard_scrap", "description": " Craft: Armor, Scrap Arm Guards" }, | ||
{ "id": "legguard_scrap", "description": " Craft: Armor, Scrap Leg Guards" }, | ||
{ "id": "boots_scrap", "description": " Craft: Armor, Scrap Boots" }, | ||
{ "id": "copper_ax", "description": " Craft: Axe, Copper" }, | ||
{ "id": "spear_copper", "description": " Craft: Spear, Copper" } | ||
] | ||
}, | ||
{ | ||
"type": "recipe_group", | ||
"id": "blacksmith_recipes_3", | ||
"building_type": "SMITH", | ||
"recipes": [ | ||
{ "id": "chisel", "description": " Craft: Metalworking Chisel" }, | ||
{ "id": "hammer", "description": " Craft: Hammer" }, | ||
{ "id": "tongs", "description": " Craft: Metal Tongs" }, | ||
{ "id": "nail", "description": " Craft: Nail" }, | ||
{ "id": "wire", "description": " Craft: Wire" }, | ||
{ "id": "swage", "description": " Craft: Swage and Die Set" } | ||
] | ||
}, | ||
{ | ||
"type": "recipe_group", | ||
"id": "blacksmith_recipes_4", | ||
"building_type": "SMITH", | ||
"recipes": [ | ||
{ "id": "blade", "description": " Craft: Blade" }, | ||
{ "id": "bearing", "description": " Craft: Bearings" }, | ||
{ "id": "caltrops", "description": " Craft: Caltrops" }, | ||
{ "id": "hand_drill", "description": " Craft: Hand Drill" }, | ||
{ "id": "sheet_metal", "description": " Craft: Sheet Metal" }, | ||
{ "id": "chain", "description": " Craft: Chain" }, | ||
{ "id": "shovel", "description": " Craft: Shovel" }, | ||
{ "id": "rebar", "description": " Craft: Rebar" }, | ||
{ "id": "gold_ring", "description": " Craft: Gold Ring" }, | ||
{ "id": "hammer_sledge", "description": " Craft: Hammer, Sledge" } | ||
] | ||
}, | ||
{ | ||
"type": "recipe_group", | ||
"id": "blacksmith_recipes_5", | ||
"building_type": "SMITH", | ||
"recipes": [ | ||
{ "id": "knife_combat", "description": " Craft: Knife, Combat" }, | ||
{ "id": "spear_steel", "description": " Craft: Spear, Steel" }, | ||
{ "id": "machete", "description": " Craft: Machete" }, | ||
{ "id": "pipe", "description": " Craft: Pipe" }, | ||
{ "id": "screwdriver", "description": " Craft: Screwdriver" }, | ||
{ "id": "throwing_axe", "description": " Craft: Axe, Throwing" }, | ||
{ "id": "wrench", "description": " Craft: Wrench" }, | ||
{ "id": "hatchet", "description": " Craft: Hatchet" }, | ||
{ "id": "throwing_knife", "description": " Craft: Knife, Throwing" }, | ||
{ "id": "crowbar", "description": " Craft: Crowbar" }, | ||
{ "id": "pot", "description": " Craft: Pot" }, | ||
{ "id": "hoe", "description": " Craft: Hoe" } | ||
] | ||
}, | ||
{ | ||
"type": "recipe_group", | ||
"id": "blacksmith_recipes_6", | ||
"building_type": "SMITH", | ||
"recipes": [ | ||
{ "id": "pliers", "description": " Craft: Pliers" }, | ||
{ "id": "halberd", "description": " Craft: Halberd" }, | ||
{ "id": "cuirass_lightplate", "description": " Craft: Armor, Cuirass" }, | ||
{ "id": "pockknife", "description": " Craft: Knife, Pocket" }, | ||
{ "id": "warhammer", "description": " Craft: Hammer, War" }, | ||
{ "id": "helmet_plate", "description": " Craft: Helm, Great" }, | ||
{ "id": "armor_lightplate", "description": " Craft: Armor, Plate" }, | ||
{ "id": "broadsword", "description": " Craft: Sword, Broadsword" }, | ||
{ "id": "scimitar", "description": " Craft: Sword, Scimitar" }, | ||
{ "id": "fire_ax", "description": " Craft: Axe, Fire" }, | ||
{ "id": "hacksaw", "description": " Craft: Hacksaw" }, | ||
{ "id": "saw", "description": " Craft: Woodsaw" }, | ||
{ "id": "pike", "description": " Craft: Spear, Awl Pike" }, | ||
{ "id": "rapier", "description": " Craft: Sword, Rapier" }, | ||
{ "id": "halligan", "description": " Craft: Halligan Bar" }, | ||
{ "id": "zweihander", "description": " Craft: Sword, Zweihander" }, | ||
{ "id": "pickaxe", "description": " Craft: Pickaxe" } | ||
] | ||
}, | ||
{ | ||
"type": "recipe_group", | ||
"id": "blacksmith_recipes_7", | ||
"building_type": "SMITH", | ||
"recipes": [ | ||
{ "id": "sheet_metal_npc_drop", "description": " Craft: Sheet Metal, Drop Hammer" }, | ||
{ "id": "chain_npc_drop", "description": " Craft: Chain, Drop Hammer" }, | ||
{ "id": "nail_npc_drop", "description": " Craft: Nail, Drop Hammer" }, | ||
{ "id": "wire_npc_drop", "description": " Craft: Wire, Drop Hammer" }, | ||
{ "id": "pipe_npc_drop", "description": " Craft: Pipe, Drop Hammer" }, | ||
{ "id": "rebar_npc_drop", "description": " Craft: Rebar, Drop Hammer" } | ||
] | ||
} | ||
] |
Oops, something went wrong.