summaryrefslogtreecommitdiff
path: root/json/recipes/mods.json
blob: e6e2a2562a891c65a3dd43f5550cb7df311fa7a3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
[
  {
    "result": "m26_mass_mod",
    "type": "recipe",
    "category": "CC_WEAPON",
    "subcategory": "CSC_WEAPON_MODS",
    "skill_used": "fabrication",
    "difficulty": 7,
    "skills_required": [ [ "gun", 2 ], [ "shotgun", 2 ] ],
    "time": "90 m",
    "autolearn": true,
    "tools": [ [ [ "large_repairkit", 50 ], [ "small_repairkit", 100 ] ] ],
    "components": [ [ [ "m26_mass", 1 ] ], [ [ "scrap", 3 ] ], [ [ "plastic_chunk", 1 ] ] ]
  }
]