From 97d424004caf7490155b1a8653287729f1b9eb7a Mon Sep 17 00:00:00 2001 From: jc_gargma Date: Sun, 13 Sep 2020 23:32:53 -0700 Subject: Add kawaii black bikini and recipes Also prep for adding little maid --- armor.json | 33 +++++++++++++++++++++++++++++++++ 1 file changed, 33 insertions(+) (limited to 'armor.json') diff --git a/armor.json b/armor.json index 6ed44e2..6672c12 100644 --- a/armor.json +++ b/armor.json @@ -830,6 +830,39 @@ "material_thickness": 1, "flags": [ "VARSIZE", "SKINTIGHT", "FANCY" ] }, + { + "id": "kawaii_bikini_bottom_black", + "type": "ARMOR", + "name": "black bikini bottom", + "description": "A simple black bikini bottom.", + "weight": 32, + "volume": 1, + "price": 1000, + "material": [ "cotton" ], + "symbol": "[", + "color": "light_red", + "covers": [ "LEGS" ], + "coverage": 15, + "warmth": 5, + "material_thickness": 1, + "flags": [ "VARSIZE", "SKINTIGHT", "WATER_FRIENDLY" ] + }, + { + "id": "kawaii_bikini_top_black", + "type": "ARMOR", + "name": "black bikini top", + "description": "A simple black bikini top.", + "weight": 32, + "volume": 0, + "price": 1800, + "material": [ "cotton" ], + "symbol": "[", + "color": "light_red", + "covers": [ "TORSO" ], + "coverage": 10, + "material_thickness": 1, + "flags": [ "VARSIZE", "WATER_FRIENDLY", "SKINTIGHT" ] + }, { "id": "kawaii_maid_hardcase", "type": "ARMOR", -- cgit v1.2.1