From b4583929a07e55fc2ce961eeb2a0383d5d421f06 Mon Sep 17 00:00:00 2001 From: jc_gargma Date: Wed, 24 Jan 2024 13:37:07 -0800 Subject: Reduce raincoat volume to simulate folded volume. --- armor.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/armor.json b/armor.json index ea90e04..d4dce12 100644 --- a/armor.json +++ b/armor.json @@ -776,12 +776,13 @@ }, { "id": "kawaii_raincoat", + "//": "250 ml to match the folded rain poncho. It should be a use_action, but an item cannot have more than one.", "type": "ARMOR", "category": "clothing", "name": { "str": "transparent rain coat" }, "description": "A transparent raincoat made from very thin vinyl. The material is thin enough that the entire coat can fold away into a pocket when not in use.", "weight": "120 g", - "volume": "750 ml", + "volume": "250 ml", "price": "79 USD", "price_postapoc": "50 cent", "material": [ "plastic", "cotton" ], -- cgit v1.2.1