Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/master' into dev
Browse files Browse the repository at this point in the history
  • Loading branch information
bkentel committed Jan 3, 2015
2 parents 696dc99 + ea508bb commit 98cab00
Show file tree
Hide file tree
Showing 32 changed files with 2,944 additions and 557 deletions.
16 changes: 16 additions & 0 deletions data/json/items/vehicle_parts.json
Original file line number Diff line number Diff line change
Expand Up @@ -645,6 +645,22 @@
"category" : "veh_parts",
"price" : 6000
},
{
"type":"GENERIC",
"id" : "sheet_metal_lit",
"name" : "wired sheet metal",
"description" : "Sheet metal that has had light housing wired into it.",
"weight" : 1200,
"to_hit" : -2,
"color" : "light_cyan",
"symbol" : "]",
"material" : ["steel", "plastic", "null"],
"volume" : 5,
"bashing" : 5,
"cutting" : 0,
"category" : "veh_parts",
"price" : 7500
},
{
"type":"GENERIC",
"id" : "wood_plate",
Expand Down
32 changes: 32 additions & 0 deletions data/json/recipes/recipe_electronics.json
Original file line number Diff line number Diff line change
Expand Up @@ -298,6 +298,38 @@
[ [ "battery", 15 ] ],
[ [ "e_scrap", 1 ] ]
]
},{
"type" : "recipe",
"result": "sheet_metal_lit",
"category": "CC_ELECTRONIC",
"subcategory": "CSC_ELECTRONIC_LIGHTING",
"skill_used": "electronics",
"difficulty": 1,
"time": 15000,
"reversible": false,
"autolearn": false,
"book_learn": [[ "manual_electronics", 1 ] , [ "mag_electronics", 1 ]],
"tools": [
[
[ "soldering_iron", 5 ],
[ "toolset", 5 ]
]
],
"components": [
[
[ "sheet_metal", 1 ]
],
[
[ "lightstrip_inactive", 1 ],
[ "flashlight", 1 ]
],
[
[ "cable", 10 ]
],
[
[ "plastic_chunk", 2 ]
]
]
},{
"type" : "recipe",
"result": "flashlight",
Expand Down
3 changes: 3 additions & 0 deletions data/json/recipes/recipe_others.json
Original file line number Diff line number Diff line change
Expand Up @@ -1553,6 +1553,9 @@
],
[
[ "wire", 3 ]
],
[
[ "cable", 10 ]
]
]
},{
Expand Down
Loading

0 comments on commit 98cab00

Please sign in to comment.