aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjc_gargma <jc_gargma@iserlohn-fortress.net>2024-01-24 13:37:07 -0800
committerjc_gargma <jc_gargma@iserlohn-fortress.net>2024-01-24 13:37:07 -0800
commitb4583929a07e55fc2ce961eeb2a0383d5d421f06 (patch)
tree680fec5f38d24328370fe953364f61cb32063de8
parentRemove redundant COMPACT flag. (diff)
downloadcataclysm-bn-mod_battle-maid-redone-b4583929a07e55fc2ce961eeb2a0383d5d421f06.tar.xz
Reduce raincoat volume to simulate folded volume.
-rw-r--r--armor.json3
1 files changed, 2 insertions, 1 deletions
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" ],