Skip to content

Commit

Permalink
Extracts and Concentrates pt 1 (#37936)
Browse files Browse the repository at this point in the history
  • Loading branch information
NastyNate2612 authored and ZhilkinSerg committed Apr 2, 2020
1 parent e0b7305 commit 7c100cc
Showing 1 changed file with 102 additions and 0 deletions.
102 changes: 102 additions & 0 deletions data/json/items/tool/misc.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,30 @@
"color": "yellow",
"flags": [ "WATCH", "ALARMCLOCK" ]
},
{
"type": "TOOL",
"id": "butane_can",
"name": { "str": "can of butane", "str_pl": "cans of butane" },
"description": "A typical can of butane that you would normally use to fill a lighter. It could be useful as a fuel, but also as a solvent or chemical reagent.",
"symbol": "!",
"color": "dark_gray",
"looks_like": "spray_can",
"weight": "420 g",
"volume": "500 ml",
"price": 1500,
"initial_charges": 30,
"max_charges": 30,
"charges_per_use": 1,
"material": "steel",
"flags": [ "EXPLOSIVE", "EXPLODES" ],
"explosion": {
"power": 4503,
"distance_factor": 0.1,
"fire": true,
"shrapnel": { "casing_mass": 50, "fragment_mass": 0.05, "recovery": 0 }
},
"explode_in_fire": true
},
{
"id": "cow_bell",
"type": "TOOL",
Expand All @@ -58,6 +82,68 @@
"color": "brown",
"use_action": "BELL"
},
{
"type": "TOOL",
"id": "dab_pen",
"name": { "str": "dab pen" },
"description": "A battery operated dab pen used for smoking cannabis distillate cartridges.",
"symbol": "!",
"color": "dark_gray",
"looks_like": "ecig",
"weight": "20 g",
"volume": "100 ml",
"price": 2500,
"material": "plastic",
"ammo": "battery",
"magazines": [
[
"battery",
[ "light_minus_battery_cell", "light_minus_disposable_cell", "light_battery_cell", "light_disposable_cell" ]
]
],
"charges_per_use": 1,
"max_charges": 100,
"use_action": {
"target": "dab_pen_on",
"msg": "You turn on the dab pen.",
"active": true,
"need_charges": 1,
"need_charges_msg": "The dab pen's batteries need more charge.",
"type": "transform"
}
},
{
"type": "TOOL",
"id": "dab_pen_on",
"name": { "str": "dab pen (on)", "str_pl": "dab pens (on)" },
"description": "This dab pen, for vaporizing cannabis, is turned on. Now all you need is a distillate cartridge and you're ready to rock and roll.",
"symbol": "!",
"color": "dark_gray",
"looks_like": "ecig",
"weight": "20 g",
"volume": "100 ml",
"price": 2500,
"material": "plastic",
"ammo": "battery",
"power_draw": 9000,
"revert_to": "dab_pen",
"magazines": [
[
"battery",
[ "light_minus_battery_cell", "light_minus_disposable_cell", "light_battery_cell", "light_disposable_cell" ]
]
],
"charges_per_use": 1,
"max_charges": 100,
"use_action": {
"target": "dab_pen",
"msg": "You turn off the dab pen.",
"active": false,
"need_charges": 0,
"need_charges_msg": "The dab pen's batteries need more charge.",
"type": "transform"
}
},
{
"id": "e_tool",
"type": "TOOL",
Expand Down Expand Up @@ -345,6 +431,22 @@
"weight": "600 g",
"flags": [ "TRADER_AVOID" ]
},
{
"type": "TOOL",
"id": "gasket_plastic",
"name": { "str": "plastic gasket" },
"description": " A single-use plastic gasket.",
"symbol": "(",
"color": "dark_gray",
"looks_like": "plastic_chunk",
"weight": "5 g",
"volume": "30 ml",
"//": "gasket sizes range from 1in diameter to 6in.",
"price": 150,
"to_hit": 10,
"bashing": 1,
"material": "plastic"
},
{
"id": "permanent_marker",
"type": "TOOL",
Expand Down

0 comments on commit 7c100cc

Please sign in to comment.