summaryrefslogtreecommitdiff
path: root/json/items/tool/lighting.json
diff options
context:
space:
mode:
Diffstat (limited to 'json/items/tool/lighting.json')
-rw-r--r--json/items/tool/lighting.json18
1 files changed, 18 insertions, 0 deletions
diff --git a/json/items/tool/lighting.json b/json/items/tool/lighting.json
new file mode 100644
index 0000000..c076b27
--- /dev/null
+++ b/json/items/tool/lighting.json
@@ -0,0 +1,18 @@
+[
+ {
+ "id": "handflare",
+ "copy-from": "handflare",
+ "type": "TOOL",
+ "category": "tools",
+ "name": { "str": "flare" },
+ "flags": [ "GRENADE" ]
+ },
+ {
+ "id": "glowstick",
+ "copy-from": "glowstick",
+ "type": "TOOL",
+ "category": "tools",
+ "name": { "str": "glowstick" },
+ "volume": "70 ml"
+ }
+]