recipe
Craft Bronze Sword
Ingredients
- Bronze Bar ×2
- Wood ×1
Produces
Play action
Raw definition
{
"crafting_skill": "core:smithing",
"direction_requirement": null,
"id": "core:craft_bronze_sword",
"inputs": [
[
"core:bronze_bar",
2
],
[
"core:wood",
1
]
],
"name": "Craft Bronze Sword",
"output": "core:bronze_sword",
"output_count": 1,
"play_action": "core:smith",
"research_prerequisite": "core:bronze_arms",
"secondary_outputs": [],
"stakes": "QualityAndInputs",
"work_ticks": 70,
"workstation": "core:forge",
"yield_ladder": null
}