Skip to content

Commit

Permalink
Add glass prisms and light detectors
Browse files Browse the repository at this point in the history
These are for crafting the spectrophotometer.
  • Loading branch information
I-am-Erk committed Dec 22, 2018
1 parent 3a5984a commit ad74e74
Showing 1 changed file with 29 additions and 0 deletions.
29 changes: 29 additions & 0 deletions data/json/items/tool/science.json
Expand Up @@ -127,5 +127,34 @@
"material": [ "plastic", "glass" ],
"symbol": ";",
"color": "light_gray",
},
{
"id": "light_detector",
"type": "TOOL",
"category": "tools",
"name": "light detector",
"description": "This is a photodiode on a chip, designed to convert incoming light to electrical energy for quantification.",
"weight": 50,
"volume": 1,
"price": 400,
"to_hit": -5,
"looks_like": "e_scrap"
"material": [ "plastic" ],
"symbol": "#",
"color": "light_gray",
},
{
"id": "glass_prism",
"type": "TOOL",
"category": "tools",
"name": "glass prism",
"description": "This is a high quality crystal glass prism for separating and redirecting light.",
"weight": 50,
"volume": 1,
"price": 400,
"to_hit": -5,
"material": [ "glass" ],
"symbol": "^",
"color": "white",
}
]

0 comments on commit ad74e74

Please sign in to comment.