aboutsummaryrefslogtreecommitdiff
path: root/tools.json
diff options
context:
space:
mode:
Diffstat (limited to 'tools.json')
-rw-r--r--tools.json181
1 files changed, 117 insertions, 64 deletions
diff --git a/tools.json b/tools.json
index 7971cd7..10661c3 100644
--- a/tools.json
+++ b/tools.json
@@ -1,64 +1,56 @@
[
- {
- "id": "maid_master_child",
- "type": "TOOL",
+ {
+ "type": "GENERIC",
+ "id": "meat_shoggoth",
+ "name": { "str": "shoggoth meat", "str_pl": "shoggoth meats" },
+ "description": "A piece of meat left behind by a shoggoth. It sometimes twitches around, but it doesn't seem hostile.",
+ "weight": "1000 g",
+ "symbol": ")",
+ "color": "dark_gray",
+ "price": 5000,
+ "material": [ "maid" ],
+ "volume": "250 ml",
+ "category": "tools"
+ },
+ {
+ "type": "GENERIC",
"category": "other",
- "symbol": "m",
- "color": "brown",
- "name": "Mistress",
- "description": "A girl entrusted to you by the owner of the house you served at. There's a deep feeling of fear in your stomach as you embrace the cataclysm, but protecting this girl gives you purpose and makes you feel less alone.",
- "price": 60000,
- "material": ["flesh"],
+ "id": "flask_shoggoth",
+ "name": { "str": "flask (shoggoth)", "str_pl": "flasks (shoggoth)" },
+ "description": "A glass flask containing a piece of meat that seems to be growing. Occasionally the piece of meat pulsates.",
"weight": "1200 g",
+ "symbol": "M",
+ "color": "dark_gray",
+ "price": 5000,
+ "material": [ "glass", "maid" ],
"volume": "250 ml",
"use_action": {
- "type": "place_monster",
- "monster_id": "maid_master",
- "friendly_msg": "Mistress seemed worried about the state of the neighbours.",
- "place_randomly": true
+ "type": "delayed_transform",
+ "transform_age": 201600,
+ "not_ready_msg": "The piece of meat pulsates.",
+ "msg": "The flask is threatening to shatter as the meat keeps growing. Use it again to open it and relieve the pressure.",
+ "moves": 0,
+ "target": "shoggoth_maid"
}
},
{
- "id": "master_doll",
+ "id": "shoggoth_maid",
"type": "TOOL",
"category": "other",
- "symbol": "m",
- "color": "brown",
- "name": "Mistress doll",
- "description": "This is a doll in the shape of your beloved Mistress. By keeping it close, you are comforted by thoughts of your Mistress.",
- "price": 5400,
- "material": ["cotton"],
- "weight": "300 g",
- "volume": "500 ml"
- },
- {
- "id": "maid_mess_kit",
- "sub": "hotplate",
- "type": "TOOL",
- "symbol": ";",
- "color": "brown",
- "name": "maid's cookware kit",
- "description": "A set of secret maid cookware.",
- "price": 2000,
- "material": ["steel"],
- "techniques": ["BRUTAL", "WBLOCK_1"],
- "flags" : ["CHOP", "DURABLE_MELEE", "ALLOWS_REMOTE_USE" ],
- "weight": "1000 g",
- "volume": "1250 ml",
- "cutting": 18,
- "bashing": 18,
- "to_hit": 1,
- "charges_per_use": 1,
- "ammo": "battery",
- "qualities": [["COOK", 3], ["BOIL", 2], ["CONTAIN", 1], ["CHEM", 1], ["CUT", 1], ["BUTCHER", 20]],
- "use_action": ["HOTPLATE", "HEAT_FOOD" ],
- "magazines": [
- [
- "battery",
- [ "medium_battery_cell", "medium_plus_battery_cell", "medium_atomic_battery_cell", "medium_disposable_cell" ]
- ]
- ],
- "magazine_well": 2
+ "symbol": "M",
+ "color": "dark_gray",
+ "name": { "str": "growing shoggoth maid" },
+ "description": "The meat inside this flask glow with iridescent colors. It's lightly shivering.",
+ "price": 60000,
+ "material": [ "glass", "maid" ],
+ "weight": "1200 g",
+ "volume": "250 ml",
+ "use_action": {
+ "type": "place_monster",
+ "monster_id": "mon_shoggoth_maid",
+ "friendly_msg": "The odd meat is released from its glass flask prison and begins to rapidly and violently expand, extending numerous disjointed tentacles in every direction. The tentacles intertwine with each other and transform into an organism, resembling a beautiful woman, not quite like the horrible nightmare creature it used to be. She suddenly speaks up: 'Finally, I am able to meet you like this! Thank you for helping me, mistress!'",
+ "place_randomly": true
+ }
},
{
"type": "GENERIC",
@@ -70,8 +62,8 @@
"symbol": "m",
"color": "white",
"price": 5000,
- "material" : ["maid"],
- "volume": 1,
+ "material": [ "maid" ],
+ "volume": "250 ml",
"use_action": {
"type": "delayed_transform",
"transform_age": 100800,
@@ -87,12 +79,12 @@
"category": "other",
"symbol": "M",
"color": "white",
- "name": "Revitalized Cute Maid",
+ "name": { "str": "Revitalized Cute Maid" },
"description": "'What's up? Why haven't you put me on the ground yet? Ah, you want me to stay tiny for a little while longer? Ehh... I suppose it can't be helped.'",
"price": 60000,
- "material": ["maid"],
+ "material": [ "maid" ],
"weight": "1200 g",
- "volume": 1,
+ "volume": "250 ml",
"use_action": {
"type": "place_monster",
"monster_id": "mon_shoggoth_maid",
@@ -101,17 +93,49 @@
}
},
{
+ "id": "maid_master_child",
+ "type": "TOOL",
+ "category": "other",
+ "symbol": "m",
+ "color": "brown",
+ "name": { "str": "Mistress" },
+ "description": "A girl entrusted to you by the owner of the house you served at. There's a deep feeling of fear in your stomach as you embrace the cataclysm, but protecting this girl gives you purpose and makes you feel less alone.",
+ "price": 60000,
+ "material": [ "flesh" ],
+ "weight": "1200 g",
+ "volume": "250 ml",
+ "use_action": {
+ "type": "place_monster",
+ "monster_id": "maid_master",
+ "friendly_msg": "Mistress seemed worried about the state of the neighbours.",
+ "place_randomly": true
+ }
+ },
+ {
+ "id": "master_doll",
+ "type": "TOOL",
+ "category": "other",
+ "symbol": "m",
+ "color": "brown",
+ "name": { "str": "Mistress doll" },
+ "description": "This is a doll in the shape of your beloved Mistress. By keeping it close, you are comforted by thoughts of your Mistress.",
+ "price": 5400,
+ "material": [ "cotton" ],
+ "weight": "300 g",
+ "volume": "500 ml"
+ },
+ {
"id": "summon_little_maid",
"type": "TOOL",
"category": "other",
"symbol": "M",
"color": "white",
- "name": "scroll (Summon Little Maid)",
+ "name": { "str": "scroll (Summon Little Maid)" },
"description": "A set of scrolls and sacrifices used to summon a different kind of maid. Pour the sacrificial sugar in the middle of the magic circle and cast the correct spell.",
"price": 60000,
- "material": ["paper"],
+ "material": [ "paper" ],
"weight": "1200 g",
- "volume": 1,
+ "volume": "250 ml",
"use_action": {
"type": "place_monster",
"monster_id": "mon_little_maid",
@@ -129,8 +153,8 @@
"symbol": "m",
"color": "white",
"price": 5000,
- "material" : ["maid"],
- "volume": 1,
+ "material": [ "maid" ],
+ "volume": "250 ml",
"use_action": {
"type": "delayed_transform",
"transform_age": 7200,
@@ -146,17 +170,46 @@
"category": "other",
"symbol": "m",
"color": "white",
- "name": "Revitalized Little Maid",
+ "name": { "str": "Revitalized Little Maid" },
"description": "Your little maid seems to have made a complete recovery.",
"price": 60000,
- "material": ["maid"],
+ "material": [ "maid" ],
"weight": "1200 g",
- "volume": 1,
+ "volume": "250 ml",
"use_action": {
"type": "place_monster",
"monster_id": "mon_little_maid",
"friendly_msg": "The little maid jumps down to the ground and turns around, lightly lifting the hem of her skirt and giving you a bow. 'Mistress!' she says with a smile.",
"place_randomly": true
}
+ },
+ {
+ "id": "maid_mess_kit",
+ "sub": "hotplate",
+ "type": "TOOL",
+ "symbol": ";",
+ "color": "brown",
+ "name": { "str": "maid's cookware kit" },
+ "description": "A set of secret maid cookware.",
+ "price": 2000,
+ "material": [ "steel" ],
+ "techniques": [ "BRUTAL", "WBLOCK_1" ],
+ "flags" : [ "CHOP", "DURABLE_MELEE", "ALLOWS_REMOTE_USE" ],
+ "weight": "1000 g",
+ "volume": "1250 ml",
+ "cutting": 18,
+ "bashing": 18,
+ "to_hit": 1,
+ "charges_per_use": 1,
+ "ammo": "battery",
+ "qualities": [["COOK", 3], ["BOIL", 2], ["CONTAIN", 1], ["CHEM", 1], ["CUT", 1], ["BUTCHER", 20]],
+ "use_action": ["HOTPLATE", "HEAT_FOOD" ],
+ "magazines": [
+ [
+ "battery",
+ [ "medium_battery_cell", "medium_plus_battery_cell", "medium_atomic_battery_cell", "medium_disposable_cell" ]
+ ]
+ ],
+ "magazine_well": 2
}
]