aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjc_gargma <jc_gargma@iserlohn-fortress.net>2022-02-02 17:15:17 -0800
committerjc_gargma <jc_gargma@iserlohn-fortress.net>2022-02-02 17:15:17 -0800
commitc26bb7e3e532fa25837c450c34a31e4e6cf24584 (patch)
tree80d46144b1376235fa8ac77979f1a179ce62eb00
parentFix the maid's whip to be under ranged. (diff)
downloadcataclysm-dda-mod_battle-maid-redone-c26bb7e3e532fa25837c450c34a31e4e6cf24584.tar.xz
Rebalance encumbrance for equipment with storage space.
Fix many item prices. Convert note to // for compatibility. Clean up the japanese maid dress entry. Fix unarmored maid gloves from having 100% coverage. Fix typo in holster_prompt. Reduce transparent rain coat encumbrance to balance against the lack of storage space and inability to safely set VARSIZE on transforming items. Fix black bikini having no weight or volume.
-rw-r--r--armor.json178
-rw-r--r--book.json4
-rw-r--r--melee.json12
-rw-r--r--recipes.json50
4 files changed, 142 insertions, 102 deletions
diff --git a/armor.json b/armor.json
index a0b9998..e0d8a87 100644
--- a/armor.json
+++ b/armor.json
@@ -8,12 +8,14 @@
"weight": "800 g",
"volume": "4250 ml",
"price": 5000,
+ "price_postapoc": 50,
"material": [ "cotton" ],
"symbol": "[",
"color": "black",
"covers": [ "torso", "arm_l", "arm_r", "leg_l", "leg_r" ],
"coverage": 95,
- "encumbrance": 10,
+ "encumbrance": 7,
+ "max_encumbrance": 10,
"storage": "2500 ml",
"warmth": 20,
"material_thickness": 2,
@@ -28,13 +30,15 @@
"description": "A classic maid outfit with a white apron, frills and a black one piece. It has been reinforced with leather for greater protection.",
"weight": "5100 g",
"volume": "10250 ml",
- "price": 800000,
+ "price": 17900,
+ "price_postapoc": 1500,
"material": [ "leather", "cotton" ],
"symbol": "[",
"color": "black",
"covers": [ "leg_l", "leg_r", "torso", "arm_l", "arm_r" ],
"coverage": 100,
- "encumbrance": 16,
+ "encumbrance": 12,
+ "max_encumbrance": 16,
"storage": "6 L",
"warmth": 45,
"material_thickness": 5,
@@ -43,20 +47,22 @@
},
{
"id": "kawaii_maid_dress_long_armor",
- "note": "Loosely based on medium survivor suit.",
+ "//": "Loosely based on medium survivor suit.",
"type": "ARMOR",
"looks_like": "maid_dress",
"name": { "str": "survivor victorian maid dress", "str_pl": "survivor victorian maid dresses" },
"description": "A classic maid outfit with a white apron, frills and a black one piece. It has been reinforced with kevlar for greater protection and has an integrated scabbard for storing a sword.",
"weight": "5100 g",
"volume": "10250 ml",
- "price": 800000,
+ "price": 150000,
+ "price_postapoc": 5000,
"material": [ "kevlar", "cotton" ],
"symbol": "[",
"color": "black",
"covers": [ "leg_l", "leg_r", "torso", "arm_l", "arm_r" ],
"coverage": 100,
- "encumbrance": 20,
+ "encumbrance": 15,
+ "max_encumbrance": 20,
"storage": "9 L",
"warmth": 45,
"material_thickness": 8,
@@ -72,7 +78,7 @@
},
{
"id": "maid_dress_french",
- "note": "Copy of the vanilla french maid dress. Super fancy, renamed, using a different item ID, and counts as clothing.",
+ "//": "Copy of the vanilla french maid dress. Super fancy, renamed, using a different item ID, and counts as clothing.",
"repairs_like": "trenchcoat",
"type": "ARMOR",
"category": "clothing",
@@ -88,7 +94,8 @@
"color": "blue",
"covers": [ "torso", "arm_l", "arm_r", "leg_l", "leg_r" ],
"coverage": 75,
- "encumbrance": 7,
+ "encumbrance": 5,
+ "max_encumbrance": 7,
"storage": "500 ml",
"warmth": 5,
"material_thickness": 1,
@@ -101,13 +108,15 @@
"description": "A black dress with white apron and lace trim, worn by maids.",
"weight": "150 g",
"volume": "1000 ml",
- "price": 50000,
+ "price": 5000,
+ "price_postapoc": 50,
"material": [ "cotton" ],
"symbol": "[",
"color": "blue",
"covers": [ "torso", "arm_l", "arm_r", "leg_l", "leg_r" ],
"coverage": 75,
- "encumbrance": 7,
+ "encumbrance": 5,
+ "max_encumbrance": 7,
"storage": "1500 ml",
"warmth": 15,
"material_thickness": 1,
@@ -120,13 +129,15 @@
"description": "A black dress with white apron and lace trim, worn by maids. It has been reinforced with leather for better protection.",
"weight": "5830 g",
"volume": "7500 ml",
- "price": 50000,
+ "price": 17900,
+ "price_postapoc": 1500,
"material": [ "leather", "cotton" ],
"symbol": "[",
"color": "dark_gray",
"covers": [ "torso", "arm_l", "arm_r", "leg_l", "leg_r" ],
"coverage": 100,
- "encumbrance": 10,
+ "encumbrance": 7,
+ "max_encumbrance": 10,
"storage": " 5 L",
"warmth": 15,
"material_thickness": 3,
@@ -135,19 +146,21 @@
},
{
"id": "kawaii_maid_dress_lss",
- "note": "Loosely based on light survivor suit.",
+ "//": "Loosely based on light survivor suit.",
"type": "ARMOR",
"name": { "str": "survivor maid dress", "str_pl": "survivor maid dresses" },
"description": "A black dress with white apron and lace trim, worn by maids. It has been reinforced with kevlar for greater protection and has an integrated scabbard for storing a sword.",
"weight": "5100 g",
"volume": "10250 ml",
- "price": 800000,
+ "price": 110000,
+ "price_postapoc": 5000,
"material": [ "kevlar", "cotton" ],
"symbol": "[",
"color": "green",
"covers": [ "leg_l", "leg_r", "torso", "arm_l", "arm_r" ],
"coverage": 100,
- "encumbrance": 15,
+ "encumbrance": 12,
+ "max_encumbrance": 15,
"storage": "7500 ml",
"warmth": 15,
"material_thickness": 5,
@@ -166,25 +179,27 @@
"type": "ARMOR",
"category": "clothing",
"name": { "str": "jokyū dress", "str_pl": "jokyū dresses" },
+ "description": "Women's servant clothes worn in Japanese cafes a long time ago. Essentially a white apron over a kimono.",
"weight": "1200 g",
"volume": "5000 ml",
+ "price": 5000,
+ "price_postapoc": 50,
+ "material": [ "cotton" ],
+ "symbol": "[",
"color": "brown",
"covers": [ "torso", "arm_l", "arm_r", "leg_l", "leg_r" ],
+ "coverage": 95,
+ "encumbrance": 5,
+ "max_encumbrance": 7,
"storage": "500 ml",
- "symbol": "[",
- "description": "Women's servant clothes worn in Japanese cafes a long time ago. Essentially a white apron over a kimono.",
- "price": 5000,
- "material": [ "cotton" ],
"warmth": 20,
+ "material_thickness": 4,
"environmental_protection": 1,
- "encumbrance": 8,
- "flags": [ "VARSIZE", "FANCY" ],
- "coverage": 95,
- "material_thickness": 4
+ "flags": [ "VARSIZE", "FANCY" ]
},
{
"id": "kawaii_hat_cotton",
- "note": "Loosely based on cotton hat.",
+ "//": "Loosely based on cotton hat.",
"type": "ARMOR",
"category": "clothing",
"name": { "str": "maid hat" },
@@ -259,7 +274,7 @@
},
{
"id": "maid_hat",
- "note": "Copy of the vanilla maid headband, but renamed, super fancy, and with warmth to match the dress.",
+ "//": "Copy of the vanilla maid headband, but renamed, super fancy, and with warmth to match the dress.",
"repairs_like": "balclava",
"type": "ARMOR",
"category": "clothing",
@@ -358,7 +373,7 @@
"symbol": "[",
"color": "light_blue",
"covers": [ "hand_l", "hand_r" ],
- "coverage": 100,
+ "coverage": 95,
"encumbrance": 8,
"warmth": 50,
"material_thickness": 2,
@@ -408,7 +423,7 @@
},
{
"id": "kawaii_dress_shoes",
- "note": "Loosely based on dress shoes.",
+ "//": "Loosely based on dress shoes.",
"type": "ARMOR",
"category": "clothing",
"name": { "str": "pair of maid shoes", "str_pl": "pairs of maid shoes" },
@@ -416,6 +431,7 @@
"weight": "500 g",
"volume": "1250 ml",
"price": 12000,
+ "price_postapoc": 250,
"material": [ "leather" ],
"symbol": "[",
"color": "dark_gray",
@@ -428,14 +444,15 @@
},
{
"id": "kawaii_shoes_hi",
- "note": "Loosely based on medium survivor boots.",
+ "//": "Loosely based on medium survivor boots.",
"looks_like": "kawaii_dress_shoes",
"type": "ARMOR",
"name": { "str": "pair of survivor maid shoes", "str_pl": "pairs of survivor maid shoes" },
"description": "A pair of black dress shoes designed to be worn with a maid dress. They have been reinforced with kevlar for greater protection.",
"weight": "400 g",
"volume": "750 ml",
- "price": 55000,
+ "price": 24000,
+ "price_postapoc": 6000,
"material": [ "kevlar", "leather" ],
"symbol": "[",
"color": "dark_gray",
@@ -449,14 +466,15 @@
},
{
"id": "kawaii_boots",
- "note": "Loosely based on leather boots.",
+ "//": "Loosely based on leather boots.",
"type": "ARMOR",
"category": "clothing",
"name": { "str": "pair of maid boots", "str_pl": "pairs of maid boots" },
"description": "A pair of black boots designed to be worn with a maid dress.",
"weight": "800 g",
"volume": "2000 ml",
- "price": 25000,
+ "price": 10000,
+ "price_postapoc": 750,
"material": [ "leather" ],
"symbol": "[",
"color": "dark_gray",
@@ -470,14 +488,15 @@
},
{
"id": "kawaii_boots_hi",
- "note": "Loosely based on medium survivor boots.",
+ "//": "Loosely based on medium survivor boots.",
"looks_like": "kawaii_boots",
"type": "ARMOR",
"name": { "str": "pair of survivor maid boots", "str_pl": "pairs of survivor maid boots" },
"description": "A pair of black boots designed to be worn with a maid dress. They have been reinforced with kevlar for greater protection.",
"weight": "600 g",
"volume": "1250 ml",
- "price": 85000,
+ "price": 24000,
+ "price_postapoc": 6000,
"material": [ "kevlar", "leather" ],
"symbol": "[",
"color": "dark_gray",
@@ -498,6 +517,7 @@
"weight": "90 g",
"volume": "250 ml",
"price": 500,
+ "price_postapoc": 250,
"material": [ "cotton" ],
"symbol": "[",
"color": "dark_gray",
@@ -517,6 +537,7 @@
"weight": "40 g",
"volume": "250 ml",
"price": 500,
+ "price_postapoc": 250,
"material": [ "cotton" ],
"symbol": "[",
"color": "dark_gray",
@@ -536,6 +557,7 @@
"weight": "40 g",
"volume": "250 ml",
"price": 500,
+ "price_postapoc": 250,
"material": [ "cotton" ],
"symbol": "[",
"color": "dark_gray",
@@ -555,6 +577,7 @@
"weight": "40 g",
"volume": "250 ml",
"price": 500,
+ "price_postapoc": 250,
"material": [ "cotton" ],
"symbol": "[",
"color": "dark_gray",
@@ -574,6 +597,7 @@
"weight": "10 g",
"volume": "250 ml",
"price": 1500,
+ "price_postapoc": 250,
"material": [ "cotton" ],
"symbol": "[",
"color": "dark_gray",
@@ -589,21 +613,22 @@
},
{
"id": "kawaii_secretpoach",
- "note": "Loosely based on deep concealment holster.",
+ "//": "Loosely based on deep concealment holster.",
"type": "ARMOR",
"category": "clothing",
"name": { "str": "garter purse" },
"description": "A small storage purse that can be concealed beneath a skirt, held up using a garter band. It also has sleeves for concealing handgun magazines, if needed.",
"weight": "250 g",
"volume": "250 ml",
- "price": 3000,
+ "price": 2000,
+ "price_postapoc": 1000,
"material": [ "cotton" ],
"symbol": "[",
"color": "dark_gray",
"storage": "500 ml",
"use_action": {
"type": "holster",
- "holster_prompt": "Coneal magazine",
+ "holster_prompt": "Conceal magazine",
"holster_msg": "You coneal your %s.",
"multi": 2,
"max_volume": "250 ml",
@@ -622,6 +647,7 @@
"color": "white",
"symbol": "[",
"price": 500,
+ "price_postapoc": 10,
"material": [ "cotton" ],
"use_action": {
"type": "holster",
@@ -643,12 +669,14 @@
"weight": "1587 g",
"volume": "5500 ml",
"price": 21000,
+ "price_postapoc": 750,
"material": [ "cotton" ],
"symbol": "[",
"color": "dark_gray",
"covers": [ "leg_l", "leg_r", "torso", "arm_l", "arm_r" ],
"coverage": 95,
- "encumbrance": 12,
+ "encumbrance": 13,
+ "max_encumbrance": 16,
"storage": "2500 ml",
"warmth": 30,
"material_thickness": 4,
@@ -662,13 +690,15 @@
"description": "A full-body tuxedo, the proper uniform of a butler. It has been reinforced with leather for greater protection.",
"weight": "3050 g",
"volume": "11250 ml",
- "price": 110000,
+ "price": 17900,
+ "price_postapoc": 1500,
"material": [ "leather", "cotton" ],
"symbol": "[",
"color": "dark_gray",
"covers": [ "leg_l", "leg_r", "torso", "arm_l", "arm_r" ],
"coverage": 100,
- "encumbrance": 15,
+ "encumbrance": 13,
+ "max_encumbrance": 16,
"storage": "5500 ml",
"warmth": 30,
"material_thickness": 5,
@@ -682,13 +712,15 @@
"description": "A full-body tuxedo, the proper uniform of a butler. It has been reinforced with kevlar for greater protection and has dedicated storage for throwing weapons.",
"weight": "3050 g",
"volume": "11250 ml",
- "price": 110000,
+ "price": 150000,
+ "price_postapoc": 5000,
"material": [ "kevlar", "cotton" ],
"symbol": "[",
"color": "dark_gray",
"covers": [ "leg_l", "leg_r", "torso", "arm_l", "arm_r" ],
"coverage": 100,
- "encumbrance": 15,
+ "encumbrance": 13,
+ "max_encumbrance": 16,
"storage": "5500 ml",
"warmth": 30,
"material_thickness": 5,
@@ -705,20 +737,22 @@
},
{
"id": "kawaii_vest",
- "note": "Loosely based on utility vest.",
+ "//": "Loosely based on utility vest.",
"type": "ARMOR",
"category": "clothing",
"name": { "str": "maid utility vest" },
"description": "A modified utility vest with many pockets, worn by maids.",
"weight": "516 g",
- "volume": "1000 ml",
+ "volume": "1 L",
"price": 3900,
+ "price_postapoc": 500,
"material": [ "cotton" ],
"symbol": "[",
"color": "light_gray",
"covers": [ "torso" ],
"coverage": 20,
- "encumbrance": 5,
+ "encumbrance": 2,
+ "max_encumbrance": 5,
"storage": "3 L",
"warmth": 5,
"material_thickness": 2,
@@ -726,7 +760,7 @@
},
{
"id": "kawaii_vest_tac",
- "note": "Loosely based on tac vest.",
+ "//": "Loosely based on tac vest.",
"type": "ARMOR",
"category": "clothing",
"looks_like": "kawaii_vest",
@@ -734,13 +768,15 @@
"description": "A modified tac vest meant to carry your gear and ammunition, worn by maids.",
"weight": "600 g",
"volume": "1250 ml",
- "price": 120000,
+ "price": 7400,
+ "price_postapoc": 2000,
"material": [ "cotton" ],
"symbol": "[",
"color": "light_gray",
"covers": [ "torso" ],
"coverage": 20,
- "encumbrance": 5,
+ "encumbrance": 2,
+ "max_encumbrance": 5,
"storage": "3 L",
"warmth": 5,
"material_thickness": 2,
@@ -764,7 +800,8 @@
"color": "light_gray",
"name": { "str": "fashionable scarf", "str_pl": "fashionable scarves" },
"description": "A stylish light cloth scarf, worn over the mouth for warmth.",
- "price": 1500,
+ "price": 3800,
+ "price_postapoc": 50,
"material": [ "cotton" ],
"weight": "120 g",
"volume": "1000 ml",
@@ -791,7 +828,8 @@
"color": "light_gray",
"name": { "str": "fashionable scarf (loose)", "str_pl": "fashionable scarves (loose)" },
"description": "A stylish light cloth scarf, worn over the mouth for warmth.",
- "price": 1500,
+ "price": 3800,
+ "price_postapoc": 50,
"material": [ "cotton" ],
"weight": "120 g",
"volume": "1000 ml",
@@ -818,13 +856,14 @@
"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",
- "price": 5000,
+ "price": 7900,
+ "price_postapoc": 50,
"material": [ "plastic", "cotton" ],
"symbol": "[",
"color": "blue",
"covers": [ "torso", "arm_l", "arm_r" ,"head" ],
"coverage": 95,
- "encumbrance": 7,
+ "encumbrance": 3,
"warmth": 5,
"material_thickness": 2,
"environmental_protection": 3,
@@ -844,13 +883,14 @@
"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",
- "price": 5000,
+ "price": 7900,
+ "price_postapoc": 50,
"material": [ "plastic", "cotton" ],
"symbol": "[",
"color": "blue",
"covers": [ "torso", "arm_l", "arm_r" ],
"coverage": 95,
- "encumbrance": 7,
+ "encumbrance": 3,
"warmth": 5,
"material_thickness": 2,
"environmental_protection": 3,
@@ -864,7 +904,7 @@
},
{
"id": "kawaii_maid_panties",
- "note": "Based on panties. Fancy, no warmth, and different skin.",
+ "//": "Based on panties. Fancy, no warmth, and different skin.",
"type": "ARMOR",
"category": "clothing",
"name": { "str_sp": "white panties" },
@@ -885,7 +925,7 @@
},
{
"id": "kawaii_maid_bra",
- "note": "Based on bra. Fancy, no warmth, and different skin.",
+ "//": "Based on bra. Fancy, no warmth, and different skin.",
"type": "ARMOR",
"category": "clothing",
"name": { "str": "white bra" },
@@ -910,8 +950,8 @@
"category": "clothing",
"name": "black bikini bottom",
"description": "A simple black bikini bottom.",
- "weight": 32,
- "volume": 1,
+ "weight": "32 g",
+ "volume": "250 ml",
"price": 1000,
"material": [ "cotton" ],
"symbol": "[",
@@ -927,8 +967,8 @@
"category": "clothing",
"name": "black bikini top",
"description": "A simple black bikini top.",
- "weight": 32,
- "volume": 0,
+ "weight": "32 g",
+ "volume": "250 ml",
"price": 1800,
"material": [ "cotton" ],
"symbol": "[",
@@ -940,7 +980,7 @@
},
{
"id": "kawaii_maid_hardcase",
- "note": "Loosely based on survivor duffel bag with fixed encumbrance and a dedicated weapon compartment.",
+ "//": "Loosely based on survivor duffel bag with fixed encumbrance and a dedicated weapon compartment.",
"type": "ARMOR",
"name": { "str": "hardcase" },
"description": "A huge rectangular hardcase. Normally used for carrying large musical instruments, sniper rifles, or sensitive electrical equipment.",
@@ -968,7 +1008,7 @@
},
{
"id": "kawaii_maid_hardcase_mini",
- "note": "Loosely based on survivor rucksack with fixed encumbrance and a dedicated weapon compartment.",
+ "//": "Loosely based on survivor rucksack with fixed encumbrance and a dedicated weapon compartment.",
"type": "ARMOR",
"name": { "str": "small hardcase" },
"description": "A smaller version of the standard hardcase.",
@@ -996,7 +1036,7 @@
},
{
"id": "kawaii_maid_hardcase_slim",
- "note": "Loosely based on survivor backpack with fixed encumbrance and a dedicated weapon compartment.",
+ "//": "Loosely based on survivor backpack with fixed encumbrance and a dedicated weapon compartment.",
"type": "ARMOR",
"name": { "str": "compact hardcase" },
"description": "A compact version of the hardcase.",
@@ -1024,7 +1064,7 @@
},
{
"id": "kawaii_maid_megane_01",
- "note": "Based on standard glasses. Fancy, close layer, and counters both vision impairments.",
+ "//": "Based on standard glasses. Fancy, close layer, and counters both vision impairments.",
"type": "ARMOR",
"category": "clothing",
"name": { "str": "pair of maid glasses", "str_pl": "pairs of maid glasses" },
@@ -1046,7 +1086,7 @@
},
{
"id": "kawaii_hitec_megane",
- "note": "Has ballistic glasses protection, survivor goggles perks, is fancy, counters both vision impairments, close layer, with only 75% coverage. These are glasses, not goggles.",
+ "//": "Has ballistic glasses protection, survivor goggles perks, is fancy, counters both vision impairments, close layer, with only 75% coverage. These are glasses, not goggles.",
"type": "ARMOR",
"name": { "str": "pair of survivor maid glasses", "str_pl": "pairs of survivor maid glasses" },
"description": "A maid wearing these will never miss the smallest speck of dust, nor signs of their Mistress's health. These have been reinforced with bullet resistant glass for greater protection, the ability to withstand chemical corrosion, and protection against bright flashes.",
@@ -1065,7 +1105,7 @@
},
{
"id": "kawaii_wedding_dress",
- "note": "Based on the standard wedding dress. Covers arms, encumbrance/warmth/volume/weight slightly higher than a regular dress as less tight-fitting, and has a different skin.",
+ "//": "Based on the standard wedding dress. Covers arms, encumbrance/warmth/volume/weight slightly higher than a regular dress as less tight-fitting, and has a different skin.",
"type": "ARMOR",
"category": "clothing",
"name": { "str": "wedding dress", "str_pl": "wedding dresses" },
@@ -1088,7 +1128,7 @@
},
{
"id": "kawaii_wedding_veil_a",
- "note": "Copy of the standard weding veil. Has a different skin, covers head only, close layer, not oversize.",
+ "//": "Copy of the standard weding veil. Has a different skin, covers head only, close layer, not oversize.",
"repairs_like": "veil_wedding",
"type": "ARMOR",
"category": "clothing",
@@ -1112,7 +1152,7 @@
},
{
"id": "kawaii_wedding_veil_b",
- "note": "Copy of the standard weding veil. Has a different skin, covers head only, close layer, not oversize.",
+ "//": "Copy of the standard weding veil. Has a different skin, covers head only, close layer, not oversize.",
"repairs_like": "veil_wedding",
"type": "ARMOR",
"category": "clothing",
@@ -1136,7 +1176,7 @@
},
{
"id": "kawaii_wedding_gloves",
- "note": "Copy of extra long white gloves. Fancy.",
+ "//": "Copy of extra long white gloves. Fancy.",
"repairs_like": "long_glove_white",
"type": "ARMOR",
"category": "clothing",
@@ -1159,7 +1199,7 @@
},
{
"id": "kawaii_wedding_shoes",
- "note": "Copy of dress shoes, but with the white high maid shoes skin.",
+ "//": "Copy of dress shoes, but with the white high maid shoes skin.",
"repairs_like": "dress_shoes",
"type": "ARMOR",
"category": "clothing",
diff --git a/book.json b/book.json
index f5b6811..4b9171d 100644
--- a/book.json
+++ b/book.json
@@ -21,7 +21,7 @@
{
"id": "book_maid_clothing",
"looks_like": "tailor_portfolio",
- "note": "Loosely based on the clothing designer's portfolio. All of the maid clothes and accessories that are useful for combat should require this to learn. Non-combat items can also be learned from the anime convention book.",
+ "//": "Loosely based on the clothing designer's portfolio. All of the maid clothes and accessories that are useful for combat should require this to learn. Non-combat items can also be learned from the anime convention book.",
"type": "BOOK",
"name": { "str": "Servant's Secret Armoury", "str_pl": "copies of Servant's Secret Armoury" },
"description": "A leather bound tome that appears to have been handwritten. It contains various designs for modifying servants' attire to be more combat ready, as well as additional conventions on the proper conduct of a servant in battle.",
@@ -43,7 +43,7 @@
{
"id": "book_maid_weapons",
"looks_like": "textbook_weapeast",
- "note": "Loosely based on The Swords of the Samurai.",
+ "//": "Loosely based on The Swords of the Samurai.",
"type": "BOOK",
"name": { "str": "Cleaning House", "str_pl": "copies of Cleaning House" },
"description": "This book contains various techniques for keeping a mansion in top condition. Upon closer inspection it also contains a number of hidden pages regarding the fabrication of deadly weapons disguised as otherwise ordinary cleaning tools.",
diff --git a/melee.json b/melee.json
index ac43e0f..e1f9a6f 100644
--- a/melee.json
+++ b/melee.json
@@ -1,7 +1,7 @@
[
{
"id": "vorpal_kitchen_knife",
- "note": "Loosely based on the combat knife, but with cutting damage.",
+ "//": "Loosely based on the combat knife, but with cutting damage.",
"looks_like": "knife_chef",
"type": "TOOL",
"category": "weapons",
@@ -23,7 +23,7 @@
},
{
"id": "slaying_pan",
- "note": "Loosely based on the steel frying pan.",
+ "//": "Loosely based on the steel frying pan.",
"looks_like": "steel_pan",
"type":"TOOL",
"category": "weapons",
@@ -45,7 +45,7 @@
},
{
"id": "brutal_broom",
- "note": "Loosely based on the naginata.",
+ "//": "Loosely based on the naginata.",
"looks_like": "broom",
"type":"GENERIC",
"category": "weapons",
@@ -65,7 +65,7 @@
},
{
"id": "spiked_whip",
- "note": "Loosely based on the bullwhip. Has piercing spikes on the end, but is a single whip unlike the scourge. Think shinobi and not dominatrix.",
+ "//": "Loosely based on the bullwhip. Has piercing spikes on the end, but is a single whip unlike the scourge. Think shinobi and not dominatrix.",
"looks_like": "bullwhip",
"type":"GENERIC",
"category": "weapons",
@@ -182,7 +182,7 @@
},
{
"id": "maid_claw",
- "note": "Loosely based on the razorbar katar. But with martialarts of the bionic claws.",
+ "//": "Loosely based on the razorbar katar. But with martialarts of the bionic claws.",
"looks_like": "knuckle_katar",
"type": "GENERIC",
"category": "weapons",
@@ -203,7 +203,7 @@
},
{
"id": "battle_mop",
- "note": "Loosely based on the ironshod quarterstaff.",
+ "//": "Loosely based on the ironshod quarterstaff.",
"looks_like": "mop",
"type": "TOOL",
"category": "weapons",
diff --git a/recipes.json b/recipes.json
index 1325fff..8c9d46b 100644
--- a/recipes.json
+++ b/recipes.json
@@ -40,7 +40,7 @@
{
"type": "recipe",
"result": "kawaii_maid_dress_long_armor",
- "note": "Loosely based on medium survivor suit.",
+ "//": "Loosely based on medium survivor suit.",
"category": "CC_ARMOR",
"subcategory": "CSC_ARMOR_TORSO",
"skill_used": "tailor",
@@ -125,7 +125,7 @@
{
"type": "recipe",
"result": "kawaii_maid_dress_lss",
- "note": "Loosely based on light survivor suit.",
+ "//": "Loosely based on light survivor suit.",
"category": "CC_ARMOR",
"subcategory": "CSC_ARMOR_TORSO",
"skill_used": "tailor",
@@ -173,7 +173,7 @@
{
"type": "recipe",
"result": "kawaii_hat_cotton",
- "note": "Loosely based on cotton hat.",
+ "//": "Loosely based on cotton hat.",
"category": "CC_ARMOR",
"subcategory": "CSC_ARMOR_HEAD",
"skill_used": "tailor",
@@ -225,7 +225,7 @@
{
"type": "recipe",
"result": "kawaii_maid_hat_lss",
- "note": "Loosely based on medium survivor hood.",
+ "//": "Loosely based on medium survivor hood.",
"category": "CC_ARMOR",
"subcategory": "CSC_ARMOR_HEAD",
"skill_used": "tailor",
@@ -259,7 +259,7 @@
{
"type": "recipe",
"result": "maid_gloves_cotton",
- "note": "Loosely based on light gloves.",
+ "//": "Loosely based on light gloves.",
"category": "CC_ARMOR",
"subcategory": "CSC_ARMOR_HANDS",
"skill_used": "tailor",
@@ -274,7 +274,7 @@
{
"type": "recipe",
"result": "maid_gloves_leather",
- "note": "Loosely based on leather gloves.",
+ "//": "Loosely based on leather gloves.",
"category": "CC_ARMOR",
"subcategory": "CSC_ARMOR_HANDS",
"skill_used": "tailor",
@@ -298,7 +298,7 @@
{
"type": "recipe",
"result": "maid_gloves_armor",
- "note": "Loosely based on light survivor gloves.",
+ "//": "Loosely based on light survivor gloves.",
"category": "CC_ARMOR",
"subcategory": "CSC_ARMOR_HANDS",
"skill_used": "tailor",
@@ -318,7 +318,7 @@
{
"type": "recipe",
"result": "maid_gloves_long_cotton",
- "note": "Loosely based on double material requirement light gloves.",
+ "//": "Loosely based on double material requirement light gloves.",
"category": "CC_ARMOR",
"subcategory": "CSC_ARMOR_HANDS",
"skill_used": "tailor",
@@ -333,7 +333,7 @@
{
"type": "recipe",
"result": "maid_gloves_long_leather",
- "note": "Loosely based on double material requirement leather gloves.",
+ "//": "Loosely based on double material requirement leather gloves.",
"category": "CC_ARMOR",
"subcategory": "CSC_ARMOR_HANDS",
"skill_used": "tailor",
@@ -357,7 +357,7 @@
{
"type": "recipe",
"result": "maid_gloves_long_armor",
- "note": "Loosely based on double material requirement medium survivor gloves.",
+ "//": "Loosely based on double material requirement medium survivor gloves.",
"category": "CC_ARMOR",
"subcategory": "CSC_ARMOR_HANDS",
"skill_used": "tailor",
@@ -377,7 +377,7 @@
{
"type": "recipe",
"result": "kawaii_dress_shoes",
- "note": "Loosely based on dress shoes.",
+ "//": "Loosely based on dress shoes.",
"category": "CC_ARMOR",
"subcategory": "CSC_ARMOR_FEET",
"skill_used": "tailor",
@@ -396,7 +396,7 @@
{
"type": "recipe",
"result": "kawaii_boots",
- "note": "Loosely based on leather boots.",
+ "//": "Loosely based on leather boots.",
"category": "CC_ARMOR",
"subcategory": "CSC_ARMOR_FEET",
"skill_used": "tailor",
@@ -415,7 +415,7 @@
{
"type": "recipe",
"result": "kawaii_shoes_hi",
- "note": "Loosely based on light survivor boots.",
+ "//": "Loosely based on light survivor boots.",
"category": "CC_ARMOR",
"subcategory": "CSC_ARMOR_FEET",
"skill_used": "tailor",
@@ -436,7 +436,7 @@
{
"type": "recipe",
"result": "kawaii_boots_hi",
- "note": "Loosely based on medium survivor boots.",
+ "//": "Loosely based on medium survivor boots.",
"category": "CC_ARMOR",
"subcategory": "CSC_ARMOR_FEET",
"skill_used": "tailor",
@@ -457,7 +457,7 @@
{
"type": "recipe",
"result": "kawaii_maid_niso_thick",
- "note": "Loosely based on +50% material requirment stockings.",
+ "//": "Loosely based on +50% material requirment stockings.",
"category": "CC_ARMOR",
"subcategory": "CSC_ARMOR_FEET",
"skill_used": "tailor",
@@ -472,7 +472,7 @@
{
"type": "recipe",
"result": "kawaii_maid_niso_thin",
- "note": "Loosely based on stockings.",
+ "//": "Loosely based on stockings.",
"category": "CC_ARMOR",
"subcategory": "CSC_ARMOR_FEET",
"skill_used": "tailor",
@@ -501,7 +501,7 @@
{
"type": "recipe",
"result": "kawaii_secretpoach",
- "note": "Loosely based on deep concealment holster.",
+ "//": "Loosely based on deep concealment holster.",
"category": "CC_ARMOR",
"subcategory": "CSC_ARMOR_STORAGE",
"skill_used": "tailor",
@@ -531,7 +531,7 @@
{
"type": "recipe",
"result": "kawaii_maid_panties",
- "note": "Copy of panties. Double crafting time for the high quality tailoring work.",
+ "//": "Copy of panties. Double crafting time for the high quality tailoring work.",
"category": "CC_ARMOR",
"subcategory": "CSC_ARMOR_LEGS",
"skill_used": "tailor",
@@ -546,7 +546,7 @@
{
"type": "recipe",
"result": "kawaii_maid_bra",
- "note": "Copy of a bra. Double crafting time for the high quality tailoring work.",
+ "//": "Copy of a bra. Double crafting time for the high quality tailoring work.",
"category": "CC_ARMOR",
"subcategory": "CSC_ARMOR_TORSO",
"skill_used": "tailor",
@@ -562,7 +562,7 @@
{
"type": "recipe",
"result": "kawaii_vest",
- "note": "A utility vest upgraded with cuter detailing.",
+ "//": "A utility vest upgraded with cuter detailing.",
"category": "CC_ARMOR",
"subcategory": "CSC_ARMOR_TORSO",
"skill_used": "tailor",
@@ -579,7 +579,7 @@
{
"type": "recipe",
"result": "kawaii_vest_tac",
- "note": "A tac vest upgraded with cuter detailing.",
+ "//": "A tac vest upgraded with cuter detailing.",
"category": "CC_ARMOR",
"subcategory": "CSC_ARMOR_TORSO",
"skill_used": "tailor",
@@ -636,7 +636,7 @@
{
"type": "recipe",
"result": "survivor_tux",
- "note": "Loosely based on medium survivor suit. Requires previous tier tux as material.",
+ "//": "Loosely based on medium survivor suit. Requires previous tier tux as material.",
"category": "CC_ARMOR",
"subcategory": "CSC_ARMOR_TORSO",
"skill_used": "tailor",
@@ -1095,7 +1095,7 @@
{
"type": "recipe",
"result": "kawaii_scarf",
- "note": "Loosely based on patchwork scarf with much longer crafting time.",
+ "//": "Loosely based on patchwork scarf with much longer crafting time.",
"category": "CC_ARMOR",
"subcategory": "CSC_ARMOR_HEAD",
"skill_used": "tailor",
@@ -1111,7 +1111,7 @@
{
"type": "recipe",
"result": "kawaii_maid_megane_01",
- "note": "A guess of what regular glasses would be made from if craftable.",
+ "//": "A guess of what regular glasses would be made from if craftable.",
"category": "CC_ARMOR",
"subcategory": "CSC_ARMOR_HEAD",
"skill_used": "fabrication",
@@ -1130,7 +1130,7 @@
{
"type": "recipe",
"result": "kawaii_hitec_megane",
- "note": "Loosely based on survivor goggles.",
+ "//": "Loosely based on survivor goggles.",
"category": "CC_ARMOR",
"subcategory": "CSC_ARMOR_HEAD",
"skill_used": "fabrication",