Skip to content

Commit

Permalink
relocate + improve density comments
Browse files Browse the repository at this point in the history
  • Loading branch information
cake-pie committed Mar 2, 2023
1 parent 05a4403 commit cdeb3dd
Showing 1 changed file with 7 additions and 4 deletions.
11 changes: 7 additions & 4 deletions data/json/items/resources/metal.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand All @@ -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",
Expand All @@ -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",
Expand All @@ -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",
Expand Down

0 comments on commit cdeb3dd

Please sign in to comment.