From 569b87f0c3a3152af1a60de2f79338d2b4ea27ef Mon Sep 17 00:00:00 2001 From: Karol1223 Date: Thu, 6 Jul 2023 18:38:41 +0200 Subject: [PATCH] ceramics --- data/json/items/resources/misc.json | 11 ++++++----- data/json/recipes/recipe_deconstruction.json | 15 +++++++++------ data/json/uncraft/generic.json | 11 ++++++++++- 3 files changed, 25 insertions(+), 12 deletions(-) diff --git a/data/json/items/resources/misc.json b/data/json/items/resources/misc.json index 626f4c8d006bb..fd1cca7ad6c03 100644 --- a/data/json/items/resources/misc.json +++ b/data/json/items/resources/misc.json @@ -40,14 +40,15 @@ "symbol": "*", "color": "white", "name": { "str": "ceramic shard" }, - "description": "A broken ceramic shard. It is heavy and has a somewhat sharp edge, but it's too irregular to cut properly.", + "description": "A broken ceramic shard. It is relatively heavy for its size and has a somewhat sharp edge, but it's too irregular to cut properly.", "material": [ "ceramic" ], "flags": [ "TRADER_AVOID" ], - "weight": "750 g", - "volume": "250 ml", - "to_hit": -1, + "weight": "150 g", + "volume": "50 ml", + "longest_side": "8 cm", + "to_hit": { "grip": "bad", "length": "hand", "surface": "line", "balance": "clumsy" }, "qualities": [ [ "BUTCHER", -66 ] ], - "melee_damage": { "bash": 5, "cut": 2 } + "melee_damage": { "bash": 2, "cut": 2 } }, { "type": "GENERIC", diff --git a/data/json/recipes/recipe_deconstruction.json b/data/json/recipes/recipe_deconstruction.json index 43df7785e1422..14f5662c2c69d 100644 --- a/data/json/recipes/recipe_deconstruction.json +++ b/data/json/recipes/recipe_deconstruction.json @@ -2162,23 +2162,26 @@ { "result": "ceramic_bowl", "type": "uncraft", - "activity_level": "LIGHT_EXERCISE", + "activity_level": "NO_EXERCISE", "time": "3 s", - "components": [ [ [ "ceramic_shard", 1 ] ] ] + "components": [ [ [ "ceramic_shard", 2 ] ] ], + "flags": [ "BLIND_EASY" ] }, { "result": "ceramic_cup", "type": "uncraft", - "activity_level": "LIGHT_EXERCISE", + "activity_level": "NO_EXERCISE", "time": "3 s", - "components": [ [ [ "ceramic_shard", 1 ] ] ] + "components": [ [ [ "ceramic_shard", 2 ] ] ], + "flags": [ "BLIND_EASY" ] }, { "result": "ceramic_plate", "type": "uncraft", - "activity_level": "LIGHT_EXERCISE", + "activity_level": "NO_EXERCISE", "time": "3 s", - "components": [ [ [ "ceramic_shard", 1 ] ] ] + "components": [ [ [ "ceramic_shard", 2 ] ] ], + "flags": [ "BLIND_EASY" ] }, { "result": "char_purifier", diff --git a/data/json/uncraft/generic.json b/data/json/uncraft/generic.json index 7a84446ec4553..6d36c55df2429 100644 --- a/data/json/uncraft/generic.json +++ b/data/json/uncraft/generic.json @@ -600,7 +600,8 @@ "type": "uncraft", "activity_level": "NO_EXERCISE", "time": "1 s", - "components": [ [ [ "glass_shard", 2 ] ] ] + "components": [ [ [ "glass_shard", 2 ] ] ], + "flags": [ "BLIND_EASY" ] }, { "result": "water_faucet", @@ -625,5 +626,13 @@ "time": "2 m", "qualities": [ { "id": "HAMMER", "level": 2 }, { "id": "SAW_M", "level": 2 } ], "components": [ [ [ "chunk_cast_iron", 9 ] ] ] + }, + { + "result": "ceramic_mug", + "type": "uncraft", + "activity_level": "NO_EXERCISE", + "time": "1 s", + "components": [ [ [ "ceramic_shard", 2 ] ] ], + "flags": [ "BLIND_EASY" ] } ]