diff options
Diffstat (limited to 'json')
| -rw-r--r-- | json/recipes/recipe_obsolete.json | 5 | ||||
| -rw-r--r-- | json/recipes/weapons/explosive.json | 19 | 
2 files changed, 24 insertions, 0 deletions
diff --git a/json/recipes/recipe_obsolete.json b/json/recipes/recipe_obsolete.json index 7b3129f..b8a7bf1 100644 --- a/json/recipes/recipe_obsolete.json +++ b/json/recipes/recipe_obsolete.json @@ -3,5 +3,10 @@      "type": "recipe",      "result": "grenade",      "obsolete": false +  }, +  { +    "type": "recipe", +    "result": "scrambler", +    "obsolete": false    }  ] diff --git a/json/recipes/weapons/explosive.json b/json/recipes/weapons/explosive.json index fad57a6..dbe99e1 100644 --- a/json/recipes/weapons/explosive.json +++ b/json/recipes/weapons/explosive.json @@ -55,5 +55,24 @@        [ [ "superglue", 1 ], [ "duct_tape", 75 ], [ "cordage", 1, "LIST" ] ],        [ [ "canister_empty", 1 ], [ "can_drink_unsealed", 1 ], [ "clay_canister", 1 ], [ "can_food_unsealed", 1 ] ]      ] +  }, +  { +    "result": "scrambler", +    "type" : "recipe", +    "category": "CC_WEAPON", +    "subcategory": "CSC_WEAPON_EXPLOSIVE", +    "skill_used": "electronics", +    "skills_required": [ "computer", 4 ], +    "difficulty": 8, +    "time": "30 m", +    "book_learn": [ [ "textbook_anarch", 8 ] ], +    "using": [ [ "soldering_standard", 6 ] ], +    "qualities" : [ { "id": "SCREW", "level": 1 } ], +    "components": [ +      [ [ "grenade_emp", 1 ] ], +      [ [ "antenna", 1 ] ], +      [ [ "transponder", 1 ] ], +      [ [ "e_scrap", 2 ] ] +    ]    }  ]  | 
