aboutsummaryrefslogtreecommitdiff
path: root/tool_armor.json
blob: 1b6db20efcfb862abfa4f5fec8273c340a49f858 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
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" ] ]
    }
]