summaryrefslogtreecommitdiff
path: root/vamp_stuff/Modification_Files/Items/Tools/v_tools.json
diff options
context:
space:
mode:
Diffstat (limited to 'vamp_stuff/Modification_Files/Items/Tools/v_tools.json')
-rw-r--r--vamp_stuff/Modification_Files/Items/Tools/v_tools.json14
1 files changed, 6 insertions, 8 deletions
diff --git a/vamp_stuff/Modification_Files/Items/Tools/v_tools.json b/vamp_stuff/Modification_Files/Items/Tools/v_tools.json
index 5d8bbe2..d4080d4 100644
--- a/vamp_stuff/Modification_Files/Items/Tools/v_tools.json
+++ b/vamp_stuff/Modification_Files/Items/Tools/v_tools.json
@@ -1,14 +1,14 @@
[
{
"id": "bloodcompressor",
- "looks_like": "tailors_kit",
+ "looks_like": "sewing_kit",
"type": "TOOL",
"name": { "str": "blood compactor" },
"description": "A large compaction tool essential to make blood compacts from powders. The tiny tissue filaments of human cells will be reinforced into strong and tough leathery sheets, which can then be tailored into clothing.",
"weight": "5350 g",
"volume": "3250 ml",
- "price": "0 cent",
- "price_postapoc": "1500 USD",
+ "price": 0,
+ "price_postapoc": 150000,
"to_hit": -1,
"bashing": 3,
"material": [ "steel", "glass" ],
@@ -17,11 +17,9 @@
"ammo": [ "battery" ],
"charges_per_use": 150,
"qualities": [ [ "BCOMPRESSING", 1 ], [ "CUT", 3 ] ],
- "magazines": [
- [
- "battery",
- [ "heavy_battery_cell", "heavy_plus_battery_cell", "heavy_atomic_battery_cell", "heavy_disposable_cell" ]
- ]
+ "flags": [ "WATER_BREAK_ACTIVE", "ELECTRONIC" ],
+ "pocket_data": [
+ { "pocket_type": "MAGAZINE_WELL", "flag_restriction": [ "BATTERY_HEAVY" ], "default_magazine": "heavy_battery_cell" }
]
}
]