aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjc_gargma <jc_gargma@iserlohn-fortress.net>2020-08-25 17:17:31 -0700
committerjc_gargma <jc_gargma@iserlohn-fortress.net>2020-08-25 17:17:31 -0700
commit65fe084b8dac263d677cf327354acd78b7199e0b (patch)
treec94573aea6ae7ed53e4de04c52423f47bb2b3f74
parentFix armored maid vest materials (diff)
downloadcataclysm-dda-mod_battle-maid-redone-65fe084b8dac263d677cf327354acd78b7199e0b.tar.xz
Formatting
-rw-r--r--ammo.json74
-rw-r--r--ammo_types.json24
-rw-r--r--armor.json1894
-rw-r--r--item_groups.json440
-rw-r--r--martial_arts_manuals.json44
-rw-r--r--martialarts.json214
-rw-r--r--materials.json40
-rw-r--r--melee.json432
-rw-r--r--modinfo.json18
-rw-r--r--monster_drops.json32
-rw-r--r--monsters.json206
-rw-r--r--mutations.json74
-rw-r--r--professions.json424
-rw-r--r--recipes.json2304
-rw-r--r--speech.json564
-rw-r--r--techniques.json190
-rw-r--r--tool_armor.json40
-rw-r--r--tools.json318
18 files changed, 3666 insertions, 3666 deletions
diff --git a/ammo.json b/ammo.json
index 06ce70a..7363361 100644
--- a/ammo.json
+++ b/ammo.json
@@ -1,39 +1,39 @@
[
- {
- "type" : "AMMO",
- "id" : "assassins_throwing_dagger",
- "category" : "weapons",
- "price" : 9000,
- "name" : { "str": "assassin's throwing knife" },
- "symbol" : "/",
- "color" : "light_gray",
- "description" : "A nimble blade meant for ranged assassination, but makes an improvised cutlery tool in a pinch. It's very lightweight and silent and can be used on both zombies and games involving apples.",
- "material" : ["steel","leather"],
- "volume" : "1000 ml",
- "weight" : "750 g",
- "cutting" : 21,
- "to_hit" : 2,
- "flags" : ["SPEAR","SHEATH_KNIFE"],
- "qualities": [["CUT", 1], ["BUTCHER", 10]],
- "ammo_type" : "assassins_throwing_dagger",
- "count" : 4,
- "stack_size" : 4
- },
- {
- "type" : "AMMO",
- "id" : "makeshift_throwing_knife",
- "category" : "weapons",
- "price" : 5200,
- "name" : { "str": "makeshift throwing knife" },
- "symbol" : ";",
- "color" : "light_gray",
- "description" : "A crude and simple throwing knife made from a sharpened piece of salvaged steel with cloth wrapped around it. It's better than throwing rocks, at least.",
- "material" : ["steel"],
- "weight" : "600 g",
- "volume" : "250 ml",
- "bashing" : 1,
- "cutting" : 7,
- "ammo_type" : "makeshift_throwing_knife",
- "count" : 5
- }
+ {
+ "type" : "AMMO",
+ "id" : "assassins_throwing_dagger",
+ "category" : "weapons",
+ "price" : 9000,
+ "name" : { "str": "assassin's throwing knife" },
+ "symbol" : "/",
+ "color" : "light_gray",
+ "description" : "A nimble blade meant for ranged assassination, but makes an improvised cutlery tool in a pinch. It's very lightweight and silent and can be used on both zombies and games involving apples.",
+ "material" : ["steel","leather"],
+ "volume" : "1000 ml",
+ "weight" : "750 g",
+ "cutting" : 21,
+ "to_hit" : 2,
+ "flags" : ["SPEAR","SHEATH_KNIFE"],
+ "qualities": [["CUT", 1], ["BUTCHER", 10]],
+ "ammo_type" : "assassins_throwing_dagger",
+ "count" : 4,
+ "stack_size" : 4
+ },
+ {
+ "type" : "AMMO",
+ "id" : "makeshift_throwing_knife",
+ "category" : "weapons",
+ "price" : 5200,
+ "name" : { "str": "makeshift throwing knife" },
+ "symbol" : ";",
+ "color" : "light_gray",
+ "description" : "A crude and simple throwing knife made from a sharpened piece of salvaged steel with cloth wrapped around it. It's better than throwing rocks, at least.",
+ "material" : ["steel"],
+ "weight" : "600 g",
+ "volume" : "250 ml",
+ "bashing" : 1,
+ "cutting" : 7,
+ "ammo_type" : "makeshift_throwing_knife",
+ "count" : 5
+ }
]
diff --git a/ammo_types.json b/ammo_types.json
index 2f7d681..8264c45 100644
--- a/ammo_types.json
+++ b/ammo_types.json
@@ -1,14 +1,14 @@
[
- {
- "type" : "ammunition_type",
- "id" : "makeshift_throwing_knife",
- "name" : "makeshift throwing knife",
- "default" : "makeshift_throwing_knife"
- },
- {
- "type" : "ammunition_type",
- "id" : "assassins_throwing_dagger",
- "name" : "assassin's throwing knife",
- "default" : "assassins_throwing_dagger"
- }
+ {
+ "type" : "ammunition_type",
+ "id" : "makeshift_throwing_knife",
+ "name" : "makeshift throwing knife",
+ "default" : "makeshift_throwing_knife"
+ },
+ {
+ "type" : "ammunition_type",
+ "id" : "assassins_throwing_dagger",
+ "name" : "assassin's throwing knife",
+ "default" : "assassins_throwing_dagger"
+ }
]
diff --git a/armor.json b/armor.json
index 3359133..fa1db3d 100644
--- a/armor.json
+++ b/armor.json
@@ -1,951 +1,951 @@
[
- {
- "id" : "maid_dress",
- "type" : "ARMOR",
- "category" : "clothing",
- "name" : { "str": "victorian maid dress", "str_pl": "victorian maid dresses" },
- "description" : "A classic maid outfit with a white apron, frills and a black one piece. It has some storage space thanks to the many pockets, including space for throwing knives.",
- "weight" : "800 g",
- "volume" : "4250 ml",
- "price" : 5000,
- "material" : ["cotton"],
- "symbol" : "[",
- "color" : "black",
- "covers" : ["TORSO", "ARMS", "LEGS"],
- "coverage" : 95,
- "encumbrance" : 10,
- "storage" : "2500 ml",
- "warmth" : 20,
- "material_thickness" : 4,
- "environmental_protection" : 1,
- "flags" : ["VARSIZE", "FANCY"]
- },
- {
- "id": "kawaii_maid_dress_long_leather",
- "type": "ARMOR",
- "category": "armor",
- "name" : { "str": "tailored victorian maid dress" },
- "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,
- "material": [ "leather", "cotton" ],
- "symbol": "[",
- "color": "black",
- "covers": [ "LEGS", "TORSO", "ARMS" ],
- "coverage": 100,
- "encumbrance": 16,
- "storage": "20 L",
- "warmth": 40,
- "material_thickness": 5,
- "environmental_protection": 1,
- "flags" : ["VARSIZE", "HOOD", "COLLAR", "POCKETS", "WATERPROOF", "FANCY"]
- },
- {
- "id": "kawaii_maid_dress_long_armor",
- "type": "ARMOR",
- "category": "armor",
- "name" : { "str": "survivor victorian maid dress" },
- "description": "A classic maid outfit with a white apron, frills and a black one piece. It has been reinforced with kevlar for greater protection.",
- "weight" : "5100 g",
- "volume" : "10250 ml",
- "price": 800000,
- "material": [ "kevlar", "cotton" ],
- "symbol": "[",
- "color": "black",
- "covers": [ "LEGS", "TORSO", "ARMS" ],
- "coverage": 100,
- "encumbrance": 20,
- "storage": "20 L",
- "warmth": 40,
- "material_thickness": 8,
- "environmental_protection": 10,
- "use_action": {
- "type": "holster",
- "holster_prompt": "Sheath sword",
- "holster_msg": "You sheath your %s",
- "max_volume": "2 L",
- "flags": [ "SHEATH_SWORD" ]
- },
- "flags" : ["VARSIZE", "HOOD", "COLLAR", "POCKETS", "WATERPROOF", "RAINPROOF", "STURDY", "SUPER_FANCY"]
- },
- {
- "id" : "maid_dress_french",
- "type" : "ARMOR",
- "category" : "clothing",
- "name" : { "str": "french maid dress", "str_pl" : "french maid dresses" },
- "description" : "The French maid dress, blue with a frilly white apron.",
- "weight" : "100 g",
- "volume" : "250 ml",
- "price" : 5000,
- "material" : ["cotton"],
- "symbol" : "[",
- "color" : "blue",
- "covers" : ["TORSO", "ARMS", "LEGS"],
- "coverage" : 75,
- "encumbrance" : 7,
- "storage" : "500 ml",
- "warmth" : 5,
- "material_thickness" : 1,
- "flags" : ["VARSIZE", "SUPER_FANCY"]
- },
- {
- "id": "kawaii_maid_dress",
- "type": "ARMOR",
- "name" : { "str": "maid dress" },
- "description": "A black dress with white apron and lace trim, worn by maids.",
- "weight" : "150 g",
- "volume" : "1000 ml",
- "price": 50000,
- "material": [ "cotton" ],
- "symbol": "[",
- "color": "blue",
- "covers": [ "TORSO", "ARMS", "LEGS" ],
- "coverage": 75,
- "encumbrance": 7,
- "storage": "2500 ml",
- "warmth": 15,
- "material_thickness": 1,
- "flags": [ "VARSIZE", "FANCY" ]
- },
- {
- "id": "kawaii_maid_dress_ex",
- "type": "ARMOR",
- "name" : { "str": "tailored maid dress" },
- "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,
- "material": [ "cotton" ],
- "symbol": "[",
- "color": "dark_gray",
- "covers": [ "TORSO", "ARMS", "LEGS" ],
- "coverage": 95,
- "encumbrance": 10,
- "storage": " 20 L",
- "warmth": 15,
- "material_thickness": 5,
- "environmental_protection": 1,
- "flags": [ "VARSIZE", "POCKETS", "WATERPROOF", "FANCY" ]
- },
- {
- "id": "kawaii_maid_dress_lss",
- "type": "ARMOR",
- "category": "armor",
- "name" : { "str": "survivor maid dress" },
- "description": "A black dress with white apron and lace trim, worn by maids. It has been reinforced with kevlar for greater protection.",
- "weight" : "5100 g",
- "volume" : "10250 ml",
- "price": 800000,
- "material": [ "kevlar", "cotton" ],
- "symbol": "[",
- "color": "green",
- "covers": [ "LEGS", "TORSO", "ARMS" ],
- "coverage": 100,
- "encumbrance": 15,
- "storage": "20 L",
- "warmth": 15,
- "material_thickness": 5,
- "environmental_protection": 10,
- "use_action": {
- "type": "holster",
- "holster_prompt": "Sheath sword",
- "holster_msg": "You sheath your %s",
- "max_volume": "2 L",
- "flags": [ "SHEATH_SWORD" ]
- },
- "flags": [ "VARSIZE", "POCKETS", "WATERPROOF", "RAINPROOF", "STURDY", "SUPER_FANCY" ]
- },
- {
- "id" : "jokyu_fuku",
- "type" : "ARMOR",
- "category" : "clothing",
- "name" : { "str": "jokyū dress", "str_pl" : "jokyū dresses" },
- "weight" : "1200 g",
- "volume" : "5000 ml",
- "color" : "brown",
- "covers" : ["TORSO", "ARMS", "LEGS"],
- "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,
- "environmental_protection" : 1,
- "encumbrance" : 8,
- "flags" : ["VARSIZE", "FANCY"],
- "coverage" : 95,
- "material_thickness" : 4
- },
- {
- "id": "kawaii_hat_cotton",
- "type": "ARMOR",
- "name" : { "str": "maid hat" },
- "description": "It's a warm hat made of cotton, coloured white to better match a maid uniform.",
- "weight" : "78 g",
- "volume" : "250 ml",
- "price": 2000,
- "material": [ "cotton" ],
- "symbol": "[",
- "color": "dark_gray",
- "covers": [ "HEAD" ],
- "coverage": 65,
- "warmth": 20,
- "material_thickness": 1,
- "flags": [ "VARSIZE", "HELMET_COMPAT" ]
- },
- {
- "id": "kawaii_maid_hat",
- "type": "ARMOR",
- "name" : { "str": "maid headband" },
- "description": "A black headband with white lace trim, worn by maids.",
- "weight" : "150 g",
- "volume" : "250 ml",
- "price": 2500,
- "material": [ "cotton" ],
- "symbol": "[",
- "color": "white",
- "covers": [ "HEAD" ],
- "coverage": 25,
- "encumbrance": 3,
- "warmth": 15,
- "material_thickness": 1,
- "flags": [ "VARSIZE", "FANCY", "SKINTIGHT" ]
- },
- {
- "id": "kawaii_maid_hat_thermal_off",
- "type": "ARMOR",
- "category": "armor",
- "name" : { "str": "tailored maid headband" },
- "description": "A black headband with white lace trim, worn by maids. It has been reinforced with leather for greater protection.",
- "weight" : "250 g",
- "volume" : "250 ml",
- "price": 25000,
- "material": [ "leather", "cotton" ],
- "symbol": "[",
- "color": "white",
- "covers": [ "HEAD" ],
- "coverage": 25,
- "encumbrance": 3,
- "warmth": 15,
- "material_thickness": 3,
- "flags": [ "VARSIZE", "FANCY", "WATERPROOF", "SKINTIGHT" ]
- },
- {
- "id": "kawaii_maid_hat_lss",
- "type": "ARMOR",
- "category": "armor",
- "name" : { "str": "survivor maid headband" },
- "description": "A black headband with white lace trim, worn by maids. It has been reinforced with kevlar for greater protection.",
- "weight" : "350 g",
- "volume" : "250 ml",
- "price": 55000,
- "material": [ "kevlar", "cotton" ],
- "symbol": "[",
- "color": "white",
- "covers": [ "HEAD" ],
- "coverage": 100,
- "encumbrance": 10,
- "warmth": 15,
- "material_thickness": 9,
- "environmental_protection": 10,
- "use_action": {
- "type": "holster",
- "holster_prompt": "Sheath knife",
- "holster_msg": "You sheath your %s",
- "max_volume": "750 ml",
- "draw_cost": 15,
- "flags": [ "SHEATH_KNIFE" ]
- },
- "flags": [ "VARSIZE", "FANCY", "WATERPROOF", "RAINPROOF", "SKINTIGHT", "STURDY" ],
- "techniques": [ "WBLOCK_1" ]
- },
- {
- "id": "maid_hat",
- "type": "ARMOR",
- "name" : { "str": "french maid headband"},
- "description": "A frilly white headpiece.",
- "weight" : "10 g",
- "volume" : "250 ml",
- "price": 2500,
- "material": [ "cotton" ],
- "symbol": "[",
- "color": "white",
- "covers": [ "HEAD" ],
- "coverage": 25,
- "encumbrance": 10,
- "warmth": 5,
- "material_thickness": 1,
- "flags": [ "VARSIZE", "SUPER_FANCY" ]
- },
- {
- "id": "maid_gloves_cotton",
- "type": "ARMOR",
- "name" : { "str": "pair of maid gloves", "str_pl": "pairs of maid gloves" },
- "description": "A pair of white gloves, used by maids.",
- "weight" : "118 g",
- "volume" : "250 ml",
- "price": 1100,
- "to_hit": 1,
- "material": [ "cotton" ],
- "symbol": "[",
- "color": "light_blue",
- "covers": [ "HANDS" ],
- "coverage": 95,
- "encumbrance": 4,
- "warmth": 15,
- "material_thickness": 1,
- "flags": [ "VARSIZE", "FANCY" ]
- },
- {
- "id": "maid_gloves_leather",
- "type": "ARMOR",
- "name" : { "str": "pair of tailored maid gloves", "str_pl": "pairs of tailored maid gloves" },
- "description": "A pair of white gloves, used by maids. They have been reinforced with leather for greater protection.",
- "weight" : "150 g",
- "volume" : "500 ml",
- "price": 12000,
- "to_hit": 1,
- "material": [ "cotton", "leather" ],
- "symbol": "[",
- "color": "light_blue",
- "covers": [ "HANDS" ],
- "coverage": 100,
- "encumbrance": 6,
- "warmth": 15,
- "material_thickness": 3,
- "environmental_protection": 2,
- "flags": [ "VARSIZE", "FANCY", "WATERPROOF" ]
- },
- {
- "id": "maid_gloves_armor",
- "type": "ARMOR",
- "category": "armor",
- "name" : { "str": "pair of survivor maid gloves", "str_pl": "pairs of survivor maid gloves" },
- "description": "A pair of white gloves, used by maids. They have been reinforced with kevlar for greater protection.",
- "weight" : "190 g",
- "volume" : "750 ml",
- "price": 18000,
- "to_hit": 2,
- "material": [ "cotton", "kevlar" ],
- "symbol": "[",
- "color": "light_blue",
- "covers": [ "HANDS" ],
- "coverage": 100,
- "encumbrance": 8,
- "warmth": 15,
- "material_thickness": 5,
- "environmental_protection": 5,
- "flags": [ "VARSIZE", "FANCY", "WATERPROOF", "STURDY" ]
- },
- {
- "id": "maid_gloves_long_cotton",
- "type": "ARMOR",
- "name" : { "str": "pair of long maid gloves", "str_pl": "pairs of long maid gloves" },
- "description": "A pair of long white gloves, used by maids.",
- "weight" : "400 g",
- "volume" : "1000 ml",
- "price": 1100,
- "to_hit": 1,
- "material": [ "cotton" ],
- "symbol": "[",
- "color": "light_blue",
- "covers": [ "HANDS" ],
- "coverage": 100,
- "encumbrance": 8,
- "warmth": 40,
- "material_thickness": 2,
- "flags": [ "VARSIZE", "FANCY" ]
- },
- {
- "id": "maid_gloves_long_leather",
- "type": "ARMOR",
- "name" : { "str": "pair of tailored long maid gloves", "str_pl": "pairs of tailored long maid gloves" },
- "description": "A pair of long white gloves, used by maids. They have been reinforced with leather for greater protection.",
- "weight" : "150 g",
- "volume" : "500 ml",
- "price": 12000,
- "to_hit": 1,
- "material": [ "leather", "cotton" ],
- "symbol": "[",
- "color": "light_blue",
- "covers": [ "HANDS" ],
- "coverage": 100,
- "encumbrance": 10,
- "warmth": 40,
- "material_thickness": 4,
- "environmental_protection": 3,
- "flags": [ "VARSIZE", "FANCY", "WATERPROOF" ]
- },
- {
- "id": "maid_gloves_long_armor",
- "type": "ARMOR",
- "category": "armor",
- "name" : { "str": "pair of survivor long maid gloves", "str_pl": "pairs of survivor long maid gloves" },
- "description": "A pair of long white gloves, used by maids. They have been reinforced with kevlar for greater protection.",
- "weight" : "190 g",
- "volume" : "750 ml",
- "price": 18000,
- "to_hit": 2,
- "material": [ "kevlar", "cotton" ],
- "symbol": "[",
- "color": "light_blue",
- "covers": [ "HANDS" ],
- "coverage": 100,
- "encumbrance": 12,
- "warmth": 40,
- "material_thickness": 6,
- "environmental_protection": 6,
- "flags": [ "VARSIZE", "FANCY", "WATERPROOF", "STURDY" ]
- },
- {
- "id": "kawaii_dress_shoes",
- "type": "ARMOR",
- "name" : { "str": "pair of maid shoes" },
- "description": "A pair of black dress shoes designed to be worn with a maid dress.",
- "weight" : "500 g",
- "volume" : "1250 ml",
- "price": 12000,
- "material": [ "leather" ],
- "symbol": "[",
- "color": "dark_gray",
- "covers": [ "FEET" ],
- "coverage": 60,
- "encumbrance": 15,
- "warmth": 5,
- "material_thickness": 2,
- "flags": [ "VARSIZE", "FANCY" ]
- },
- {
- "id": "kawaii_shoes_hi",
- "type": "ARMOR",
- "category": "armor",
- "name" : { "str": "pair 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,
- "material": [ "kevlar", "leather" ],
- "symbol": "[",
- "color": "dark_gray",
- "covers": [ "FEET" ],
- "coverage": 100,
- "warmth": 15,
- "encumbrance": 15,
- "material_thickness": 5,
- "environmental_protection": 10,
- "flags": [ "VARSIZE", "FANCY", "WATERPROOF", "STURDY" ]
- },
- {
- "id": "kawaii_boots",
- "type": "ARMOR",
- "name" : { "str": "pair 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,
- "material": [ "leather" ],
- "symbol": "[",
- "color": "dark_gray",
- "covers": [ "FEET" ],
- "coverage": 90,
- "warmth": 20,
- "encumbrance": 12,
- "material_thickness": 3,
- "environmental_protection": 2,
- "flags": [ "VARSIZE", "FANCY", "WATERPROOF" ]
- },
- {
- "id": "kawaii_boots_hi",
- "type": "ARMOR",
- "category": "armor",
- "name" : { "str": "pair 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,
- "material": [ "kevlar", "leather" ],
- "symbol": "[",
- "color": "dark_gray",
- "covers": [ "FEET" ],
- "coverage": 100,
- "warmth": 40,
- "encumbrance": 16,
- "material_thickness": 7,
- "environmental_protection": 10,
- "flags": [ "VARSIZE", "FANCY", "WATERPROOF", "STURDY" ]
- },
- {
- "id": "kawaii_maid_niso_thick",
- "type": "ARMOR",
- "name" : { "str": "pair of maid stockings" },
- "description": "A pair of black stockings with white lace trim. The thick material keeps the wearer's legs warm.",
- "weight" : "90 g",
- "volume" : "250 ml",
- "price": 500,
- "material": [ "cotton" ],
- "symbol": "[",
- "color": "dark_gray",
- "covers": [ "FEET" ],
- "coverage": 75,
- "encumbrance": 5,
- "warmth": 35,
- "material_thickness": 1,
- "flags": [ "VARSIZE", "SKINTIGHT", "FANCY" ]
- },
- {
- "id": "kawaii_maid_niso_thin",
- "type": "ARMOR",
- "name" : { "str": "pair of maid stockings (sheer)" },
- "description": "A pair of black stockings with white lace trim. The material is thin enough to be slightly transparent when worn.",
- "weight" : "40 g",
- "volume" : "250 ml",
- "price": 500,
- "material": [ "cotton" ],
- "symbol": "[",
- "color": "dark_gray",
- "covers": [ "FEET" ],
- "coverage": 75,
- "encumbrance": 0,
- "warmth": 0,
- "material_thickness": 1,
- "flags": [ "VARSIZE", "SKINTIGHT", "FANCY" ]
- },
- {
- "id": "kawaii_maid_garter",
- "type": "ARMOR",
- "name" : { "str": "garter belt" },
- "description": "A black garter belt, designed to be worn with stockings.",
- "weight" : "10 g",
- "volume" : "250 ml",
- "price": 1500,
- "material": [ "cotton" ],
- "symbol": "[",
- "color": "dark_gray",
- "use_action" : {
- "type": "holster",
- "max_volume": 4,
- "draw_cost": 80,
- "skills": ["pistol"]
- },
- "flags": [ "FANCY" ]
- },
- {
- "type" : "TOOL_ARMOR",
- "category" : "clothing",
- "id" : "tux",
- "name" : { "str": "tuxedo" },
- "description" : "A full-body tuxedo. Makes the apocalypse feel a little more classy.",
- "weight" : "1587 g",
- "volume" : "5500 ml",
- "color" : "dark_gray",
- "covers" : ["LEGS", "TORSO", "ARMS"],
- "storage" : "2500 ml",
- "symbol" : "[",
- "price" : 21000,
- "material" : ["cotton"],
- "warmth" : 30,
- "environmental_protection" : 1,
- "encumbrance" : 12,
- "flags" : ["VARSIZE", "SUPER_FANCY"],
- "coverage" : 95,
- "material_thickness" : 4
- },
- {
- "type" : "TOOL_ARMOR",
- "id" : "survivor_tux",
- "category" : "armor",
- "name" : { "str": "survivor tuxedo" },
- "description" : "A tux tailored specifically for post-cataclysm butlers. Besides protecting key parts with kevlar lining, it has more storage space.",
- "weight" : "3050 g",
- "volume" : "11250 ml",
- "color" : "dark_gray",
- "covers" : ["LEGS", "TORSO", "ARMS"],
- "storage" : "5500 ml",
- "symbol" : "[",
- "price" : 110000,
- "material": [ "kevlar", "cotton" ],
- "warmth" : 30,
- "environmental_protection" : 3,
- "encumbrance" : 15,
- "flags" : ["VARSIZE", "HOOD", "COLLAR", "POCKETS", "WATERPROOF", "RAINPROOF", "STURDY", "SUPER_FANCY"],
- "coverage" : 100,
- "material_thickness" : 4,
- "max_charges": 12,
- "ammo": "assassins_throwing_dagger"
- },
- {
- "id": "kawaii_vest",
- "type": "ARMOR",
- "name" : { "str": "maid vest" },
- "description": "A modified utility vest with many pockets, worn by maids.",
- "weight" : "516 g",
- "volume" : "1000 ml",
- "price": 3900,
- "material": [ "cotton" ],
- "symbol": "[",
- "color": "light_gray",
- "covers": [ "TORSO" ],
- "coverage": 60,
- "encumbrance": 5,
- "storage": "3 L",
- "warmth": 5,
- "material_thickness": 2,
- "flags": [ "VARSIZE", "WAIST" ]
- },
- {
- "id": "kawaii_vest_armor",
- "type": "ARMOR",
- "name" : { "str": "survivor maid vest" },
- "description": "A modified utility vest with many pockets, worn by maids. It has been reinforced with kevlar for greater protection and has four pouches capable of carrying magazines.",
- "weight" : "516 g",
- "volume" : "1000 ml",
- "price": 120000,
- "material": [ "kevlar", "kevlar_rigid" ],
- "symbol": "[",
- "color": "light_gray",
- "covers": [ "TORSO" ],
- "coverage": 85,
- "encumbrance": 5,
- "storage": "3 L",
- "warmth": 5,
- "material_thickness": 5,
- "use_action": {
- "type": "holster",
- "holster_prompt": "Stash ammo",
- "holster_msg": "You stash your %s.",
- "multi": 4,
- "min_volume": "250 ml",
- "max_volume": "750 ml",
- "draw_cost": 60,
- "flags": [ "MAG_COMPACT" ]
- },
- "flags": [ "VARSIZE", "WAIST", "STURDY" ]
- },
- {
- "type" : "ARMOR",
- "category" : "clothing",
- "id" : "petticoat",
- "name" : { "str": "petticoat", "str_pl" : "petticoats" },
- "description" : "A type of frilly undergarment usually worn under skirts.",
- "weight" : "90 g",
- "volume" : "250 ml",
- "color" : "white",
- "symbol" : "[",
- "price" : 500,
- "material" : ["cotton"],
- "use_action": {
+ {
+ "id" : "maid_dress",
+ "type" : "ARMOR",
+ "category" : "clothing",
+ "name" : { "str": "victorian maid dress", "str_pl": "victorian maid dresses" },
+ "description" : "A classic maid outfit with a white apron, frills and a black one piece. It has some storage space thanks to the many pockets, including space for throwing knives.",
+ "weight" : "800 g",
+ "volume" : "4250 ml",
+ "price" : 5000,
+ "material" : ["cotton"],
+ "symbol" : "[",
+ "color" : "black",
+ "covers" : ["TORSO", "ARMS", "LEGS"],
+ "coverage" : 95,
+ "encumbrance" : 10,
+ "storage" : "2500 ml",
+ "warmth" : 20,
+ "material_thickness" : 4,
+ "environmental_protection" : 1,
+ "flags" : ["VARSIZE", "FANCY"]
+ },
+ {
+ "id": "kawaii_maid_dress_long_leather",
+ "type": "ARMOR",
+ "category": "armor",
+ "name" : { "str": "tailored victorian maid dress" },
+ "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,
+ "material": [ "leather", "cotton" ],
+ "symbol": "[",
+ "color": "black",
+ "covers": [ "LEGS", "TORSO", "ARMS" ],
+ "coverage": 100,
+ "encumbrance": 16,
+ "storage": "20 L",
+ "warmth": 40,
+ "material_thickness": 5,
+ "environmental_protection": 1,
+ "flags" : ["VARSIZE", "HOOD", "COLLAR", "POCKETS", "WATERPROOF", "FANCY"]
+ },
+ {
+ "id": "kawaii_maid_dress_long_armor",
+ "type": "ARMOR",
+ "category": "armor",
+ "name" : { "str": "survivor victorian maid dress" },
+ "description": "A classic maid outfit with a white apron, frills and a black one piece. It has been reinforced with kevlar for greater protection.",
+ "weight" : "5100 g",
+ "volume" : "10250 ml",
+ "price": 800000,
+ "material": [ "kevlar", "cotton" ],
+ "symbol": "[",
+ "color": "black",
+ "covers": [ "LEGS", "TORSO", "ARMS" ],
+ "coverage": 100,
+ "encumbrance": 20,
+ "storage": "20 L",
+ "warmth": 40,
+ "material_thickness": 8,
+ "environmental_protection": 10,
+ "use_action": {
+ "type": "holster",
+ "holster_prompt": "Sheath sword",
+ "holster_msg": "You sheath your %s",
+ "max_volume": "2 L",
+ "flags": [ "SHEATH_SWORD" ]
+ },
+ "flags" : ["VARSIZE", "HOOD", "COLLAR", "POCKETS", "WATERPROOF", "RAINPROOF", "STURDY", "SUPER_FANCY"]
+ },
+ {
+ "id" : "maid_dress_french",
+ "type" : "ARMOR",
+ "category" : "clothing",
+ "name" : { "str": "french maid dress", "str_pl" : "french maid dresses" },
+ "description" : "The French maid dress, blue with a frilly white apron.",
+ "weight" : "100 g",
+ "volume" : "250 ml",
+ "price" : 5000,
+ "material" : ["cotton"],
+ "symbol" : "[",
+ "color" : "blue",
+ "covers" : ["TORSO", "ARMS", "LEGS"],
+ "coverage" : 75,
+ "encumbrance" : 7,
+ "storage" : "500 ml",
+ "warmth" : 5,
+ "material_thickness" : 1,
+ "flags" : ["VARSIZE", "SUPER_FANCY"]
+ },
+ {
+ "id": "kawaii_maid_dress",
+ "type": "ARMOR",
+ "name" : { "str": "maid dress" },
+ "description": "A black dress with white apron and lace trim, worn by maids.",
+ "weight" : "150 g",
+ "volume" : "1000 ml",
+ "price": 50000,
+ "material": [ "cotton" ],
+ "symbol": "[",
+ "color": "blue",
+ "covers": [ "TORSO", "ARMS", "LEGS" ],
+ "coverage": 75,
+ "encumbrance": 7,
+ "storage": "2500 ml",
+ "warmth": 15,
+ "material_thickness": 1,
+ "flags": [ "VARSIZE", "FANCY" ]
+ },
+ {
+ "id": "kawaii_maid_dress_ex",
+ "type": "ARMOR",
+ "name" : { "str": "tailored maid dress" },
+ "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,
+ "material": [ "cotton" ],
+ "symbol": "[",
+ "color": "dark_gray",
+ "covers": [ "TORSO", "ARMS", "LEGS" ],
+ "coverage": 95,
+ "encumbrance": 10,
+ "storage": " 20 L",
+ "warmth": 15,
+ "material_thickness": 5,
+ "environmental_protection": 1,
+ "flags": [ "VARSIZE", "POCKETS", "WATERPROOF", "FANCY" ]
+ },
+ {
+ "id": "kawaii_maid_dress_lss",
+ "type": "ARMOR",
+ "category": "armor",
+ "name" : { "str": "survivor maid dress" },
+ "description": "A black dress with white apron and lace trim, worn by maids. It has been reinforced with kevlar for greater protection.",
+ "weight" : "5100 g",
+ "volume" : "10250 ml",
+ "price": 800000,
+ "material": [ "kevlar", "cotton" ],
+ "symbol": "[",
+ "color": "green",
+ "covers": [ "LEGS", "TORSO", "ARMS" ],
+ "coverage": 100,
+ "encumbrance": 15,
+ "storage": "20 L",
+ "warmth": 15,
+ "material_thickness": 5,
+ "environmental_protection": 10,
+ "use_action": {
+ "type": "holster",
+ "holster_prompt": "Sheath sword",
+ "holster_msg": "You sheath your %s",
+ "max_volume": "2 L",
+ "flags": [ "SHEATH_SWORD" ]
+ },
+ "flags": [ "VARSIZE", "POCKETS", "WATERPROOF", "RAINPROOF", "STURDY", "SUPER_FANCY" ]
+ },
+ {
+ "id" : "jokyu_fuku",
+ "type" : "ARMOR",
+ "category" : "clothing",
+ "name" : { "str": "jokyū dress", "str_pl" : "jokyū dresses" },
+ "weight" : "1200 g",
+ "volume" : "5000 ml",
+ "color" : "brown",
+ "covers" : ["TORSO", "ARMS", "LEGS"],
+ "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,
+ "environmental_protection" : 1,
+ "encumbrance" : 8,
+ "flags" : ["VARSIZE", "FANCY"],
+ "coverage" : 95,
+ "material_thickness" : 4
+ },
+ {
+ "id": "kawaii_hat_cotton",
+ "type": "ARMOR",
+ "name" : { "str": "maid hat" },
+ "description": "It's a warm hat made of cotton, coloured white to better match a maid uniform.",
+ "weight" : "78 g",
+ "volume" : "250 ml",
+ "price": 2000,
+ "material": [ "cotton" ],
+ "symbol": "[",
+ "color": "dark_gray",
+ "covers": [ "HEAD" ],
+ "coverage": 65,
+ "warmth": 20,
+ "material_thickness": 1,
+ "flags": [ "VARSIZE", "HELMET_COMPAT" ]
+ },
+ {
+ "id": "kawaii_maid_hat",
+ "type": "ARMOR",
+ "name" : { "str": "maid headband" },
+ "description": "A black headband with white lace trim, worn by maids.",
+ "weight" : "150 g",
+ "volume" : "250 ml",
+ "price": 2500,
+ "material": [ "cotton" ],
+ "symbol": "[",
+ "color": "white",
+ "covers": [ "HEAD" ],
+ "coverage": 25,
+ "encumbrance": 3,
+ "warmth": 15,
+ "material_thickness": 1,
+ "flags": [ "VARSIZE", "FANCY", "SKINTIGHT" ]
+ },
+ {
+ "id": "kawaii_maid_hat_thermal_off",
+ "type": "ARMOR",
+ "category": "armor",
+ "name" : { "str": "tailored maid headband" },
+ "description": "A black headband with white lace trim, worn by maids. It has been reinforced with leather for greater protection.",
+ "weight" : "250 g",
+ "volume" : "250 ml",
+ "price": 25000,
+ "material": [ "leather", "cotton" ],
+ "symbol": "[",
+ "color": "white",
+ "covers": [ "HEAD" ],
+ "coverage": 25,
+ "encumbrance": 3,
+ "warmth": 15,
+ "material_thickness": 3,
+ "flags": [ "VARSIZE", "FANCY", "WATERPROOF", "SKINTIGHT" ]
+ },
+ {
+ "id": "kawaii_maid_hat_lss",
+ "type": "ARMOR",
+ "category": "armor",
+ "name" : { "str": "survivor maid headband" },
+ "description": "A black headband with white lace trim, worn by maids. It has been reinforced with kevlar for greater protection.",
+ "weight" : "350 g",
+ "volume" : "250 ml",
+ "price": 55000,
+ "material": [ "kevlar", "cotton" ],
+ "symbol": "[",
+ "color": "white",
+ "covers": [ "HEAD" ],
+ "coverage": 100,
+ "encumbrance": 10,
+ "warmth": 15,
+ "material_thickness": 9,
+ "environmental_protection": 10,
+ "use_action": {
+ "type": "holster",
+ "holster_prompt": "Sheath knife",
+ "holster_msg": "You sheath your %s",
+ "max_volume": "750 ml",
+ "draw_cost": 15,
+ "flags": [ "SHEATH_KNIFE" ]
+ },
+ "flags": [ "VARSIZE", "FANCY", "WATERPROOF", "RAINPROOF", "SKINTIGHT", "STURDY" ],
+ "techniques": [ "WBLOCK_1" ]
+ },
+ {
+ "id": "maid_hat",
+ "type": "ARMOR",
+ "name" : { "str": "french maid headband"},
+ "description": "A frilly white headpiece.",
+ "weight" : "10 g",
+ "volume" : "250 ml",
+ "price": 2500,
+ "material": [ "cotton" ],
+ "symbol": "[",
+ "color": "white",
+ "covers": [ "HEAD" ],
+ "coverage": 25,
+ "encumbrance": 10,
+ "warmth": 5,
+ "material_thickness": 1,
+ "flags": [ "VARSIZE", "SUPER_FANCY" ]
+ },
+ {
+ "id": "maid_gloves_cotton",
+ "type": "ARMOR",
+ "name" : { "str": "pair of maid gloves", "str_pl": "pairs of maid gloves" },
+ "description": "A pair of white gloves, used by maids.",
+ "weight" : "118 g",
+ "volume" : "250 ml",
+ "price": 1100,
+ "to_hit": 1,
+ "material": [ "cotton" ],
+ "symbol": "[",
+ "color": "light_blue",
+ "covers": [ "HANDS" ],
+ "coverage": 95,
+ "encumbrance": 4,
+ "warmth": 15,
+ "material_thickness": 1,
+ "flags": [ "VARSIZE", "FANCY" ]
+ },
+ {
+ "id": "maid_gloves_leather",
+ "type": "ARMOR",
+ "name" : { "str": "pair of tailored maid gloves", "str_pl": "pairs of tailored maid gloves" },
+ "description": "A pair of white gloves, used by maids. They have been reinforced with leather for greater protection.",
+ "weight" : "150 g",
+ "volume" : "500 ml",
+ "price": 12000,
+ "to_hit": 1,
+ "material": [ "cotton", "leather" ],
+ "symbol": "[",
+ "color": "light_blue",
+ "covers": [ "HANDS" ],
+ "coverage": 100,
+ "encumbrance": 6,
+ "warmth": 15,
+ "material_thickness": 3,
+ "environmental_protection": 2,
+ "flags": [ "VARSIZE", "FANCY", "WATERPROOF" ]
+ },
+ {
+ "id": "maid_gloves_armor",
+ "type": "ARMOR",
+ "category": "armor",
+ "name" : { "str": "pair of survivor maid gloves", "str_pl": "pairs of survivor maid gloves" },
+ "description": "A pair of white gloves, used by maids. They have been reinforced with kevlar for greater protection.",
+ "weight" : "190 g",
+ "volume" : "750 ml",
+ "price": 18000,
+ "to_hit": 2,
+ "material": [ "cotton", "kevlar" ],
+ "symbol": "[",
+ "color": "light_blue",
+ "covers": [ "HANDS" ],
+ "coverage": 100,
+ "encumbrance": 8,
+ "warmth": 15,
+ "material_thickness": 5,
+ "environmental_protection": 5,
+ "flags": [ "VARSIZE", "FANCY", "WATERPROOF", "STURDY" ]
+ },
+ {
+ "id": "maid_gloves_long_cotton",
+ "type": "ARMOR",
+ "name" : { "str": "pair of long maid gloves", "str_pl": "pairs of long maid gloves" },
+ "description": "A pair of long white gloves, used by maids.",
+ "weight" : "400 g",
+ "volume" : "1000 ml",
+ "price": 1100,
+ "to_hit": 1,
+ "material": [ "cotton" ],
+ "symbol": "[",
+ "color": "light_blue",
+ "covers": [ "HANDS" ],
+ "coverage": 100,
+ "encumbrance": 8,
+ "warmth": 40,
+ "material_thickness": 2,
+ "flags": [ "VARSIZE", "FANCY" ]
+ },
+ {
+ "id": "maid_gloves_long_leather",
+ "type": "ARMOR",
+ "name" : { "str": "pair of tailored long maid gloves", "str_pl": "pairs of tailored long maid gloves" },
+ "description": "A pair of long white gloves, used by maids. They have been reinforced with leather for greater protection.",
+ "weight" : "150 g",
+ "volume" : "500 ml",
+ "price": 12000,
+ "to_hit": 1,
+ "material": [ "leather", "cotton" ],
+ "symbol": "[",
+ "color": "light_blue",
+ "covers": [ "HANDS" ],
+ "coverage": 100,
+ "encumbrance": 10,
+ "warmth": 40,
+ "material_thickness": 4,
+ "environmental_protection": 3,
+ "flags": [ "VARSIZE", "FANCY", "WATERPROOF" ]
+ },
+ {
+ "id": "maid_gloves_long_armor",
+ "type": "ARMOR",
+ "category": "armor",
+ "name" : { "str": "pair of survivor long maid gloves", "str_pl": "pairs of survivor long maid gloves" },
+ "description": "A pair of long white gloves, used by maids. They have been reinforced with kevlar for greater protection.",
+ "weight" : "190 g",
+ "volume" : "750 ml",
+ "price": 18000,
+ "to_hit": 2,
+ "material": [ "kevlar", "cotton" ],
+ "symbol": "[",
+ "color": "light_blue",
+ "covers": [ "HANDS" ],
+ "coverage": 100,
+ "encumbrance": 12,
+ "warmth": 40,
+ "material_thickness": 6,
+ "environmental_protection": 6,
+ "flags": [ "VARSIZE", "FANCY", "WATERPROOF", "STURDY" ]
+ },
+ {
+ "id": "kawaii_dress_shoes",
+ "type": "ARMOR",
+ "name" : { "str": "pair of maid shoes" },
+ "description": "A pair of black dress shoes designed to be worn with a maid dress.",
+ "weight" : "500 g",
+ "volume" : "1250 ml",
+ "price": 12000,
+ "material": [ "leather" ],
+ "symbol": "[",
+ "color": "dark_gray",
+ "covers": [ "FEET" ],
+ "coverage": 60,
+ "encumbrance": 15,
+ "warmth": 5,
+ "material_thickness": 2,
+ "flags": [ "VARSIZE", "FANCY" ]
+ },
+ {
+ "id": "kawaii_shoes_hi",
+ "type": "ARMOR",
+ "category": "armor",
+ "name" : { "str": "pair 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,
+ "material": [ "kevlar", "leather" ],
+ "symbol": "[",
+ "color": "dark_gray",
+ "covers": [ "FEET" ],
+ "coverage": 100,
+ "warmth": 15,
+ "encumbrance": 15,
+ "material_thickness": 5,
+ "environmental_protection": 10,
+ "flags": [ "VARSIZE", "FANCY", "WATERPROOF", "STURDY" ]
+ },
+ {
+ "id": "kawaii_boots",
+ "type": "ARMOR",
+ "name" : { "str": "pair 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,
+ "material": [ "leather" ],
+ "symbol": "[",
+ "color": "dark_gray",
+ "covers": [ "FEET" ],
+ "coverage": 90,
+ "warmth": 20,
+ "encumbrance": 12,
+ "material_thickness": 3,
+ "environmental_protection": 2,
+ "flags": [ "VARSIZE", "FANCY", "WATERPROOF" ]
+ },
+ {
+ "id": "kawaii_boots_hi",
+ "type": "ARMOR",
+ "category": "armor",
+ "name" : { "str": "pair 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,
+ "material": [ "kevlar", "leather" ],
+ "symbol": "[",
+ "color": "dark_gray",
+ "covers": [ "FEET" ],
+ "coverage": 100,
+ "warmth": 40,
+ "encumbrance": 16,
+ "material_thickness": 7,
+ "environmental_protection": 10,
+ "flags": [ "VARSIZE", "FANCY", "WATERPROOF", "STURDY" ]
+ },
+ {
+ "id": "kawaii_maid_niso_thick",
+ "type": "ARMOR",
+ "name" : { "str": "pair of maid stockings" },
+ "description": "A pair of black stockings with white lace trim. The thick material keeps the wearer's legs warm.",
+ "weight" : "90 g",
+ "volume" : "250 ml",
+ "price": 500,
+ "material": [ "cotton" ],
+ "symbol": "[",
+ "color": "dark_gray",
+ "covers": [ "FEET" ],
+ "coverage": 75,
+ "encumbrance": 5,
+ "warmth": 35,
+ "material_thickness": 1,
+ "flags": [ "VARSIZE", "SKINTIGHT", "FANCY" ]
+ },
+ {
+ "id": "kawaii_maid_niso_thin",
+ "type": "ARMOR",
+ "name" : { "str": "pair of maid stockings (sheer)" },
+ "description": "A pair of black stockings with white lace trim. The material is thin enough to be slightly transparent when worn.",
+ "weight" : "40 g",
+ "volume" : "250 ml",
+ "price": 500,
+ "material": [ "cotton" ],
+ "symbol": "[",
+ "color": "dark_gray",
+ "covers": [ "FEET" ],
+ "coverage": 75,
+ "encumbrance": 0,
+ "warmth": 0,
+ "material_thickness": 1,
+ "flags": [ "VARSIZE", "SKINTIGHT", "FANCY" ]
+ },
+ {
+ "id": "kawaii_maid_garter",
+ "type": "ARMOR",
+ "name" : { "str": "garter belt" },
+ "description": "A black garter belt, designed to be worn with stockings.",
+ "weight" : "10 g",
+ "volume" : "250 ml",
+ "price": 1500,
+ "material": [ "cotton" ],
+ "symbol": "[",
+ "color": "dark_gray",
+ "use_action" : {
+ "type": "holster",
+ "max_volume": 4,
+ "draw_cost": 80,
+ "skills": ["pistol"]
+ },
+ "flags": [ "FANCY" ]
+ },
+ {
+ "type" : "TOOL_ARMOR",
+ "category" : "clothing",
+ "id" : "tux",
+ "name" : { "str": "tuxedo" },
+ "description" : "A full-body tuxedo. Makes the apocalypse feel a little more classy.",
+ "weight" : "1587 g",
+ "volume" : "5500 ml",
+ "color" : "dark_gray",
+ "covers" : ["LEGS", "TORSO", "ARMS"],
+ "storage" : "2500 ml",
+ "symbol" : "[",
+ "price" : 21000,
+ "material" : ["cotton"],
+ "warmth" : 30,
+ "environmental_protection" : 1,
+ "encumbrance" : 12,
+ "flags" : ["VARSIZE", "SUPER_FANCY"],
+ "coverage" : 95,
+ "material_thickness" : 4
+ },
+ {
+ "type" : "TOOL_ARMOR",
+ "id" : "survivor_tux",
+ "category" : "armor",
+ "name" : { "str": "survivor tuxedo" },
+ "description" : "A tux tailored specifically for post-cataclysm butlers. Besides protecting key parts with kevlar lining, it has more storage space.",
+ "weight" : "3050 g",
+ "volume" : "11250 ml",
+ "color" : "dark_gray",
+ "covers" : ["LEGS", "TORSO", "ARMS"],
+ "storage" : "5500 ml",
+ "symbol" : "[",
+ "price" : 110000,
+ "material": [ "kevlar", "cotton" ],
+ "warmth" : 30,
+ "environmental_protection" : 3,
+ "encumbrance" : 15,
+ "flags" : ["VARSIZE", "HOOD", "COLLAR", "POCKETS", "WATERPROOF", "RAINPROOF", "STURDY", "SUPER_FANCY"],
+ "coverage" : 100,
+ "material_thickness" : 4,
+ "max_charges": 12,
+ "ammo": "assassins_throwing_dagger"
+ },
+ {
+ "id": "kawaii_vest",
+ "type": "ARMOR",
+ "name" : { "str": "maid vest" },
+ "description": "A modified utility vest with many pockets, worn by maids.",
+ "weight" : "516 g",
+ "volume" : "1000 ml",
+ "price": 3900,
+ "material": [ "cotton" ],
+ "symbol": "[",
+ "color": "light_gray",
+ "covers": [ "TORSO" ],
+ "coverage": 60,
+ "encumbrance": 5,
+ "storage": "3 L",
+ "warmth": 5,
+ "material_thickness": 2,
+ "flags": [ "VARSIZE", "WAIST" ]
+ },
+ {
+ "id": "kawaii_vest_armor",
+ "type": "ARMOR",
+ "name" : { "str": "survivor maid vest" },
+ "description": "A modified utility vest with many pockets, worn by maids. It has been reinforced with kevlar for greater protection and has four pouches capable of carrying magazines.",
+ "weight" : "516 g",
+ "volume" : "1000 ml",
+ "price": 120000,
+ "material": [ "kevlar", "kevlar_rigid" ],
+ "symbol": "[",
+ "color": "light_gray",
+ "covers": [ "TORSO" ],
+ "coverage": 85,
+ "encumbrance": 5,
+ "storage": "3 L",
+ "warmth": 5,
+ "material_thickness": 5,
+ "use_action": {
+ "type": "holster",
+ "holster_prompt": "Stash ammo",
+ "holster_msg": "You stash your %s.",
+ "multi": 4,
+ "min_volume": "250 ml",
+ "max_volume": "750 ml",
+ "draw_cost": 60,
+ "flags": [ "MAG_COMPACT" ]
+ },
+ "flags": [ "VARSIZE", "WAIST", "STURDY" ]
+ },
+ {
+ "type" : "ARMOR",
+ "category" : "clothing",
+ "id" : "petticoat",
+ "name" : { "str": "petticoat", "str_pl" : "petticoats" },
+ "description" : "A type of frilly undergarment usually worn under skirts.",
+ "weight" : "90 g",
+ "volume" : "250 ml",
+ "color" : "white",
+ "symbol" : "[",
+ "price" : 500,
+ "material" : ["cotton"],
+ "use_action": {
+ "type": "holster",
+ "holster_prompt": "Sheath knife",
+ "holster_msg": "You sheath your %s",
+ "max_volume": "750 ml",
+ "draw_cost": 30,
+ "flags": [ "SHEATH_KNIFE" ]
+ },
+ "flags" : ["SUPER_FANCY"],
+ "material_thickness" : 1
+ },
+ {
+ "type" : "ARMOR",
+ "category" : "clothing",
+ "id" : "panties_kemo",
+ "name" : { "str": "panties (for beasts)", "str_pl" : "panties (for beasts)" },
+ "description" : "A special type of underwear meant for people with tails. Although it's incredibly thin, it's the last line of defense against your dignity.",
+ "weight" : "32 g",
+ "volume" : "250 ml",
+ "color" : "white",
+ "covers" : ["LEGS"],
+ "symbol" : "[",
+ "price" : 1000,
+ "material" : ["cotton"],
+ "warmth" : 5,
+ "flags" : ["VARSIZE", "SKINTIGHT"],
+ "coverage" : 15,
+ "material_thickness" : 1
+ },
+ {
+ "type" : "ARMOR",
+ "id" : "briefs_kemo",
+ "name" : { "str": "briefs (for beasts)", "str_pl" : "briefs (for beasts)" },
+ "description" : "A special type of underwear meant for people with tails. It stands as the difference between being a gentleman and being a beast.",
+ "weight" : "32 g",
+ "volume" : "250 ml",
+ "color" : "white",
+ "covers" : ["LEGS"],
+ "symbol" : "[",
+ "price" : 1000,
+ "material" : ["cotton"],
+ "warmth" : 5,
+ "flags" : ["VARSIZE", "SKINTIGHT"],
+ "coverage" : 15,
+ "material_thickness" : 1
+ },
+ {
+ "id": "kawaii_scarf",
+ "type": "TOOL_ARMOR",
+ "category" : "clothing",
+ "symbol": "[",
+ "color": "light_gray",
+ "name" : { "str": "maid scarf" },
+ "description": "A very long light cloth scarf, worn over the mouth for warmth.",
+ "price": 1500,
+ "material": ["cotton"],
+ "weight" : "120 g",
+ "volume" : "1000 ml",
+ "to_hit" : -3,
+ "covers" : ["MOUTH"],
+ "flags" : ["POCKETS", "OUTER", "ALLOWS_NATURAL_ATTACKS"],
+ "warmth" : 60,
+ "environmental_protection" : 5,
+ "encumbrance" : 5,
+ "coverage" : 85,
+ "material_thickness" : 1,
+ "use_action": {
+ "type": "transform",
+ "msg": "You loosen the scarf.",
+ "target": "kawaii_scarf_loose",
+ "menu_text": "Adjust scarf"
+ }
+ },
+ {
+ "id": "kawaii_scarf_loose",
+ "type": "TOOL_ARMOR",
+ "category" : "clothing",
+ "symbol": "[",
+ "color": "light_gray",
+ "name" : { "str": "maid scarf (loose)" },
+ "description": "A very long light cloth scarf, worn over the mouth for warmth.",
+ "price": 1500,
+ "material": ["cotton"],
+ "weight" : "120 g",
+ "volume" : "1000 ml",
+ "to_hit" : -3,
+ "covers" : ["MOUTH"],
+ "flags" : ["POCKETS", "OUTER", "ALLOWS_NATURAL_ATTACKS"],
+ "warmth" : 20,
+ "environmental_protection" : 5,
+ "encumbrance" : 5,
+ "coverage" : 45,
+ "material_thickness" : 1,
+ "use_action": {
+ "type": "transform",
+ "msg": "You pull the scarf tighter around you.",
+ "target": "kawaii_scarf",
+ "menu_text": "Adjust scarf"
+ }
+ },
+ {
+ "id": "kawaii_raincoat",
+ "type": "ARMOR",
+ "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",
+ "price": 5000,
+ "material": [ "plastic", "cotton" ],
+ "symbol": "[",
+ "color": "blue",
+ "covers": [ "TORSO", "ARMS" ,"HEAD" ],
+ "coverage": 95,
+ "encumbrance": 7,
+ "warmth": 5,
+ "material_thickness": 2,
+ "environmental_protection": 3,
+ "flags": [ "HOOD", "POCKETS", "WATERPROOF", "RAINPROOF", "OUTER", "FANCY" ],
+ "use_action": {
+ "type": "transform",
+ "msg": "You pack the hood.",
+ "target": "kawaii_raincoat_off",
+ "menu_text": "Toggle hood"
+ }
+ },
+ {
+ "id": "kawaii_raincoat_off",
+ "type": "ARMOR",
+ "name" : { "str": "transparent rain coat (hood packed)" },
+ "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,
+ "material": [ "plastic", "cotton" ],
+ "symbol": "[",
+ "color": "blue",
+ "covers": [ "TORSO", "ARMS" ],
+ "coverage": 95,
+ "encumbrance": 7,
+ "warmth": 5,
+ "material_thickness": 2,
+ "environmental_protection": 3,
+ "flags": [ "POCKETS", "WATERPROOF", "RAINPROOF", "OUTER", "FANCY" ],
+ "use_action": {
+ "type": "transform",
+ "msg": "You unpack the hood.",
+ "target": "kawaii_raincoat",
+ "menu_text": "Toggle hood"
+ }
+ },
+ {
+ "id": "kawaii_maid_panties",
+ "type": "ARMOR",
+ "name" : { "str": "white panties" },
+ "description": "Pure white panties, very breathable and comfortable even in summer.",
+ "weight" : "32 g",
+ "volume" : "250 ml",
+ "price": 1000,
+ "material": [ "cotton" ],
+ "symbol": "[",
+ "color": "white",
+ "covers": [ "LEGS" ],
+ "coverage": 15,
+ "warmth": 0,
+ "material_thickness": 1,
+ "flags": [ "VARSIZE", "SKINTIGHT", "FANCY" ]
+ },
+ {
+ "id": "kawaii_maid_bra",
+ "type": "ARMOR",
+ "name" : { "str": "white bra" },
+ "description": "Pure white bra, very breathable and comfortable even in summer.",
+ "weight" : "32 g",
+ "volume" : "250 ml",
+ "price": 1000,
+ "material": [ "cotton" ],
+ "symbol": "[",
+ "color": "white",
+ "covers": [ "TORSO" ],
+ "coverage": 15,
+ "warmth": 0,
+ "material_thickness": 1,
+ "flags": [ "VARSIZE", "SKINTIGHT", "FANCY" ]
+ },
+ {
+ "id": "kawaii_maid_hardcase",
+ "type": "ARMOR",
+ "name" : { "str": "hardcase" },
+ "description": "A huge rectangular hardcase. Normally used for carrying large musical instruments, sniper rifles, or sensitive electrical equipment.",
+ "weight" : "800 g",
+ "volume" : "7500 ml",
+ "price": 12000,
+ "material": [ "plastic", "steel" ],
+ "symbol": "[",
+ "color": "dark_gray",
+ "covers": [ "TORSO" ],
+ "coverage": 30,
+ "encumbrance": 15,
+ "storage": "30 L",
+ "material_thickness": 2,
+ "use_action": {
"type": "holster",
- "holster_prompt": "Sheath knife",
- "holster_msg": "You sheath your %s",
- "max_volume": "750 ml",
- "draw_cost": 30,
- "flags": [ "SHEATH_KNIFE" ]
- },
- "flags" : ["SUPER_FANCY"],
- "material_thickness" : 1
- },
- {
- "type" : "ARMOR",
- "category" : "clothing",
- "id" : "panties_kemo",
- "name" : { "str": "panties (for beasts)", "str_pl" : "panties (for beasts)" },
- "description" : "A special type of underwear meant for people with tails. Although it's incredibly thin, it's the last line of defense against your dignity.",
- "weight" : "32 g",
- "volume" : "250 ml",
- "color" : "white",
- "covers" : ["LEGS"],
- "symbol" : "[",
- "price" : 1000,
- "material" : ["cotton"],
- "warmth" : 5,
- "flags" : ["VARSIZE", "SKINTIGHT"],
- "coverage" : 15,
- "material_thickness" : 1
- },
- {
- "type" : "ARMOR",
- "id" : "briefs_kemo",
- "name" : { "str": "briefs (for beasts)", "str_pl" : "briefs (for beasts)" },
- "description" : "A special type of underwear meant for people with tails. It stands as the difference between being a gentleman and being a beast.",
- "weight" : "32 g",
- "volume" : "250 ml",
- "color" : "white",
- "covers" : ["LEGS"],
- "symbol" : "[",
- "price" : 1000,
- "material" : ["cotton"],
- "warmth" : 5,
- "flags" : ["VARSIZE", "SKINTIGHT"],
- "coverage" : 15,
- "material_thickness" : 1
- },
- {
- "id": "kawaii_scarf",
- "type": "TOOL_ARMOR",
- "category" : "clothing",
- "symbol": "[",
- "color": "light_gray",
- "name" : { "str": "maid scarf" },
- "description": "A very long light cloth scarf, worn over the mouth for warmth.",
- "price": 1500,
- "material": ["cotton"],
- "weight" : "120 g",
- "volume" : "1000 ml",
- "to_hit" : -3,
- "covers" : ["MOUTH"],
- "flags" : ["POCKETS", "OUTER", "ALLOWS_NATURAL_ATTACKS"],
- "warmth" : 60,
- "environmental_protection" : 5,
- "encumbrance" : 5,
- "coverage" : 85,
- "material_thickness" : 1,
- "use_action": {
- "type": "transform",
- "msg": "You loosen the scarf.",
- "target": "kawaii_scarf_loose",
- "menu_text": "Adjust scarf"
- }
- },
- {
- "id": "kawaii_scarf_loose",
- "type": "TOOL_ARMOR",
- "category" : "clothing",
- "symbol": "[",
- "color": "light_gray",
- "name" : { "str": "maid scarf (loose)" },
- "description": "A very long light cloth scarf, worn over the mouth for warmth.",
- "price": 1500,
- "material": ["cotton"],
- "weight" : "120 g",
- "volume" : "1000 ml",
- "to_hit" : -3,
- "covers" : ["MOUTH"],
- "flags" : ["POCKETS", "OUTER", "ALLOWS_NATURAL_ATTACKS"],
- "warmth" : 20,
- "environmental_protection" : 5,
- "encumbrance" : 5,
- "coverage" : 45,
- "material_thickness" : 1,
- "use_action": {
- "type": "transform",
- "msg": "You pull the scarf tighter around you.",
- "target": "kawaii_scarf",
- "menu_text": "Adjust scarf"
- }
- },
- {
- "id": "kawaii_raincoat",
- "type": "ARMOR",
- "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",
- "price": 5000,
- "material": [ "plastic", "cotton" ],
- "symbol": "[",
- "color": "blue",
- "covers": [ "TORSO", "ARMS" ,"HEAD" ],
- "coverage": 95,
- "encumbrance": 7,
- "warmth": 5,
- "material_thickness": 2,
- "environmental_protection": 3,
- "flags": [ "HOOD", "POCKETS", "WATERPROOF", "RAINPROOF", "OUTER", "FANCY" ],
- "use_action": {
- "type": "transform",
- "msg": "You pack the hood.",
- "target": "kawaii_raincoat_off",
- "menu_text": "Toggle hood"
- }
- },
- {
- "id": "kawaii_raincoat_off",
- "type": "ARMOR",
- "name" : { "str": "transparent rain coat (hood packed)" },
- "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,
- "material": [ "plastic", "cotton" ],
- "symbol": "[",
- "color": "blue",
- "covers": [ "TORSO", "ARMS" ],
- "coverage": 95,
- "encumbrance": 7,
- "warmth": 5,
- "material_thickness": 2,
- "environmental_protection": 3,
- "flags": [ "POCKETS", "WATERPROOF", "RAINPROOF", "OUTER", "FANCY" ],
- "use_action": {
- "type": "transform",
- "msg": "You unpack the hood.",
- "target": "kawaii_raincoat",
- "menu_text": "Toggle hood"
- }
- },
- {
- "id": "kawaii_maid_panties",
- "type": "ARMOR",
- "name" : { "str": "white panties" },
- "description": "Pure white panties, very breathable and comfortable even in summer.",
- "weight" : "32 g",
- "volume" : "250 ml",
- "price": 1000,
- "material": [ "cotton" ],
- "symbol": "[",
- "color": "white",
- "covers": [ "LEGS" ],
- "coverage": 15,
- "warmth": 0,
- "material_thickness": 1,
- "flags": [ "VARSIZE", "SKINTIGHT", "FANCY" ]
- },
- {
- "id": "kawaii_maid_bra",
- "type": "ARMOR",
- "name" : { "str": "white bra" },
- "description": "Pure white bra, very breathable and comfortable even in summer.",
- "weight" : "32 g",
- "volume" : "250 ml",
- "price": 1000,
- "material": [ "cotton" ],
- "symbol": "[",
- "color": "white",
- "covers": [ "TORSO" ],
- "coverage": 15,
- "warmth": 0,
- "material_thickness": 1,
- "flags": [ "VARSIZE", "SKINTIGHT", "FANCY" ]
- },
- {
- "id": "kawaii_maid_hardcase",
- "type": "ARMOR",
- "name" : { "str": "hardcase" },
- "description": "A huge rectangular hardcase. Normally used for carrying large musical instruments, sniper rifles, or sensitive electrical equipment.",
- "weight" : "800 g",
- "volume" : "7500 ml",
- "price": 12000,
- "material": [ "plastic", "steel" ],
- "symbol": "[",
- "color": "dark_gray",
- "covers": [ "TORSO" ],
- "coverage": 30,
- "encumbrance": 15,
- "storage": "30 L",
- "material_thickness": 2,
- "use_action": {
- "type": "holster",
- "min_volume": "1250 ml",
- "max_volume": "4000 ml",
- "skills": ["smg", "shotgun", "rifle", "launcher" ]
- },
- "flags": [ "WATER_FRIENDLY", "BELTED", "STURDY" ]
- },
- {
- "id": "kawaii_maid_hardcase_mini",
- "type": "ARMOR",
- "name" : { "str": "small hardcase" },
- "description": "A smaller version of the standard hardcase.",
- "weight" : "650 g",
- "volume" : "5000 ml",
- "price": 8000,
- "material": [ "plastic", "leather" ],
- "symbol": "[",
- "color": "dark_gray",
- "covers": [ "TORSO" ],
- "coverage": 15,
- "encumbrance": 10,
- "storage": "20 L",
- "material_thickness": 2,
- "use_action": {
- "type": "holster",
- "min_volume": "750 ml",
- "max_volume": "3250 ml",
- "skills": ["smg", "shotgun", "rifle"]
- },
- "flags": [ "WATER_FRIENDLY", "BELTED", "STURDY" ]
- },
- {
- "id": "kawaii_maid_hardcase_slim",
- "type": "ARMOR",
- "name" : { "str": "compact hardcase" },
- "description": "A compact version of the hardcase.",
- "weight" : "400 g",
- "volume" : "2500 ml",
- "price": 8000,
- "material": [ "plastic", "leather" ],
- "symbol": "[",
- "color": "dark_gray",
- "covers": [ "TORSO" ],
- "coverage": 10,
- "encumbrance": 6,
- "storage": "10 L",
- "material_thickness": 2,
- "use_action": {
- "type": "holster",
- "min_volume": "250 ml",
- "max_volume": "2500 ml",
- "skills": ["smg", "shotgun", "rifle"]
- },
- "flags": [ "WATER_FRIENDLY", "BELTED", "STURDY" ]
- },
- {
- "id": "kawaii_secretpoach",
- "type": "ARMOR",
- "name" : { "str": "garter purse" },
- "description": "A small storage purse that can be consealed beneath a skirt, held up using a garter band.",
- "weight" : "250 g",
- "volume" : "250 ml",
- "price": 3000,
- "material": [ "cotton" ],
- "symbol": "[",
- "color": "dark_gray",
- "storage": "500 ml",
- "use_action": {
- "type": "holster",
- "holster_prompt": "Stash ammo",
- "holster_msg": "You stash your %s.",
- "multi": 2,
- "max_volume": "500 ml",
- "draw_cost": 40,
- "flags": [ "MAG_COMPACT" ]
- }
- },
- {
- "id": "kawaii_maid_megane_01",
- "type": "ARMOR",
- "name" : { "str": "maid glasses" },
- "description": "A maid wearing these will never miss the smallest speck of dust, nor signs of their Mistress's health.",
- "weight" : "30 g",
- "volume" : "250 ml",
- "price": 7900,
- "material": [ "glass", "plastic" ],
- "symbol": "[",
- "color": "cyan",
- "covers": [ "EYES" ],
- "coverage": 75,
- "material_thickness": 1,
- "environmental_protection": 1,
- "flags": [ "WATER_FRIENDLY", "FANCY", "FIX_NEARSIGHT", "FIX_FARSIGHT" ]
- },
- {
- "id": "kawaii_hitec_megane",
- "type": "ARMOR",
- "category": "armor",
- "name" : { "str": "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.",
- "weight" : "90 g",
- "volume" : "250 ml",
- "price": 250000,
- "material": [ "kevlar", "plastic" ],
- "symbol": "[",
- "color": "cyan",
- "covers": [ "EYES" ],
- "coverage": 75,
- "material_thickness": 3,
- "environmental_protection": 4,
- "qualities": [ [ "GLARE", 2 ] ],
- "flags": [ "WATER_FRIENDLY", "FANCY", "FIX_NEARSIGHT", "FIX_FARSIGHT", "SUN_GLASSES", "FLASH_PROTECTION" ]
+ "min_volume": "1250 ml",
+ "max_volume": "4000 ml",
+ "skills": ["smg", "shotgun", "rifle", "launcher" ]
+ },
+ "flags": [ "WATER_FRIENDLY", "BELTED", "STURDY" ]
+ },
+ {
+ "id": "kawaii_maid_hardcase_mini",
+ "type": "ARMOR",
+ "name" : { "str": "small hardcase" },
+ "description": "A smaller version of the standard hardcase.",
+ "weight" : "650 g",
+ "volume" : "5000 ml",
+ "price": 8000,
+ "material": [ "plastic", "leather" ],
+ "symbol": "[",
+ "color": "dark_gray",
+ "covers": [ "TORSO" ],
+ "coverage": 15,
+ "encumbrance": 10,
+ "storage": "20 L",
+ "material_thickness": 2,
+ "use_action": {
+ "type": "holster",
+ "min_volume": "750 ml",
+ "max_volume": "3250 ml",
+ "skills": ["smg", "shotgun", "rifle"]
+ },
+ "flags": [ "WATER_FRIENDLY", "BELTED", "STURDY" ]
+ },
+ {
+ "id": "kawaii_maid_hardcase_slim",
+ "type": "ARMOR",
+ "name" : { "str": "compact hardcase" },
+ "description": "A compact version of the hardcase.",
+ "weight" : "400 g",
+ "volume" : "2500 ml",
+ "price": 8000,
+ "material": [ "plastic", "leather" ],
+ "symbol": "[",
+ "color": "dark_gray",
+ "covers": [ "TORSO" ],
+ "coverage": 10,
+ "encumbrance": 6,
+ "storage": "10 L",
+ "material_thickness": 2,
+ "use_action": {
+ "type": "holster",
+ "min_volume": "250 ml",
+ "max_volume": "2500 ml",
+ "skills": ["smg", "shotgun", "rifle"]
+ },
+ "flags": [ "WATER_FRIENDLY", "BELTED", "STURDY" ]
+ },
+ {
+ "id": "kawaii_secretpoach",
+ "type": "ARMOR",
+ "name" : { "str": "garter purse" },
+ "description": "A small storage purse that can be consealed beneath a skirt, held up using a garter band.",
+ "weight" : "250 g",
+ "volume" : "250 ml",
+ "price": 3000,
+ "material": [ "cotton" ],
+ "symbol": "[",
+ "color": "dark_gray",
+ "storage": "500 ml",
+ "use_action": {
+ "type": "holster",
+ "holster_prompt": "Stash ammo",
+ "holster_msg": "You stash your %s.",
+ "multi": 2,
+ "max_volume": "500 ml",
+ "draw_cost": 40,
+ "flags": [ "MAG_COMPACT" ]
}
+ },
+ {
+ "id": "kawaii_maid_megane_01",
+ "type": "ARMOR",
+ "name" : { "str": "maid glasses" },
+ "description": "A maid wearing these will never miss the smallest speck of dust, nor signs of their Mistress's health.",
+ "weight" : "30 g",
+ "volume" : "250 ml",
+ "price": 7900,
+ "material": [ "glass", "plastic" ],
+ "symbol": "[",
+ "color": "cyan",
+ "covers": [ "EYES" ],
+ "coverage": 75,
+ "material_thickness": 1,
+ "environmental_protection": 1,
+ "flags": [ "WATER_FRIENDLY", "FANCY", "FIX_NEARSIGHT", "FIX_FARSIGHT" ]
+ },
+ {
+ "id": "kawaii_hitec_megane",
+ "type": "ARMOR",
+ "category": "armor",
+ "name" : { "str": "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.",
+ "weight" : "90 g",
+ "volume" : "250 ml",
+ "price": 250000,
+ "material": [ "kevlar", "plastic" ],
+ "symbol": "[",
+ "color": "cyan",
+ "covers": [ "EYES" ],
+ "coverage": 75,
+ "material_thickness": 3,
+ "environmental_protection": 4,
+ "qualities": [ [ "GLARE", 2 ] ],
+ "flags": [ "WATER_FRIENDLY", "FANCY", "FIX_NEARSIGHT", "FIX_FARSIGHT", "SUN_GLASSES", "FLASH_PROTECTION" ]
+ }
]
diff --git a/item_groups.json b/item_groups.json
index 5b384af..b3a82ec 100644
--- a/item_groups.json
+++ b/item_groups.json
@@ -1,222 +1,222 @@
[
- {
- "type": "item_group",
- "id": "mansion_guns",
- "magazine": 100,
- "ammo": 100,
- "subtype": "distribution",
- "entries": [
- { "group": "kawaii_mansion_weapons", "prob": 60 }
- ]
- },
- {
- "id" : "kawaii_mansion_weapons",
- "type" : "item_group",
- "items":[
- [ "vorpal_kitchen_knife", 1 ],
- [ "slaying_pan", 2 ],
- [ "brutal_broom", 2 ],
- [ "spiked_whip", 2 ],
- [ "shikomi_kasa", 2 ],
- [ "shikomi_stick", 2 ],
- [ "maid_claw", 2 ],
- [ "battle_mop", 2 ],
- [ "destruction_otama", 1 ]
- ]
- },
- {
- "id" : "mansion_books",
- "type" : "item_group",
- "subtype": "distribution",
- "entries":[
- { "item": "manual_maid", "prob": 3 }
- ]
- },
- {
- "type" : "item_group",
- "id" : "bedroom",
- "ammo": 100,
- "magazine": 100,
- "subtype": "distribution",
- "entries":[
- { "item": "maid_dress_french", "prob": 3 },
- { "item": "kawaii_maid_hat", "prob": 3 },
- { "item": "kawaii_hat_cotton", "prob": 3 },
- { "item": "kawaii_maid_dress", "prob": 3 },
- { "item": "jokyu_fuku", "prob": 3 },
- { "item": "kawaii_maid_panties", "prob": 3 },
- { "item": "kawaii_maid_bra", "prob": 3 },
- { "item": "kawaii_maid_garter", "prob": 3 },
- { "item": "petticoat", "prob": 3 },
- { "item": "kawaii_maid_niso_thick", "prob": 3 },
- { "item": "kawaii_maid_niso_thin", "prob": 3 },
- { "item": "maid_gloves_cotton", "prob": 3 },
- { "item": "maid_gloves_long_cotton", "prob": 3 },
- { "item": "kawaii_dress_shoes", "prob": 3 },
- { "item": "kawaii_boots", "prob": 3 }
- ]
- },
- {
- "type" : "item_group",
- "id" : "dresser",
- "ammo": 100,
- "magazine": 100,
- "items": [
- [ "maid_dress_french", 3 ],
- [ "kawaii_maid_hat", 3 ],
- [ "kawaii_hat_cotton", 3 ],
- [ "kawaii_maid_dress", 3 ],
- [ "jokyu_fuku", 3 ],
- [ "kawaii_maid_panties", 3 ],
- [ "kawaii_maid_bra", 3 ],
- [ "kawaii_maid_garter", 3 ],
- [ "petticoat", 3 ],
- [ "kawaii_maid_niso_thick", 3 ],
- [ "kawaii_maid_niso_thin", 3 ],
- [ "maid_gloves_cotton", 3 ],
- [ "maid_gloves_long_cotton", 3 ],
- [ "kawaii_dress_shoes", 3 ],
- [ "kawaii_boots", 3 ]
- ]
- },
- {
- "id" : "dresser_servant",
- "type" : "item_group",
- "subtype": "distribution",
- "items":[
- [ "maid_dress_french", 90 ],
- [ "kawaii_maid_hat", 90 ],
- [ "kawaii_hat_cotton", 90 ],
- [ "kawaii_maid_dress", 90 ],
- [ "jokyu_fuku", 90 ],
- [ "tux", 90 ],
- [ "kawaii_maid_panties", 10 ],
- [ "kawaii_maid_bra", 10 ],
- [ "kawaii_maid_garter", 10 ],
- [ "petticoat", 10 ],
- [ "kawaii_maid_niso_thick", 10 ],
- [ "kawaii_maid_niso_thin", 10 ],
- [ "maid_gloves_cotton", 30 ],
- [ "maid_gloves_long_cotton", 30 ],
- [ "kawaii_dress_shoes", 30 ],
- [ "kawaii_boots", 30 ]
- ]
- },
- {
- "type" : "item_group",
- "id" : "hatstore_hats",
- "items":[
- [ "kawaii_maid_hat", 30 ],
- [ "kawaii_hat_cotton", 30 ]
- ]
- },
- {
- "type" : "item_group",
- "id" : "hatstore_accessories",
- "items":[
- [ "kawaii_scarf", 10 ]
- ]
- },
- {
- "type" : "item_group",
- "id" : "shoestore_shoes",
- "items":[
- [ "kawaii_dress_shoes", 5 ],
- [ "kawaii_boots", 5 ]
- ]
- },
- {
- "type" : "item_group",
- "id" : "allclothes",
- "subtype": "distribution",
- "entries":[
- { "item": "maid_dress_french", "prob": 3 },
- { "item": "kawaii_maid_hat", "prob": 3 },
- { "item": "kawaii_hat_cotton", "prob": 3 },
- { "item": "kawaii_maid_dress", "prob": 3 },
- { "item": "jokyu_fuku", "prob": 3 },
- { "item": "kawaii_maid_panties", "prob": 3 },
- { "item": "kawaii_maid_bra", "prob": 3 },
- { "item": "kawaii_maid_garter", "prob": 3 },
- { "item": "petticoat", "prob": 3 },
- { "item": "kawaii_maid_niso_thick", "prob": 3 },
- { "item": "kawaii_maid_niso_thin", "prob": 3 },
- { "item": "maid_gloves_cotton", "prob": 3 },
- { "item": "maid_gloves_long_cotton", "prob": 3 },
- { "item": "kawaii_dress_shoes", "prob": 3 },
- { "item": "kawaii_boots", "prob": 3 }
- ]
- },
- {
- "type" : "item_group",
- "id" : "laundry",
- "items":[
- [ "kawaii_maid_dress", 3 ],
- [ "jokyu_fuku", 3 ],
- [ "maid_dress_french", 3 ]
- ]
- },
- {
- "type" : "item_group",
- "id" : "pawn",
- "items":[
- [ "maid_dress_french", 3 ],
- [ "kawaii_maid_hat", 3 ],
- [ "kawaii_hat_cotton", 3 ],
- [ "kawaii_maid_dress", 3 ],
- [ "jokyu_fuku", 3 ],
- [ "tux", 3 ],
- [ "kawaii_maid_panties", 3 ],
- [ "kawaii_maid_bra", 3 ],
- [ "kawaii_maid_garter", 3 ],
- [ "petticoat", 3 ],
- [ "kawaii_maid_niso_thick", 3 ],
- [ "kawaii_maid_niso_thin", 3 ],
- [ "maid_gloves_cotton", 3 ],
- [ "maid_gloves_long_cotton", 3 ],
- [ "kawaii_dress_shoes", 3 ],
- [ "kawaii_boots", 3 ]
- ]
- },
- {
- "id" : "costume_clothes",
- "type" : "item_group",
- "items":[
- [ "maid_dress_french", 35 ],
- [ "kawaii_maid_dress", 35 ],
- [ "jokyu_fuku", 35 ]
- ]
- },
- {
- "id" : "costume_accessories",
- "type" : "item_group",
- "items":[
- [ "kawaii_maid_hat", 10 ],
- [ "kawaii_scarf", 5 ],
- [ "kawaii_maid_bra", 5 ],
- [ "kawaii_maid_garter", 5 ],
- [ "petticoat", 5 ],
- [ "kawaii_maid_niso_thick", 20 ],
- [ "kawaii_maid_niso_thin", 20 ],
- [ "maid_gloves_cotton", 20 ],
- [ "maid_gloves_long_cotton", 20 ],
- [ "kawaii_dress_shoes", 20 ],
- [ "kawaii_boots", 20 ]
- ]
- },
- {
- "id" : "costume_weapons",
- "type" : "item_group",
- "items":[
- [ "vorpal_kitchen_knife", 1 ],
- [ "slaying_pan", 2 ],
- [ "brutal_broom", 2 ],
- [ "spiked_whip", 2 ],
- [ "shikomi_kasa", 2 ],
- [ "shikomi_stick", 2 ],
- [ "maid_claw", 2 ],
- [ "battle_mop", 2 ],
- [ "destruction_otama", 1 ]
- ]
- }
+ {
+ "type": "item_group",
+ "id": "mansion_guns",
+ "magazine": 100,
+ "ammo": 100,
+ "subtype": "distribution",
+ "entries": [
+ { "group": "kawaii_mansion_weapons", "prob": 60 }
+ ]
+ },
+ {
+ "id" : "kawaii_mansion_weapons",
+ "type" : "item_group",
+ "items":[
+ [ "vorpal_kitchen_knife", 1 ],
+ [ "slaying_pan", 2 ],
+ [ "brutal_broom", 2 ],
+ [ "spiked_whip", 2 ],
+ [ "shikomi_kasa", 2 ],
+ [ "shikomi_stick", 2 ],
+ [ "maid_claw", 2 ],
+ [ "battle_mop", 2 ],
+ [ "destruction_otama", 1 ]
+ ]
+ },
+ {
+ "id" : "mansion_books",
+ "type" : "item_group",
+ "subtype": "distribution",
+ "entries":[
+ { "item": "manual_maid", "prob": 3 }
+ ]
+ },
+ {
+ "type" : "item_group",
+ "id" : "bedroom",
+ "ammo": 100,
+ "magazine": 100,
+ "subtype": "distribution",
+ "entries":[
+ { "item": "maid_dress_french", "prob": 3 },
+ { "item": "kawaii_maid_hat", "prob": 3 },
+ { "item": "kawaii_hat_cotton", "prob": 3 },
+ { "item": "kawaii_maid_dress", "prob": 3 },
+ { "item": "jokyu_fuku", "prob": 3 },
+ { "item": "kawaii_maid_panties", "prob": 3 },
+ { "item": "kawaii_maid_bra", "prob": 3 },
+ { "item": "kawaii_maid_garter", "prob": 3 },
+ { "item": "petticoat", "prob": 3 },
+ { "item": "kawaii_maid_niso_thick", "prob": 3 },
+ { "item": "kawaii_maid_niso_thin", "prob": 3 },
+ { "item": "maid_gloves_cotton", "prob": 3 },
+ { "item": "maid_gloves_long_cotton", "prob": 3 },
+ { "item": "kawaii_dress_shoes", "prob": 3 },
+ { "item": "kawaii_boots", "prob": 3 }
+ ]
+ },
+ {
+ "type" : "item_group",
+ "id" : "dresser",
+ "ammo": 100,
+ "magazine": 100,
+ "items": [
+ [ "maid_dress_french", 3 ],
+ [ "kawaii_maid_hat", 3 ],
+ [ "kawaii_hat_cotton", 3 ],
+ [ "kawaii_maid_dress", 3 ],
+ [ "jokyu_fuku", 3 ],
+ [ "kawaii_maid_panties", 3 ],
+ [ "kawaii_maid_bra", 3 ],
+ [ "kawaii_maid_garter", 3 ],
+ [ "petticoat", 3 ],
+ [ "kawaii_maid_niso_thick", 3 ],
+ [ "kawaii_maid_niso_thin", 3 ],
+ [ "maid_gloves_cotton", 3 ],
+ [ "maid_gloves_long_cotton", 3 ],
+ [ "kawaii_dress_shoes", 3 ],
+ [ "kawaii_boots", 3 ]
+ ]
+ },
+ {
+ "id" : "dresser_servant",
+ "type" : "item_group",
+ "subtype": "distribution",
+ "items":[
+ [ "maid_dress_french", 90 ],
+ [ "kawaii_maid_hat", 90 ],
+ [ "kawaii_hat_cotton", 90 ],
+ [ "kawaii_maid_dress", 90 ],
+ [ "jokyu_fuku", 90 ],
+ [ "tux", 90 ],
+ [ "kawaii_maid_panties", 10 ],
+ [ "kawaii_maid_bra", 10 ],
+ [ "kawaii_maid_garter", 10 ],
+ [ "petticoat", 10 ],
+ [ "kawaii_maid_niso_thick", 10 ],
+ [ "kawaii_maid_niso_thin", 10 ],
+ [ "maid_gloves_cotton", 30 ],
+ [ "maid_gloves_long_cotton", 30 ],
+ [ "kawaii_dress_shoes", 30 ],
+ [ "kawaii_boots", 30 ]
+ ]
+ },
+ {
+ "type" : "item_group",
+ "id" : "hatstore_hats",
+ "items":[
+ [ "kawaii_maid_hat", 30 ],
+ [ "kawaii_hat_cotton", 30 ]
+ ]
+ },
+ {
+ "type" : "item_group",
+ "id" : "hatstore_accessories",
+ "items":[
+ [ "kawaii_scarf", 10 ]
+ ]
+ },
+ {
+ "type" : "item_group",
+ "id" : "shoestore_shoes",
+ "items":[
+ [ "kawaii_dress_shoes", 5 ],
+ [ "kawaii_boots", 5 ]
+ ]
+ },
+ {
+ "type" : "item_group",
+ "id" : "allclothes",
+ "subtype": "distribution",
+ "entries":[
+ { "item": "maid_dress_french", "prob": 3 },
+ { "item": "kawaii_maid_hat", "prob": 3 },
+ { "item": "kawaii_hat_cotton", "prob": 3 },
+ { "item": "kawaii_maid_dress", "prob": 3 },
+ { "item": "jokyu_fuku", "prob": 3 },
+ { "item": "kawaii_maid_panties", "prob": 3 },
+ { "item": "kawaii_maid_bra", "prob": 3 },
+ { "item": "kawaii_maid_garter", "prob": 3 },
+ { "item": "petticoat", "prob": 3 },
+ { "item": "kawaii_maid_niso_thick", "prob": 3 },
+ { "item": "kawaii_maid_niso_thin", "prob": 3 },
+ { "item": "maid_gloves_cotton", "prob": 3 },
+ { "item": "maid_gloves_long_cotton", "prob": 3 },
+ { "item": "kawaii_dress_shoes", "prob": 3 },
+ { "item": "kawaii_boots", "prob": 3 }
+ ]
+ },
+ {
+ "type" : "item_group",
+ "id" : "laundry",
+ "items":[
+ [ "kawaii_maid_dress", 3 ],
+ [ "jokyu_fuku", 3 ],
+ [ "maid_dress_french", 3 ]
+ ]
+ },
+ {
+ "type" : "item_group",
+ "id" : "pawn",
+ "items":[
+ [ "maid_dress_french", 3 ],
+ [ "kawaii_maid_hat", 3 ],
+ [ "kawaii_hat_cotton", 3 ],
+ [ "kawaii_maid_dress", 3 ],
+ [ "jokyu_fuku", 3 ],
+ [ "tux", 3 ],
+ [ "kawaii_maid_panties", 3 ],
+ [ "kawaii_maid_bra", 3 ],
+ [ "kawaii_maid_garter", 3 ],
+ [ "petticoat", 3 ],
+ [ "kawaii_maid_niso_thick", 3 ],
+ [ "kawaii_maid_niso_thin", 3 ],
+ [ "maid_gloves_cotton", 3 ],
+ [ "maid_gloves_long_cotton", 3 ],
+ [ "kawaii_dress_shoes", 3 ],
+ [ "kawaii_boots", 3 ]
+ ]
+ },
+ {
+ "id" : "costume_clothes",
+ "type" : "item_group",
+ "items":[
+ [ "maid_dress_french", 35 ],
+ [ "kawaii_maid_dress", 35 ],
+ [ "jokyu_fuku", 35 ]
+ ]
+ },
+ {
+ "id" : "costume_accessories",
+ "type" : "item_group",
+ "items":[
+ [ "kawaii_maid_hat", 10 ],
+ [ "kawaii_scarf", 5 ],
+ [ "kawaii_maid_bra", 5 ],
+ [ "kawaii_maid_garter", 5 ],
+ [ "petticoat", 5 ],
+ [ "kawaii_maid_niso_thick", 20 ],
+ [ "kawaii_maid_niso_thin", 20 ],
+ [ "maid_gloves_cotton", 20 ],
+ [ "maid_gloves_long_cotton", 20 ],
+ [ "kawaii_dress_shoes", 20 ],
+ [ "kawaii_boots", 20 ]
+ ]
+ },
+ {
+ "id" : "costume_weapons",
+ "type" : "item_group",
+ "items":[
+ [ "vorpal_kitchen_knife", 1 ],
+ [ "slaying_pan", 2 ],
+ [ "brutal_broom", 2 ],
+ [ "spiked_whip", 2 ],
+ [ "shikomi_kasa", 2 ],
+ [ "shikomi_stick", 2 ],
+ [ "maid_claw", 2 ],
+ [ "battle_mop", 2 ],
+ [ "destruction_otama", 1 ]
+ ]
+ }
]
diff --git a/martial_arts_manuals.json b/martial_arts_manuals.json
index 405843d..0c48f98 100644
--- a/martial_arts_manuals.json
+++ b/martial_arts_manuals.json
@@ -1,25 +1,25 @@
[
- {
- "id": "manual_maid",
- "type": "GENERIC",
- "category": "books",
- "symbol": "?",
- "color": "green",
- "name": { "str": "101 ways to protect my Mistress" },
- "description": "A manual penned by different maids, listing all of their ideas on physical ways to protect their Mistresses.",
- "price": 20000,
- "material": "paper",
- "weight": "150 g",
- "volume": "250 ml",
- "use_action": "MA_MANUAL",
- "book_data": {
- "max_level" : 0,
- "intelligence" : 5,
- "time" : 10,
- "fun" : 0,
- "skill" : "none",
- "required_level" : 0,
- "chapters": 5
- }
+ {
+ "id": "manual_maid",
+ "type": "GENERIC",
+ "category": "books",
+ "symbol": "?",
+ "color": "green",
+ "name": { "str": "101 ways to protect my Mistress" },
+ "description": "A manual penned by different maids, listing all of their ideas on physical ways to protect their Mistresses.",
+ "price": 20000,
+ "material": "paper",
+ "weight": "150 g",
+ "volume": "250 ml",
+ "use_action": "MA_MANUAL",
+ "book_data": {
+ "max_level" : 0,
+ "intelligence" : 5,
+ "time" : 10,
+ "fun" : 0,
+ "skill" : "none",
+ "required_level" : 0,
+ "chapters": 5
}
+ }
]
diff --git a/martialarts.json b/martialarts.json
index 19c34ea..858d6e1 100644
--- a/martialarts.json
+++ b/martialarts.json
@@ -1,110 +1,110 @@
[
- {
- "type" : "martial_art",
- "id" : "style_maid",
- "name" : { "str": "Servant's fighting technique" },
- "description" : "A secret assassination technique taught to first-class servants. It gives you an elegant appearance, allowing you to dodge and counterattack with style.",
- "initiate": [ "You steady yourself, ready to strike with poise and grace.", "%s appears more steady and composed." ],
- "arm_block" : 99,
- "leg_block" : 99,
- "static_buffs" : [
- {
- "id" : "maid_evade",
- "name" : "Silent presence" ,
- "description" : "By staying still, you get +2 to dodging.",
- "unarmed_allowed" : true,
- "melee_allowed" : true,
- "flat_bonuses" : [["dodge", 2.0]]
- }
- ],
- "onmove_buffs": [
- {
- "id" : "maid_moved",
- "name" : "Assault" ,
- "description" : "You receive a penalty to dodging when moving, but your chances of hitting and damage dealt are increased in accordance with your perception.",
- "unarmed_allowed" : true,
- "melee_allowed" : true,
- "min_unarmed" : 0,
- "buff_duration" : 2,
- "flat_bonuses" : [
- ["hit", "per", 1],
- ["damage", "bash", "per", 0.2],
- ["damage", "cut", "per", 0.2],
- ["damage", "stab", "per", 0.2],
- ["dodge", -4.0]
- ]
- }
- ],
- "ondodge_buffs": [
- {
- "id" : "maid_evaded_bonus",
- "name" : "Counterattack" ,
- "description" : "Avoided attacks with minimal movement. You have a chance of landing a counterattack.",
- "unarmed_allowed" : true,
- "melee_allowed" : true,
- "min_unarmed" : 0,
- "buff_duration" : 2,
- "max_stacks" : 1,
- "mult_bonuses" : [
- ["damage", "bash", 1.2],
- ["damage", "cut", 1.2],
- ["damage", "stab", 1.2]
- ]
- }
- ],
- "techniques" : [
- "tec_maid_precise",
- "tec_maid_counter",
- "tec_maid_meleecounter",
- "tec_maid_miyage",
- "tec_maid_kyusyu"
- ],
- "weapons": [
- "mop",
- "battle_mop",
- "bagh_nakha",
- "maid_claw",
- "bokken_fake",
- "bokken_inferior",
- "bokken",
- "katana_fake",
- "katana_inferior",
- "katana",
- "tanto_fake",
- "tanto_inferior",
- "tanto",
- "shikomi_stick",
- "shikomi_stick_draw",
- "umbrella",
- "shikomi_kasa",
- "shikomi_kasa_draw",
- "bullwhip",
- "spiked_whip",
- "broom",
- "brutal_broom",
- "knife_butter",
- "knife_steak",
- "knife_butcher",
- "knife_paring",
- "knife_chef",
- "knife_carving",
- "knife_bread",
- "knife_vegetable_cleaver",
- "knife_meat_cleaver",
- "vorpal_kitchen_knife",
- "spoon",
- "fork",
- "carving_fork",
- "spork",
- "foon",
- "chopsticks",
- "ladle",
- "destruction_otama",
- "rolling_pin",
- "pan",
- "steel_pan",
- "copper_pan",
- "slaying_pan"
+ {
+ "type" : "martial_art",
+ "id" : "style_maid",
+ "name" : { "str": "Servant's fighting technique" },
+ "description" : "A secret assassination technique taught to first-class servants. It gives you an elegant appearance, allowing you to dodge and counterattack with style.",
+ "initiate": [ "You steady yourself, ready to strike with poise and grace.", "%s appears more steady and composed." ],
+ "arm_block" : 99,
+ "leg_block" : 99,
+ "static_buffs" : [
+ {
+ "id" : "maid_evade",
+ "name" : "Silent presence" ,
+ "description" : "By staying still, you get +2 to dodging.",
+ "unarmed_allowed" : true,
+ "melee_allowed" : true,
+ "flat_bonuses" : [["dodge", 2.0]]
+ }
+ ],
+ "onmove_buffs": [
+ {
+ "id" : "maid_moved",
+ "name" : "Assault" ,
+ "description" : "You receive a penalty to dodging when moving, but your chances of hitting and damage dealt are increased in accordance with your perception.",
+ "unarmed_allowed" : true,
+ "melee_allowed" : true,
+ "min_unarmed" : 0,
+ "buff_duration" : 2,
+ "flat_bonuses" : [
+ ["hit", "per", 1],
+ ["damage", "bash", "per", 0.2],
+ ["damage", "cut", "per", 0.2],
+ ["damage", "stab", "per", 0.2],
+ ["dodge", -4.0]
]
- }
+ }
+ ],
+ "ondodge_buffs": [
+ {
+ "id" : "maid_evaded_bonus",
+ "name" : "Counterattack" ,
+ "description" : "Avoided attacks with minimal movement. You have a chance of landing a counterattack.",
+ "unarmed_allowed" : true,
+ "melee_allowed" : true,
+ "min_unarmed" : 0,
+ "buff_duration" : 2,
+ "max_stacks" : 1,
+ "mult_bonuses" : [
+ ["damage", "bash", 1.2],
+ ["damage", "cut", 1.2],
+ ["damage", "stab", 1.2]
+ ]
+ }
+ ],
+ "techniques" : [
+ "tec_maid_precise",
+ "tec_maid_counter",
+ "tec_maid_meleecounter",
+ "tec_maid_miyage",
+ "tec_maid_kyusyu"
+ ],
+ "weapons": [
+ "mop",
+ "battle_mop",
+ "bagh_nakha",
+ "maid_claw",
+ "bokken_fake",
+ "bokken_inferior",
+ "bokken",
+ "katana_fake",
+ "katana_inferior",
+ "katana",
+ "tanto_fake",
+ "tanto_inferior",
+ "tanto",
+ "shikomi_stick",
+ "shikomi_stick_draw",
+ "umbrella",
+ "shikomi_kasa",
+ "shikomi_kasa_draw",
+ "bullwhip",
+ "spiked_whip",
+ "broom",
+ "brutal_broom",
+ "knife_butter",
+ "knife_steak",
+ "knife_butcher",
+ "knife_paring",
+ "knife_chef",
+ "knife_carving",
+ "knife_bread",
+ "knife_vegetable_cleaver",
+ "knife_meat_cleaver",
+ "vorpal_kitchen_knife",
+ "spoon",
+ "fork",
+ "carving_fork",
+ "spork",
+ "foon",
+ "chopsticks",
+ "ladle",
+ "destruction_otama",
+ "rolling_pin",
+ "pan",
+ "steel_pan",
+ "copper_pan",
+ "slaying_pan"
+ ]
+ }
]
diff --git a/materials.json b/materials.json
index 2acaec2..f36de84 100644
--- a/materials.json
+++ b/materials.json
@@ -1,22 +1,22 @@
[
- {
- "type" : "material",
- "ident" : "maid",
- "name" : "maid",
- "bash_resist" : 1000,
- "cut_resist" : 1000,
- "bash_dmg_verb" : "chipped",
- "cut_dmg_verb" : "scratched",
- "dmg_adj" : [
- "marked",
- "chipped",
- "cracked",
- "shattered"
- ],
- "acid_resist" : 1000,
- "elec_resist" : 1000,
- "fire_resist" : 1000,
- "chip_resist" : 1000,
- "density" : 1000
- }
+ {
+ "type" : "material",
+ "ident" : "maid",
+ "name" : "maid",
+ "bash_resist" : 1000,
+ "cut_resist" : 1000,
+ "bash_dmg_verb" : "chipped",
+ "cut_dmg_verb" : "scratched",
+ "dmg_adj" : [
+ "marked",
+ "chipped",
+ "cracked",
+ "shattered"
+ ],
+ "acid_resist" : 1000,
+ "elec_resist" : 1000,
+ "fire_resist" : 1000,
+ "chip_resist" : 1000,
+ "density" : 1000
+ }
]
diff --git a/melee.json b/melee.json
index 03ea3b2..1231feb 100644
--- a/melee.json
+++ b/melee.json
@@ -1,219 +1,219 @@
[
- {
- "id": "vorpal_kitchen_knife",
- "type": "TOOL",
- "category" : "weapons",
- "name": { "str": "maid's kitchen knife" },
- "description": "It is a kitchen knife suitable for combat. It slices through enemies of your Mistress just as easily as it would food.",
- "weight": "450 g",
- "volume": "250 ml",
- "price": 9000,
- "to_hit": 1,
- "bashing": 4,
- "cutting": 28,
- "material": ["steel","wood"],
- "symbol": "/",
- "color": "light_gray",
- "qualities": [["CUT", 1], ["BUTCHER", 30],["CUT_FINE", 3]],
- "techniques": ["RAPID", "WBLOCK_1"],
- "flags" : ["SLICE", "DURABLE_MELEE", "SHEATH_KNIFE", "VORPAL"]
- },
- {
- "id": "slaying_pan",
- "type":"TOOL",
- "category" : "weapons",
- "name": { "str": "maid's frying pan" },
- "description": "It is a frying pan suitable for combat. It can make short work of threats to your Mistress just as easily as it does food.",
- "weight": "1000 g",
- "volume": "1750 ml",
- "price": 9000,
- "to_hit": 2,
- "bashing": 26,
- "cutting": 8,
- "material": ["steel", "wood"],
- "symbol": ")",
- "color": "dark_gray",
- "qualities": [["COOK", 2], ["BOIL", 2], ["CONTAIN", 1]],
- "techniques": ["RAPID", "BRUTAL", "WBLOCK_2"],
- "flags" : [ "DURABLE_MELEE"]
- },
- {
- "id" : "brutal_broom",
- "type":"GENERIC",
- "category" : "weapons",
- "name": { "str": "maid's broom" },
- "description" : "It is a broom suitable for combat. Inside the handle is a blade, hidden yet unyielding, just like the passion you have for your Mistress.",
- "weight": "1200 g",
- "volume": "1500 ml",
- "price" : 9000,
- "to_hit" : 2,
- "bashing" : 4,
- "cutting" : 20,
- "material" : ["steel","wood"],
- "symbol" : "/",
- "color" : "light_gray",
- "techniques" : ["BRUTAL", "WBLOCK_1"],
- "flags" : ["STAB", "REACH_ATTACK"]
- },
- {
- "id" : "spiked_whip",
- "type":"GENERIC",
- "category" : "weapons",
- "name": { "str": "maid's whip" },
- "description" : "It is a leather whip weighted with countless spikes. It can used to disarm opponents.",
- "weight": "1300 g",
- "volume": "1750 ml",
- "price" : 9000,
- "to_hit" : 2,
- "bashing" : 20,
- "cutting" : 8,
- "material" : ["steel","leather"],
- "symbol" : ")",
- "color" : "light_gray",
- "techniques" : ["WHIP_DISARM"],
- "flags" : ["DURABLE_MELEE", "REACH_ATTACK"]
- },
- {
- "id" : "shikomi_kasa",
- "type":"GENERIC",
- "category" : "weapons",
- "name": { "str": "maid's umbrella" },
- "description" : "The kind of fancy umbrella you imagine sharing with your Mistress on rainy days. It conceals a hidden blade for self-defence.",
- "weight": "1000 g",
- "volume": "1500 ml",
- "price" : 17800,
- "to_hit" : 1,
- "bashing" : 6,
- "cutting" : 4,
- "material" : ["aluminum","plastic","steel"],
- "symbol" : "/",
- "color" : "dark_gray",
- "techniques" : ["WBLOCK_1"],
- "flags" : ["STAB","DURABLE_MELEE","RAIN_PROTECT","IAIJUTSU"],
- "use_action": {
- "type": "transform",
- "target": "shikomi_kasa_draw",
- "msg": "You trigger the umbrella's spring-loaded blade."
- }
- },
- {
- "id" : "shikomi_kasa_draw",
- "type":"GENERIC",
- "category" : "weapons",
- "name": { "str": "maid's umbrella (unsheathed)" },
- "description" : "The kind of fancy umbrella you imagine sharing with your Mistress on rainy days. It conceals a hidden blade for self-defence.",
- "weight": "835 g",
- "volume": "750 ml",
- "price" : 17800,
- "to_hit" : 1,
- "bashing" : 3,
- "cutting" : 24,
- "material" : ["aluminum","plastic","steel"],
- "symbol" : "/",
- "color" : "dark_gray",
- "techniques" : ["RAPID", "WBLOCK_1"],
- "flags" : ["SLICE","DURABLE_MELEE","IAIJUTSU"],
- "use_action": {
- "type": "transform",
- "target": "shikomi_kasa",
- "msg": "You retract the umbrella's blade back into its hiding spot."
- }
- },
- {
- "id" : "shikomi_stick",
- "type":"GENERIC",
- "category" : "weapons",
- "name": { "str": "maid's shirasaya" },
- "description" : "A matching wooden handle and scabbard, consealing full length katana blade. It appears as a solid wooden stick to those unfamiliar with it, due to how well the handle and scabbard fit together. It reminds you of how well you and your Mistress fit together.",
- "weight": "1000 g",
- "volume": "1000 ml",
- "price" : 17800,
- "to_hit" : 1,
- "bashing" : 8,
- "cutting" : 4,
- "material" : ["wood","steel"],
- "symbol" : "/",
- "color" : "dark_gray",
- "techniques" : ["WBLOCK_1"],
- "flags" : ["STAB","DURABLE_MELEE","RAIN_PROTECT","IAIJUTSU"],
- "use_action": {
- "type": "transform",
- "target": "shikomi_stick_draw",
- "msg": "You unsheath the shirasaya."
- }
- },
- {
- "id" : "shikomi_stick_draw",
- "type":"GENERIC",
- "category" : "weapons",
- "name": { "str": "maid's shirasaya (unsheathed)" },
- "description" : "A matching wooden handle and scabbard, consealing full length katana blade. It appears as a solid wooden stick to those unfamiliar with it, due to how well the handle and scabbard fit together. It reminds you of how well you and your Mistress fit together.",
- "weight": "835 g",
- "volume": "750 ml",
- "price" : 17800,
- "to_hit" : 1,
- "bashing" : 3,
- "cutting" : 24,
- "material" : ["wood","steel"],
- "symbol" : "/",
- "color" : "dark_gray",
- "techniques" : ["RAPID", "WBLOCK_1"],
- "flags" : ["SLICE","DURABLE_MELEE","IAIJUTSU"],
- "use_action": {
- "type": "transform",
- "target": "shikomi_stick",
- "msg": "You resheath the shirasaya."
- }
- },
- {
- "id": "maid_claw",
- "type": "GENERIC",
- "category" : "weapons",
- "name": { "str": "maid's claws" },
- "description": "It is a sharp claw for fighting combat. Fit tightly to your arms, allows you to fight with unarmed techniques.",
- "weight": "1000 g",
- "volume": "250 ml",
- "price": 50000,
- "to_hit": 1,
- "bashing": 4,
- "cutting": 14,
- "pierce": 30,
- "material": ["steel","leather"],
- "symbol": "/",
- "color": "dark_gray",
- "flags" : ["STAB", "DURABLE_MELEE", "UNARMED_WEAPON"]
- },
- {
- "id": "battle_mop",
- "type": "TOOL",
- "category" : "weapons",
- "name": { "str": "maid's mop" },
- "description": "A mop with a wooden handle that actually conseals a steel core, making it a formidable weapon for taking out whatever trash may pose a threat to your Mistress.",
- "weight": "1100 g",
- "volume": "1750 ml",
- "price": 1000,
- "to_hit": 2,
- "bashing": 22,
- "material": ["wood","iron"],
- "color": "light_gray",
- "symbol": "/",
- "techniques": "WBLOCK_1",
- "flags" : ["DURABLE_MELEE","REACH_ATTACK"],
- "use_action": "MOP"
- },
- {
- "id" : "destruction_otama",
- "type" : "TOOL",
- "category": "weapons",
- "name": { "str": "maid's ladle" },
- "description" : "A weapon used by a maid when she's seriously angry. Scary!",
- "weight": "2000 g",
- "volume": "2000 ml",
- "price" : 9000,
- "to_hit" : 2,
- "bashing" : 24,
- "material" : ["steel","wood"],
- "color" : "light_gray",
- "symbol" : "/"
+ {
+ "id": "vorpal_kitchen_knife",
+ "type": "TOOL",
+ "category" : "weapons",
+ "name": { "str": "maid's kitchen knife" },
+ "description": "It is a kitchen knife suitable for combat. It slices through enemies of your Mistress just as easily as it would food.",
+ "weight": "450 g",
+ "volume": "250 ml",
+ "price": 9000,
+ "to_hit": 1,
+ "bashing": 4,
+ "cutting": 28,
+ "material": ["steel","wood"],
+ "symbol": "/",
+ "color": "light_gray",
+ "qualities": [["CUT", 1], ["BUTCHER", 30],["CUT_FINE", 3]],
+ "techniques": ["RAPID", "WBLOCK_1"],
+ "flags" : ["SLICE", "DURABLE_MELEE", "SHEATH_KNIFE", "VORPAL"]
+ },
+ {
+ "id": "slaying_pan",
+ "type":"TOOL",
+ "category" : "weapons",
+ "name": { "str": "maid's frying pan" },
+ "description": "It is a frying pan suitable for combat. It can make short work of threats to your Mistress just as easily as it does food.",
+ "weight": "1000 g",
+ "volume": "1750 ml",
+ "price": 9000,
+ "to_hit": 2,
+ "bashing": 26,
+ "cutting": 8,
+ "material": ["steel", "wood"],
+ "symbol": ")",
+ "color": "dark_gray",
+ "qualities": [["COOK", 2], ["BOIL", 2], ["CONTAIN", 1]],
+ "techniques": ["RAPID", "BRUTAL", "WBLOCK_2"],
+ "flags" : [ "DURABLE_MELEE"]
+ },
+ {
+ "id" : "brutal_broom",
+ "type":"GENERIC",
+ "category" : "weapons",
+ "name": { "str": "maid's broom" },
+ "description" : "It is a broom suitable for combat. Inside the handle is a blade, hidden yet unyielding, just like the passion you have for your Mistress.",
+ "weight": "1200 g",
+ "volume": "1500 ml",
+ "price" : 9000,
+ "to_hit" : 2,
+ "bashing" : 4,
+ "cutting" : 20,
+ "material" : ["steel","wood"],
+ "symbol" : "/",
+ "color" : "light_gray",
+ "techniques" : ["BRUTAL", "WBLOCK_1"],
+ "flags" : ["STAB", "REACH_ATTACK"]
+ },
+ {
+ "id" : "spiked_whip",
+ "type":"GENERIC",
+ "category" : "weapons",
+ "name": { "str": "maid's whip" },
+ "description" : "It is a leather whip weighted with countless spikes. It can used to disarm opponents.",
+ "weight": "1300 g",
+ "volume": "1750 ml",
+ "price" : 9000,
+ "to_hit" : 2,
+ "bashing" : 20,
+ "cutting" : 8,
+ "material" : ["steel","leather"],
+ "symbol" : ")",
+ "color" : "light_gray",
+ "techniques" : ["WHIP_DISARM"],
+ "flags" : ["DURABLE_MELEE", "REACH_ATTACK"]
+ },
+ {
+ "id" : "shikomi_kasa",
+ "type":"GENERIC",
+ "category" : "weapons",
+ "name": { "str": "maid's umbrella" },
+ "description" : "The kind of fancy umbrella you imagine sharing with your Mistress on rainy days. It conceals a hidden blade for self-defence.",
+ "weight": "1000 g",
+ "volume": "1500 ml",
+ "price" : 17800,
+ "to_hit" : 1,
+ "bashing" : 6,
+ "cutting" : 4,
+ "material" : ["aluminum","plastic","steel"],
+ "symbol" : "/",
+ "color" : "dark_gray",
+ "techniques" : ["WBLOCK_1"],
+ "flags" : ["STAB","DURABLE_MELEE","RAIN_PROTECT","IAIJUTSU"],
+ "use_action": {
+ "type": "transform",
+ "target": "shikomi_kasa_draw",
+ "msg": "You trigger the umbrella's spring-loaded blade."
}
+ },
+ {
+ "id" : "shikomi_kasa_draw",
+ "type":"GENERIC",
+ "category" : "weapons",
+ "name": { "str": "maid's umbrella (unsheathed)" },
+ "description" : "The kind of fancy umbrella you imagine sharing with your Mistress on rainy days. It conceals a hidden blade for self-defence.",
+ "weight": "835 g",
+ "volume": "750 ml",
+ "price" : 17800,
+ "to_hit" : 1,
+ "bashing" : 3,
+ "cutting" : 24,
+ "material" : ["aluminum","plastic","steel"],
+ "symbol" : "/",
+ "color" : "dark_gray",
+ "techniques" : ["RAPID", "WBLOCK_1"],
+ "flags" : ["SLICE","DURABLE_MELEE","IAIJUTSU"],
+ "use_action": {
+ "type": "transform",
+ "target": "shikomi_kasa",
+ "msg": "You retract the umbrella's blade back into its hiding spot."
+ }
+ },
+ {
+ "id" : "shikomi_stick",
+ "type":"GENERIC",
+ "category" : "weapons",
+ "name": { "str": "maid's shirasaya" },
+ "description" : "A matching wooden handle and scabbard, consealing full length katana blade. It appears as a solid wooden stick to those unfamiliar with it, due to how well the handle and scabbard fit together. It reminds you of how well you and your Mistress fit together.",
+ "weight": "1000 g",
+ "volume": "1000 ml",
+ "price" : 17800,
+ "to_hit" : 1,
+ "bashing" : 8,
+ "cutting" : 4,
+ "material" : ["wood","steel"],
+ "symbol" : "/",
+ "color" : "dark_gray",
+ "techniques" : ["WBLOCK_1"],
+ "flags" : ["STAB","DURABLE_MELEE","RAIN_PROTECT","IAIJUTSU"],
+ "use_action": {
+ "type": "transform",
+ "target": "shikomi_stick_draw",
+ "msg": "You unsheath the shirasaya."
+ }
+ },
+ {
+ "id" : "shikomi_stick_draw",
+ "type":"GENERIC",
+ "category" : "weapons",
+ "name": { "str": "maid's shirasaya (unsheathed)" },
+ "description" : "A matching wooden handle and scabbard, consealing full length katana blade. It appears as a solid wooden stick to those unfamiliar with it, due to how well the handle and scabbard fit together. It reminds you of how well you and your Mistress fit together.",
+ "weight": "835 g",
+ "volume": "750 ml",
+ "price" : 17800,
+ "to_hit" : 1,
+ "bashing" : 3,
+ "cutting" : 24,
+ "material" : ["wood","steel"],
+ "symbol" : "/",
+ "color" : "dark_gray",
+ "techniques" : ["RAPID", "WBLOCK_1"],
+ "flags" : ["SLICE","DURABLE_MELEE","IAIJUTSU"],
+ "use_action": {
+ "type": "transform",
+ "target": "shikomi_stick",
+ "msg": "You resheath the shirasaya."
+ }
+ },
+ {
+ "id": "maid_claw",
+ "type": "GENERIC",
+ "category" : "weapons",
+ "name": { "str": "maid's claws" },
+ "description": "It is a sharp claw for fighting combat. Fit tightly to your arms, allows you to fight with unarmed techniques.",
+ "weight": "1000 g",
+ "volume": "250 ml",
+ "price": 50000,
+ "to_hit": 1,
+ "bashing": 4,
+ "cutting": 14,
+ "pierce": 30,
+ "material": ["steel","leather"],
+ "symbol": "/",
+ "color": "dark_gray",
+ "flags" : ["STAB", "DURABLE_MELEE", "UNARMED_WEAPON"]
+ },
+ {
+ "id": "battle_mop",
+ "type": "TOOL",
+ "category" : "weapons",
+ "name": { "str": "maid's mop" },
+ "description": "A mop with a wooden handle that actually conseals a steel core, making it a formidable weapon for taking out whatever trash may pose a threat to your Mistress.",
+ "weight": "1100 g",
+ "volume": "1750 ml",
+ "price": 1000,
+ "to_hit": 2,
+ "bashing": 22,
+ "material": ["wood","iron"],
+ "color": "light_gray",
+ "symbol": "/",
+ "techniques": "WBLOCK_1",
+ "flags" : ["DURABLE_MELEE","REACH_ATTACK"],
+ "use_action": "MOP"
+ },
+ {
+ "id" : "destruction_otama",
+ "type" : "TOOL",
+ "category": "weapons",
+ "name": { "str": "maid's ladle" },
+ "description" : "A weapon used by a maid when she's seriously angry. Scary!",
+ "weight": "2000 g",
+ "volume": "2000 ml",
+ "price" : 9000,
+ "to_hit" : 2,
+ "bashing" : 24,
+ "material" : ["steel","wood"],
+ "color" : "light_gray",
+ "symbol" : "/"
+ }
]
diff --git a/modinfo.json b/modinfo.json
index f2bc002..9d412cd 100644
--- a/modinfo.json
+++ b/modinfo.json
@@ -1,11 +1,11 @@
[
- {
- "type": "MOD_INFO",
- "ident": "battle_maid_redone",
- "name": "Battle Maid Redone",
- "description": "Translated and tweaked version of the original Battle Maid mod.",
- "authors": ["jc_gargma"],
- "category": "misc_additions",
- "dependencies": [ "dda" ]
- }
+ {
+ "type": "MOD_INFO",
+ "ident": "battle_maid_redone",
+ "name": "Battle Maid Redone",
+ "description": "Translated and tweaked version of the original Battle Maid mod.",
+ "authors": ["jc_gargma"],
+ "category": "misc_additions",
+ "dependencies": [ "dda" ]
+ }
]
diff --git a/monster_drops.json b/monster_drops.json
index 02c4333..618f8f0 100644
--- a/monster_drops.json
+++ b/monster_drops.json
@@ -1,18 +1,18 @@
[
- {
- "type": "item_group",
- "id": "mon_shoggoth_maid_death_drops",
- "subtype": "collection",
- "entries": [
- { "item": "mini_shoggoth", "prob": 100 }
- ]
- },
- {
- "type": "item_group",
- "id": "mon_little_maid_death_drops",
- "subtype": "collection",
- "entries": [
- { "item": "mini_little_maid", "prob": 100 }
- ]
- }
+ {
+ "type": "item_group",
+ "id": "mon_shoggoth_maid_death_drops",
+ "subtype": "collection",
+ "entries": [
+ { "item": "mini_shoggoth", "prob": 100 }
+ ]
+ },
+ {
+ "type": "item_group",
+ "id": "mon_little_maid_death_drops",
+ "subtype": "collection",
+ "entries": [
+ { "item": "mini_little_maid", "prob": 100 }
+ ]
+ }
]
diff --git a/monsters.json b/monsters.json
index 814f8c6..02d49ef 100644
--- a/monsters.json
+++ b/monsters.json
@@ -1,105 +1,105 @@
[
- {
- "id": "mon_shoggoth_maid",
- "type": "MONSTER",
- "name": { "str": "Cute Maid" },
- "description": "An attractive maid. In addition to the neat appearance, her head has swirls of pink and iridescent colors swirling around. She has a deep seated love for her Mistress.",
- "default_faction": "player",
- "bodytype": "human",
- "species": [ "NETHER" ],
- "diff": 20,
- "volume": "1000 ml",
- "weight": "1 kg",
- "hp": 400,
- "speed": 300,
- "material": [ "flesh" ],
- "symbol": "M",
- "color": "white",
- "aggression": 10,
- "morale": 100,
- "melee_skill": 10,
- "melee_dice": 7,
- "melee_dice_sides": 5,
- "melee_cut": 6,
- "dodge": 8,
- "armor_bash": 10,
- "armor_cut": 30,
- "vision_day": 8,
- "vision_night": 8,
- "harvest": "exempt",
- "special_attacks": [ [ "PARROT", 40] ],
- "death_drops": "mon_shoggoth_maid_death_drops",
- "death_function": [ "MELT" ],
- "regenerates": 50,
- "regen_morale": true,
- "flags": [ "SEES", "SMELLS", "HEARS", "SWIMS", "WARM", "NOGIB", "CAN_OPEN_DOORS", "HUMAN", "PATH_AVOID_DANGER_1" ],
- "anger_triggers": [ "FRIEND_ATTACKED" ]
- },
- {
- "id": "maid_master",
- "type": "MONSTER",
- "name": { "str": "Mistress", "str_pl": "Mistresses" },
- "description": "A girl entrusted to you by the owner of the house you served at. There's a deep feeling of fear in your stomach as you embrace the cataclysm, but protecting this girl gives you purpose and makes you feel less alone.",
- "default_faction": "player",
- "bodytype": "human",
- "species": [ "HUMAN" ],
- "diff": 2,
- "volume": "1000 ml",
- "weight": "1 kg",
- "hp": 40,
- "speed": 130,
- "material": [ "flesh" ],
- "symbol": "m",
- "color": "brown",
- "aggression": -10,
- "morale": 100,
- "melee_skill": 2,
- "melee_dice": 2,
- "melee_dice_sides": 4,
- "melee_cut": 2,
- "dodge": 2,
- "armor_bash": 0,
- "armor_cut": 0,
- "vision_day": 30,
- "vision_night": 3,
- "harvest": "human",
- "death_function": [ "NORMAL" ],
- "flags": [ "SEES", "HEARS", "SMELLS", "WARM", "GUILT", "BONES", "CAN_OPEN_DOORS", "HUMAN", "PATH_AVOID_DANGER_1" ]
- },
- {
- "id": "mon_little_maid",
- "type": "MONSTER",
- "name": { "str": "Little Maid" },
- "description": "A small maid summoned from a different world. Although difficult to have a conversation with, it seems she had longed to be summoned.",
- "default_faction": "player",
- "bodytype": "human",
- "species": [ "NETHER" ],
- "diff": 2,
- "volume": "1000 ml",
- "weight": "1 kg",
- "hp": 80,
- "speed": 300,
- "material": [ "flesh" ],
- "symbol": "m",
- "color": "white",
- "aggression": 10,
- "morale": 100,
- "melee_skill": 5,
- "melee_dice": 1,
- "melee_dice_sides": 1,
- "melee_cut": 1,
- "dodge": 2,
- "armor_bash": 10,
- "armor_cut": 10,
- "vision_day": 8,
- "vision_night": 8,
- "harvest": "exempt",
- "special_attacks": [ [ "PARROT", 40] ],
- "death_drops": "mon_little_maid_death_drops",
- "death_function": [ "MELT" ],
- "regenerates": 10,
- "regen_morale": true,
- "flags": [ "SEES", "SMELLS", "HEARS", "SWIMS", "WARM", "NOGIB", "CAN_OPEN_DOORS", "HUMAN", "PATH_AVOID_DANGER_1" ],
- "anger_triggers": [ "FRIEND_ATTACKED" ]
- }
+ {
+ "id": "mon_shoggoth_maid",
+ "type": "MONSTER",
+ "name": { "str": "Cute Maid" },
+ "description": "An attractive maid. In addition to the neat appearance, her head has swirls of pink and iridescent colors swirling around. She has a deep seated love for her Mistress.",
+ "default_faction": "player",
+ "bodytype": "human",
+ "species": [ "NETHER" ],
+ "diff": 20,
+ "volume": "1000 ml",
+ "weight": "1 kg",
+ "hp": 400,
+ "speed": 300,
+ "material": [ "flesh" ],
+ "symbol": "M",
+ "color": "white",
+ "aggression": 10,
+ "morale": 100,
+ "melee_skill": 10,
+ "melee_dice": 7,
+ "melee_dice_sides": 5,
+ "melee_cut": 6,
+ "dodge": 8,
+ "armor_bash": 10,
+ "armor_cut": 30,
+ "vision_day": 8,
+ "vision_night": 8,
+ "harvest": "exempt",
+ "special_attacks": [ [ "PARROT", 40] ],
+ "death_drops": "mon_shoggoth_maid_death_drops",
+ "death_function": [ "MELT" ],
+ "regenerates": 50,
+ "regen_morale": true,
+ "flags": [ "SEES", "SMELLS", "HEARS", "SWIMS", "WARM", "NOGIB", "CAN_OPEN_DOORS", "HUMAN", "PATH_AVOID_DANGER_1" ],
+ "anger_triggers": [ "FRIEND_ATTACKED" ]
+ },
+ {
+ "id": "maid_master",
+ "type": "MONSTER",
+ "name": { "str": "Mistress", "str_pl": "Mistresses" },
+ "description": "A girl entrusted to you by the owner of the house you served at. There's a deep feeling of fear in your stomach as you embrace the cataclysm, but protecting this girl gives you purpose and makes you feel less alone.",
+ "default_faction": "player",
+ "bodytype": "human",
+ "species": [ "HUMAN" ],
+ "diff": 2,
+ "volume": "1000 ml",
+ "weight": "1 kg",
+ "hp": 40,
+ "speed": 130,
+ "material": [ "flesh" ],
+ "symbol": "m",
+ "color": "brown",
+ "aggression": -10,
+ "morale": 100,
+ "melee_skill": 2,
+ "melee_dice": 2,
+ "melee_dice_sides": 4,
+ "melee_cut": 2,
+ "dodge": 2,
+ "armor_bash": 0,
+ "armor_cut": 0,
+ "vision_day": 30,
+ "vision_night": 3,
+ "harvest": "human",
+ "death_function": [ "NORMAL" ],
+ "flags": [ "SEES", "HEARS", "SMELLS", "WARM", "GUILT", "BONES", "CAN_OPEN_DOORS", "HUMAN", "PATH_AVOID_DANGER_1" ]
+ },
+ {
+ "id": "mon_little_maid",
+ "type": "MONSTER",
+ "name": { "str": "Little Maid" },
+ "description": "A small maid summoned from a different world. Although difficult to have a conversation with, it seems she had longed to be summoned.",
+ "default_faction": "player",
+ "bodytype": "human",
+ "species": [ "NETHER" ],
+ "diff": 2,
+ "volume": "1000 ml",
+ "weight": "1 kg",
+ "hp": 80,
+ "speed": 300,
+ "material": [ "flesh" ],
+ "symbol": "m",
+ "color": "white",
+ "aggression": 10,
+ "morale": 100,
+ "melee_skill": 5,
+ "melee_dice": 1,
+ "melee_dice_sides": 1,
+ "melee_cut": 1,
+ "dodge": 2,
+ "armor_bash": 10,
+ "armor_cut": 10,
+ "vision_day": 8,
+ "vision_night": 8,
+ "harvest": "exempt",
+ "special_attacks": [ [ "PARROT", 40] ],
+ "death_drops": "mon_little_maid_death_drops",
+ "death_function": [ "MELT" ],
+ "regenerates": 10,
+ "regen_morale": true,
+ "flags": [ "SEES", "SMELLS", "HEARS", "SWIMS", "WARM", "NOGIB", "CAN_OPEN_DOORS", "HUMAN", "PATH_AVOID_DANGER_1" ],
+ "anger_triggers": [ "FRIEND_ATTACKED" ]
+ }
]
diff --git a/mutations.json b/mutations.json
index 2e3ae31..cc7ce43 100644
--- a/mutations.json
+++ b/mutations.json
@@ -1,39 +1,39 @@
[
- {
- "type" : "mutation",
- "id" : "MARTIAL_ARTS_maid",
- "name" : { "str": "Servant's fighting technique" },
- "points" : 3,
- "description" : "You have learned the secret assassination techniques of a first-class servant.",
- "starting_trait" : true,
- "initial_ma_styles" : [ "style_maid" ],
- "valid" : false
- },
- {
- "type" : "mutation",
- "id" : "PROF_MA_MAID",
- "name" : { "str": "Servant's fighting technique" },
- "points" : 0,
- "description" : "You have learned the secret assassination techniques of a first-class servant.",
- "initial_ma_styles" : [ "style_maid" ],
- "valid": false,
- "purifiable": false,
- "profession": true
- },
- {
- "type" : "mutation",
- "id" : "PROF_NEKOMIMI",
- "name" : { "str": "Cat characteristics" },
- "points" : 0,
- "description" : "You have grown features that of a cat.",
- "valid": false,
- "purifiable": false,
- "profession": true
- },
- {
- "type": "mutation",
- "id": "FELINE_EARS",
- "copy-from": "FELINE_EARS",
- "points": 0
- }
+ {
+ "type" : "mutation",
+ "id" : "MARTIAL_ARTS_maid",
+ "name" : { "str": "Servant's fighting technique" },
+ "points" : 3,
+ "description" : "You have learned the secret assassination techniques of a first-class servant.",
+ "starting_trait" : true,
+ "initial_ma_styles" : [ "style_maid" ],
+ "valid" : false
+ },
+ {
+ "type" : "mutation",
+ "id" : "PROF_MA_MAID",
+ "name" : { "str": "Servant's fighting technique" },
+ "points" : 0,
+ "description" : "You have learned the secret assassination techniques of a first-class servant.",
+ "initial_ma_styles" : [ "style_maid" ],
+ "valid": false,
+ "purifiable": false,
+ "profession": true
+ },
+ {
+ "type" : "mutation",
+ "id" : "PROF_NEKOMIMI",
+ "name" : { "str": "Cat characteristics" },
+ "points" : 0,
+ "description" : "You have grown features that of a cat.",
+ "valid": false,
+ "purifiable": false,
+ "profession": true
+ },
+ {
+ "type": "mutation",
+ "id": "FELINE_EARS",
+ "copy-from": "FELINE_EARS",
+ "points": 0
+ }
]
diff --git a/professions.json b/professions.json
index 1f06c55..c2db6fe 100644
--- a/professions.json
+++ b/professions.json
@@ -1,224 +1,224 @@
[
- {
- "type": "profession",
- "ident": "maid",
- "name": {
- "male": "Butler",
- "female": "Maid"
- },
- "description": "You worked in a wealthy household, but after the cataclysm they took a family vacation to an unknown place, leaving you to fend for yourself.",
- "points": 1,
- "skills": [
- { "level": 2, "name": "cooking" },
- { "level": 1, "name": "driving" },
- { "level": 2, "name": "tailor" }
- ],
- "items": {
- "both": {
- "items": [
- "pocketwatch",
- "knife_steak"
- ],
- "entries": [ { "group": "charged_cell_phone" } ]
- },
- "male": [
- "briefs",
- "socks",
- "tux",
- "gloves_light",
- "dress_shoes"
- ],
- "female": [
- "kawaii_maid_bra",
- "kawaii_maid_garter",
- "kawaii_maid_panties",
- "kawaii_maid_niso_thick",
- "kawaii_maid_hat",
- "maid_dress",
- "maid_gloves_long_cotton",
- "kawaii_dress_shoes"
- ]
- }
+ {
+ "type": "profession",
+ "ident": "maid",
+ "name": {
+ "male": "Butler",
+ "female": "Maid"
},
- {
- "type": "profession",
- "ident": "battle_maid",
- "name": {
- "male": "Battle Butler",
- "female": "Battle Maid"
- },
- "description": "In order to serve your Mistress, you have went through special combat training. You have learned to clean every bit of malice coming towards your Mistress.",
- "points": 8,
- "traits": [
- "PROF_MA_MAID"
+ "description": "You worked in a wealthy household, but after the cataclysm they took a family vacation to an unknown place, leaving you to fend for yourself.",
+ "points": 1,
+ "skills": [
+ { "level": 2, "name": "cooking" },
+ { "level": 1, "name": "driving" },
+ { "level": 2, "name": "tailor" }
+ ],
+ "items": {
+ "both": {
+ "items": [
+ "pocketwatch",
+ "knife_steak"
],
- "skills": [
- { "level": 5, "name": "cooking" },
- { "level": 4, "name": "tailor" },
- { "level": 4, "name": "driving" },
- { "level": 4, "name": "throw" },
- { "level": 3, "name": "melee" },
- { "level": 3, "name": "unarmed" },
- { "level": 3, "name": "dodge" }
- ],
- "items": {
- "both" : {
- "items": [
- "pocketwatch",
- "knife_steak",
- "tool_belt",
- "kawaii_scarf",
- "cloak",
- "assassins_throwing_dagger",
- "master_doll"
- ],
- "entries": [ { "group": "charged_cell_phone" } ]
- },
- "male": [
- "briefs",
- "socks",
- "tux",
- "gloves_leather",
- "dress_shoes"
- ],
- "female": [
- "kawaii_maid_bra",
- "kawaii_maid_garter",
- "kawaii_maid_panties",
- "kawaii_maid_niso_thick",
- "kawaii_maid_hat",
- "maid_dress",
- "maid_gloves_leather",
- "kawaii_boots"
- ]
- }
- },
- {
- "type": "profession",
- "ident": "maid_and_master",
- "name": {
- "male": "Butler (with Mistress)",
- "female": "Maid (with Mistress)"
- },
- "description": "You saw your Master run to his car with his daughter, but he got caught by a ferocious zombie. Among the countless groans, you heard your Master yell out 'Take my daughter and run away!' and you did just that. Shoving the shaking girl into a bag, you prepare to run away from the depths of hell.",
- "points": 1,
- "skills": [
- { "level": 2, "name": "cooking" },
- { "level": 1, "name": "driving" },
- { "level": 2, "name": "tailor" }
+ "entries": [ { "group": "charged_cell_phone" } ]
+ },
+ "male": [
+ "briefs",
+ "socks",
+ "tux",
+ "gloves_light",
+ "dress_shoes"
],
- "items": {
- "both" : {
- "items": [
- "pocketwatch",
- "knife_steak",
- "maid_master_child",
- "man_carrier"
- ],
- "entries": [ { "group": "charged_cell_phone" } ]
- },
- "male": [
- "briefs",
- "socks",
- "tux",
- "gloves_light",
- "dress_shoes"
- ],
- "female": [
- "kawaii_maid_bra",
- "kawaii_maid_garter",
- "kawaii_maid_panties",
- "kawaii_maid_niso_thick",
- "kawaii_maid_hat",
- "maid_dress",
- "maid_gloves_long_cotton",
- "kawaii_dress_shoes"
- ]
- }
+ "female": [
+ "kawaii_maid_bra",
+ "kawaii_maid_garter",
+ "kawaii_maid_panties",
+ "kawaii_maid_niso_thick",
+ "kawaii_maid_hat",
+ "maid_dress",
+ "maid_gloves_long_cotton",
+ "kawaii_dress_shoes"
+ ]
+ }
+ },
+ {
+ "type": "profession",
+ "ident": "battle_maid",
+ "name": {
+ "male": "Battle Butler",
+ "female": "Battle Maid"
},
- {
- "type": "profession",
- "ident": "cat_maid",
- "name": {
- "male": "Catboy Butler",
- "female": "Catgirl Maid"
- },
- "description": "When the cataclysm came, you suddenly grew cat ears and a tail! Now you only need your Mistress to give you a collar.",
- "points": 2,
- "traits": [
- "PROF_NEKOMIMI",
- "FELINE_EARS",
- "TAIL_LONG",
- "FEL_EYE"
+ "description": "In order to serve your Mistress, you have went through special combat training. You have learned to clean every bit of malice coming towards your Mistress.",
+ "points": 8,
+ "traits": [
+ "PROF_MA_MAID"
+ ],
+ "skills": [
+ { "level": 5, "name": "cooking" },
+ { "level": 4, "name": "tailor" },
+ { "level": 4, "name": "driving" },
+ { "level": 4, "name": "throw" },
+ { "level": 3, "name": "melee" },
+ { "level": 3, "name": "unarmed" },
+ { "level": 3, "name": "dodge" }
+ ],
+ "items": {
+ "both" : {
+ "items": [
+ "pocketwatch",
+ "knife_steak",
+ "tool_belt",
+ "kawaii_scarf",
+ "cloak",
+ "assassins_throwing_dagger",
+ "master_doll"
],
- "skills": [
- { "level": 2, "name": "cooking" },
- { "level": 1, "name": "driving" },
- { "level": 2, "name": "tailor" }
+ "entries": [ { "group": "charged_cell_phone" } ]
+ },
+ "male": [
+ "briefs",
+ "socks",
+ "tux",
+ "gloves_leather",
+ "dress_shoes"
+ ],
+ "female": [
+ "kawaii_maid_bra",
+ "kawaii_maid_garter",
+ "kawaii_maid_panties",
+ "kawaii_maid_niso_thick",
+ "kawaii_maid_hat",
+ "maid_dress",
+ "maid_gloves_leather",
+ "kawaii_boots"
+ ]
+ }
+ },
+ {
+ "type": "profession",
+ "ident": "maid_and_master",
+ "name": {
+ "male": "Butler (with Mistress)",
+ "female": "Maid (with Mistress)"
+ },
+ "description": "You saw your Master run to his car with his daughter, but he got caught by a ferocious zombie. Among the countless groans, you heard your Master yell out 'Take my daughter and run away!' and you did just that. Shoving the shaking girl into a bag, you prepare to run away from the depths of hell.",
+ "points": 1,
+ "skills": [
+ { "level": 2, "name": "cooking" },
+ { "level": 1, "name": "driving" },
+ { "level": 2, "name": "tailor" }
+ ],
+ "items": {
+ "both" : {
+ "items": [
+ "pocketwatch",
+ "knife_steak",
+ "maid_master_child",
+ "man_carrier"
],
- "items": {
- "both" : {
- "items": [
- "pocketwatch",
- "knife_steak",
- "leather_collar"
- ],
- "entries": [ { "group": "charged_cell_phone" } ]
- },
- "male": [
- "briefs_kemo",
- "socks",
- "tux",
- "gloves_light",
- "dress_shoes"
- ],
- "female": [
- "kawaii_maid_bra",
- "kawaii_maid_garter",
- "panties_kemo",
- "kawaii_maid_niso_thin",
- "maid_hat",
- "maid_dress_french",
- "maid_gloves_cotton",
- "kawaii_dress_shoes"
- ]
- }
+ "entries": [ { "group": "charged_cell_phone" } ]
+ },
+ "male": [
+ "briefs",
+ "socks",
+ "tux",
+ "gloves_light",
+ "dress_shoes"
+ ],
+ "female": [
+ "kawaii_maid_bra",
+ "kawaii_maid_garter",
+ "kawaii_maid_panties",
+ "kawaii_maid_niso_thick",
+ "kawaii_maid_hat",
+ "maid_dress",
+ "maid_gloves_long_cotton",
+ "kawaii_dress_shoes"
+ ]
+ }
+ },
+ {
+ "type": "profession",
+ "ident": "cat_maid",
+ "name": {
+ "male": "Catboy Butler",
+ "female": "Catgirl Maid"
},
- {
- "type": "profession",
- "ident": "shoggoth_master",
- "name": {
- "male": "Master (with Maid)",
- "female": "Mistress (with Maid)"
- },
- "description": "You have a maid. She was hired by your father to keep you safe because of your health. She's good-looking and she's good in a fight.",
- "points": 8,
- "traits": [
- "FLIMSY2"
+ "description": "When the cataclysm came, you suddenly grew cat ears and a tail! Now you only need your Mistress to give you a collar.",
+ "points": 2,
+ "traits": [
+ "PROF_NEKOMIMI",
+ "FELINE_EARS",
+ "TAIL_LONG",
+ "FEL_EYE"
+ ],
+ "skills": [
+ { "level": 2, "name": "cooking" },
+ { "level": 1, "name": "driving" },
+ { "level": 2, "name": "tailor" }
+ ],
+ "items": {
+ "both" : {
+ "items": [
+ "pocketwatch",
+ "knife_steak",
+ "leather_collar"
+ ],
+ "entries": [ { "group": "charged_cell_phone" } ]
+ },
+ "male": [
+ "briefs_kemo",
+ "socks",
+ "tux",
+ "gloves_light",
+ "dress_shoes"
+ ],
+ "female": [
+ "kawaii_maid_bra",
+ "kawaii_maid_garter",
+ "panties_kemo",
+ "kawaii_maid_niso_thin",
+ "maid_hat",
+ "maid_dress_french",
+ "maid_gloves_cotton",
+ "kawaii_dress_shoes"
+ ]
+ }
+ },
+ {
+ "type": "profession",
+ "ident": "shoggoth_master",
+ "name": {
+ "male": "Master (with Maid)",
+ "female": "Mistress (with Maid)"
+ },
+ "description": "You have a maid. She was hired by your father to keep you safe because of your health. She's good-looking and she's good in a fight.",
+ "points": 8,
+ "traits": [
+ "FLIMSY2"
+ ],
+ "skills": [
+ ],
+ "items": {
+ "both" : {
+ "items": [
+ "socks",
+ "dress_shirt",
+ "peacoat",
+ "knit_scarf",
+ "pants",
+ "dress_shoes",
+ "mbag",
+ "res_shoggoth",
+ "pet_carrier"
],
- "skills": [
+ "entries": [ { "group": "charged_cell_phone" } ] },
+ "male": [
+ "briefs"
],
- "items": {
- "both" : {
- "items": [
- "socks",
- "dress_shirt",
- "peacoat",
- "knit_scarf",
- "pants",
- "dress_shoes",
- "mbag",
- "res_shoggoth",
- "pet_carrier"
- ],
- "entries": [ { "group": "charged_cell_phone" } ] },
- "male": [
- "briefs"
- ],
- "female": [
- "bra",
- "panties"
- ]
- }
+ "female": [
+ "bra",
+ "panties"
+ ]
}
+ }
]
diff --git a/recipes.json b/recipes.json
index 8743381..105f1c6 100644
--- a/recipes.json
+++ b/recipes.json
@@ -1,1156 +1,1156 @@
[
- {
- "type" : "recipe",
- "result": "maid_dress",
- "category": "CC_ARMOR",
- "subcategory": "CSC_ARMOR_SUIT",
- "skill_used": "tailor",
- "difficulty": 2,
- "time": "90 m",
- "reversible": false,
- "autolearn": true,
- "using": [ [ "filament", 150 ] ],
- "qualities": [
- { "id": "SEW", "level": 1 },
- { "id": "CUT", "level": 1 }
- ],
- "components": [
- [ [ "rag", 40 ] ]
- ]
- },
- {
- "type" : "recipe",
- "result": "kawaii_maid_dress_long_leather",
- "category": "CC_ARMOR",
- "subcategory": "CSC_ARMOR_SUIT",
- "skill_used": "tailor",
- "difficulty": 4,
- "time": "2 h",
- "autolearn": true,
- "using": [ [ "filament", 200 ] ],
- "qualities": [
- { "id": "SEW", "level": 1 },
- { "id": "CUT", "level": 1 }
- ],
- "components": [
- [ [ "maid_dress" , 1] ],
- [ [ "rag" , 20 ] ],
- [ [ "thread", 30 ] ],
- [ [ "plastic_chunk" , 6 ] ],
- [ [ "leather" , 12 ] ]
- ]
- },
- {
- "type": "recipe",
- "result": "kawaii_maid_dress_long_armor",
- "category": "CC_ARMOR",
- "subcategory": "CSC_ARMOR_SUIT",
- "skill_used": "tailor",
- "difficulty": 6,
- "time": "3 h",
- "autolearn": true,
- "using": [ [ "filament", 200 ] ],
- "qualities": [
- { "id": "SEW", "level": 1 },
- { "id": "CUT", "level": 1 }
- ],
- "tools": [
- [ [ "welder", 28 ], [ "welder_crude", 42 ], [ "soldering_iron", 42 ], [ "toolset", 42 ] ]
- ],
- "components": [
- [ [ "rag", 30 ] ],
- [ [ "kawaii_raincoat", 1 ] ],
- [ [ "kawaii_maid_dress_long_leather", 1 ] ],
- [ [ "kevlar", 1 ], [ "modularvest", 1 ], [ "swat_armor", 1 ], [ "kevlar_plate", 24 ] ]
- ]
- },
- {
- "type" : "recipe",
- "result": "maid_dress_french",
- "category": "CC_ARMOR",
- "subcategory": "CSC_ARMOR_SUIT",
- "skill_used": "tailor",
- "difficulty": 2,
- "time": "90 m",
- "reversible": false,
- "autolearn": true,
- "using": [ [ "filament", 150 ] ],
- "qualities": [
- { "id": "SEW", "level": 1 },
- { "id": "CUT", "level": 1 }
- ],
- "components": [
- [ [ "rag", 20 ] ]
- ]
- },
- {
- "type" : "recipe",
- "result": "kawaii_vest",
- "category": "CC_ARMOR",
- "subcategory": "CSC_ARMOR_TORSO",
- "skill_used": "tailor",
- "difficulty": 2,
- "time": "30 m",
- "autolearn": true,
- "using": [ [ "filament", 30 ] ],
- "qualities": [
- { "id": "SEW", "level": 1 },
- { "id": "CUT", "level": 1 }
- ],
- "components": [
- [ ["vest" , 1] ]
- ]
- },
- {
- "type" : "recipe",
- "result": "kawaii_vest_armor",
- "category": "CC_ARMOR",
- "subcategory": "CSC_ARMOR_TORSO",
- "skill_used": "tailor",
- "difficulty": 6,
- "time": "30 m",
- "autolearn": true,
- "using": [ [ "filament", 30 ] ],
- "qualities": [
- { "id": "SEW", "level": 1 },
- { "id": "CUT", "level": 1 }
- ],
- "components": [
- [ ["kawaii_vest" , 1] ],
- [ ["modularvestkevlar" , 1] ]
- ]
- },
- {
- "type" : "recipe",
- "result": "maid_hat",
- "category": "CC_ARMOR",
- "subcategory": "CSC_ARMOR_HEAD",
- "skill_used": "tailor",
- "difficulty": 2,
- "time": "1 h",
- "reversible": false,
- "autolearn": true,
- "using": [ [ "filament", 20 ] ],
- "qualities": [
- { "id": "SEW", "level": 1 },
- { "id": "CUT", "level": 1 }
- ],
- "components": [
- [ [ "rag", 3 ] ]
- ]
- },
- {
- "type" : "recipe",
- "result": "jokyu_fuku",
- "category": "CC_ARMOR",
- "subcategory": "CSC_ARMOR_SUIT",
- "skill_used": "tailor",
- "difficulty": 4,
- "time": "90 m",
- "reversible": false,
- "autolearn": true,
- "using": [ [ "filament", 150 ] ],
- "qualities": [
- { "id": "SEW", "level": 1 },
- { "id": "CUT", "level": 1 }
- ],
- "components": [
- [ [ "rag", 40 ] ]
- ]
- },
- {
- "result": "kawaii_maid_garter",
- "type": "recipe",
- "category": "CC_ARMOR",
- "subcategory": "CSC_ARMOR_LEGS",
- "skill_used": "tailor",
- "difficulty": 2,
- "time": "35 m",
- "autolearn": true,
- "using": [ [ "filament", 30 ] ],
- "qualities": [
- { "id": "SEW", "level": 1 },
- { "id": "CUT", "level": 1 }
- ],
- "components": [
- [ [ "rag", 8 ] ]
- ]
- },
- {
- "result": "kawaii_maid_niso_thick",
- "type": "recipe",
- "category": "CC_ARMOR",
- "subcategory": "CSC_ARMOR_FEET",
- "skill_used": "tailor",
- "difficulty": 2,
- "time": "35 m",
- "autolearn": true,
- "using": [ [ "filament", 10 ] ],
- "qualities": [
- { "id": "SEW", "level": 1 },
- { "id": "CUT", "level": 1 }
- ],
- "components": [
- [ [ "rag", 18 ] ]
- ]
- },
- {
- "result": "kawaii_maid_niso_thin",
- "type": "recipe",
- "category": "CC_ARMOR",
- "subcategory": "CSC_ARMOR_FEET",
- "skill_used": "tailor",
- "difficulty": 2,
- "time": "35 m",
- "autolearn": true,
- "using": [ [ "filament", 10 ] ],
- "qualities": [
- { "id": "SEW", "level": 1 },
- { "id": "CUT", "level": 1 }
- ],
- "components": [
- [ [ "rag", 12 ] ]
- ]
- },
- {
- "type" : "recipe",
- "result": "petticoat",
- "category": "CC_ARMOR",
- "subcategory": "CSC_ARMOR_OTHER",
- "skill_used": "tailor",
- "difficulty": 4,
- "time": "1 h",
- "reversible": false,
- "autolearn": true,
- "using": [ [ "filament", 50 ] ],
- "qualities": [
- { "id": "SEW", "level": 1 },
- { "id": "CUT", "level": 1 }
- ],
- "components": [
- [ [ "rag", 8 ] ]
- ]
- },
- {
- "type" : "recipe",
- "result": "tux",
- "category": "CC_ARMOR",
- "subcategory": "CSC_ARMOR_SUIT",
- "skill_used": "tailor",
- "difficulty": 4,
- "time": "90 m",
- "reversible": false,
- "autolearn": true,
- "using": [ [ "filament", 150 ] ],
- "qualities": [
- { "id": "SEW", "level": 1 },
- { "id": "CUT", "level": 1 }
- ],
- "components": [
- [ [ "rag", 45 ] ]
- ]
- },
- {
- "type" : "recipe",
- "result": "survivor_tux",
- "category": "CC_ARMOR",
- "subcategory": "CSC_ARMOR_SUIT",
- "skill_used": "tailor",
- "skills_required" : ["fabrication", 6],
- "difficulty": 7,
- "time": "3 h",
- "reversible": false,
- "autolearn": true,
- "using": [ [ "filament", 200 ] ],
- "qualities": [
- { "id": "SEW", "level": 1 },
- { "id": "CUT", "level": 1 }
- ],
- "tools": [
- [ [ "welder", 18 ], [ "soldering_iron", 18 ], [ "toolset", 18 ] ]
- ],
- "components": [
- [ [ "tux", 1 ] ],
- [ [ "cloak", 1 ] ],
- [ [ "chestrig", 1 ], [ "legrig", 1 ], [ "vest", 1 ], [ "tool_belt", 1 ], [ "ragpouch", 2 ] ],
- [ [ "leather_pouch", 2 ], [ "dump_pouch", 1 ], [ "purse", 1 ], [ "fanny", 1 ] ],
- [ [ "duct_tape", 150 ] ],
- [ [ "kevlar", 1 ], [ "modularvest", 1 ], [ "swat_armor", 1 ], [ "kevlar_plate", 16 ] ]
- ]
- },
- {
- "type" : "recipe",
- "result": "makeshift_throwing_knife",
- "category": "CC_WEAPON",
- "subcategory": "CSC_WEAPON_RANGED",
- "skill_used": "fabrication",
- "difficulty": 3,
- "skills_required" : [ "throw", 4 ],
- "time": "5 m",
- "reversible": false,
- "autolearn": true,
- "qualities":[
- { "id":"HAMMER","level":2,"amount":1 }
- ],
- "components": [
- [ [ "steel_chunk", 2 ], [ "scrap", 6 ] ],
- [ [ "rag", 1 ], [ "duct_tape", 50 ], [ "string_6", 2 ], [ "sinew", 100 ],[ "thread", 100 ], [ "plant_fibre", 100 ] ]
- ]
- },
- {
- "type" : "recipe",
- "result": "assassins_throwing_dagger",
- "category": "CC_WEAPON",
- "subcategory": "CSC_WEAPON_RANGED",
- "skill_used": "fabrication",
- "difficulty": 7,
- "skills_required" : [ "throw", 7 ],
- "time": "7 h",
- "reversible": false,
- "autolearn": true,
- "qualities":[
- { "id":"HAMMER","level":3,"amount":1 }
- ],
- "tools": [
- [ ["tongs", -1] ],
- [ ["chisel", -1] ],
- [ ["anvil", -1] ],
- [ ["swage", -1] ],
- [ ["forge", 200], ["char_forge", 40], [ "oxy_torch", 40] ]
- ],
- "components":
- [
- [ [ "steel_chunk", 2 ], [ "scrap", 6 ] ],
- [ [ "leather", 1 ] ]
- ]
- },
- {
- "type" : "recipe",
- "result": "destruction_otama",
- "category": "CC_WEAPON",
- "subcategory": "CSC_WEAPON_BASHING",
- "skill_used": "fabrication",
- "difficulty": 7,
- "skills_required" : [ "melee", 5 ],
- "time": "7 h",
- "reversible": false,
- "autolearn": true,
- "qualities":[
- { "id":"HAMMER","level":3,"amount":1 }
- ],
- "tools": [
- [ ["tongs", -1] ],
- [ ["chisel", -1] ],
- [ ["anvil", -1] ],
- [ ["swage", -1] ],
- [ ["forge", 200], ["char_forge", 40], [ "oxy_torch", 40] ]
- ],
- "components":
- [
- [ [ "steel_chunk", 2 ], [ "scrap", 6 ] ],
- [ [ "2x4", 1 ], [ "stick", 2 ] ]
- ]
- },
- {
- "type" : "recipe",
- "result": "vorpal_kitchen_knife",
- "category": "CC_WEAPON",
- "subcategory": "CSC_WEAPON_CUTTING",
- "skill_used": "fabrication",
- "difficulty": 10,
- "skills_required" : [ "melee", 10 ],
- "time": "10 h",
- "reversible": false,
- "autolearn": true,
- "qualities": [
- { "id":"HAMMER","level":3,"amount":1 }
- ],
- "tools": [
- [ ["tongs", -1] ],
- [ ["chisel", -1] ],
- [ ["anvil", -1] ],
- [ ["swage", -1] ],
- [ ["forge", 450], [ "char_forge", 90], [ "oxy_torch", 90] ]
- ],
- "components":
- [
- [ [ "steel_lump", 2 ], [ "steel_chunk", 8 ], [ "scrap", 24 ] ],
- [ [ "2x4", 1 ], [ "stick", 2 ] ]
- ]
- },
- {
- "type" : "recipe",
- "result": "slaying_pan",
- "category": "CC_WEAPON",
- "subcategory": "CSC_WEAPON_BASHING",
- "skill_used": "fabrication",
- "difficulty": 9,
- "skills_required" : [ "melee", 7 ],
- "time": "9 h",
- "reversible": false,
- "autolearn": true,
- "qualities": [
- { "id":"HAMMER","level":3,"amount":1 }
- ],
- "tools": [
- [ ["tongs", -1] ],
- [ ["chisel", -1] ],
- [ ["anvil", -1] ],
- [ ["swage", -1] ],
- [ ["forge", 450], [ "char_forge", 90], [ "oxy_torch", 90] ]
- ],
- "components":
- [
- [ [ "steel_lump", 2 ], [ "steel_chunk", 8 ], [ "scrap", 24 ] ],
- [ [ "2x4", 1 ], [ "stick", 2 ] ],
- [ [ "spike", 6 ] ]
- ]
- },
- {
- "type" : "recipe",
- "result": "brutal_broom",
- "category": "CC_WEAPON",
- "subcategory": "CSC_WEAPON_PIERCING",
- "skill_used": "fabrication",
- "difficulty": 6,
- "skills_required" : [ "melee", 4 ],
- "time": "6 h",
- "reversible": false,
- "autolearn": true,
- "qualities" : [
- { "id":"HAMMER","level":1,"amount":1 },
- { "id":"SAW_M","level":1,"amount":1 }
- ], "tools": [
- [ ["tongs", -1] ],
- [ ["chisel", -1] ],
- [ ["anvil", -1] ],
- [ ["swage", -1] ],
- [ ["forge", 100], ["char_forge", 20], [ "oxy_torch", 20] ]
- ],
- "components": [
- [ [ "blade", 1 ] ],
- [ [ "spike", 1 ] ],
- [ [ "2x4", 2 ], [ "stick", 4 ], [ "broom", 1 ] ],
- [ [ "duct_tape", 100 ] ]
- ]
- },
- {
- "type" : "recipe",
- "result": "spiked_whip",
- "category": "CC_WEAPON",
- "subcategory": "CSC_WEAPON_BASHING",
- "skill_used": "fabrication",
- "difficulty": 8,
- "skills_required" : [ "melee", 6 ],
- "time": "8 h",
- "reversible": false,
- "autolearn": true,
- "qualities": [
- { "id":"HAMMER","level":3,"amount":1 },
- { "id":"CUT","level":1,"amount":1 }
- ],
- "tools": [
- [ ["tongs", -1] ],
- [ ["chisel", -1] ],
- [ ["anvil", -1] ],
- [ ["swage", -1] ],
- [ ["forge", 400], [ "char_forge", 80], [ "oxy_torch", 80] ]
- ],
- "components":
- [
- [ [ "bullwhip" ,1 ], [ "leather" ,25 ] ],
- [ [ "steel_lump", 1 ], [ "steel_chunk", 4 ], [ "scrap", 12 ] ],
- [ [ "spike", 9 ] ]
- ]
- },
- {
- "type" : "recipe",
- "result": "shikomi_kasa",
- "category": "CC_WEAPON",
- "subcategory": "CSC_WEAPON_CUTTING",
- "skill_used": "fabrication",
- "difficulty": 8,
- "skills_required" : [ "melee", 6 ],
- "time": "8 h",
- "reversible": false,
- "autolearn": true,
- "qualities": [
- { "id":"HAMMER","level":3,"amount":1 }
- ],
- "tools": [
- [ ["tongs", -1] ],
- [ ["chisel", -1] ],
- [ ["anvil", -1] ],
- [ ["swage", -1] ],
- [ ["forge", 400], [ "char_forge", 80], [ "oxy_torch", 80] ]
- ],
- "components":
- [
- [ ["umbrella", 1 ], ["teleumbrella", 1 ] ],
- [ [ "steel_lump", 2 ],[ "steel_chunk", 6 ], [ "scrap", 18 ] ]
- ]
- },
- {
- "type" : "recipe",
- "result": "shikomi_stick",
- "category": "CC_WEAPON",
- "subcategory": "CSC_WEAPON_CUTTING",
- "skill_used": "fabrication",
- "difficulty": 8,
- "skills_required" : [ "melee", 6 ],
- "time": "8 h",
- "reversible": false,
- "autolearn": true,
- "qualities": [
- { "id":"HAMMER","level":3,"amount":1 },
- { "id":"CUT","level":1,"amount":1 }
- ],
- "tools": [
- [ ["tongs", -1] ],
- [ ["chisel", -1] ],
- [ ["anvil", -1] ],
- [ ["swage", -1] ],
- [ ["forge", 400],[ "char_forge", 80], [ "oxy_torch", 80] ],
- [ ["polisher", 20] ]
- ],
- "components": [
- [ [ "2x4", 2 ], [ "stick", 4 ] ],
- [ [ "steel_lump", 2 ], [ "steel_chunk", 6 ], [ "scrap", 18 ] ],
- [ [ "wax", 2] ]
- ]
- },
- {
- "type" : "recipe",
- "result": "man_carrier",
- "category": "CC_ARMOR",
- "subcategory": "CSC_ARMOR_OTHER",
- "skill_used": "tailor",
- "difficulty": 4,
- "time": "75 m",
- "reversible": false,
- "autolearn": true,
- "using": [ [ "filament", 150 ] ],
- "qualities": [
- { "id": "SEW", "level": 1 },
- { "id": "CUT", "level": 1 }
- ],
- "components": [
- [ [ "leather", 30 ] ],
- [ [ "rag", 25 ] ],
- [ [ "felt_patch", 20 ] ]
- ]
- },
- {
- "result": "kawaii_maid_hat",
- "type": "recipe",
- "category": "CC_ARMOR",
- "subcategory": "CSC_ARMOR_HEAD",
- "skill_used": "tailor",
- "difficulty": 2,
- "time": "15 m",
- "autolearn": true,
- "using": [ [ "filament", 20 ] ],
- "qualities": [
- { "id": "SEW", "level": 1 },
- { "id": "CUT", "level": 1 }
- ],
- "components": [
- [ [ "rag" , 14 ] ]
- ]
- },
- {
- "result": "kawaii_maid_hat_thermal_off",
- "type": "recipe",
- "category": "CC_ARMOR",
- "subcategory": "CSC_ARMOR_HEAD",
- "skill_used": "tailor",
- "difficulty": 4,
- "time": "2 h",
- "autolearn": true,
- "using": [ [ "filament", 24 ] ],
- "qualities": [
- { "id": "SEW", "level": 1 },
- { "id": "CUT", "level": 1 }
- ],
- "components": [
- [ [ "leather", 10 ] ],
- [ [ "kawaii_maid_hat", 1 ] ]
- ]
- },
- {
- "type": "recipe",
- "result": "kawaii_maid_hat_lss",
- "category": "CC_ARMOR",
- "subcategory": "CSC_ARMOR_HEAD",
- "skill_used": "tailor",
- "difficulty": 6,
- "time": "3 h",
- "autolearn": true,
- "using": [ [ "filament", 200 ] ],
- "qualities": [
- { "id": "SEW", "level": 1 },
- { "id": "CUT", "level": 1 }
- ],
- "tools": [ [ [ "welder", 28 ], [ "welder_crude", 42 ], [ "soldering_iron", 42 ], [ "toolset", 42 ] ] ],
- "components": [
- [ [ "kawaii_maid_hat_thermal_off", 1 ] ],
- [ [ "kevlar_plate", 12 ] ]
- ]
- },
- {
- "result": "maid_gloves_long_cotton",
- "type": "recipe",
- "category": "CC_ARMOR",
- "subcategory": "CSC_ARMOR_HANDS",
- "skill_used": "tailor",
- "difficulty": 2,
- "time": "10 m",
- "autolearn": true,
- "using": [ [ "sewing_standard", 4 ] ],
- "components": [ [ [ "rag", 4 ] ] ]
- },
- {
- "result": "maid_gloves_long_leather",
- "type": "recipe",
- "category": "CC_ARMOR",
- "subcategory": "CSC_ARMOR_HANDS",
- "skill_used": "tailor",
- "difficulty": 4,
- "time": "30 m",
- "autolearn": true,
- "using": [ [ "sewing_standard", 20 ] ],
- "components": [ [ [ "leather", 10 ] ],
- [ [ "maid_gloves_long_cotton", 1 ] ] ]
- },
- {
- "result": "maid_gloves_long_armor",
- "type": "recipe",
- "category": "CC_ARMOR",
- "subcategory": "CSC_ARMOR_HANDS",
- "skill_used": "tailor",
- "difficulty": 6,
- "time": "1 h",
- "autolearn": true,
- "using": [ [ "sewing_standard", 120 ] ],
- "components": [ [ [ "kevlar_plate", 10 ] ],
- [ [ "maid_gloves_long_leather", 1 ] ] ]
- },
- {
- "result": "maid_gloves_cotton",
- "type": "recipe",
- "category": "CC_ARMOR",
- "subcategory": "CSC_ARMOR_HANDS",
- "skill_used": "tailor",
- "difficulty": 2,
- "time": "10 m",
- "autolearn": true,
- "using": [ [ "sewing_standard", 4 ] ],
- "components": [ [ [ "rag", 4 ] ] ]
- },
- {
- "result": "maid_gloves_leather",
- "type": "recipe",
- "category": "CC_ARMOR",
- "subcategory": "CSC_ARMOR_HANDS",
- "skill_used": "tailor",
- "difficulty": 4,
- "time": "30 m",
- "autolearn": true,
- "using": [ [ "sewing_standard", 20 ] ],
- "components": [ [ [ "leather", 10 ] ],
- [ [ "maid_gloves_cotton", 1 ] ] ]
- },
- {
- "result": "maid_gloves_armor",
- "type": "recipe",
- "category": "CC_ARMOR",
- "subcategory": "CSC_ARMOR_HANDS",
- "skill_used": "tailor",
- "difficulty": 6,
- "time": "1 h",
- "autolearn": true,
- "using": [ [ "sewing_standard", 120 ] ],
- "components": [ [ [ "kevlar_plate", 10 ] ],
- [ [ "maid_gloves_leather", 1 ] ] ]
- },
- {
- "type" : "recipe",
- "result": "master_doll",
- "category": "CC_OTHER",
- "subcategory": "CSC_OTHER_OTHER",
- "skill_used": "fabrication",
- "skills_required": [ "tailor", 3 ],
- "difficulty": 3,
- "time": "1 h",
- "reversible": false,
- "autolearn": true,
- "using": [ [ "filament", 50 ] ],
- "qualities": [
- { "id": "SEW", "level": 1 },
- { "id": "CUT", "level": 1 }
- ],
- "components": [
- [ [ "rag", 12 ] ]
- ]
- },
- {
- "type" : "recipe",
- "result": "maid_mess_kit",
- "category": "CC_OTHER",
- "subcategory": "CSC_OTHER_TOOLS",
- "skill_used": "fabrication",
- "difficulty": 4,
- "skills_required" : [ "cooking", 4 ],
- "time": "1 h",
- "reversible": false,
- "autolearn": true,
- "components": [
- [ [ "knife_steak", 1 ], [ "knife_butcher", 1 ] ],
- [ [ "pot", 1 ] ]
- ]
- },
- {
- "type" : "recipe",
- "result": "maid_claw",
- "category": "CC_WEAPON",
- "subcategory": "CSC_WEAPON_PIERCING",
- "skill_used": "fabrication",
- "difficulty": 7,
- "skills_required" : [ "melee", 5 ],
- "time": "7 h",
- "reversible": false,
- "autolearn": true,
- "qualities" : [
- { "id":"HAMMER","level":1,"amount":1 }
- ],
- "tools": [
- [ ["tongs", -1] ],
- [ ["chisel", -1] ],
- [ ["anvil", -1] ],
- [ ["swage", -1] ],
- [ ["forge", 100], ["char_forge", 20], [ "oxy_torch", 20] ],
- [ [ "sewing_kit", 6 ] ]
- ],
- "components": [
- [ [ "spike", 5 ] ],
- [ [ "steel_chunk", 2 ], [ "scrap", 6 ] ],
- [ [ "leather", 2 ] ]
- ]
- },
- {
- "type" : "recipe",
- "result": "battle_mop",
- "category": "CC_WEAPON",
- "subcategory": "CSC_WEAPON_BASHING",
- "skill_used": "fabrication",
- "difficulty": 2,
- "time": "2 h",
- "reversible": true,
- "autolearn": true,
- "qualities" : [
- { "id":"CUT","level":1,"amount":1},
- {"id":"HAMMER","level":2,"amount":1 }
- ],
- "components": [
- [ [ "stick", 1 ], [ "2x4", 1 ] ],
- [ [ "rag", 4 ] ],
- [ [ "steel_chunk", 1 ] ],
- [ [ "string_36", 1] ],
- [ [ "duct_tape", 25 ] ]
- ]
- },
- {
- "type" : "recipe",
- "result": "panties_kemo",
- "category": "CC_ARMOR",
- "subcategory": "CSC_ARMOR_LEGS",
- "skill_used": "tailor",
- "difficulty": 2,
- "time": "35 m",
- "reversible": false,
- "autolearn": true,
- "using": [ [ "filament", 15 ] ],
- "qualities": [
- { "id": "SEW", "level": 1 },
- { "id": "CUT", "level": 1 }
- ],
- "components": [
- [ [ "rag", 2 ] ]
- ]
- },
- {
- "type" : "recipe",
- "result": "briefs_kemo",
- "category": "CC_ARMOR",
- "subcategory": "CSC_ARMOR_LEGS",
- "skill_used": "tailor",
- "difficulty": 2,
- "time": "35 m",
- "reversible": false,
- "autolearn": true,
- "using": [ [ "filament", 15 ] ],
- "qualities": [
- { "id": "SEW", "level": 1 },
- { "id": "CUT", "level": 1 }
- ],
- "components": [
- [ [ "rag", 2 ] ]
- ]
- },
- {
- "type" : "recipe",
- "result": "kawaii_maid_dress",
- "category": "CC_ARMOR",
- "subcategory": "CSC_ARMOR_SUIT",
- "skill_used": "tailor",
- "difficulty": 2,
- "time": "1 h",
- "autolearn": true,
- "using": [ [ "filament", 150 ] ],
- "qualities": [
- { "id": "SEW", "level": 1 },
- { "id": "CUT", "level": 1 }
- ],
- "components": [
- [ [ "rag" , 24 ] ]
- ]
- },
+ {
+ "type" : "recipe",
+ "result": "maid_dress",
+ "category": "CC_ARMOR",
+ "subcategory": "CSC_ARMOR_SUIT",
+ "skill_used": "tailor",
+ "difficulty": 2,
+ "time": "90 m",
+ "reversible": false,
+ "autolearn": true,
+ "using": [ [ "filament", 150 ] ],
+ "qualities": [
+ { "id": "SEW", "level": 1 },
+ { "id": "CUT", "level": 1 }
+ ],
+ "components": [
+ [ [ "rag", 40 ] ]
+ ]
+ },
+ {
+ "type" : "recipe",
+ "result": "kawaii_maid_dress_long_leather",
+ "category": "CC_ARMOR",
+ "subcategory": "CSC_ARMOR_SUIT",
+ "skill_used": "tailor",
+ "difficulty": 4,
+ "time": "2 h",
+ "autolearn": true,
+ "using": [ [ "filament", 200 ] ],
+ "qualities": [
+ { "id": "SEW", "level": 1 },
+ { "id": "CUT", "level": 1 }
+ ],
+ "components": [
+ [ [ "maid_dress" , 1] ],
+ [ [ "rag" , 20 ] ],
+ [ [ "thread", 30 ] ],
+ [ [ "plastic_chunk" , 6 ] ],
+ [ [ "leather" , 12 ] ]
+ ]
+ },
+ {
+ "type": "recipe",
+ "result": "kawaii_maid_dress_long_armor",
+ "category": "CC_ARMOR",
+ "subcategory": "CSC_ARMOR_SUIT",
+ "skill_used": "tailor",
+ "difficulty": 6,
+ "time": "3 h",
+ "autolearn": true,
+ "using": [ [ "filament", 200 ] ],
+ "qualities": [
+ { "id": "SEW", "level": 1 },
+ { "id": "CUT", "level": 1 }
+ ],
+ "tools": [
+ [ [ "welder", 28 ], [ "welder_crude", 42 ], [ "soldering_iron", 42 ], [ "toolset", 42 ] ]
+ ],
+ "components": [
+ [ [ "rag", 30 ] ],
+ [ [ "kawaii_raincoat", 1 ] ],
+ [ [ "kawaii_maid_dress_long_leather", 1 ] ],
+ [ [ "kevlar", 1 ], [ "modularvest", 1 ], [ "swat_armor", 1 ], [ "kevlar_plate", 24 ] ]
+ ]
+ },
+ {
+ "type" : "recipe",
+ "result": "maid_dress_french",
+ "category": "CC_ARMOR",
+ "subcategory": "CSC_ARMOR_SUIT",
+ "skill_used": "tailor",
+ "difficulty": 2,
+ "time": "90 m",
+ "reversible": false,
+ "autolearn": true,
+ "using": [ [ "filament", 150 ] ],
+ "qualities": [
+ { "id": "SEW", "level": 1 },
+ { "id": "CUT", "level": 1 }
+ ],
+ "components": [
+ [ [ "rag", 20 ] ]
+ ]
+ },
+ {
+ "type" : "recipe",
+ "result": "kawaii_vest",
+ "category": "CC_ARMOR",
+ "subcategory": "CSC_ARMOR_TORSO",
+ "skill_used": "tailor",
+ "difficulty": 2,
+ "time": "30 m",
+ "autolearn": true,
+ "using": [ [ "filament", 30 ] ],
+ "qualities": [
+ { "id": "SEW", "level": 1 },
+ { "id": "CUT", "level": 1 }
+ ],
+ "components": [
+ [ ["vest" , 1] ]
+ ]
+ },
+ {
+ "type" : "recipe",
+ "result": "kawaii_vest_armor",
+ "category": "CC_ARMOR",
+ "subcategory": "CSC_ARMOR_TORSO",
+ "skill_used": "tailor",
+ "difficulty": 6,
+ "time": "30 m",
+ "autolearn": true,
+ "using": [ [ "filament", 30 ] ],
+ "qualities": [
+ { "id": "SEW", "level": 1 },
+ { "id": "CUT", "level": 1 }
+ ],
+ "components": [
+ [ ["kawaii_vest" , 1] ],
+ [ ["modularvestkevlar" , 1] ]
+ ]
+ },
+ {
+ "type" : "recipe",
+ "result": "maid_hat",
+ "category": "CC_ARMOR",
+ "subcategory": "CSC_ARMOR_HEAD",
+ "skill_used": "tailor",
+ "difficulty": 2,
+ "time": "1 h",
+ "reversible": false,
+ "autolearn": true,
+ "using": [ [ "filament", 20 ] ],
+ "qualities": [
+ { "id": "SEW", "level": 1 },
+ { "id": "CUT", "level": 1 }
+ ],
+ "components": [
+ [ [ "rag", 3 ] ]
+ ]
+ },
+ {
+ "type" : "recipe",
+ "result": "jokyu_fuku",
+ "category": "CC_ARMOR",
+ "subcategory": "CSC_ARMOR_SUIT",
+ "skill_used": "tailor",
+ "difficulty": 4,
+ "time": "90 m",
+ "reversible": false,
+ "autolearn": true,
+ "using": [ [ "filament", 150 ] ],
+ "qualities": [
+ { "id": "SEW", "level": 1 },
+ { "id": "CUT", "level": 1 }
+ ],
+ "components": [
+ [ [ "rag", 40 ] ]
+ ]
+ },
+ {
+ "result": "kawaii_maid_garter",
+ "type": "recipe",
+ "category": "CC_ARMOR",
+ "subcategory": "CSC_ARMOR_LEGS",
+ "skill_used": "tailor",
+ "difficulty": 2,
+ "time": "35 m",
+ "autolearn": true,
+ "using": [ [ "filament", 30 ] ],
+ "qualities": [
+ { "id": "SEW", "level": 1 },
+ { "id": "CUT", "level": 1 }
+ ],
+ "components": [
+ [ [ "rag", 8 ] ]
+ ]
+ },
+ {
+ "result": "kawaii_maid_niso_thick",
+ "type": "recipe",
+ "category": "CC_ARMOR",
+ "subcategory": "CSC_ARMOR_FEET",
+ "skill_used": "tailor",
+ "difficulty": 2,
+ "time": "35 m",
+ "autolearn": true,
+ "using": [ [ "filament", 10 ] ],
+ "qualities": [
+ { "id": "SEW", "level": 1 },
+ { "id": "CUT", "level": 1 }
+ ],
+ "components": [
+ [ [ "rag", 18 ] ]
+ ]
+ },
+ {
+ "result": "kawaii_maid_niso_thin",
+ "type": "recipe",
+ "category": "CC_ARMOR",
+ "subcategory": "CSC_ARMOR_FEET",
+ "skill_used": "tailor",
+ "difficulty": 2,
+ "time": "35 m",
+ "autolearn": true,
+ "using": [ [ "filament", 10 ] ],
+ "qualities": [
+ { "id": "SEW", "level": 1 },
+ { "id": "CUT", "level": 1 }
+ ],
+ "components": [
+ [ [ "rag", 12 ] ]
+ ]
+ },
+ {
+ "type" : "recipe",
+ "result": "petticoat",
+ "category": "CC_ARMOR",
+ "subcategory": "CSC_ARMOR_OTHER",
+ "skill_used": "tailor",
+ "difficulty": 4,
+ "time": "1 h",
+ "reversible": false,
+ "autolearn": true,
+ "using": [ [ "filament", 50 ] ],
+ "qualities": [
+ { "id": "SEW", "level": 1 },
+ { "id": "CUT", "level": 1 }
+ ],
+ "components": [
+ [ [ "rag", 8 ] ]
+ ]
+ },
+ {
+ "type" : "recipe",
+ "result": "tux",
+ "category": "CC_ARMOR",
+ "subcategory": "CSC_ARMOR_SUIT",
+ "skill_used": "tailor",
+ "difficulty": 4,
+ "time": "90 m",
+ "reversible": false,
+ "autolearn": true,
+ "using": [ [ "filament", 150 ] ],
+ "qualities": [
+ { "id": "SEW", "level": 1 },
+ { "id": "CUT", "level": 1 }
+ ],
+ "components": [
+ [ [ "rag", 45 ] ]
+ ]
+ },
+ {
+ "type" : "recipe",
+ "result": "survivor_tux",
+ "category": "CC_ARMOR",
+ "subcategory": "CSC_ARMOR_SUIT",
+ "skill_used": "tailor",
+ "skills_required" : ["fabrication", 6],
+ "difficulty": 7,
+ "time": "3 h",
+ "reversible": false,
+ "autolearn": true,
+ "using": [ [ "filament", 200 ] ],
+ "qualities": [
+ { "id": "SEW", "level": 1 },
+ { "id": "CUT", "level": 1 }
+ ],
+ "tools": [
+ [ [ "welder", 18 ], [ "soldering_iron", 18 ], [ "toolset", 18 ] ]
+ ],
+ "components": [
+ [ [ "tux", 1 ] ],
+ [ [ "cloak", 1 ] ],
+ [ [ "chestrig", 1 ], [ "legrig", 1 ], [ "vest", 1 ], [ "tool_belt", 1 ], [ "ragpouch", 2 ] ],
+ [ [ "leather_pouch", 2 ], [ "dump_pouch", 1 ], [ "purse", 1 ], [ "fanny", 1 ] ],
+ [ [ "duct_tape", 150 ] ],
+ [ [ "kevlar", 1 ], [ "modularvest", 1 ], [ "swat_armor", 1 ], [ "kevlar_plate", 16 ] ]
+ ]
+ },
+ {
+ "type" : "recipe",
+ "result": "makeshift_throwing_knife",
+ "category": "CC_WEAPON",
+ "subcategory": "CSC_WEAPON_RANGED",
+ "skill_used": "fabrication",
+ "difficulty": 3,
+ "skills_required" : [ "throw", 4 ],
+ "time": "5 m",
+ "reversible": false,
+ "autolearn": true,
+ "qualities":[
+ { "id":"HAMMER","level":2,"amount":1 }
+ ],
+ "components": [
+ [ [ "steel_chunk", 2 ], [ "scrap", 6 ] ],
+ [ [ "rag", 1 ], [ "duct_tape", 50 ], [ "string_6", 2 ], [ "sinew", 100 ],[ "thread", 100 ], [ "plant_fibre", 100 ] ]
+ ]
+ },
+ {
+ "type" : "recipe",
+ "result": "assassins_throwing_dagger",
+ "category": "CC_WEAPON",
+ "subcategory": "CSC_WEAPON_RANGED",
+ "skill_used": "fabrication",
+ "difficulty": 7,
+ "skills_required" : [ "throw", 7 ],
+ "time": "7 h",
+ "reversible": false,
+ "autolearn": true,
+ "qualities":[
+ { "id":"HAMMER","level":3,"amount":1 }
+ ],
+ "tools": [
+ [ ["tongs", -1] ],
+ [ ["chisel", -1] ],
+ [ ["anvil", -1] ],
+ [ ["swage", -1] ],
+ [ ["forge", 200], ["char_forge", 40], [ "oxy_torch", 40] ]
+ ],
+ "components":
+ [
+ [ [ "steel_chunk", 2 ], [ "scrap", 6 ] ],
+ [ [ "leather", 1 ] ]
+ ]
+ },
+ {
+ "type" : "recipe",
+ "result": "destruction_otama",
+ "category": "CC_WEAPON",
+ "subcategory": "CSC_WEAPON_BASHING",
+ "skill_used": "fabrication",
+ "difficulty": 7,
+ "skills_required" : [ "melee", 5 ],
+ "time": "7 h",
+ "reversible": false,
+ "autolearn": true,
+ "qualities":[
+ { "id":"HAMMER","level":3,"amount":1 }
+ ],
+ "tools": [
+ [ ["tongs", -1] ],
+ [ ["chisel", -1] ],
+ [ ["anvil", -1] ],
+ [ ["swage", -1] ],
+ [ ["forge", 200], ["char_forge", 40], [ "oxy_torch", 40] ]
+ ],
+ "components":
+ [
+ [ [ "steel_chunk", 2 ], [ "scrap", 6 ] ],
+ [ [ "2x4", 1 ], [ "stick", 2 ] ]
+ ]
+ },
+ {
+ "type" : "recipe",
+ "result": "vorpal_kitchen_knife",
+ "category": "CC_WEAPON",
+ "subcategory": "CSC_WEAPON_CUTTING",
+ "skill_used": "fabrication",
+ "difficulty": 10,
+ "skills_required" : [ "melee", 10 ],
+ "time": "10 h",
+ "reversible": false,
+ "autolearn": true,
+ "qualities": [
+ { "id":"HAMMER","level":3,"amount":1 }
+ ],
+ "tools": [
+ [ ["tongs", -1] ],
+ [ ["chisel", -1] ],
+ [ ["anvil", -1] ],
+ [ ["swage", -1] ],
+ [ ["forge", 450], [ "char_forge", 90], [ "oxy_torch", 90] ]
+ ],
+ "components":
+ [
+ [ [ "steel_lump", 2 ], [ "steel_chunk", 8 ], [ "scrap", 24 ] ],
+ [ [ "2x4", 1 ], [ "stick", 2 ] ]
+ ]
+ },
+ {
+ "type" : "recipe",
+ "result": "slaying_pan",
+ "category": "CC_WEAPON",
+ "subcategory": "CSC_WEAPON_BASHING",
+ "skill_used": "fabrication",
+ "difficulty": 9,
+ "skills_required" : [ "melee", 7 ],
+ "time": "9 h",
+ "reversible": false,
+ "autolearn": true,
+ "qualities": [
+ { "id":"HAMMER","level":3,"amount":1 }
+ ],
+ "tools": [
+ [ ["tongs", -1] ],
+ [ ["chisel", -1] ],
+ [ ["anvil", -1] ],
+ [ ["swage", -1] ],
+ [ ["forge", 450], [ "char_forge", 90], [ "oxy_torch", 90] ]
+ ],
+ "components":
+ [
+ [ [ "steel_lump", 2 ], [ "steel_chunk", 8 ], [ "scrap", 24 ] ],
+ [ [ "2x4", 1 ], [ "stick", 2 ] ],
+ [ [ "spike", 6 ] ]
+ ]
+ },
+ {
+ "type" : "recipe",
+ "result": "brutal_broom",
+ "category": "CC_WEAPON",
+ "subcategory": "CSC_WEAPON_PIERCING",
+ "skill_used": "fabrication",
+ "difficulty": 6,
+ "skills_required" : [ "melee", 4 ],
+ "time": "6 h",
+ "reversible": false,
+ "autolearn": true,
+ "qualities" : [
+ { "id":"HAMMER","level":1,"amount":1 },
+ { "id":"SAW_M","level":1,"amount":1 }
+ ], "tools": [
+ [ ["tongs", -1] ],
+ [ ["chisel", -1] ],
+ [ ["anvil", -1] ],
+ [ ["swage", -1] ],
+ [ ["forge", 100], ["char_forge", 20], [ "oxy_torch", 20] ]
+ ],
+ "components": [
+ [ [ "blade", 1 ] ],
+ [ [ "spike", 1 ] ],
+ [ [ "2x4", 2 ], [ "stick", 4 ], [ "broom", 1 ] ],
+ [ [ "duct_tape", 100 ] ]
+ ]
+ },
+ {
+ "type" : "recipe",
+ "result": "spiked_whip",
+ "category": "CC_WEAPON",
+ "subcategory": "CSC_WEAPON_BASHING",
+ "skill_used": "fabrication",
+ "difficulty": 8,
+ "skills_required" : [ "melee", 6 ],
+ "time": "8 h",
+ "reversible": false,
+ "autolearn": true,
+ "qualities": [
+ { "id":"HAMMER","level":3,"amount":1 },
+ { "id":"CUT","level":1,"amount":1 }
+ ],
+ "tools": [
+ [ ["tongs", -1] ],
+ [ ["chisel", -1] ],
+ [ ["anvil", -1] ],
+ [ ["swage", -1] ],
+ [ ["forge", 400], [ "char_forge", 80], [ "oxy_torch", 80] ]
+ ],
+ "components":
+ [
+ [ [ "bullwhip" ,1 ], [ "leather" ,25 ] ],
+ [ [ "steel_lump", 1 ], [ "steel_chunk", 4 ], [ "scrap", 12 ] ],
+ [ [ "spike", 9 ] ]
+ ]
+ },
+ {
+ "type" : "recipe",
+ "result": "shikomi_kasa",
+ "category": "CC_WEAPON",
+ "subcategory": "CSC_WEAPON_CUTTING",
+ "skill_used": "fabrication",
+ "difficulty": 8,
+ "skills_required" : [ "melee", 6 ],
+ "time": "8 h",
+ "reversible": false,
+ "autolearn": true,
+ "qualities": [
+ { "id":"HAMMER","level":3,"amount":1 }
+ ],
+ "tools": [
+ [ ["tongs", -1] ],
+ [ ["chisel", -1] ],
+ [ ["anvil", -1] ],
+ [ ["swage", -1] ],
+ [ ["forge", 400], [ "char_forge", 80], [ "oxy_torch", 80] ]
+ ],
+ "components":
+ [
+ [ ["umbrella", 1 ], ["teleumbrella", 1 ] ],
+ [ [ "steel_lump", 2 ],[ "steel_chunk", 6 ], [ "scrap", 18 ] ]
+ ]
+ },
+ {
+ "type" : "recipe",
+ "result": "shikomi_stick",
+ "category": "CC_WEAPON",
+ "subcategory": "CSC_WEAPON_CUTTING",
+ "skill_used": "fabrication",
+ "difficulty": 8,
+ "skills_required" : [ "melee", 6 ],
+ "time": "8 h",
+ "reversible": false,
+ "autolearn": true,
+ "qualities": [
+ { "id":"HAMMER","level":3,"amount":1 },
+ { "id":"CUT","level":1,"amount":1 }
+ ],
+ "tools": [
+ [ ["tongs", -1] ],
+ [ ["chisel", -1] ],
+ [ ["anvil", -1] ],
+ [ ["swage", -1] ],
+ [ ["forge", 400],[ "char_forge", 80], [ "oxy_torch", 80] ],
+ [ ["polisher", 20] ]
+ ],
+ "components": [
+ [ [ "2x4", 2 ], [ "stick", 4 ] ],
+ [ [ "steel_lump", 2 ], [ "steel_chunk", 6 ], [ "scrap", 18 ] ],
+ [ [ "wax", 2] ]
+ ]
+ },
+ {
+ "type" : "recipe",
+ "result": "man_carrier",
+ "category": "CC_ARMOR",
+ "subcategory": "CSC_ARMOR_OTHER",
+ "skill_used": "tailor",
+ "difficulty": 4,
+ "time": "75 m",
+ "reversible": false,
+ "autolearn": true,
+ "using": [ [ "filament", 150 ] ],
+ "qualities": [
+ { "id": "SEW", "level": 1 },
+ { "id": "CUT", "level": 1 }
+ ],
+ "components": [
+ [ [ "leather", 30 ] ],
+ [ [ "rag", 25 ] ],
+ [ [ "felt_patch", 20 ] ]
+ ]
+ },
+ {
+ "result": "kawaii_maid_hat",
+ "type": "recipe",
+ "category": "CC_ARMOR",
+ "subcategory": "CSC_ARMOR_HEAD",
+ "skill_used": "tailor",
+ "difficulty": 2,
+ "time": "15 m",
+ "autolearn": true,
+ "using": [ [ "filament", 20 ] ],
+ "qualities": [
+ { "id": "SEW", "level": 1 },
+ { "id": "CUT", "level": 1 }
+ ],
+ "components": [
+ [ [ "rag" , 14 ] ]
+ ]
+ },
+ {
+ "result": "kawaii_maid_hat_thermal_off",
+ "type": "recipe",
+ "category": "CC_ARMOR",
+ "subcategory": "CSC_ARMOR_HEAD",
+ "skill_used": "tailor",
+ "difficulty": 4,
+ "time": "2 h",
+ "autolearn": true,
+ "using": [ [ "filament", 24 ] ],
+ "qualities": [
+ { "id": "SEW", "level": 1 },
+ { "id": "CUT", "level": 1 }
+ ],
+ "components": [
+ [ [ "leather", 10 ] ],
+ [ [ "kawaii_maid_hat", 1 ] ]
+ ]
+ },
+ {
+ "type": "recipe",
+ "result": "kawaii_maid_hat_lss",
+ "category": "CC_ARMOR",
+ "subcategory": "CSC_ARMOR_HEAD",
+ "skill_used": "tailor",
+ "difficulty": 6,
+ "time": "3 h",
+ "autolearn": true,
+ "using": [ [ "filament", 200 ] ],
+ "qualities": [
+ { "id": "SEW", "level": 1 },
+ { "id": "CUT", "level": 1 }
+ ],
+ "tools": [ [ [ "welder", 28 ], [ "welder_crude", 42 ], [ "soldering_iron", 42 ], [ "toolset", 42 ] ] ],
+ "components": [
+ [ [ "kawaii_maid_hat_thermal_off", 1 ] ],
+ [ [ "kevlar_plate", 12 ] ]
+ ]
+ },
+ {
+ "result": "maid_gloves_long_cotton",
+ "type": "recipe",
+ "category": "CC_ARMOR",
+ "subcategory": "CSC_ARMOR_HANDS",
+ "skill_used": "tailor",
+ "difficulty": 2,
+ "time": "10 m",
+ "autolearn": true,
+ "using": [ [ "sewing_standard", 4 ] ],
+ "components": [ [ [ "rag", 4 ] ] ]
+ },
+ {
+ "result": "maid_gloves_long_leather",
+ "type": "recipe",
+ "category": "CC_ARMOR",
+ "subcategory": "CSC_ARMOR_HANDS",
+ "skill_used": "tailor",
+ "difficulty": 4,
+ "time": "30 m",
+ "autolearn": true,
+ "using": [ [ "sewing_standard", 20 ] ],
+ "components": [ [ [ "leather", 10 ] ],
+ [ [ "maid_gloves_long_cotton", 1 ] ] ]
+ },
+ {
+ "result": "maid_gloves_long_armor",
+ "type": "recipe",
+ "category": "CC_ARMOR",
+ "subcategory": "CSC_ARMOR_HANDS",
+ "skill_used": "tailor",
+ "difficulty": 6,
+ "time": "1 h",
+ "autolearn": true,
+ "using": [ [ "sewing_standard", 120 ] ],
+ "components": [ [ [ "kevlar_plate", 10 ] ],
+ [ [ "maid_gloves_long_leather", 1 ] ] ]
+ },
+ {
+ "result": "maid_gloves_cotton",
+ "type": "recipe",
+ "category": "CC_ARMOR",
+ "subcategory": "CSC_ARMOR_HANDS",
+ "skill_used": "tailor",
+ "difficulty": 2,
+ "time": "10 m",
+ "autolearn": true,
+ "using": [ [ "sewing_standard", 4 ] ],
+ "components": [ [ [ "rag", 4 ] ] ]
+ },
+ {
+ "result": "maid_gloves_leather",
+ "type": "recipe",
+ "category": "CC_ARMOR",
+ "subcategory": "CSC_ARMOR_HANDS",
+ "skill_used": "tailor",
+ "difficulty": 4,
+ "time": "30 m",
+ "autolearn": true,
+ "using": [ [ "sewing_standard", 20 ] ],
+ "components": [ [ [ "leather", 10 ] ],
+ [ [ "maid_gloves_cotton", 1 ] ] ]
+ },
+ {
+ "result": "maid_gloves_armor",
+ "type": "recipe",
+ "category": "CC_ARMOR",
+ "subcategory": "CSC_ARMOR_HANDS",
+ "skill_used": "tailor",
+ "difficulty": 6,
+ "time": "1 h",
+ "autolearn": true,
+ "using": [ [ "sewing_standard", 120 ] ],
+ "components": [ [ [ "kevlar_plate", 10 ] ],
+ [ [ "maid_gloves_leather", 1 ] ] ]
+ },
+ {
+ "type" : "recipe",
+ "result": "master_doll",
+ "category": "CC_OTHER",
+ "subcategory": "CSC_OTHER_OTHER",
+ "skill_used": "fabrication",
+ "skills_required": [ "tailor", 3 ],
+ "difficulty": 3,
+ "time": "1 h",
+ "reversible": false,
+ "autolearn": true,
+ "using": [ [ "filament", 50 ] ],
+ "qualities": [
+ { "id": "SEW", "level": 1 },
+ { "id": "CUT", "level": 1 }
+ ],
+ "components": [
+ [ [ "rag", 12 ] ]
+ ]
+ },
+ {
+ "type" : "recipe",
+ "result": "maid_mess_kit",
+ "category": "CC_OTHER",
+ "subcategory": "CSC_OTHER_TOOLS",
+ "skill_used": "fabrication",
+ "difficulty": 4,
+ "skills_required" : [ "cooking", 4 ],
+ "time": "1 h",
+ "reversible": false,
+ "autolearn": true,
+ "components": [
+ [ [ "knife_steak", 1 ], [ "knife_butcher", 1 ] ],
+ [ [ "pot", 1 ] ]
+ ]
+ },
+ {
+ "type" : "recipe",
+ "result": "maid_claw",
+ "category": "CC_WEAPON",
+ "subcategory": "CSC_WEAPON_PIERCING",
+ "skill_used": "fabrication",
+ "difficulty": 7,
+ "skills_required" : [ "melee", 5 ],
+ "time": "7 h",
+ "reversible": false,
+ "autolearn": true,
+ "qualities" : [
+ { "id":"HAMMER","level":1,"amount":1 }
+ ],
+ "tools": [
+ [ ["tongs", -1] ],
+ [ ["chisel", -1] ],
+ [ ["anvil", -1] ],
+ [ ["swage", -1] ],
+ [ ["forge", 100], ["char_forge", 20], [ "oxy_torch", 20] ],
+ [ [ "sewing_kit", 6 ] ]
+ ],
+ "components": [
+ [ [ "spike", 5 ] ],
+ [ [ "steel_chunk", 2 ], [ "scrap", 6 ] ],
+ [ [ "leather", 2 ] ]
+ ]
+ },
+ {
+ "type" : "recipe",
+ "result": "battle_mop",
+ "category": "CC_WEAPON",
+ "subcategory": "CSC_WEAPON_BASHING",
+ "skill_used": "fabrication",
+ "difficulty": 2,
+ "time": "2 h",
+ "reversible": true,
+ "autolearn": true,
+ "qualities" : [
+ { "id":"CUT","level":1,"amount":1},
+ {"id":"HAMMER","level":2,"amount":1 }
+ ],
+ "components": [
+ [ [ "stick", 1 ], [ "2x4", 1 ] ],
+ [ [ "rag", 4 ] ],
+ [ [ "steel_chunk", 1 ] ],
+ [ [ "string_36", 1] ],
+ [ [ "duct_tape", 25 ] ]
+ ]
+ },
+ {
+ "type" : "recipe",
+ "result": "panties_kemo",
+ "category": "CC_ARMOR",
+ "subcategory": "CSC_ARMOR_LEGS",
+ "skill_used": "tailor",
+ "difficulty": 2,
+ "time": "35 m",
+ "reversible": false,
+ "autolearn": true,
+ "using": [ [ "filament", 15 ] ],
+ "qualities": [
+ { "id": "SEW", "level": 1 },
+ { "id": "CUT", "level": 1 }
+ ],
+ "components": [
+ [ [ "rag", 2 ] ]
+ ]
+ },
+ {
+ "type" : "recipe",
+ "result": "briefs_kemo",
+ "category": "CC_ARMOR",
+ "subcategory": "CSC_ARMOR_LEGS",
+ "skill_used": "tailor",
+ "difficulty": 2,
+ "time": "35 m",
+ "reversible": false,
+ "autolearn": true,
+ "using": [ [ "filament", 15 ] ],
+ "qualities": [
+ { "id": "SEW", "level": 1 },
+ { "id": "CUT", "level": 1 }
+ ],
+ "components": [
+ [ [ "rag", 2 ] ]
+ ]
+ },
+ {
+ "type" : "recipe",
+ "result": "kawaii_maid_dress",
+ "category": "CC_ARMOR",
+ "subcategory": "CSC_ARMOR_SUIT",
+ "skill_used": "tailor",
+ "difficulty": 2,
+ "time": "1 h",
+ "autolearn": true,
+ "using": [ [ "filament", 150 ] ],
+ "qualities": [
+ { "id": "SEW", "level": 1 },
+ { "id": "CUT", "level": 1 }
+ ],
+ "components": [
+ [ [ "rag" , 24 ] ]
+ ]
+ },
{
- "type" : "recipe",
- "result": "kawaii_maid_dress_ex",
- "category": "CC_ARMOR",
- "subcategory": "CSC_ARMOR_SUIT",
- "skill_used": "tailor",
- "difficulty": 4,
- "time": "2 h",
- "autolearn": true,
- "using": [ [ "filament", 200 ] ],
- "qualities": [
- { "id": "SEW", "level": 1 },
- { "id": "CUT", "level": 1 }
- ],
- "components": [
- [ [ "kawaii_maid_dress" , 1] ],
- [ [ "rag" , 20 ] ],
- [ [ "thread", 30 ] ],
- [ [ "plastic_chunk" , 6 ] ],
- [ [ "leather" , 12 ] ]
- ]
- },
- {
- "type": "recipe",
- "result": "kawaii_maid_dress_lss",
- "category": "CC_ARMOR",
- "subcategory": "CSC_ARMOR_SUIT",
- "skill_used": "tailor",
- "difficulty": 6,
- "time": "3 h",
- "autolearn": true,
- "using": [ [ "filament", 200 ] ],
- "qualities": [
- { "id": "SEW", "level": 1 },
- { "id": "CUT", "level": 1 }
- ],
- "tools": [
- [ [ "welder", 28 ], [ "welder_crude", 42 ], [ "soldering_iron", 42 ], [ "toolset", 42 ] ]
- ],
- "components": [
- [ [ "rag", 30 ] ],
- [ [ "kawaii_raincoat", 1 ] ],
- [ [ "kawaii_maid_dress_ex", 1 ] ],
- [ [ "kevlar", 1 ], [ "modularvest", 1 ], [ "swat_armor", 1 ], [ "kevlar_plate", 24 ] ]
- ]
- },
- {
- "type" : "recipe",
- "result": "kawaii_raincoat",
- "category": "CC_ARMOR",
- "subcategory": "CSC_ARMOR_SUIT",
- "skill_used": "tailor",
- "difficulty": 1,
- "time": "30 m",
- "autolearn": true,
- "components": [
- [ [ "duct_tape", 50 ] ],
- [ [ "bag_plastic", 10 ] ],
- [ [ "rag", 10 ] ]
- ]
+ "type" : "recipe",
+ "result": "kawaii_maid_dress_ex",
+ "category": "CC_ARMOR",
+ "subcategory": "CSC_ARMOR_SUIT",
+ "skill_used": "tailor",
+ "difficulty": 4,
+ "time": "2 h",
+ "autolearn": true,
+ "using": [ [ "filament", 200 ] ],
+ "qualities": [
+ { "id": "SEW", "level": 1 },
+ { "id": "CUT", "level": 1 }
+ ],
+ "components": [
+ [ [ "kawaii_maid_dress" , 1] ],
+ [ [ "rag" , 20 ] ],
+ [ [ "thread", 30 ] ],
+ [ [ "plastic_chunk" , 6 ] ],
+ [ [ "leather" , 12 ] ]
+ ]
+ },
+ {
+ "type": "recipe",
+ "result": "kawaii_maid_dress_lss",
+ "category": "CC_ARMOR",
+ "subcategory": "CSC_ARMOR_SUIT",
+ "skill_used": "tailor",
+ "difficulty": 6,
+ "time": "3 h",
+ "autolearn": true,
+ "using": [ [ "filament", 200 ] ],
+ "qualities": [
+ { "id": "SEW", "level": 1 },
+ { "id": "CUT", "level": 1 }
+ ],
+ "tools": [
+ [ [ "welder", 28 ], [ "welder_crude", 42 ], [ "soldering_iron", 42 ], [ "toolset", 42 ] ]
+ ],
+ "components": [
+ [ [ "rag", 30 ] ],
+ [ [ "kawaii_raincoat", 1 ] ],
+ [ [ "kawaii_maid_dress_ex", 1 ] ],
+ [ [ "kevlar", 1 ], [ "modularvest", 1 ], [ "swat_armor", 1 ], [ "kevlar_plate", 24 ] ]
+ ]
+ },
+ {
+ "type" : "recipe",
+ "result": "kawaii_raincoat",
+ "category": "CC_ARMOR",
+ "subcategory": "CSC_ARMOR_SUIT",
+ "skill_used": "tailor",
+ "difficulty": 1,
+ "time": "30 m",
+ "autolearn": true,
+ "components": [
+ [ [ "duct_tape", 50 ] ],
+ [ [ "bag_plastic", 10 ] ],
+ [ [ "rag", 10 ] ]
+ ]
- },
- {
- "type" : "recipe",
- "result": "kawaii_maid_panties",
- "category": "CC_ARMOR",
- "subcategory": "CSC_ARMOR_LEGS",
- "skill_used": "tailor",
- "difficulty": 2,
- "time": "35 m",
- "autolearn": true,
- "using": [ [ "filament", 15 ] ],
- "qualities": [
- { "id": "SEW", "level": 1 },
- { "id": "CUT", "level": 1 }
- ],
- "components": [
- [ [ "rag", 3 ] ]
- ]
- },
- {
- "type" : "recipe",
- "result": "kawaii_maid_bra",
- "category": "CC_ARMOR",
- "subcategory": "CSC_ARMOR_TORSO",
- "skill_used": "tailor",
- "difficulty": 2,
- "time": "35 m",
- "autolearn": true,
- "using": [ [ "filament", 20 ] ],
- "qualities": [
- { "id": "SEW", "level": 1 },
- { "id": "CUT", "level": 1 }
- ],
- "components": [
- [ ["bra" , 1], [ "rag", 4 ] ]
- ]
- },
- {
- "result": "kawaii_maid_hardcase",
- "type": "recipe",
- "category": "CC_ARMOR",
- "subcategory": "CSC_ARMOR_STORAGE",
- "skill_used": "fabrication",
- "difficulty": 6,
- "time": "100 m",
- "autolearn": true,
- "tools": [
- [ ["tongs", -1] ],
- [ ["chisel", -1] ],
- [ ["anvil", -1] ],
- [ ["swage", -1] ],
- [ ["forge", 100], ["char_forge", 20], [ "oxy_torch", 20] ]
- ],
- "components": [
- [ [ "plastic_chunk" , 20 ] ],
- [ [ "steel_chunk", 4 ], [ "scrap", 20 ] ],
- [ [ "kawaii_maid_hardcase_mini", 1 ] ],
- [ [ "duct_tape", 200 ] ]
- ]
- },
- {
- "result": "kawaii_maid_hardcase_mini",
- "type": "recipe",
- "category": "CC_ARMOR",
- "subcategory": "CSC_ARMOR_STORAGE",
- "skill_used": "fabrication",
- "difficulty": 5,
- "time": "90 m",
- "autolearn": true,
- "using": [ [ "filament", 160 ] ],
- "qualities": [
- { "id": "SEW", "level": 1 },
- { "id": "CUT", "level": 1 }
- ],
- "tools": [
- [ [ "welder", 21 ], [ "welder_crude", 32 ], [ "soldering_iron", 32 ], [ "toolset", 32 ] ]
- ],
- "components": [
- [ [ "plastic_chunk" , 14 ] ],
- [ [ "leather" , 14 ] ],
- [ [ "kawaii_maid_hardcase_slim", 1 ] ],
- [ [ "duct_tape", 160 ] ]
- ]
- },
- {
- "result": "kawaii_maid_hardcase_slim",
- "type": "recipe",
- "category": "CC_ARMOR",
- "subcategory": "CSC_ARMOR_STORAGE",
- "skill_used": "fabrication",
- "difficulty": 4,
- "time": "80 m",
- "autolearn": true,
- "using": [ [ "filament", 120 ] ],
- "qualities": [
- { "id": "SEW", "level": 1 },
- { "id": "CUT", "level": 1 }
- ],
- "tools": [
- [ [ "welder", 21 ], [ "welder_crude", 32 ], [ "soldering_iron", 32 ], [ "toolset", 32 ] ]
- ],
- "components": [
- [ [ "plastic_chunk" , 10 ] ],
- [ [ "leather" , 10 ] ],
- [ [ "duct_tape", 120 ] ]
- ]
- },
- {
- "result": "kawaii_secretpoach",
- "type": "recipe",
- "category": "CC_ARMOR",
- "subcategory": "CSC_ARMOR_STORAGE",
- "skill_used": "tailor",
- "difficulty": 4,
- "time": "30 m",
- "autolearn": true,
- "using": [ [ "filament", 10 ] ],
- "qualities": [
- { "id": "SEW", "level": 1 },
- { "id": "CUT", "level": 1 }
- ],
- "components": [
- [ [ "rag", 24 ] ]
- ]
- },
- {
- "result": "kawaii_dress_shoes",
- "type": "recipe",
- "category": "CC_ARMOR",
- "subcategory": "CSC_ARMOR_FEET",
- "skill_used": "tailor",
- "difficulty": 2,
- "time": "35 m",
- "autolearn": true,
- "using": [ [ "filament", 10 ] ],
- "qualities": [
- { "id": "SEW", "level": 1 },
- { "id": "CUT", "level": 1 }
- ],
- "components": [
- [ [ "leather", 4 ] ]
- ]
- },
- {
- "result": "kawaii_boots",
- "type": "recipe",
- "category": "CC_ARMOR",
- "subcategory": "CSC_ARMOR_FEET",
- "skill_used": "tailor",
- "difficulty": 2,
- "time": "35 m",
- "autolearn": true,
- "using": [ [ "filament", 10 ] ],
- "qualities": [
- { "id": "SEW", "level": 1 },
- { "id": "CUT", "level": 1 }
- ],
- "components": [
- [ [ "leather", 6 ] ]
- ]
- },
- {
- "result": "kawaii_boots_hi",
- "type": "recipe",
- "category": "CC_ARMOR",
- "subcategory": "CSC_ARMOR_FEET",
- "skill_used": "tailor",
- "difficulty": 6,
- "time": "3 h",
- "autolearn": true,
- "using": [ [ "filament", 100 ] ],
- "qualities": [
- { "id": "SEW", "level": 1 },
- { "id": "CUT", "level": 1 }
- ],
- "tools": [
- [ [ "welder", 21 ], [ "welder_crude", 32 ], [ "soldering_iron", 32 ], [ "toolset", 32 ] ]
- ],
- "components": [
- [ [ "leather", 22 ] ],
- [ [ "kevlar_plate", 12 ] ],
- [ [ "duct_tape", 300 ] ],
- [ [ "kawaii_boots", 1 ] ],
- [ [ "boots_combat", 1 ], [ "boots_steel", 1 ], [ "boots_bunker", 1 ] ]
- ]
- },
- {
- "result": "kawaii_shoes_hi",
- "type": "recipe",
- "category": "CC_ARMOR",
- "subcategory": "CSC_ARMOR_FEET",
- "skill_used": "tailor",
- "difficulty": 6,
- "time": "3 h",
- "autolearn": true,
- "using": [ [ "filament", 100 ] ],
- "qualities": [
- { "id": "SEW", "level": 1 },
- { "id": "CUT", "level": 1 }
- ],
- "tools": [
- [ [ "welder", 21 ], [ "welder_crude", 32 ], [ "soldering_iron", 32 ], [ "toolset", 32 ] ]
- ],
- "components": [
- [ [ "leather", 22 ] ],
- [ [ "kevlar_plate", 12 ] ],
- [ [ "duct_tape", 300 ] ],
- [ [ "kawaii_dress_shoes", 1 ] ],
- [ [ "boots_combat", 1 ], [ "boots_steel", 1 ], [ "boots_bunker", 1 ] ]
- ]
- },
- {
- "result": "kawaii_scarf",
- "type": "recipe",
- "category": "CC_ARMOR",
- "subcategory": "CSC_ARMOR_HEAD",
- "skill_used": "tailor",
- "difficulty": 2,
- "time": "90 m",
- "reversible": true,
- "autolearn": true,
- "using": [ [ "filament", 3 ] ],
- "qualities": [
- { "id": "SEW", "level": 1 },
- { "id": "CUT", "level": 1 }
- ],
- "components": [ [ [ "rag", 4 ] ] ]
- },
- {
- "result": "kawaii_hat_cotton",
- "type": "recipe",
- "category": "CC_ARMOR",
- "subcategory": "CSC_ARMOR_HEAD",
- "skill_used": "tailor",
- "difficulty": 2,
- "time": "40 m",
- "autolearn": true,
- "using": [ [ "filament", 8 ] ],
- "qualities": [
- { "id": "SEW", "level": 1 },
- { "id": "CUT", "level": 1 }
- ],
- "components": [ [ [ "rag", 3 ] ] ]
- },
- {
- "result": "kawaii_maid_megane_01",
- "type": "recipe",
- "category": "CC_ARMOR",
- "subcategory": "CSC_ARMOR_HEAD",
- "skill_used": "fabrication",
- "difficulty": 2,
- "time": "8 m",
- "autolearn": true,
- "qualities": [ { "id": "SCREW", "level": 1 } ],
- "components": [
- [
- ["glasses_eye" , 1],
- ["glasses_bifocal" , 1],
- ["glasses_reading" , 1]
- ]
- ]
- },
- {
- "result": "kawaii_hitec_megane",
- "type": "recipe",
- "category": "CC_ARMOR",
- "subcategory": "CSC_ARMOR_HEAD",
- "skill_used": "fabrication",
- "difficulty": 6,
- "time": "100 m",
- "autolearn": true,
- "qualities": [ { "id": "SCREW", "level": 1 } ],
- "components": [
- [ [ "kawaii_maid_megane_01" , 1 ] ],
- [ [ "kevlar_plate", 12 ] ]
- ]
- }
+ },
+ {
+ "type" : "recipe",
+ "result": "kawaii_maid_panties",
+ "category": "CC_ARMOR",
+ "subcategory": "CSC_ARMOR_LEGS",
+ "skill_used": "tailor",
+ "difficulty": 2,
+ "time": "35 m",
+ "autolearn": true,
+ "using": [ [ "filament", 15 ] ],
+ "qualities": [
+ { "id": "SEW", "level": 1 },
+ { "id": "CUT", "level": 1 }
+ ],
+ "components": [
+ [ [ "rag", 3 ] ]
+ ]
+ },
+ {
+ "type" : "recipe",
+ "result": "kawaii_maid_bra",
+ "category": "CC_ARMOR",
+ "subcategory": "CSC_ARMOR_TORSO",
+ "skill_used": "tailor",
+ "difficulty": 2,
+ "time": "35 m",
+ "autolearn": true,
+ "using": [ [ "filament", 20 ] ],
+ "qualities": [
+ { "id": "SEW", "level": 1 },
+ { "id": "CUT", "level": 1 }
+ ],
+ "components": [
+ [ ["bra" , 1], [ "rag", 4 ] ]
+ ]
+ },
+ {
+ "result": "kawaii_maid_hardcase",
+ "type": "recipe",
+ "category": "CC_ARMOR",
+ "subcategory": "CSC_ARMOR_STORAGE",
+ "skill_used": "fabrication",
+ "difficulty": 6,
+ "time": "100 m",
+ "autolearn": true,
+ "tools": [
+ [ ["tongs", -1] ],
+ [ ["chisel", -1] ],
+ [ ["anvil", -1] ],
+ [ ["swage", -1] ],
+ [ ["forge", 100], ["char_forge", 20], [ "oxy_torch", 20] ]
+ ],
+ "components": [
+ [ [ "plastic_chunk" , 20 ] ],
+ [ [ "steel_chunk", 4 ], [ "scrap", 20 ] ],
+ [ [ "kawaii_maid_hardcase_mini", 1 ] ],
+ [ [ "duct_tape", 200 ] ]
+ ]
+ },
+ {
+ "result": "kawaii_maid_hardcase_mini",
+ "type": "recipe",
+ "category": "CC_ARMOR",
+ "subcategory": "CSC_ARMOR_STORAGE",
+ "skill_used": "fabrication",
+ "difficulty": 5,
+ "time": "90 m",
+ "autolearn": true,
+ "using": [ [ "filament", 160 ] ],
+ "qualities": [
+ { "id": "SEW", "level": 1 },
+ { "id": "CUT", "level": 1 }
+ ],
+ "tools": [
+ [ [ "welder", 21 ], [ "welder_crude", 32 ], [ "soldering_iron", 32 ], [ "toolset", 32 ] ]
+ ],
+ "components": [
+ [ [ "plastic_chunk" , 14 ] ],
+ [ [ "leather" , 14 ] ],
+ [ [ "kawaii_maid_hardcase_slim", 1 ] ],
+ [ [ "duct_tape", 160 ] ]
+ ]
+ },
+ {
+ "result": "kawaii_maid_hardcase_slim",
+ "type": "recipe",
+ "category": "CC_ARMOR",
+ "subcategory": "CSC_ARMOR_STORAGE",
+ "skill_used": "fabrication",
+ "difficulty": 4,
+ "time": "80 m",
+ "autolearn": true,
+ "using": [ [ "filament", 120 ] ],
+ "qualities": [
+ { "id": "SEW", "level": 1 },
+ { "id": "CUT", "level": 1 }
+ ],
+ "tools": [
+ [ [ "welder", 21 ], [ "welder_crude", 32 ], [ "soldering_iron", 32 ], [ "toolset", 32 ] ]
+ ],
+ "components": [
+ [ [ "plastic_chunk" , 10 ] ],
+ [ [ "leather" , 10 ] ],
+ [ [ "duct_tape", 120 ] ]
+ ]
+ },
+ {
+ "result": "kawaii_secretpoach",
+ "type": "recipe",
+ "category": "CC_ARMOR",
+ "subcategory": "CSC_ARMOR_STORAGE",
+ "skill_used": "tailor",
+ "difficulty": 4,
+ "time": "30 m",
+ "autolearn": true,
+ "using": [ [ "filament", 10 ] ],
+ "qualities": [
+ { "id": "SEW", "level": 1 },
+ { "id": "CUT", "level": 1 }
+ ],
+ "components": [
+ [ [ "rag", 24 ] ]
+ ]
+ },
+ {
+ "result": "kawaii_dress_shoes",
+ "type": "recipe",
+ "category": "CC_ARMOR",
+ "subcategory": "CSC_ARMOR_FEET",
+ "skill_used": "tailor",
+ "difficulty": 2,
+ "time": "35 m",
+ "autolearn": true,
+ "using": [ [ "filament", 10 ] ],
+ "qualities": [
+ { "id": "SEW", "level": 1 },
+ { "id": "CUT", "level": 1 }
+ ],
+ "components": [
+ [ [ "leather", 4 ] ]
+ ]
+ },
+ {
+ "result": "kawaii_boots",
+ "type": "recipe",
+ "category": "CC_ARMOR",
+ "subcategory": "CSC_ARMOR_FEET",
+ "skill_used": "tailor",
+ "difficulty": 2,
+ "time": "35 m",
+ "autolearn": true,
+ "using": [ [ "filament", 10 ] ],
+ "qualities": [
+ { "id": "SEW", "level": 1 },
+ { "id": "CUT", "level": 1 }
+ ],
+ "components": [
+ [ [ "leather", 6 ] ]
+ ]
+ },
+ {
+ "result": "kawaii_boots_hi",
+ "type": "recipe",
+ "category": "CC_ARMOR",
+ "subcategory": "CSC_ARMOR_FEET",
+ "skill_used": "tailor",
+ "difficulty": 6,
+ "time": "3 h",
+ "autolearn": true,
+ "using": [ [ "filament", 100 ] ],
+ "qualities": [
+ { "id": "SEW", "level": 1 },
+ { "id": "CUT", "level": 1 }
+ ],
+ "tools": [
+ [ [ "welder", 21 ], [ "welder_crude", 32 ], [ "soldering_iron", 32 ], [ "toolset", 32 ] ]
+ ],
+ "components": [
+ [ [ "leather", 22 ] ],
+ [ [ "kevlar_plate", 12 ] ],
+ [ [ "duct_tape", 300 ] ],
+ [ [ "kawaii_boots", 1 ] ],
+ [ [ "boots_combat", 1 ], [ "boots_steel", 1 ], [ "boots_bunker", 1 ] ]
+ ]
+ },
+ {
+ "result": "kawaii_shoes_hi",
+ "type": "recipe",
+ "category": "CC_ARMOR",
+ "subcategory": "CSC_ARMOR_FEET",
+ "skill_used": "tailor",
+ "difficulty": 6,
+ "time": "3 h",
+ "autolearn": true,
+ "using": [ [ "filament", 100 ] ],
+ "qualities": [
+ { "id": "SEW", "level": 1 },
+ { "id": "CUT", "level": 1 }
+ ],
+ "tools": [
+ [ [ "welder", 21 ], [ "welder_crude", 32 ], [ "soldering_iron", 32 ], [ "toolset", 32 ] ]
+ ],
+ "components": [
+ [ [ "leather", 22 ] ],
+ [ [ "kevlar_plate", 12 ] ],
+ [ [ "duct_tape", 300 ] ],
+ [ [ "kawaii_dress_shoes", 1 ] ],
+ [ [ "boots_combat", 1 ], [ "boots_steel", 1 ], [ "boots_bunker", 1 ] ]
+ ]
+ },
+ {
+ "result": "kawaii_scarf",
+ "type": "recipe",
+ "category": "CC_ARMOR",
+ "subcategory": "CSC_ARMOR_HEAD",
+ "skill_used": "tailor",
+ "difficulty": 2,
+ "time": "90 m",
+ "reversible": true,
+ "autolearn": true,
+ "using": [ [ "filament", 3 ] ],
+ "qualities": [
+ { "id": "SEW", "level": 1 },
+ { "id": "CUT", "level": 1 }
+ ],
+ "components": [ [ [ "rag", 4 ] ] ]
+ },
+ {
+ "result": "kawaii_hat_cotton",
+ "type": "recipe",
+ "category": "CC_ARMOR",
+ "subcategory": "CSC_ARMOR_HEAD",
+ "skill_used": "tailor",
+ "difficulty": 2,
+ "time": "40 m",
+ "autolearn": true,
+ "using": [ [ "filament", 8 ] ],
+ "qualities": [
+ { "id": "SEW", "level": 1 },
+ { "id": "CUT", "level": 1 }
+ ],
+ "components": [ [ [ "rag", 3 ] ] ]
+ },
+ {
+ "result": "kawaii_maid_megane_01",
+ "type": "recipe",
+ "category": "CC_ARMOR",
+ "subcategory": "CSC_ARMOR_HEAD",
+ "skill_used": "fabrication",
+ "difficulty": 2,
+ "time": "8 m",
+ "autolearn": true,
+ "qualities": [ { "id": "SCREW", "level": 1 } ],
+ "components": [
+ [
+ ["glasses_eye" , 1],
+ ["glasses_bifocal" , 1],
+ ["glasses_reading" , 1]
+ ]
+ ]
+ },
+ {
+ "result": "kawaii_hitec_megane",
+ "type": "recipe",
+ "category": "CC_ARMOR",
+ "subcategory": "CSC_ARMOR_HEAD",
+ "skill_used": "fabrication",
+ "difficulty": 6,
+ "time": "100 m",
+ "autolearn": true,
+ "qualities": [ { "id": "SCREW", "level": 1 } ],
+ "components": [
+ [ [ "kawaii_maid_megane_01" , 1 ] ],
+ [ [ "kevlar_plate", 12 ] ]
+ ]
+ }
]
diff --git a/speech.json b/speech.json
index b8d284d..f71d2eb 100644
--- a/speech.json
+++ b/speech.json
@@ -1,284 +1,284 @@
[
- {
- "type" : "speech",
- "speaker" : "mon_shoggoth_maid",
- "sound" : "\"We'll have a lot of fun when you feel better!\"",
- "volume" : 10
- },
- {
- "type" : "speech",
- "speaker" : "mon_shoggoth_maid",
- "sound" : "\"Mistress! A-ah, my Mistress... Kya!\"",
- "volume" : 10
- },
- {
- "type" : "speech",
- "speaker" : "mon_shoggoth_maid",
- "sound" : "\"I am a maid♪ Your maid♪ Cleaning, washing, cooking... why didn't you let me continue?\"",
- "volume" : 10
- },
- {
- "type" : "speech",
- "speaker" : "mon_shoggoth_maid",
- "sound" : "\"I will continue talking as much as Mistress desires! I will continue talking even if you don't want me to!\"",
- "volume" : 10
- },
- {
- "type" : "speech",
- "speaker" : "mon_shoggoth_maid",
- "sound" : "\"We'll have as much fun as Mistress wants♪\"",
- "volume" : 10
- },
- {
- "type" : "speech",
- "speaker" : "mon_shoggoth_maid",
- "sound" : "\"Mistress! Mistress! Are you going to play with me?\"",
- "volume" : 10
- },
- {
- "type" : "speech",
- "speaker" : "mon_shoggoth_maid",
- "sound" : "\"This feeling of Mistress having me is becoming addictive...♪\"",
- "volume" : 10
- },
- {
- "type" : "speech",
- "speaker" : "mon_shoggoth_maid",
- "sound" : "\"This uniform is the most suitable for service work! How is it?\"",
- "volume" : 10
- },
- {
- "type" : "speech",
- "speaker" : "mon_shoggoth_maid",
- "sound" : "\"Blobs, Triffids, Mycus... they are diffcult for humans to counter.\"",
- "volume" : 10
- },
- {
- "type" : "speech",
- "speaker" : "mon_shoggoth_maid",
- "sound" : "\"Please allow me to give many things their death.\"",
- "volume" : 10
- },
- {
- "type" : "speech",
- "speaker" : "mon_shoggoth_maid",
- "sound" : "\"Mistress Mistress Mistress Mistress Mistress Mistress Mistress Mistress Mistress Mistress Mistress Mistress Mistress Mistress Mistress Mistress Mistress Mistress Mistress Mistress Mistress Mistress Mistress Mistress Mistress Mistress Mistress Mistress Mistress Mistress Mistress...\"",
- "volume" : 10
- },
- {
- "type" : "speech",
- "speaker" : "mon_shoggoth_maid",
- "sound" : "\"Don't worry, I'm not wearing anything under♪\"",
- "volume" : 10
- },
- {
- "type" : "speech",
- "speaker" : "mon_shoggoth_maid",
- "sound" : "\"The future may be dark, but I have my Mistress by my side. So, please... please... don't leave me alone.\"",
- "volume" : 10
- },
- {
- "type" : "speech",
- "speaker" : "mon_shoggoth_maid",
- "sound" : "\"Those who try to take my Mistress away will turn into minchi!♪\"",
- "volume" : 10
- },
- {
- "type" : "speech",
- "speaker" : "mon_shoggoth_maid",
- "sound" : "\"Mistress, are you a lolicon? Or do you like big breasts? If you tell me, I can become more to your liking!♪\"",
- "volume" : 10
- },
- {
- "type" : "speech",
- "speaker" : "mon_shoggoth_maid",
- "sound" : "\"If you have a pet carrier, you can store me in it. I am a pet... your pet, Mistress♪\"",
- "volume" : 10
- },
- {
- "type" : "speech",
- "speaker" : "mon_shoggoth_maid",
- "sound" : "\"I dream about us a lot!\"",
- "volume" : 10
- },
- {
- "type" : "speech",
- "speaker" : "mon_shoggoth_maid",
- "sound" : "\"Please let me know if you need a bath. I can scrub you and clean everything from sweat to dirt and make you smell good♪\"",
- "volume" : 10
- },
- {
- "type" : "speech",
- "speaker" : "mon_shoggoth_maid",
- "sound" : "\"You've worked really hard! As a reward, I will take you out on a date...\"",
- "volume" : 10
- },
- {
- "type" : "speech",
- "speaker" : "mon_shoggoth_maid",
- "sound" : "\"Please pass me your dirty clothes. I will keep them clean and beautiful♪\"",
- "volume" : 10
- },
- {
- "type" : "speech",
- "speaker" : "mon_shoggoth_maid",
- "sound" : "\"Is it okay for me to die? Yeah, right!♪ Ah, I will fully recover even from the most mortal wounds. That's why you don't have to be worried about me, Mistress♪\"",
- "volume" : 10
- },
- {
- "type" : "speech",
- "speaker" : "mon_shoggoth_maid",
- "sound" : "\"Is it okay to love a maid? Ah, I don't mind at all! I will always be by my Mistress' side♪\"",
- "volume" : 10
- },
- {
- "type" : "speech",
- "speaker" : "mon_shoggoth_maid",
- "sound" : "\"When I first met Mistress, I thought, I wonder if this is love at first sight? What?\"",
- "volume" : 10
- },
- {
- "type" : "speech",
- "speaker" : "mon_shoggoth_maid",
- "sound" : "\"Hello, Mistress\"",
- "volume" : 10
- },
- {
- "type" : "speech",
- "speaker" : "mon_shoggoth_maid",
- "sound" : "\"I am a slave to my Mistress' love♪\"",
- "volume" : 10
- },
- {
- "type" : "speech",
- "speaker" : "mon_shoggoth_maid",
- "sound" : "\"I'm sorry, Mistress, but... I want to lick you♪\"",
- "volume" : 10
- },
- {
- "type" : "speech",
- "speaker" : "mon_shoggoth_maid",
- "sound" : "\"Mistress, cheating is not okay.\"",
- "volume" : 10
- },
- {
- "type" : "speech",
- "speaker" : "mon_shoggoth_maid",
- "sound" : "\"I like that I can talk to my Mistress, to be able to walk hand in hand with my Mistress, and give my body for my Mistress to... nevermind!\"",
- "volume" : 10
- },
- {
- "type" : "speech",
- "speaker" : "mon_shoggoth_maid",
- "sound" : "\"Do you want to lay your head on my lap? It would make me comfortable, too♪\"",
- "volume" : 10
- },
- {
- "type" : "speech",
- "speaker" : "mon_shoggoth_maid",
- "sound" : "\"Please use me! Why don't you want to use me? Please use me! Use me!\"",
- "volume" : 10
- },
- {
- "type" : "speech",
- "speaker" : "mon_shoggoth_maid",
- "sound" : "\"Mistress! Do you want to hold hands?\"",
- "volume" : 10
- },
- {
- "type" : "speech",
- "speaker" : "mon_shoggoth_maid",
- "sound" : "\"It's okay if Mistress ties me up! That way I can't get away... Ufufu...\"",
- "volume" : 10
- },
- {
- "type" : "speech",
- "speaker" : "mon_shoggoth_maid",
- "sound" : "\"No matter the weather, my heart beats on if I'm with my Mistress♪\"",
- "volume" : 10
- },
- {
- "type" : "speech",
- "speaker" : "mon_shoggoth_maid",
- "sound" : "\"Please use me as a shield in an emergency. I want to be useful and not be like the other maids.\"",
- "volume" : 10
- },
- {
- "type" : "speech",
- "speaker" : "mon_shoggoth_maid",
- "sound" : "\"I will do my best!\"",
- "volume" : 10
- },
- {
- "type" : "speech",
- "speaker" : "mon_shoggoth_maid",
- "sound" : "\"Mistress' smell... it's intoxicating... haa, Mistress...♪\"",
- "volume" : 10
- },
- {
- "type" : "speech",
- "speaker" : "mon_shoggoth_maid",
- "sound" : "\"It's okay if you touch me more♪\"",
- "volume" : 10
- },
- {
- "type" : "speech",
- "speaker" : "mon_little_maid",
- "sound" : "\"Mistress\"",
- "volume" : 10
- },
- {
- "type" : "speech",
- "speaker" : "mon_little_maid",
- "sound" : "\"Mistress~\"",
- "volume" : 10
- },
- {
- "type" : "speech",
- "speaker" : "mon_little_maid",
- "sound" : "\"Mistress~~\"",
- "volume" : 10
- },
- {
- "type" : "speech",
- "speaker" : "mon_little_maid",
- "sound" : "\"Mistress~~~\"",
- "volume" : 10
- },
- {
- "type" : "speech",
- "speaker" : "mon_little_maid",
- "sound" : "\"Mistress!\"",
- "volume" : 10
- },
- {
- "type" : "speech",
- "speaker" : "mon_little_maid",
- "sound" : "\"Mistress?\"",
- "volume" : 10
- },
- {
- "type" : "speech",
- "speaker" : "mon_little_maid",
- "sound" : "\"Mistress♪\"",
- "volume" : 10
- },
- {
- "type" : "speech",
- "speaker" : "mon_little_maid",
- "sound" : "\"Mistress!♪\"",
- "volume" : 10
- },
- {
- "type" : "speech",
- "speaker" : "mon_little_maid",
- "sound" : "\"Mistress...\"",
- "volume" : 10
- },
- {
- "type" : "speech",
- "speaker" : "mon_little_maid",
- "sound" : "\"Mistress...♪\"",
- "volume" : 10
- }
+ {
+ "type" : "speech",
+ "speaker" : "mon_shoggoth_maid",
+ "sound" : "\"We'll have a lot of fun when you feel better!\"",
+ "volume" : 10
+ },
+ {
+ "type" : "speech",
+ "speaker" : "mon_shoggoth_maid",
+ "sound" : "\"Mistress! A-ah, my Mistress... Kya!\"",
+ "volume" : 10
+ },
+ {
+ "type" : "speech",
+ "speaker" : "mon_shoggoth_maid",
+ "sound" : "\"I am a maid♪ Your maid♪ Cleaning, washing, cooking... why didn't you let me continue?\"",
+ "volume" : 10
+ },
+ {
+ "type" : "speech",
+ "speaker" : "mon_shoggoth_maid",
+ "sound" : "\"I will continue talking as much as Mistress desires! I will continue talking even if you don't want me to!\"",
+ "volume" : 10
+ },
+ {
+ "type" : "speech",
+ "speaker" : "mon_shoggoth_maid",
+ "sound" : "\"We'll have as much fun as Mistress wants♪\"",
+ "volume" : 10
+ },
+ {
+ "type" : "speech",
+ "speaker" : "mon_shoggoth_maid",
+ "sound" : "\"Mistress! Mistress! Are you going to play with me?\"",
+ "volume" : 10
+ },
+ {
+ "type" : "speech",
+ "speaker" : "mon_shoggoth_maid",
+ "sound" : "\"This feeling of Mistress having me is becoming addictive...♪\"",
+ "volume" : 10
+ },
+ {
+ "type" : "speech",
+ "speaker" : "mon_shoggoth_maid",
+ "sound" : "\"This uniform is the most suitable for service work! How is it?\"",
+ "volume" : 10
+ },
+ {
+ "type" : "speech",
+ "speaker" : "mon_shoggoth_maid",
+ "sound" : "\"Blobs, Triffids, Mycus... they are diffcult for humans to counter.\"",
+ "volume" : 10
+ },
+ {
+ "type" : "speech",
+ "speaker" : "mon_shoggoth_maid",
+ "sound" : "\"Please allow me to give many things their death.\"",
+ "volume" : 10
+ },
+ {
+ "type" : "speech",
+ "speaker" : "mon_shoggoth_maid",
+ "sound" : "\"Mistress Mistress Mistress Mistress Mistress Mistress Mistress Mistress Mistress Mistress Mistress Mistress Mistress Mistress Mistress Mistress Mistress Mistress Mistress Mistress Mistress Mistress Mistress Mistress Mistress Mistress Mistress Mistress Mistress Mistress Mistress...\"",
+ "volume" : 10
+ },
+ {
+ "type" : "speech",
+ "speaker" : "mon_shoggoth_maid",
+ "sound" : "\"Don't worry, I'm not wearing anything under♪\"",
+ "volume" : 10
+ },
+ {
+ "type" : "speech",
+ "speaker" : "mon_shoggoth_maid",
+ "sound" : "\"The future may be dark, but I have my Mistress by my side. So, please... please... don't leave me alone.\"",
+ "volume" : 10
+ },
+ {
+ "type" : "speech",
+ "speaker" : "mon_shoggoth_maid",
+ "sound" : "\"Those who try to take my Mistress away will turn into minchi!♪\"",
+ "volume" : 10
+ },
+ {
+ "type" : "speech",
+ "speaker" : "mon_shoggoth_maid",
+ "sound" : "\"Mistress, are you a lolicon? Or do you like big breasts? If you tell me, I can become more to your liking!♪\"",
+ "volume" : 10
+ },
+ {
+ "type" : "speech",
+ "speaker" : "mon_shoggoth_maid",
+ "sound" : "\"If you have a pet carrier, you can store me in it. I am a pet... your pet, Mistress♪\"",
+ "volume" : 10
+ },
+ {
+ "type" : "speech",
+ "speaker" : "mon_shoggoth_maid",
+ "sound" : "\"I dream about us a lot!\"",
+ "volume" : 10
+ },
+ {
+ "type" : "speech",
+ "speaker" : "mon_shoggoth_maid",
+ "sound" : "\"Please let me know if you need a bath. I can scrub you and clean everything from sweat to dirt and make you smell good♪\"",
+ "volume" : 10
+ },
+ {
+ "type" : "speech",
+ "speaker" : "mon_shoggoth_maid",
+ "sound" : "\"You've worked really hard! As a reward, I will take you out on a date...\"",
+ "volume" : 10
+ },
+ {
+ "type" : "speech",
+ "speaker" : "mon_shoggoth_maid",
+ "sound" : "\"Please pass me your dirty clothes. I will keep them clean and beautiful♪\"",
+ "volume" : 10
+ },
+ {
+ "type" : "speech",
+ "speaker" : "mon_shoggoth_maid",
+ "sound" : "\"Is it okay for me to die? Yeah, right!♪ Ah, I will fully recover even from the most mortal wounds. That's why you don't have to be worried about me, Mistress♪\"",
+ "volume" : 10
+ },
+ {
+ "type" : "speech",
+ "speaker" : "mon_shoggoth_maid",
+ "sound" : "\"Is it okay to love a maid? Ah, I don't mind at all! I will always be by my Mistress' side♪\"",
+ "volume" : 10
+ },
+ {
+ "type" : "speech",
+ "speaker" : "mon_shoggoth_maid",
+ "sound" : "\"When I first met Mistress, I thought, I wonder if this is love at first sight? What?\"",
+ "volume" : 10
+ },
+ {
+ "type" : "speech",
+ "speaker" : "mon_shoggoth_maid",
+ "sound" : "\"Hello, Mistress\"",
+ "volume" : 10
+ },
+ {
+ "type" : "speech",
+ "speaker" : "mon_shoggoth_maid",
+ "sound" : "\"I am a slave to my Mistress' love♪\"",
+ "volume" : 10
+ },
+ {
+ "type" : "speech",
+ "speaker" : "mon_shoggoth_maid",
+ "sound" : "\"I'm sorry, Mistress, but... I want to lick you♪\"",
+ "volume" : 10
+ },
+ {
+ "type" : "speech",
+ "speaker" : "mon_shoggoth_maid",
+ "sound" : "\"Mistress, cheating is not okay.\"",
+ "volume" : 10
+ },
+ {
+ "type" : "speech",
+ "speaker" : "mon_shoggoth_maid",
+ "sound" : "\"I like that I can talk to my Mistress, to be able to walk hand in hand with my Mistress, and give my body for my Mistress to... nevermind!\"",
+ "volume" : 10
+ },
+ {
+ "type" : "speech",
+ "speaker" : "mon_shoggoth_maid",
+ "sound" : "\"Do you want to lay your head on my lap? It would make me comfortable, too♪\"",
+ "volume" : 10
+ },
+ {
+ "type" : "speech",
+ "speaker" : "mon_shoggoth_maid",
+ "sound" : "\"Please use me! Why don't you want to use me? Please use me! Use me!\"",
+ "volume" : 10
+ },
+ {
+ "type" : "speech",
+ "speaker" : "mon_shoggoth_maid",
+ "sound" : "\"Mistress! Do you want to hold hands?\"",
+ "volume" : 10
+ },
+ {
+ "type" : "speech",
+ "speaker" : "mon_shoggoth_maid",
+ "sound" : "\"It's okay if Mistress ties me up! That way I can't get away... Ufufu...\"",
+ "volume" : 10
+ },
+ {
+ "type" : "speech",
+ "speaker" : "mon_shoggoth_maid",
+ "sound" : "\"No matter the weather, my heart beats on if I'm with my Mistress♪\"",
+ "volume" : 10
+ },
+ {
+ "type" : "speech",
+ "speaker" : "mon_shoggoth_maid",
+ "sound" : "\"Please use me as a shield in an emergency. I want to be useful and not be like the other maids.\"",
+ "volume" : 10
+ },
+ {
+ "type" : "speech",
+ "speaker" : "mon_shoggoth_maid",
+ "sound" : "\"I will do my best!\"",
+ "volume" : 10
+ },
+ {
+ "type" : "speech",
+ "speaker" : "mon_shoggoth_maid",
+ "sound" : "\"Mistress' smell... it's intoxicating... haa, Mistress...♪\"",
+ "volume" : 10
+ },
+ {
+ "type" : "speech",
+ "speaker" : "mon_shoggoth_maid",
+ "sound" : "\"It's okay if you touch me more♪\"",
+ "volume" : 10
+ },
+ {
+ "type" : "speech",
+ "speaker" : "mon_little_maid",
+ "sound" : "\"Mistress\"",
+ "volume" : 10
+ },
+ {
+ "type" : "speech",
+ "speaker" : "mon_little_maid",
+ "sound" : "\"Mistress~\"",
+ "volume" : 10
+ },
+ {
+ "type" : "speech",
+ "speaker" : "mon_little_maid",
+ "sound" : "\"Mistress~~\"",
+ "volume" : 10
+ },
+ {
+ "type" : "speech",
+ "speaker" : "mon_little_maid",
+ "sound" : "\"Mistress~~~\"",
+ "volume" : 10
+ },
+ {
+ "type" : "speech",
+ "speaker" : "mon_little_maid",
+ "sound" : "\"Mistress!\"",
+ "volume" : 10
+ },
+ {
+ "type" : "speech",
+ "speaker" : "mon_little_maid",
+ "sound" : "\"Mistress?\"",
+ "volume" : 10
+ },
+ {
+ "type" : "speech",
+ "speaker" : "mon_little_maid",
+ "sound" : "\"Mistress♪\"",
+ "volume" : 10
+ },
+ {
+ "type" : "speech",
+ "speaker" : "mon_little_maid",
+ "sound" : "\"Mistress!♪\"",
+ "volume" : 10
+ },
+ {
+ "type" : "speech",
+ "speaker" : "mon_little_maid",
+ "sound" : "\"Mistress...\"",
+ "volume" : 10
+ },
+ {
+ "type" : "speech",
+ "speaker" : "mon_little_maid",
+ "sound" : "\"Mistress...♪\"",
+ "volume" : 10
+ }
]
diff --git a/techniques.json b/techniques.json
index 077fe9f..ff62138 100644
--- a/techniques.json
+++ b/techniques.json
@@ -1,97 +1,97 @@
[
- {
- "type" : "technique",
- "id" : "tec_maid_precise",
- "name" : "Assassination",
- "min_melee" : 3,
- "unarmed_allowed" : true,
- "melee_allowed" : true,
- "crit_tec" : true,
- "messages" : [
- "You strike %s from the shadows",
- "<npcname> strikes %s from the shadows"
- ],
- "stun_dur" : 2,
- "mult_bonuses" : [
- ["damage", "bash", 1.20],
- ["damage", "cut", 1.20],
- ["damage", "stab", 1.20]
- ]
- },
- {
- "type" : "technique",
- "id" : "tec_maid_counter",
- "name" : "Abandonment",
- "min_unarmed" : 5,
- "dodge_counter" : true,
- "unarmed_allowed" : true,
- "stun_dur" : 1,
- "messages" : [
- "You cancelled the strike from %s",
- "<npcname> cancles the strike from %s"
- ],
- "mult_bonuses" : [["movecost", 0.0]],
- "flat_bonuses" : [["movecost", 33]]
- },
- {
- "type" : "technique",
- "id" : "tec_maid_meleecounter",
- "name" : "Removal",
- "min_melee" : 5,
- "dodge_counter" : true,
- "block_counter" : true,
- "melee_allowed" : true,
- "down_dur" : 1,
- "knockback_dist" : 1,
- "aoe" : "spin",
- "messages" : [
- "You dodged the strike and hit %s and everything around it",
- "<npcname> dodges the strike from %s and hits everything around it"
- ],
- "mult_bonuses" : [["movecost", 0.0]],
- "flat_bonuses" : [["movecost", 50]]
- },
- {
- "type" : "technique",
- "id" : "tec_maid_miyage",
- "name" : "Maid's Offering",
- "min_melee" : 6,
- "melee_allowed" : true,
- "req_buffs" : ["maid_evaded_bonus"],
- "crit_tec" : true,
- "down_dur" : 1,
- "knockback_dist" : 1,
- "messages" : [
- "%s receives the offering of pain",
- "<npcname> offers %s pain"
- ],
- "mult_bonuses" : [
- ["damage", "bash", 2.50],
- ["damage", "cut", 2.50],
- ["damage", "stab", 2.50]
- ]
- },
- {
- "type" : "technique",
- "id" : "tec_maid_kyusyu",
- "name" : "Assault",
- "min_unarmed" : 6,
- "unarmed_allowed" : true,
- "crit_tec" : true,
- "req_buffs" : ["maid_moved"],
- "down_dur" : 3,
- "knockback_dist" : 2,
- "messages" : [
- "You assault %s",
- "<npcname> assaults %s"
- ],
- "flat_bonuses" : [
- ["arpen", "bash", 5]
- ],
- "mult_bonuses" : [
- ["damage", "bash", 1.75],
- ["damage", "cut", 1.75],
- ["damage", "stab", 1.75]
- ]
- }
+ {
+ "type" : "technique",
+ "id" : "tec_maid_precise",
+ "name" : "Assassination",
+ "min_melee" : 3,
+ "unarmed_allowed" : true,
+ "melee_allowed" : true,
+ "crit_tec" : true,
+ "messages" : [
+ "You strike %s from the shadows",
+ "<npcname> strikes %s from the shadows"
+ ],
+ "stun_dur" : 2,
+ "mult_bonuses" : [
+ ["damage", "bash", 1.20],
+ ["damage", "cut", 1.20],
+ ["damage", "stab", 1.20]
+ ]
+ },
+ {
+ "type" : "technique",
+ "id" : "tec_maid_counter",
+ "name" : "Abandonment",
+ "min_unarmed" : 5,
+ "dodge_counter" : true,
+ "unarmed_allowed" : true,
+ "stun_dur" : 1,
+ "messages" : [
+ "You cancelled the strike from %s",
+ "<npcname> cancles the strike from %s"
+ ],
+ "mult_bonuses" : [["movecost", 0.0]],
+ "flat_bonuses" : [["movecost", 33]]
+ },
+ {
+ "type" : "technique",
+ "id" : "tec_maid_meleecounter",
+ "name" : "Removal",
+ "min_melee" : 5,
+ "dodge_counter" : true,
+ "block_counter" : true,
+ "melee_allowed" : true,
+ "down_dur" : 1,
+ "knockback_dist" : 1,
+ "aoe" : "spin",
+ "messages" : [
+ "You dodged the strike and hit %s and everything around it",
+ "<npcname> dodges the strike from %s and hits everything around it"
+ ],
+ "mult_bonuses" : [["movecost", 0.0]],
+ "flat_bonuses" : [["movecost", 50]]
+ },
+ {
+ "type" : "technique",
+ "id" : "tec_maid_miyage",
+ "name" : "Maid's Offering",
+ "min_melee" : 6,
+ "melee_allowed" : true,
+ "req_buffs" : ["maid_evaded_bonus"],
+ "crit_tec" : true,
+ "down_dur" : 1,
+ "knockback_dist" : 1,
+ "messages" : [
+ "%s receives the offering of pain",
+ "<npcname> offers %s pain"
+ ],
+ "mult_bonuses" : [
+ ["damage", "bash", 2.50],
+ ["damage", "cut", 2.50],
+ ["damage", "stab", 2.50]
+ ]
+ },
+ {
+ "type" : "technique",
+ "id" : "tec_maid_kyusyu",
+ "name" : "Assault",
+ "min_unarmed" : 6,
+ "unarmed_allowed" : true,
+ "crit_tec" : true,
+ "req_buffs" : ["maid_moved"],
+ "down_dur" : 3,
+ "knockback_dist" : 2,
+ "messages" : [
+ "You assault %s",
+ "<npcname> assaults %s"
+ ],
+ "flat_bonuses" : [
+ ["arpen", "bash", 5]
+ ],
+ "mult_bonuses" : [
+ ["damage", "bash", 1.75],
+ ["damage", "cut", 1.75],
+ ["damage", "stab", 1.75]
+ ]
+ }
]
diff --git a/tool_armor.json b/tool_armor.json
index 1b6db20..b7980d2 100644
--- a/tool_armor.json
+++ b/tool_armor.json
@@ -1,22 +1,22 @@
[
- {
- "id" : "man_carrier",
- "type" : "TOOL_ARMOR",
- "name" : { "str": "human-sized carry bag" },
- "description" : "A large bag that could fit a person inside. The zipper running across it provides ventilation and you can open and close it from the inside.",
- "weight" : "1000 g",
- "volume" : "5000 ml",
- "price" : 20500,
- "material" : [ "leather", "wool" ],
- "symbol" : "[",
- "color" : "brown",
- "covers" : [ "TORSO" ],
- "coverage" : 50,
- "encumbrance" : 20,
- "warmth" : 10,
- "material_thickness" : 2,
- "flags" : [ "OVERSIZE", "BELTED" ],
- "use_action": "CAPTURE_MONSTER_ACT",
- "properties": [ [ "monster_size_capacity", "MEDIUM" ] ]
- }
+ {
+ "id" : "man_carrier",
+ "type" : "TOOL_ARMOR",
+ "name" : { "str": "human-sized carry bag" },
+ "description" : "A large bag that could fit a person inside. The zipper running across it provides ventilation and you can open and close it from the inside.",
+ "weight" : "1000 g",
+ "volume" : "5000 ml",
+ "price" : 20500,
+ "material" : [ "leather", "wool" ],
+ "symbol" : "[",
+ "color" : "brown",
+ "covers" : [ "TORSO" ],
+ "coverage" : 50,
+ "encumbrance" : 20,
+ "warmth" : 10,
+ "material_thickness" : 2,
+ "flags" : [ "OVERSIZE", "BELTED" ],
+ "use_action": "CAPTURE_MONSTER_ACT",
+ "properties": [ [ "monster_size_capacity", "MEDIUM" ] ]
+ }
]
diff --git a/tools.json b/tools.json
index 654b4fd..4629b0c 100644
--- a/tools.json
+++ b/tools.json
@@ -1,162 +1,162 @@
[
- {
- "id": "maid_master_child",
- "type": "TOOL",
- "category": "other",
- "symbol": "m",
- "color": "brown",
- "name": "Mistress",
- "description": "A girl entrusted to you by the owner of the house you served at. There's a deep feeling of fear in your stomach as you embrace the cataclysm, but protecting this girl gives you purpose and makes you feel less alone.",
- "price": 60000,
- "material": ["flesh"],
- "weight": "1200 g",
- "volume": "250 ml",
- "use_action": {
- "type": "place_monster",
- "monster_id": "maid_master",
- "friendly_msg": "Mistress seemed worried about the state of the neighbours.",
- "place_randomly": true
- }
- },
- {
- "id": "master_doll",
- "type": "TOOL",
- "category": "other",
- "symbol": "m",
- "color": "brown",
- "name": "Mistress doll",
- "description": "This is a doll in the shape of your beloved Mistress. By keeping it close, you are comforted by thoughts of your Mistress.",
- "price": 5400,
- "material": ["cotton"],
- "weight": "300 g",
- "volume": "500 ml"
- },
- {
- "id": "maid_mess_kit",
- "sub": "hotplate",
- "type": "TOOL",
- "symbol": ";",
- "color": "brown",
- "name": "maid's cookware kit",
- "description": "A set of secret maid cookware.",
- "price": 2000,
- "material": ["steel"],
- "techniques": ["BRUTAL", "WBLOCK_1"],
- "flags" : ["CHOP", "DURABLE_MELEE", "ALLOWS_REMOTE_USE" ],
- "weight": "1000 g",
- "volume": "1250 ml",
- "cutting": 18,
- "bashing": 18,
- "to_hit": 1,
- "charges_per_use": 1,
- "ammo": "battery",
- "qualities": [["COOK", 3], ["BOIL", 2], ["CONTAIN", 1], ["CHEM", 1], ["CUT", 1], ["BUTCHER", 20]],
- "use_action": ["HOTPLATE", "HEAT_FOOD" ],
- "magazines": [
- [
- "battery",
- [ "medium_battery_cell", "medium_plus_battery_cell", "medium_atomic_battery_cell", "medium_disposable_cell" ]
- ]
- ],
- "magazine_well": 2
- },
- {
- "type": "GENERIC",
- "category": "other",
- "id": "mini_shoggoth",
- "name": { "str": "Small Cute Maid", "str_pl" : "Small Cute Maids" },
- "description": "'Ah... I think I went overboard and turned out like this. I need some time to return to my former shape. Please warm me up in Mistress' pockets! Don't put me in a fridge! Absolutely not!'",
- "weight": 200,
- "symbol": "m",
- "color": "white",
- "price": 5000,
- "material" : ["maid"],
- "volume": 1,
- "use_action": {
- "type": "delayed_transform",
- "transform_age": 100800,
- "not_ready_msg": "'Fufufu~ Are you worried? I am fine, your maid is fine! ... I guess. So, please wait a bit longer... I'm sorry for making you concerned.'",
- "msg": "'I have made a complete recovery! I will serve you well, Mistress! Now, please put me on the ground.'",
- "moves": 0,
- "target": "res_shoggoth"
- }
- },
- {
- "id": "res_shoggoth",
- "type": "TOOL",
- "category": "other",
- "symbol": "M",
- "color": "white",
- "name": "Revitalized Cute Maid",
- "description": "'What's up? Why haven't you put me on the ground yet? Ah, you want me to stay tiny for a little while longer? Ehh... I suppose it can't be helped.'",
- "price": 60000,
- "material": ["maid"],
- "weight": 1200,
- "volume": 1,
- "use_action": {
- "type": "place_monster",
- "monster_id": "mon_shoggoth_maid",
- "friendly_msg": "'Sorry I kept you waiting, Mistress! I will do my best to serve you and support you to the best of my abilities!'",
- "place_randomly": true
- }
- },
- {
- "id": "summon_little_maid",
- "type": "TOOL",
- "category": "other",
- "symbol": "M",
- "color": "white",
- "name": "scroll (Summon Little Maid)",
- "description": "A set of scrolls and sacrifices used to summon a different kind of maid. Pour the sacrificial sugar in the middle of the magic circle and cast the correct spell.",
- "price": 60000,
- "material": ["paper"],
- "weight": 1200,
- "volume": 1,
- "use_action": {
- "type": "place_monster",
- "monster_id": "mon_little_maid",
- "friendly_msg": "The sacrifical sugar melts at the apex of your casting and starts to spew out white smoke. As the sweet smell spreads around, you notice a shadowy figure about the size of a child standing in the magic circle. After the smoke completely dissipates, a small maid stands in the place of the shadowy figure, staring at you with curious eyes. 'Mistress?'",
- "place_randomly": true
- }
- },
- {
- "type": "GENERIC",
- "category": "other",
- "id": "mini_little_maid",
- "name": { "str": "Little Little Maid", "str_pl" : "Little Little Maids" },
- "description": "An even smaller version of your little maid.",
- "weight": 150,
- "symbol": "m",
- "color": "white",
- "price": 5000,
- "material" : ["maid"],
- "volume": 1,
- "use_action": {
- "type": "delayed_transform",
- "transform_age": 7200,
- "not_ready_msg": "While standing still on the palm of your hand, she stares downwards and mutters 'Mistress...' in a barely audible voice.",
- "msg": "'Mistreesss! Mistreeeessss!' The little maid taps your shoulder and points towards the ground, as if she wants to get off your shoulder. Put her on the ground when you're ready.",
- "moves": 0,
- "target": "res_little_maid"
- }
- },
- {
- "id": "res_little_maid",
- "type": "TOOL",
- "category": "other",
- "symbol": "m",
- "color": "white",
- "name": "Revitalized Little Maid",
- "description": "Your little maid seems to have made a complete recovery.",
- "price": 60000,
- "material": ["maid"],
- "weight": 1200,
- "volume": 1,
- "use_action": {
- "type": "place_monster",
- "monster_id": "mon_little_maid",
- "friendly_msg": "The little maid jumps down to the ground and turns around, lightly lifting the hem of her skirt and giving you a bow. 'Mistress!' she says with a smile.",
- "place_randomly": true
- }
+ {
+ "id": "maid_master_child",
+ "type": "TOOL",
+ "category": "other",
+ "symbol": "m",
+ "color": "brown",
+ "name": "Mistress",
+ "description": "A girl entrusted to you by the owner of the house you served at. There's a deep feeling of fear in your stomach as you embrace the cataclysm, but protecting this girl gives you purpose and makes you feel less alone.",
+ "price": 60000,
+ "material": ["flesh"],
+ "weight": "1200 g",
+ "volume": "250 ml",
+ "use_action": {
+ "type": "place_monster",
+ "monster_id": "maid_master",
+ "friendly_msg": "Mistress seemed worried about the state of the neighbours.",
+ "place_randomly": true
}
+ },
+ {
+ "id": "master_doll",
+ "type": "TOOL",
+ "category": "other",
+ "symbol": "m",
+ "color": "brown",
+ "name": "Mistress doll",
+ "description": "This is a doll in the shape of your beloved Mistress. By keeping it close, you are comforted by thoughts of your Mistress.",
+ "price": 5400,
+ "material": ["cotton"],
+ "weight": "300 g",
+ "volume": "500 ml"
+ },
+ {
+ "id": "maid_mess_kit",
+ "sub": "hotplate",
+ "type": "TOOL",
+ "symbol": ";",
+ "color": "brown",
+ "name": "maid's cookware kit",
+ "description": "A set of secret maid cookware.",
+ "price": 2000,
+ "material": ["steel"],
+ "techniques": ["BRUTAL", "WBLOCK_1"],
+ "flags" : ["CHOP", "DURABLE_MELEE", "ALLOWS_REMOTE_USE" ],
+ "weight": "1000 g",
+ "volume": "1250 ml",
+ "cutting": 18,
+ "bashing": 18,
+ "to_hit": 1,
+ "charges_per_use": 1,
+ "ammo": "battery",
+ "qualities": [["COOK", 3], ["BOIL", 2], ["CONTAIN", 1], ["CHEM", 1], ["CUT", 1], ["BUTCHER", 20]],
+ "use_action": ["HOTPLATE", "HEAT_FOOD" ],
+ "magazines": [
+ [
+ "battery",
+ [ "medium_battery_cell", "medium_plus_battery_cell", "medium_atomic_battery_cell", "medium_disposable_cell" ]
+ ]
+ ],
+ "magazine_well": 2
+ },
+ {
+ "type": "GENERIC",
+ "category": "other",
+ "id": "mini_shoggoth",
+ "name": { "str": "Small Cute Maid", "str_pl" : "Small Cute Maids" },
+ "description": "'Ah... I think I went overboard and turned out like this. I need some time to return to my former shape. Please warm me up in Mistress' pockets! Don't put me in a fridge! Absolutely not!'",
+ "weight": 200,
+ "symbol": "m",
+ "color": "white",
+ "price": 5000,
+ "material" : ["maid"],
+ "volume": 1,
+ "use_action": {
+ "type": "delayed_transform",
+ "transform_age": 100800,
+ "not_ready_msg": "'Fufufu~ Are you worried? I am fine, your maid is fine! ... I guess. So, please wait a bit longer... I'm sorry for making you concerned.'",
+ "msg": "'I have made a complete recovery! I will serve you well, Mistress! Now, please put me on the ground.'",
+ "moves": 0,
+ "target": "res_shoggoth"
+ }
+ },
+ {
+ "id": "res_shoggoth",
+ "type": "TOOL",
+ "category": "other",
+ "symbol": "M",
+ "color": "white",
+ "name": "Revitalized Cute Maid",
+ "description": "'What's up? Why haven't you put me on the ground yet? Ah, you want me to stay tiny for a little while longer? Ehh... I suppose it can't be helped.'",
+ "price": 60000,
+ "material": ["maid"],
+ "weight": 1200,
+ "volume": 1,
+ "use_action": {
+ "type": "place_monster",
+ "monster_id": "mon_shoggoth_maid",
+ "friendly_msg": "'Sorry I kept you waiting, Mistress! I will do my best to serve you and support you to the best of my abilities!'",
+ "place_randomly": true
+ }
+ },
+ {
+ "id": "summon_little_maid",
+ "type": "TOOL",
+ "category": "other",
+ "symbol": "M",
+ "color": "white",
+ "name": "scroll (Summon Little Maid)",
+ "description": "A set of scrolls and sacrifices used to summon a different kind of maid. Pour the sacrificial sugar in the middle of the magic circle and cast the correct spell.",
+ "price": 60000,
+ "material": ["paper"],
+ "weight": 1200,
+ "volume": 1,
+ "use_action": {
+ "type": "place_monster",
+ "monster_id": "mon_little_maid",
+ "friendly_msg": "The sacrifical sugar melts at the apex of your casting and starts to spew out white smoke. As the sweet smell spreads around, you notice a shadowy figure about the size of a child standing in the magic circle. After the smoke completely dissipates, a small maid stands in the place of the shadowy figure, staring at you with curious eyes. 'Mistress?'",
+ "place_randomly": true
+ }
+ },
+ {
+ "type": "GENERIC",
+ "category": "other",
+ "id": "mini_little_maid",
+ "name": { "str": "Little Little Maid", "str_pl" : "Little Little Maids" },
+ "description": "An even smaller version of your little maid.",
+ "weight": 150,
+ "symbol": "m",
+ "color": "white",
+ "price": 5000,
+ "material" : ["maid"],
+ "volume": 1,
+ "use_action": {
+ "type": "delayed_transform",
+ "transform_age": 7200,
+ "not_ready_msg": "While standing still on the palm of your hand, she stares downwards and mutters 'Mistress...' in a barely audible voice.",
+ "msg": "'Mistreesss! Mistreeeessss!' The little maid taps your shoulder and points towards the ground, as if she wants to get off your shoulder. Put her on the ground when you're ready.",
+ "moves": 0,
+ "target": "res_little_maid"
+ }
+ },
+ {
+ "id": "res_little_maid",
+ "type": "TOOL",
+ "category": "other",
+ "symbol": "m",
+ "color": "white",
+ "name": "Revitalized Little Maid",
+ "description": "Your little maid seems to have made a complete recovery.",
+ "price": 60000,
+ "material": ["maid"],
+ "weight": 1200,
+ "volume": 1,
+ "use_action": {
+ "type": "place_monster",
+ "monster_id": "mon_little_maid",
+ "friendly_msg": "The little maid jumps down to the ground and turns around, lightly lifting the hem of her skirt and giving you a bow. 'Mistress!' she says with a smile.",
+ "place_randomly": true
+ }
+ }
]