aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjc_gargma <jc_gargma@iserlohn-fortress.net>2020-07-28 13:18:23 -0700
committerjc_gargma <jc_gargma@iserlohn-fortress.net>2020-07-28 13:18:23 -0700
commitdd76b82d508f9134c175d40b3915fc2bc5af04d3 (patch)
tree880031d8e5f1c45515bc968b6e15ae1fa5e9c117
parentAdd cotton to maid vest to allow reinforcement (diff)
downloadcataclysm-dda-mod_battle-maid-redone-dd76b82d508f9134c175d40b3915fc2bc5af04d3.tar.xz
Fix spacing
-rw-r--r--ammo.json5
-rw-r--r--armor.json1890
-rw-r--r--item_groups.json438
-rw-r--r--martial_arts_manuals.json2
-rw-r--r--martialarts.json115
-rw-r--r--materials.json4
-rw-r--r--melee.json293
-rw-r--r--monster_drops.json32
-rw-r--r--monsters.json194
-rw-r--r--mutations.json68
-rw-r--r--professions.json374
-rw-r--r--recipes.json2307
-rw-r--r--techniques.json8
-rw-r--r--tool_armor.json36
14 files changed, 2899 insertions, 2867 deletions
diff --git a/ammo.json b/ammo.json
index 495633b..06ce70a 100644
--- a/ammo.json
+++ b/ammo.json
@@ -1,6 +1,6 @@
[
{
- "type" : "AMMO",
+ "type" : "AMMO",
"id" : "assassins_throwing_dagger",
"category" : "weapons",
"price" : 9000,
@@ -19,7 +19,8 @@
"count" : 4,
"stack_size" : 4
},
- { "type" : "AMMO",
+ {
+ "type" : "AMMO",
"id" : "makeshift_throwing_knife",
"category" : "weapons",
"price" : 5200,
diff --git a/armor.json b/armor.json
index 3df0c30..b1322d5 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,
+ {
+ "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,
+ "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", "cotton" ],
+ "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 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", "cotton" ],
- "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",
- "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" ]
+ "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" ]
}
- },
- {
- "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 a019d83..36a6e05 100644
--- a/item_groups.json
+++ b/item_groups.json
@@ -1,221 +1,221 @@
[
- {
- "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 ],
- [ "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 ],
+ [ "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 fd466bc..405843d 100644
--- a/martial_arts_manuals.json
+++ b/martial_arts_manuals.json
@@ -21,5 +21,5 @@
"required_level" : 0,
"chapters": 5
}
- }
+ }
]
diff --git a/martialarts.json b/martialarts.json
index 8791feb..19c34ea 100644
--- a/martialarts.json
+++ b/martialarts.json
@@ -1,10 +1,10 @@
[
-{
+ {
"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." ],
+ "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" : [
@@ -15,7 +15,7 @@
"unarmed_allowed" : true,
"melee_allowed" : true,
"flat_bonuses" : [["dodge", 2.0]]
- }
+ }
],
"onmove_buffs": [
{
@@ -34,8 +34,8 @@
["dodge", -4.0]
]
}
- ],
-"ondodge_buffs": [
+ ],
+ "ondodge_buffs": [
{
"id" : "maid_evaded_bonus",
"name" : "Counterattack" ,
@@ -52,58 +52,59 @@
]
}
],
- "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"
+ "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 b864932..2acaec2 100644
--- a/materials.json
+++ b/materials.json
@@ -1,5 +1,5 @@
[
- {
+ {
"type" : "material",
"ident" : "maid",
"name" : "maid",
@@ -19,4 +19,4 @@
"chip_resist" : 1000,
"density" : 1000
}
-] \ No newline at end of file
+]
diff --git a/melee.json b/melee.json
index 040ef1e..0493fc7 100644
--- a/melee.json
+++ b/melee.json
@@ -1,220 +1,219 @@
[
- {
- "id": "vorpal_kitchen_knife",
- "type": "TOOL",
- "category" : "weapons",
- "symbol": "/",
- "color": "light_gray",
- "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.",
- "price": 9000,
- "material": ["steel","wood"],
- "techniques": ["RAPID", "WBLOCK_1"],
- "flags" : ["SLICE", "DURABLE_MELEE", "SHEATH_KNIFE", "VORPAL"],
- "weight": "450 g",
- "volume": "250 ml",
- "bashing": 4,
- "cutting": 28,
- "to_hit": 1,
- "qualities": [["CUT", 1], ["BUTCHER", 30],["CUT_FINE", 3]]
- },
- {
- "type":"TOOL",
+ {
+ "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",
- "symbol": ")",
- "color": "dark_gray",
+ "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,
- "material": ["steel", "wood"],
- "techniques": ["RAPID", "BRUTAL", "WBLOCK_2"],
- "flags" : [ "DURABLE_MELEE"],
- "weight": "1000 g",
- "volume": "1750 ml",
+ "to_hit": 2,
"bashing": 26,
"cutting": 8,
- "to_hit": 2,
- "qualities": [["COOK", 2], ["BOIL", 2], ["CONTAIN", 1]]
+ "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",
- "id" : "brutal_broom",
- "name": { "str": "maid's broom" },
+ "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",
+ "weight": "1200 g",
+ "volume": "1500 ml",
+ "price" : 9000,
"to_hit" : 2,
- "color" : "light_gray",
- "symbol" : "/",
- "material" : ["steel","wood"],
- "techniques" : ["BRUTAL", "WBLOCK_1"],
"bashing" : 4,
"cutting" : 20,
- "flags" : ["STAB", "REACH_ATTACK"],
- "price" : 9000
+ "material" : ["steel","wood"],
+ "symbol" : "/",
+ "color" : "light_gray",
+ "techniques" : ["BRUTAL", "WBLOCK_1"],
+ "flags" : ["STAB", "REACH_ATTACK"]
},
{
+ "id" : "spiked_whip",
"type":"GENERIC",
"category" : "weapons",
- "id" : "spiked_whip",
- "name": { "str": "maid's whip" },
+ "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",
+ "weight": "1300 g",
+ "volume": "1750 ml",
+ "price" : 9000,
"to_hit" : 2,
- "color" : "light_gray",
- "symbol" : ")",
- "material" : ["steel","leather"],
- "techniques" : ["WHIP_DISARM"],
"bashing" : 20,
"cutting" : 8,
- "flags" : ["DURABLE_MELEE", "REACH_ATTACK"],
- "price" : 9000
+ "material" : ["steel","leather"],
+ "symbol" : ")",
+ "color" : "light_gray",
+ "techniques" : ["WHIP_DISARM"],
+ "flags" : ["DURABLE_MELEE", "REACH_ATTACK"]
},
{
- "type":"GENERIC",
- "category" : "weapons",
- "id" : "shikomi_kasa",
- "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",
- "to_hit" : 1,
- "color" : "dark_gray",
- "symbol" : "/",
- "material" : ["aluminum","plastic","steel"],
- "techniques" : ["WBLOCK_1"],
- "flags" : ["STAB","DURABLE_MELEE","RAIN_PROTECT","IAIJUTSU"],
- "use_action": {
+ "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."
- },
- "bashing" : 6,
- "cutting" : 4,
- "price" : 17800
+ }
},
{
+ "id" : "shikomi_kasa_draw",
"type":"GENERIC",
"category" : "weapons",
- "id" : "shikomi_kasa_draw",
- "name": { "str": "maid's umbrella (unsheathed)" },
+ "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",
+ "weight": "835 g",
+ "volume": "750 ml",
+ "price" : 17800,
"to_hit" : 1,
- "color" : "dark_gray",
- "symbol" : "/",
+ "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."
- },
- "bashing" : 3,
- "cutting" : 24,
- "price" : 17800
+ }
},
{
+ "id" : "shikomi_stick",
"type":"GENERIC",
"category" : "weapons",
- "id" : "shikomi_stick",
- "name": { "str": "maid's shirasaya" },
+ "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",
+ "volume": "1000 ml",
+ "price" : 17800,
"to_hit" : 1,
- "color" : "dark_gray",
- "symbol" : "/",
+ "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."
- },
- "bashing" : 8,
- "cutting" : 4,
- "price" : 17800
+ }
},
{
+ "id" : "shikomi_stick_draw",
"type":"GENERIC",
"category" : "weapons",
- "id" : "shikomi_stick_draw",
- "name": { "str": "maid's shirasaya (unsheathed)" },
+ "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",
+ "weight": "835 g",
+ "volume": "750 ml",
+ "price" : 17800,
"to_hit" : 1,
- "color" : "dark_gray",
- "symbol" : "/",
+ "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."
- },
- "bashing" : 3,
- "cutting" : 24,
- "price" : 17800
+ }
},
{
- "id": "maid_claw",
- "type": "GENERIC",
- "category" : "weapons",
- "symbol": "/",
- "color": "dark_gray",
- "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.",
- "price": 50000,
- "material": ["steel","leather"],
- "skill": "unarmed",
- "flags" : ["STAB", "DURABLE_MELEE", "UNARMED_WEAPON"],
- "weight": "1000 g",
- "volume": "250 ml",
- "bashing": 4,
- "cutting": 14,
- "to_hit": 1,
- "pierce": 30
+ "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",
- "symbol": "/",
- "color": "light_gray",
- "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.",
- "price": 1000,
- "material": ["wood","iron"],
- "flags" : ["DURABLE_MELEE","REACH_ATTACK"],
- "techniques": "WBLOCK_1",
- "weight": "1100 g",
- "volume": "1750 ml",
- "bashing": 22,
- "to_hit": 2,
- "use_action": "MOP"
- },
- {
- "type" : "TOOL",
- "category": "weapons",
- "id" : "destruction_otama",
- "price" : 9000,
- "name": { "str": "maid's ladle" },
- "symbol" : "/",
- "color" : "light_gray",
- "description" : "A weapon used by a maid when she's seriously angry. Scary!",
- "material" : ["steel","wood"],
- "weight": "2000 g",
- "volume": "2000 ml",
- "bashing" : 24,
- "to_hit" : 2
- }
+ {
+ "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/monster_drops.json b/monster_drops.json
index 618f8f0..02c4333 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 f86f020..ec4589b 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": 150,
- "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", "FLIES" ],
- "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": 150,
+ "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", "FLIES" ],
+ "anger_triggers": [ "FRIEND_ATTACKED"]
},
{
- "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": 150,
- "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", "FLIES" ],
- "anger_triggers": [ "FRIEND_ATTACKED" ]
+ "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": 150,
+ "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", "FLIES" ],
+ "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": 150,
- "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": "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": 150,
+ "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" ]
}
]
diff --git a/mutations.json b/mutations.json
index 3ddde7a..b340d37 100644
--- a/mutations.json
+++ b/mutations.json
@@ -1,44 +1,44 @@
[
{
- "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" : "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_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" : "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",
- "name": { "str": "Feline Ears" },
- "points": 0,
- "visibility": 4,
- "description": "Your ears have extended into long, pointed, velvety ones, like those of a feline. You find it easier to tune in on sounds from afar.",
- "types": [ "EARS" ],
- "category": [ "FELINE" ],
- "hearing_modifier": 1.25
+ "type": "mutation",
+ "id": "FELINE_EARS",
+ "name": { "str": "Feline Ears" },
+ "points": 0,
+ "visibility": 4,
+ "description": "Your ears have extended into long, pointed, velvety ones, like those of a feline. You find it easier to tune in on sounds from afar.",
+ "types": [ "EARS" ],
+ "category": [ "FELINE" ],
+ "hearing_modifier": 1.25
}
]
diff --git a/professions.json b/professions.json
index 9e61e9b..1f06c55 100644
--- a/professions.json
+++ b/professions.json
@@ -1,215 +1,223 @@
[
- {
- "type": "profession",
- "ident": "maid",
- "name": {
- "male": "Butler",
- "female": "Maid"
+ {
+ "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"
+ "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" }
],
- "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"
- ]
+ "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": "battle_maid",
- "name": {
- "male": "Battle Butler",
- "female": "Battle 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"
- ],
- "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" }
+ "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"
],
- "items": {
- "both" : { "items": [
- "pocketwatch",
- "knife_steak",
- "tool_belt",
- "kawaii_scarf",
- "cloak",
- "assassins_throwing_dagger",
- "master_doll"
+ "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" }
],
- "entries": [ { "group": "charged_cell_phone" } ] },
- "male": [
- "briefs",
- "socks",
- "tux",
- "gloves_leather",
- "dress_shoes"
+ "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"
+ "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)"
+ {
+ "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" }
+ "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",
+ "maid_master_child",
+ "man_carrier"
+ ],
+ "entries": [ { "group": "charged_cell_phone" } ]
+ },
+ "male": [
+ "briefs",
+ "socks",
+ "tux",
+ "gloves_light",
+ "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"
+ "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": "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": "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" }
+ "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"
+ "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"
+ "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"
+ {
+ "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": [
+ "skills": [
],
- "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"
+ "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"
]
}
}
diff --git a/recipes.json b/recipes.json
index dd5d998..07fa4c2 100644
--- a/recipes.json
+++ b/recipes.json
@@ -1,1153 +1,1176 @@
[
-{
- "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 ] ]
+ {
+ "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] ]
- ]
- },
-{
+ "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 ] ]
- ]
-},
-{
+ "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 ] ]
- ]
-},
-{
+ "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] ]
- ]
-},
-{
+ "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": "flask_shoggoth",
+ "category": "CC_OTHER",
+ "skill_used": "cooking",
+ "difficulty": 9,
+ "time": "100 m",
+ "reversible": false,
+ "autolearn": false,
+ "book_learn": [ [ "book_shoggoth", 9 ] ],
+ "tools": [
+ [ [ "chemistry_set", 5 ] ]
+ ],
+ "components": [
+ [ [ "meat_shoggoth", 1 ] ],
+ [ [ "flask_glass", 1 ] ],
+ [ [ "blood", 10 ] ],
+ [ [ "maid_dress", 1 ] ]
+ ]
+ },
+ {
"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 ] ] ]
- },
-{
+ "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 ] ]
- ]
- },
+ "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 ] ]
- ]
- },
+ },
+ {
+ "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_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 ] ]
- ]
- }
+ "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/techniques.json b/techniques.json
index 6372c45..077fe9f 100644
--- a/techniques.json
+++ b/techniques.json
@@ -85,13 +85,13 @@
"You assault %s",
"<npcname> assaults %s"
],
- "flat_bonuses" : [
- ["arpen", "bash", 5]
- ],
+ "flat_bonuses" : [
+ ["arpen", "bash", 5]
+ ],
"mult_bonuses" : [
["damage", "bash", 1.75],
["damage", "cut", 1.75],
["damage", "stab", 1.75]
]
}
-] \ No newline at end of file
+]
diff --git a/tool_armor.json b/tool_armor.json
index 4fb87b3..1b6db20 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" ] ]
}
]