From cdeb3dd0450a108e74a8a1f2d8ce7a7624a99d20 Mon Sep 17 00:00:00 2001 From: cakepie Date: Tue, 31 Jan 2023 14:36:34 +0800 Subject: [PATCH] relocate + improve density comments --- data/json/items/resources/metal.json | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/data/json/items/resources/metal.json b/data/json/items/resources/metal.json index 7462875672fac..5d0d42f1fd5af 100644 --- a/data/json/items/resources/metal.json +++ b/data/json/items/resources/metal.json @@ -7,12 +7,13 @@ "description": "A heavy, formed piece of steel. Useful for some crafting recipes.", "weight": "1000 g", "volume": "250 ml", + "//0": "Intended density 7.60g/cm³; was rounded to 8.0g/cm³ due to unitless stats", + "//1": "250ml × 8.0 = 2kg -> 1000g/unit @ stack 2; formed as a solid ingot so weight is 100% of this", "price": 2000, "price_postapoc": 50, "bashing": 12, "to_hit": -4, "stack_size": 2, - "//": "Density 7.60g/cm³ ~ 1.9kg/250ml @ 1000g/unit ~ stack 2 and formed as a solid ingot so 100% of this", "material": [ "steel" ], "symbol": ",", "color": "light_gray", @@ -27,12 +28,13 @@ "description": "A misshapen chunk of steel. Makes a decent weapon in a pinch, and is also useful for some crafting recipes.", "weight": "250 g", "volume": "250 ml", + "//0": "Intended density 7.60g/cm³; was rounded to 8.0g/cm³ due to unitless stats", + "//1": "250ml × 8.0 = 2kg -> 500g/unit @ stack 4; but mishapen so weight is only 50% of this", "price": 1000, "price_postapoc": 10, "bashing": 8, "to_hit": -2, "stack_size": 4, - "//": "Density 7.60g/cm³ ~ 1.9kg/250ml @ 250g/unit ~ stack 8 but mishapen so only 50% of this", "material": [ "steel" ], "symbol": ",", "color": "light_gray", @@ -47,11 +49,12 @@ "description": "A bulky assortment of small bits of scrap steel useful in all kinds of crafting.", "weight": "50 g", "volume": "250 ml", + "//0": "Intended density 7.60g/cm³; was rounded to 8.0g/cm³ due to unitless stats", + "//1": "250ml × 8.0 = 2kg -> 200g/unit @ stack 10; but fragments stacks poorly so weight is only 25% of this", "price": 500, "price_postapoc": 10, "count": 2, "stack_size": 10, - "//": "Density 7.60g/cm³ ~ 1.9kg/250ml @ 50g/unit ~ stack 40 but fragments stacks poorly so only 25% of this", "material": [ "steel" ], "symbol": ",", "color": "light_gray", @@ -67,12 +70,12 @@ "weight": "250 g", "volume": "250 ml", "longest_side": "20 cm", + "//": "Roughly in the 15cm×15cm to 20cm×20cm range. Compact and stacks well, so equally dense as a solid block.", "price": 2000, "price_postapoc": 10, "bashing": 5, "to_hit": -3, "stack_size": 8, - "//": "Roughly in the 15cm×15cm to 20cm×20cm range. Compact and stacks well, so equally dense as a solid block.", "material": [ "steel" ], "symbol": "]", "color": "light_cyan",