aboutsummaryrefslogtreecommitdiff
path: root/tools.json
blob: a4b02db3f74b6c9fb74aa69dc65cfb517849d59f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
[
  {
    "id": "res_shoggoth",
    "type": "TOOL",
    "category": "other",
    "symbol": "M",
    "color": "white",
    "name": { "str": "Cute Maid" },
    "description": "A cute maid that your father hired to protect you due to your frail constitution.",
    "price": "600 USD",
    "material": [ "flesh" ],
    "weight": "1200 g",
    "volume": "250 ml",
    "use_action": {
      "type": "place_npc",
      "npc_class_id": "shoggoth_maid_npc",
      "summon_msg": "'Sorry I kept you waiting, Mistress! I will do my best to serve you and support you to the best of my abilities!'",
      "place_randomly": false
    }
  },
  {
    "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": "600 USD",
    "material": [ "flesh" ],
    "weight": "1200 g",
    "volume": "250 ml",
    "use_action": {
      "type": "place_npc",
      "npc_class_id": "mistress_npc",
      "summon_msg": "'Everything that has happened is so terrible. But you will keep me safe, servant.'",
      "place_randomly": false
    }
  },
  {
    "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": "54 USD",
    "material": [ "cotton" ],
    "weight": "300 g",
    "volume": "500 ml",
    "flags": [ "SLEEP_AID" ]
  },
  {
    "id": "maid_mess_kit",
    "type": "TOOL",
    "name": { "str": "maid's cookware kit" },
    "description": "A set of secret maid cookware.",
    "weight": "1000 g",
    "volume": "1250 ml",
    "longest_side": "12 cm",
    "price": 2000,
    "price_postapoc": 400,
    "to_hit": 1,
    "cutting": 18,
    "bashing": 18,
    "material": [ "steel" ],
    "symbol": ";",
    "color": "brown",
    "ammo": [ "battery" ],
    "sub": "hotplate",
    "charges_per_use": 1,
    "qualities": [ [ "COOK", 3 ], [ "BOIL", 2 ], [ "CONTAIN", 1 ], [ "CHEM", 1 ], [ "CUT", 1 ], [ "BUTCHER", 25 ] ],
    "use_action": [ "HOTPLATE", "HEAT_FOOD" ],
    "pocket_data": [
      {
        "pocket_type": "MAGAZINE_WELL",
        "rigid": true,
        "flag_restriction": [ "BATTERY_MEDIUM" ],
        "default_magazine": "medium_battery_cell"
      }
    ]
  }
]