aboutsummaryrefslogtreecommitdiff
path: root/tools.json
diff options
context:
space:
mode:
Diffstat (limited to 'tools.json')
-rw-r--r--tools.json35
1 files changed, 18 insertions, 17 deletions
diff --git a/tools.json b/tools.json
index a70a44e..2599323 100644
--- a/tools.json
+++ b/tools.json
@@ -9,7 +9,7 @@
"symbol": ")",
"color": "dark_gray",
"price": "50 USD",
- "material": [ "maid" ],
+ "material": [ "flesh" ],
"volume": "250 ml",
"category": "tools"
},
@@ -23,7 +23,7 @@
"symbol": "M",
"color": "dark_gray",
"price": "50 USD",
- "material": [ "glass", "maid" ],
+ "material": [ "glass", "flesh" ],
"volume": "250 ml",
"use_action": {
"type": "delayed_transform",
@@ -43,7 +43,7 @@
"name": { "str": "growing shoggoth maid" },
"description": "The meat inside this flask glows with iridescent colors. It's lightly shivering.",
"price": "600 USD",
- "material": [ "glass", "maid" ],
+ "material": [ "glass", "flesh" ],
"weight": "1200 g",
"volume": "250 ml",
"use_action": {
@@ -63,7 +63,7 @@
"symbol": "m",
"color": "white",
"price": "50 USD",
- "material": [ "maid" ],
+ "material": [ "flesh" ],
"volume": "250 ml",
"use_action": {
"type": "delayed_transform",
@@ -83,7 +83,7 @@
"name": { "str": "Revitalized Cute Maid" },
"description": "'What's up? Why haven't you put me on the ground yet? Ah, you want me to stay tiny for a little while longer? Ehh... I suppose it can't be helped.'",
"price": "600 USD",
- "material": [ "maid" ],
+ "material": [ "flesh" ],
"weight": "1200 g",
"volume": "250 ml",
"use_action": {
@@ -155,7 +155,7 @@
"symbol": "m",
"color": "white",
"price": "50 USD",
- "material": [ "maid" ],
+ "material": [ "flesh" ],
"volume": "250 ml",
"use_action": {
"type": "delayed_transform",
@@ -175,7 +175,7 @@
"name": { "str": "Revitalized Little Maid" },
"description": "Your little maid seems to have made a complete recovery.",
"price": "600 USD",
- "material": [ "maid" ],
+ "material": [ "flesh" ],
"weight": "1200 g",
"volume": "250 ml",
"use_action": {
@@ -187,23 +187,22 @@
},
{
"id": "maid_mess_kit",
- "sub": "hotplate",
"type": "TOOL",
- "symbol": ";",
- "color": "brown",
"name": { "str": "maid's cookware kit" },
"description": "A set of secret maid cookware.",
- "price": "20 USD",
- "material": [ "steel" ],
- "techniques": [ "BRUTAL", "WBLOCK_1" ],
- "flags": [ "DURABLE_MELEE", "ALLOWS_REMOTE_USE" ],
"weight": "1000 g",
"volume": "1250 ml",
+ "price": 2000,
+ "price_postapoc": 400,
+ "to_hit": 1,
"cutting": 18,
"bashing": 18,
- "to_hit": 1,
+ "material": [ "steel" ],
+ "symbol": ";",
+ "color": "brown",
+ "ammo": [ "battery" ],
+ "sub": "hotplate",
"charges_per_use": 1,
- "ammo": "battery",
"qualities": [ [ "COOK", 3 ], [ "BOIL", 2 ], [ "CONTAIN", 1 ], [ "CHEM", 1 ], [ "CUT", 1 ], [ "BUTCHER", 25 ] ],
"use_action": [ "HOTPLATE", "HEAT_FOOD" ],
"magazines": [
@@ -212,6 +211,8 @@
[ "medium_battery_cell", "medium_plus_battery_cell", "medium_atomic_battery_cell", "medium_disposable_cell" ]
]
],
- "magazine_well": "500 ml"
+ "magazine_well": "500 ml",
+ "techniques": [ "BRUTAL", "WBLOCK_1" ],
+ "flags": [ "DURABLE_MELEE", "ALLOWS_REMOTE_USE" ]
}
]