- Add 34 crafting recipes (materials, consumables, cosmetics, adventures, boxes) - Add French translations for all 8 remaining adventures - Add missing item definitions (resource_max_*, music_melody, cookie_fortune) - Add MusicPlayedEvent and CookieFortuneEvent for special box types - Make box_story, box_cookie, box_music reachable from box_of_boxes - Fix content file copying in csproj (None -> Content) - Add global.json pinning .NET 10 SDK - Add graceful Console.Clear() error handling - Add recipe localization keys (EN/FR) - Add adventure localization keys (EN/FR)
345 lines
11 KiB
JSON
345 lines
11 KiB
JSON
[
|
|
{
|
|
"id": "refine_wood",
|
|
"nameKey": "recipe.refine_wood",
|
|
"workstation": "Foundry",
|
|
"ingredients": [
|
|
{"itemDefinitionId": "material_wood_raw", "quantity": 2}
|
|
],
|
|
"result": {"itemDefinitionId": "material_wood_refined", "quantity": 1}
|
|
},
|
|
{
|
|
"id": "smelt_bronze_ingot",
|
|
"nameKey": "recipe.smelt_bronze_ingot",
|
|
"workstation": "Furnace",
|
|
"ingredients": [
|
|
{"itemDefinitionId": "material_bronze_raw", "quantity": 3}
|
|
],
|
|
"result": {"itemDefinitionId": "material_bronze_ingot", "quantity": 1}
|
|
},
|
|
{
|
|
"id": "smelt_iron_ingot",
|
|
"nameKey": "recipe.smelt_iron_ingot",
|
|
"workstation": "Furnace",
|
|
"ingredients": [
|
|
{"itemDefinitionId": "material_iron_raw", "quantity": 3}
|
|
],
|
|
"result": {"itemDefinitionId": "material_iron_ingot", "quantity": 1}
|
|
},
|
|
{
|
|
"id": "smelt_steel_ingot",
|
|
"nameKey": "recipe.smelt_steel_ingot",
|
|
"workstation": "Furnace",
|
|
"ingredients": [
|
|
{"itemDefinitionId": "material_steel_raw", "quantity": 4}
|
|
],
|
|
"result": {"itemDefinitionId": "material_steel_ingot", "quantity": 1}
|
|
},
|
|
{
|
|
"id": "smelt_titanium_ingot",
|
|
"nameKey": "recipe.smelt_titanium_ingot",
|
|
"workstation": "Furnace",
|
|
"ingredients": [
|
|
{"itemDefinitionId": "material_titanium_raw", "quantity": 5}
|
|
],
|
|
"result": {"itemDefinitionId": "material_titanium_ingot", "quantity": 1}
|
|
},
|
|
{
|
|
"id": "forge_carbonfiber_sheet",
|
|
"nameKey": "recipe.forge_carbonfiber_sheet",
|
|
"workstation": "Forge",
|
|
"ingredients": [
|
|
{"itemDefinitionId": "material_carbonfiber_raw", "quantity": 4}
|
|
],
|
|
"result": {"itemDefinitionId": "material_carbonfiber_sheet", "quantity": 1}
|
|
},
|
|
{
|
|
"id": "cut_diamond_gem",
|
|
"nameKey": "recipe.cut_diamond_gem",
|
|
"workstation": "Jewelry",
|
|
"ingredients": [
|
|
{"itemDefinitionId": "material_diamond_raw", "quantity": 2}
|
|
],
|
|
"result": {"itemDefinitionId": "material_diamond_gem", "quantity": 1}
|
|
},
|
|
{
|
|
"id": "forge_wood_nail",
|
|
"nameKey": "recipe.forge_wood_nail",
|
|
"workstation": "Anvil",
|
|
"ingredients": [
|
|
{"itemDefinitionId": "material_wood_refined", "quantity": 1},
|
|
{"itemDefinitionId": "material_iron_ingot", "quantity": 1}
|
|
],
|
|
"result": {"itemDefinitionId": "material_wood_nail", "quantity": 3}
|
|
},
|
|
|
|
{
|
|
"id": "brew_health_potion_medium",
|
|
"nameKey": "recipe.brew_health_potion_medium",
|
|
"workstation": "AlchemyTable",
|
|
"ingredients": [
|
|
{"itemDefinitionId": "health_potion_small", "quantity": 3}
|
|
],
|
|
"result": {"itemDefinitionId": "health_potion_medium", "quantity": 1}
|
|
},
|
|
{
|
|
"id": "brew_health_potion_large",
|
|
"nameKey": "recipe.brew_health_potion_large",
|
|
"workstation": "MagicCauldron",
|
|
"ingredients": [
|
|
{"itemDefinitionId": "health_potion_medium", "quantity": 2},
|
|
{"itemDefinitionId": "blood_vial", "quantity": 1}
|
|
],
|
|
"result": {"itemDefinitionId": "health_potion_large", "quantity": 1}
|
|
},
|
|
{
|
|
"id": "brew_mana_crystal_medium",
|
|
"nameKey": "recipe.brew_mana_crystal_medium",
|
|
"workstation": "AlchemyTable",
|
|
"ingredients": [
|
|
{"itemDefinitionId": "mana_crystal_small", "quantity": 3}
|
|
],
|
|
"result": {"itemDefinitionId": "mana_crystal_medium", "quantity": 1}
|
|
},
|
|
{
|
|
"id": "brew_stamina_drink",
|
|
"nameKey": "recipe.brew_stamina_drink",
|
|
"workstation": "BrewingVat",
|
|
"ingredients": [
|
|
{"itemDefinitionId": "food_ration", "quantity": 2},
|
|
{"itemDefinitionId": "mana_crystal_small", "quantity": 1}
|
|
],
|
|
"result": {"itemDefinitionId": "stamina_drink", "quantity": 2}
|
|
},
|
|
{
|
|
"id": "distill_blood_vial",
|
|
"nameKey": "recipe.distill_blood_vial",
|
|
"workstation": "Distillery",
|
|
"ingredients": [
|
|
{"itemDefinitionId": "health_potion_small", "quantity": 2},
|
|
{"itemDefinitionId": "darkfantasy_ring", "quantity": 1}
|
|
],
|
|
"result": {"itemDefinitionId": "blood_vial", "quantity": 2}
|
|
},
|
|
{
|
|
"id": "brew_pirate_rum",
|
|
"nameKey": "recipe.brew_pirate_rum",
|
|
"workstation": "BrewingVat",
|
|
"ingredients": [
|
|
{"itemDefinitionId": "food_ration", "quantity": 3},
|
|
{"itemDefinitionId": "stamina_drink", "quantity": 1}
|
|
],
|
|
"result": {"itemDefinitionId": "pirate_rum", "quantity": 1}
|
|
},
|
|
{
|
|
"id": "synthesize_energy_cell",
|
|
"nameKey": "recipe.synthesize_energy_cell",
|
|
"workstation": "MatterSynthesizer",
|
|
"ingredients": [
|
|
{"itemDefinitionId": "mana_crystal_small", "quantity": 2},
|
|
{"itemDefinitionId": "material_iron_ingot", "quantity": 1}
|
|
],
|
|
"result": {"itemDefinitionId": "energy_cell", "quantity": 1}
|
|
},
|
|
{
|
|
"id": "pressurize_oxygen_tank",
|
|
"nameKey": "recipe.pressurize_oxygen_tank",
|
|
"workstation": "EngineerDesk",
|
|
"ingredients": [
|
|
{"itemDefinitionId": "material_steel_ingot", "quantity": 1},
|
|
{"itemDefinitionId": "energy_cell", "quantity": 1}
|
|
],
|
|
"result": {"itemDefinitionId": "oxygen_tank", "quantity": 2}
|
|
},
|
|
|
|
{
|
|
"id": "dye_hair_cyberpunk",
|
|
"nameKey": "recipe.dye_hair_cyberpunk",
|
|
"workstation": "DyeBasin",
|
|
"ingredients": [
|
|
{"itemDefinitionId": "cosmetic_hair_braided", "quantity": 1},
|
|
{"itemDefinitionId": "tint_neon", "quantity": 1}
|
|
],
|
|
"result": {"itemDefinitionId": "cosmetic_hair_cyberpunk", "quantity": 1}
|
|
},
|
|
{
|
|
"id": "tailor_body_suit",
|
|
"nameKey": "recipe.tailor_body_suit",
|
|
"workstation": "TailorTable",
|
|
"ingredients": [
|
|
{"itemDefinitionId": "cosmetic_body_tshirt", "quantity": 1},
|
|
{"itemDefinitionId": "material_iron_ingot", "quantity": 2},
|
|
{"itemDefinitionId": "tint_silver", "quantity": 1}
|
|
],
|
|
"result": {"itemDefinitionId": "cosmetic_body_suit", "quantity": 1}
|
|
},
|
|
{
|
|
"id": "craft_pilot_glasses",
|
|
"nameKey": "recipe.craft_pilot_glasses",
|
|
"workstation": "Workbench",
|
|
"ingredients": [
|
|
{"itemDefinitionId": "cosmetic_eyes_sunglasses", "quantity": 1},
|
|
{"itemDefinitionId": "material_bronze_ingot", "quantity": 1},
|
|
{"itemDefinitionId": "tint_silver", "quantity": 1}
|
|
],
|
|
"result": {"itemDefinitionId": "cosmetic_eyes_pilotglasses", "quantity": 1}
|
|
},
|
|
{
|
|
"id": "forge_armored_plate",
|
|
"nameKey": "recipe.forge_armored_plate",
|
|
"workstation": "Forge",
|
|
"ingredients": [
|
|
{"itemDefinitionId": "cosmetic_body_suit", "quantity": 1},
|
|
{"itemDefinitionId": "material_steel_ingot", "quantity": 3},
|
|
{"itemDefinitionId": "material_carbonfiber_sheet", "quantity": 1}
|
|
],
|
|
"result": {"itemDefinitionId": "cosmetic_body_armored", "quantity": 1}
|
|
},
|
|
{
|
|
"id": "weld_mechanical_arms",
|
|
"nameKey": "recipe.weld_mechanical_arms",
|
|
"workstation": "WeldingStation",
|
|
"ingredients": [
|
|
{"itemDefinitionId": "cosmetic_arms_regular", "quantity": 1},
|
|
{"itemDefinitionId": "material_titanium_ingot", "quantity": 2},
|
|
{"itemDefinitionId": "energy_cell", "quantity": 1}
|
|
],
|
|
"result": {"itemDefinitionId": "cosmetic_arms_mechanical", "quantity": 1}
|
|
},
|
|
{
|
|
"id": "engineer_rocket_boots",
|
|
"nameKey": "recipe.engineer_rocket_boots",
|
|
"workstation": "EngineerDesk",
|
|
"ingredients": [
|
|
{"itemDefinitionId": "cosmetic_legs_short", "quantity": 1},
|
|
{"itemDefinitionId": "material_titanium_ingot", "quantity": 1},
|
|
{"itemDefinitionId": "energy_cell", "quantity": 2}
|
|
],
|
|
"result": {"itemDefinitionId": "cosmetic_legs_rocketboots", "quantity": 1}
|
|
},
|
|
|
|
{
|
|
"id": "chart_star_navigation",
|
|
"nameKey": "recipe.chart_star_navigation",
|
|
"workstation": "DrawingTable",
|
|
"ingredients": [
|
|
{"itemDefinitionId": "space_coordinates", "quantity": 1},
|
|
{"itemDefinitionId": "space_map", "quantity": 1}
|
|
],
|
|
"result": {"itemDefinitionId": "space_key", "quantity": 1}
|
|
},
|
|
{
|
|
"id": "engrave_royal_seal",
|
|
"nameKey": "recipe.engrave_royal_seal",
|
|
"workstation": "EngravingBench",
|
|
"ingredients": [
|
|
{"itemDefinitionId": "medieval_crest", "quantity": 1},
|
|
{"itemDefinitionId": "medieval_scroll", "quantity": 1},
|
|
{"itemDefinitionId": "material_bronze_ingot", "quantity": 1}
|
|
],
|
|
"result": {"itemDefinitionId": "medieval_seal", "quantity": 1}
|
|
},
|
|
{
|
|
"id": "enchant_dark_grimoire",
|
|
"nameKey": "recipe.enchant_dark_grimoire",
|
|
"workstation": "TransformationPentacle",
|
|
"ingredients": [
|
|
{"itemDefinitionId": "darkfantasy_ring", "quantity": 2},
|
|
{"itemDefinitionId": "blood_vial", "quantity": 2},
|
|
{"itemDefinitionId": "mana_crystal_medium", "quantity": 1}
|
|
],
|
|
"result": {"itemDefinitionId": "darkfantasy_grimoire", "quantity": 1}
|
|
},
|
|
{
|
|
"id": "fuse_cosmic_crystal",
|
|
"nameKey": "recipe.fuse_cosmic_crystal",
|
|
"workstation": "MatterSynthesizer",
|
|
"ingredients": [
|
|
{"itemDefinitionId": "cosmic_shard", "quantity": 3},
|
|
{"itemDefinitionId": "energy_cell", "quantity": 1}
|
|
],
|
|
"result": {"itemDefinitionId": "cosmic_crystal", "quantity": 1}
|
|
},
|
|
{
|
|
"id": "splice_glowing_dna",
|
|
"nameKey": "recipe.splice_glowing_dna",
|
|
"workstation": "GeneticModStation",
|
|
"ingredients": [
|
|
{"itemDefinitionId": "microscopic_bacteria", "quantity": 2},
|
|
{"itemDefinitionId": "microscopic_prion", "quantity": 1}
|
|
],
|
|
"result": {"itemDefinitionId": "microscopic_dna", "quantity": 1}
|
|
},
|
|
{
|
|
"id": "preserve_amber",
|
|
"nameKey": "recipe.preserve_amber",
|
|
"workstation": "StasisChamber",
|
|
"ingredients": [
|
|
{"itemDefinitionId": "prehistoric_tooth", "quantity": 2},
|
|
{"itemDefinitionId": "material_wood_refined", "quantity": 1}
|
|
],
|
|
"result": {"itemDefinitionId": "prehistoric_amber", "quantity": 1}
|
|
},
|
|
|
|
{
|
|
"id": "craft_box_not_great",
|
|
"nameKey": "recipe.craft_box_not_great",
|
|
"workstation": "SawingPost",
|
|
"ingredients": [
|
|
{"itemDefinitionId": "material_wood_raw", "quantity": 3}
|
|
],
|
|
"result": {"itemDefinitionId": "box_not_great", "quantity": 1}
|
|
},
|
|
{
|
|
"id": "craft_box_ok_tier",
|
|
"nameKey": "recipe.craft_box_ok_tier",
|
|
"workstation": "Workbench",
|
|
"ingredients": [
|
|
{"itemDefinitionId": "material_wood_refined", "quantity": 2},
|
|
{"itemDefinitionId": "material_bronze_ingot", "quantity": 1}
|
|
],
|
|
"result": {"itemDefinitionId": "box_ok_tier", "quantity": 1}
|
|
},
|
|
{
|
|
"id": "craft_box_cool",
|
|
"nameKey": "recipe.craft_box_cool",
|
|
"workstation": "Forge",
|
|
"ingredients": [
|
|
{"itemDefinitionId": "material_steel_ingot", "quantity": 2},
|
|
{"itemDefinitionId": "tint_neon", "quantity": 1}
|
|
],
|
|
"result": {"itemDefinitionId": "box_cool", "quantity": 1}
|
|
},
|
|
{
|
|
"id": "craft_box_supply",
|
|
"nameKey": "recipe.craft_box_supply",
|
|
"workstation": "Workbench",
|
|
"ingredients": [
|
|
{"itemDefinitionId": "material_wood_raw", "quantity": 2},
|
|
{"itemDefinitionId": "food_ration", "quantity": 2}
|
|
],
|
|
"result": {"itemDefinitionId": "box_supply", "quantity": 1}
|
|
},
|
|
{
|
|
"id": "craft_box_style",
|
|
"nameKey": "recipe.craft_box_style",
|
|
"workstation": "PaintingSpace",
|
|
"ingredients": [
|
|
{"itemDefinitionId": "material_wood_refined", "quantity": 1},
|
|
{"itemDefinitionId": "tint_purple", "quantity": 1},
|
|
{"itemDefinitionId": "tint_warmpink", "quantity": 1}
|
|
],
|
|
"result": {"itemDefinitionId": "box_style", "quantity": 1}
|
|
},
|
|
{
|
|
"id": "craft_box_epic",
|
|
"nameKey": "recipe.craft_box_epic",
|
|
"workstation": "Printer3D",
|
|
"ingredients": [
|
|
{"itemDefinitionId": "material_titanium_ingot", "quantity": 2},
|
|
{"itemDefinitionId": "material_carbonfiber_sheet", "quantity": 1},
|
|
{"itemDefinitionId": "tint_gold", "quantity": 1}
|
|
],
|
|
"result": {"itemDefinitionId": "box_epic", "quantity": 1}
|
|
}
|
|
]
|