Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Extracts and Concentrates pt 3 #37942

Merged
20 changes: 20 additions & 0 deletions data/json/items/book/fabrication.json
Original file line number Diff line number Diff line change
Expand Up @@ -478,5 +478,25 @@
"intelligence": 4,
"time": "30 m",
"fun": -2
},
{
"id": "eac_textbook_extraction",
NastyNate2612 marked this conversation as resolved.
Show resolved Hide resolved
"type": "BOOK",
"name": { "str": "The Essential Oil Enthusiasts Handbook", "str_pl": "copies of The Essential Oil Enthusiasts Handbook" },
"description": "A heavy hardback book explaining the process of essential oil making and schematics for the equipment to do it. Good luck and don't blow yourself up! ",
NastyNate2612 marked this conversation as resolved.
Show resolved Hide resolved
"looks_like": "textbook_chemistry",
"weight": "1420 g",
"volume": "1 L",
"price": 6000,
"price_postapoc": 10000,
"bashing": 4,
"material": [ "paper" ],
"symbol": "?",
"color": "blue",
"skill": "fabrication",
"required_level": 5,
"max_level": 8,
"intelligence": 10,
"time": "60 m"
}
]
20 changes: 20 additions & 0 deletions data/json/items/containers.json
Original file line number Diff line number Diff line change
Expand Up @@ -330,6 +330,26 @@
"contains": "5 L",
"use_action": { "type": "deploy_furn", "furn_type": "f_cardboard_box" }
},
{
"id": "eac_flask_buchner",
NastyNate2612 marked this conversation as resolved.
Show resolved Hide resolved
"type": "CONTAINER",
"category": "container",
"name": "buchner flask",
"name_plural": "buchner flasks",
"description": "a 5 L glass flask that has a 3in tapered spout coming out of the side near the top of the flask. Used to filter out solids from liquids assisted by a vacuum pump.",
NastyNate2612 marked this conversation as resolved.
Show resolved Hide resolved
"weight": "1362 g",
"volume": "5000 ml",
"price": 7500,
"bashing": 2,
"material": "glass",
"symbol": ")",
"color": "light_cyan",
"contains": "5000 ml",
"seals": false,
"watertight": true,
"qualities": [ [ "BOIL", 1 ] ],
"looks_like": "flask_glass"
},
{
"id": "bucket",
"type": "CONTAINER",
Expand Down
212 changes: 212 additions & 0 deletions data/json/items/tool/science.json
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,218 @@
],
"magazine_well": 0
},
{
"id": "eac_extractor_small",
NastyNate2612 marked this conversation as resolved.
Show resolved Hide resolved
"type": "TOOL",
"name": "small closed loop extractor",
NastyNate2612 marked this conversation as resolved.
Show resolved Hide resolved
"name_plural": "small closed loop extractors",
NastyNate2612 marked this conversation as resolved.
Show resolved Hide resolved
"description": "A small closed loop extractor used for extracting essential oils from organic material producing a high quality extract. It consists of a 6in x 4ft metal tube clamped onto a 5gal steel honey pot. You pack the organic material in the tube, run solvent through the material, then collect the essential oils from the honey pot. Must be powered up to operate. ",
NastyNate2612 marked this conversation as resolved.
Show resolved Hide resolved
"symbol": "E",
"color": "dark_gray",
"looks_like": "still",
"weight": "36000 g",
"volume": "60 L",
"price": 500000,
"to_hit": -10,
"bashing": 40,
"material": "steel",
"flags": [ "ALLOWS_REMOTE_USE" ],
"ammo": "battery",
"power_draw": 1500000,
"charges_per_use": 1,
"use_action": {
"target": "eac_extractor_small_on",
NastyNate2612 marked this conversation as resolved.
Show resolved Hide resolved
"msg": "You turn on the small closed loop extractor.",
"menu_text": "turn on",
"active": true,
"need_charges": 1,
"need_charges_msg": "The small closed loop extractor's batteries need more charge. ",
"type": "transform"
},
"magazines": [
[
"battery",
[
"medium_battery_cell",
"medium_plus_battery_cell",
"medium_disposable_cell",
"medium_atomic_battery_cell",
"heavy_battery_cell",
"heavy_plus_battery_cell",
"heavy_disposable_cell",
"heavy_atomic_battery_cell",
"small_storage_battery",
"medium_storage_battery",
"large_storage_battery",
"storage_battery"
]
]
],
"qualities": [ [ "EXTRACT", 2 ] ]
},
{
"id": "eac_extractor_small_on",
NastyNate2612 marked this conversation as resolved.
Show resolved Hide resolved
"type": "TOOL",
"name": "small closed loop extractor (on)",
NastyNate2612 marked this conversation as resolved.
Show resolved Hide resolved
"name_plural": "small closed loop extractors (on)",
NastyNate2612 marked this conversation as resolved.
Show resolved Hide resolved
"description": "The small closed loop extractor is running, you just need some material to pack the tube with and some butane and you're good to go. ",
NastyNate2612 marked this conversation as resolved.
Show resolved Hide resolved
"symbol": "E",
"color": "dark_gray",
"looks_like": "still",
"weight": "36000 g",
"volume": "60 L",
"price": 500000,
"to_hit": -10,
"bashing": 40,
"material": "steel",
"flags": [ "ALLOWS_REMOTE_USE", "TRADER_AVOID" ],
"ammo": "battery",
"power_draw": 1500000,
"revert_to": "eac_extractor_small",
NastyNate2612 marked this conversation as resolved.
Show resolved Hide resolved
"charges_per_use": 1,
"use_action": {
"target": "eac_extractor_small",
NastyNate2612 marked this conversation as resolved.
Show resolved Hide resolved
"msg": "You turn off the small closed loop extractor.",
"menu_text": "turn off",
"need_charges": 0,
"need_charges_msg": "The small closed loop extractor's batteries need more charge. ",
NastyNate2612 marked this conversation as resolved.
Show resolved Hide resolved
"type": "transform"
},
"magazines": [
[
"battery",
[
"medium_battery_cell",
"medium_plus_battery_cell",
"medium_disposable_cell",
"medium_atomic_battery_cell",
"heavy_battery_cell",
"heavy_plus_battery_cell",
"heavy_disposable_cell",
"heavy_atomic_battery_cell",
"small_storage_battery",
"medium_storage_battery",
"large_storage_battery",
"storage_battery"
]
]
],
"qualities": [ [ "EXTRACT", 2 ] ]
},
{
"id": "eac_extractor_large",
NastyNate2612 marked this conversation as resolved.
Show resolved Hide resolved
"type": "TOOL",
"name": "large closed loop extractor",
NastyNate2612 marked this conversation as resolved.
Show resolved Hide resolved
"name_plural": "large closed loop extractors",
NastyNate2612 marked this conversation as resolved.
Show resolved Hide resolved
"description": "A large machine used for extracting essential oils from large batches of organic material producing a low quality crude oil. It consists of three 6in x 4ft metal tubes funneled into a 30gal drum thats set horizontally. A series of hoses and tubes come out of the machine going to different valves. It is quite intimidating. It needs to be powered up to operate. ",
NastyNate2612 marked this conversation as resolved.
Show resolved Hide resolved
"looks_like": "still",
"weight": "181600 g",
"volume": "240 L",
"price": 2000000,
"to_hit": -10,
"bashing": 40,
"material": "steel",
"symbol": "E",
"color": "dark_gray",
"flags": [ "ALLOWS_REMOTE_USE", "TRADER_AVOID" ],
"ammo": "battery",
"charges_per_use": 1,
"magazines": [
[
"battery",
[
"medium_battery_cell",
"medium_plus_battery_cell",
"medium_disposable_cell",
"medium_atomic_battery_cell",
"heavy_battery_cell",
"heavy_plus_battery_cell",
"heavy_disposable_cell",
"heavy_atomic_battery_cell",
"small_storage_battery",
"medium_storage_battery",
"large_storage_battery",
"storage_battery"
]
]
],
"use_action": {
"target": "eac_extractor_large_on",
NastyNate2612 marked this conversation as resolved.
Show resolved Hide resolved
"msg": "You turn on the large closed loop extractor.",
"menu_text": "turn on",
"active": true,
"need_charges": 1,
"need_charges_msg": "The large closed loop extractor's batteries need more charge. ",
NastyNate2612 marked this conversation as resolved.
Show resolved Hide resolved
"type": "transform"
},
"qualities": [ [ "EXTRACT", 1 ] ]
},
{
"id": "eac_extractor_large_on",
NastyNate2612 marked this conversation as resolved.
Show resolved Hide resolved
"type": "TOOL",
"name": "large closed loop extractor (on)",
NastyNate2612 marked this conversation as resolved.
Show resolved Hide resolved
"name_plural": "large closed loop extractors (on)",
NastyNate2612 marked this conversation as resolved.
Show resolved Hide resolved
"description": "The large closed loop extractor is running, you just need some material to pack the tube with and some butane and you're good to go. ",
NastyNate2612 marked this conversation as resolved.
Show resolved Hide resolved
"looks_like": "still",
"weight": "181600 g",
"volume": "240 L",
"price": 2000000,
"to_hit": -10,
"bashing": 40,
"material": "steel",
"symbol": "E",
"color": "dark_gray",
"flags": [ "ALLOWS_REMOTE_USE", "TRADER_AVOID" ],
"ammo": "battery",
"power_draw": 1500000,
"revert_to": "eac_extractor_large",
"charges_per_use": 1,
"magazines": [
[
"battery",
[
"medium_battery_cell",
"medium_plus_battery_cell",
"medium_disposable_cell",
"medium_atomic_battery_cell",
"heavy_battery_cell",
"heavy_plus_battery_cell",
"heavy_disposable_cell",
"heavy_atomic_battery_cell",
"small_storage_battery",
"medium_storage_battery",
"large_storage_battery",
"storage_battery"
]
]
],
"use_action": {
"target": "eac_extractor_large",
NastyNate2612 marked this conversation as resolved.
Show resolved Hide resolved
"msg": "You turn off the large closed loop extractor.",
"menu_text": "turn off",
"need_charges": 0,
"need_charges_msg": "The large closed loop extractor's batteries need more charge. ",
NastyNate2612 marked this conversation as resolved.
Show resolved Hide resolved
"type": "transform"
},
"qualities": [ [ "EXTRACT", 1 ] ]
},
{
"id": "eac_extractor_ethanol_crude",
NastyNate2612 marked this conversation as resolved.
Show resolved Hide resolved
"type": "TOOL",
"name": "makeshift essential oil extractor",
NastyNate2612 marked this conversation as resolved.
Show resolved Hide resolved
"name_plural": "makeshift essential oil extractors",
NastyNate2612 marked this conversation as resolved.
Show resolved Hide resolved
"description": "A makeshift extraction system. It's pretty much just a 55gal drum, a pipe to stir the solution, and a faucet at the bottom to drain the extractor. Not the most ideal piece of equipment but it will do for now",
NastyNate2612 marked this conversation as resolved.
Show resolved Hide resolved
"symbol": "E",
"color": "dark_gray",
"looks_like": "55gal_drum",
"weight": "22700 g",
"volume": "210 L",
"price": 20000,
"to_hit": -5,
"bashing": 8,
"material": "steel",
"qualities": [ [ "EXTRACT", 1 ] ]
},
{
"id": "hydrogen_tank",
"type": "TOOL",
Expand Down