summaryrefslogtreecommitdiff
path: root/json/recipes/recipe_companion.json
blob: ef049b406663137dd94ea8440725272db7d4e6db (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
[
  { 
    "type": "recipe",
    "result": "combatnail",
    "id_suffix": "npc_drop",
    "category": "CC_AMMO",
    "subcategory": "CSC_AMMO_OTHER",
    "skill_used": "fabrication",
    "difficulty": 1,
    "time": "45 m",
    "autolearn": false,
    "never_learn": true,
    "qualities": [ { "id": "ANVIL", "level": 3 }, { "id": "HAMMER", "level": 5 }, { "id": "CHISEL", "level": 3 } ],
    "tools": [ [ [ "tongs", -1 ] ], [ [ "swage", -1 ] ], [ [ "forge", 5 ], [ "oxy_torch", 1 ] ] ],
    "components": [ [ [ "steel_chunk", 1 ], [ "scrap", 3 ] ] ]
  }
]