Skip to content

Commit

Permalink
sheet metal and solar cell -> spare_parts and generic.json
Browse files Browse the repository at this point in the history
  • Loading branch information
Theundyingcode committed Oct 26, 2018
1 parent 167f01d commit 68556c4
Showing 1 changed file with 31 additions and 0 deletions.
31 changes: 31 additions & 0 deletions data/json/items/generic.json
Original file line number Diff line number Diff line change
Expand Up @@ -2758,5 +2758,36 @@
"material": "plastic",
"symbol": ")",
"color": "green"
},
{
"type":"GENERIC",
"id" : "sheet_metal",
"name" : "sheet metal",
"description" : "A thin sheet of metal.",
"//" : "Roughly in the 70cm×70cm×1.5mm to 1m×1m×0.75mm range. Has to be folded / rolled up when in inventory, so 75% density compared to solid block.",
"weight" : 6000,
"to_hit" : -2,
"color" : "light_cyan",
"symbol" : "]",
"material" : ["steel"],
"volume" : 4,
"bashing" : 5,
"category" : "spare_parts",
"price" : 6000
},
{
"type":"GENERIC",
"id" : "solar_cell",
"name" : "solar cell",
"description" : "A small electronic device that can convert solar radiation into electric power. Useful for crafting.",
"weight" : 500,
"to_hit" : -4,
"color" : "yellow",
"symbol" : ";",
"material" : ["glass"],
"volume" : 1,
"bashing" : 1,
"category" : "spare_parts",
"price" : 5000
}
]

0 comments on commit 68556c4

Please sign in to comment.