1[
2  {
3    "type": "GENERIC",
4    "id": "billet_bone",
5    "symbol": ";",
6    "color": "white",
7    "name": { "str": "bone billet" },
8    "description": "A thick short bone, usually used in flintknapping for soft-hammer percussion.",
9    "category": "tools",
10    "price": 10,
11    "material": "bone",
12    "weight": "150 g",
13    "volume": "250 ml",
14    "longest_side": "20 cm",
15    "bashing": 3,
16    "to_hit": -1,
17    "qualities": [ [ "HAMMER_SOFT", 1 ] ]
18  },
19  {
20    "type": "GENERIC",
21    "id": "billet_wood",
22    "symbol": ";",
23    "color": "brown",
24    "name": { "str": "wooden billet" },
25    "description": "A thick short wooden stick, usually used in flintknapping for soft-hammer percussion.",
26    "category": "tools",
27    "price": 10,
28    "material": "wood",
29    "weight": "150 g",
30    "volume": "250 ml",
31    "longest_side": "20 cm",
32    "bashing": 3,
33    "to_hit": -1,
34    "qualities": [ [ "HAMMER_SOFT", 1 ] ]
35  },
36  {
37    "type": "GENERIC",
38    "id": "drill_rock_primitive",
39    "symbol": ";",
40    "color": "brown",
41    "name": { "str": "primitive rock drill" },
42    "description": "A thick blunted wooden stick.  Can be used to drill rough holes in rock, if water and sand are available, but the process is lengthy.",
43    "category": "tools",
44    "price": 10,
45    "material": "wood",
46    "weight": "150 g",
47    "volume": "250 ml",
48    "longest_side": "20 cm",
49    "bashing": 3,
50    "to_hit": -1,
51    "qualities": [ [ "DRILL_ROCK", 1 ] ]
52  },
53  {
54    "type": "GENERIC",
55    "id": "punch_bone",
56    "symbol": ";",
57    "color": "white",
58    "name": { "str": "bone punch", "str_pl": "bone punches" },
59    "description": "A thick short bone with a small pointy tip, usually used in flintknapping for indirect percussion and pressure flaking.",
60    "category": "tools",
61    "price": 10,
62    "material": "bone",
63    "weight": "150 g",
64    "volume": "250 ml",
65    "longest_side": "15 cm",
66    "bashing": 2,
67    "cutting": 2,
68    "to_hit": -3,
69    "qualities": [ [ "PUNCH", 1 ] ],
70    "flags": [ "SPEAR" ]
71  },
72  {
73    "type": "GENERIC",
74    "id": "punch_nail",
75    "symbol": ";",
76    "color": "light_gray",
77    "name": { "str": "nail punch", "str_pl": "nail punches" },
78    "description": "Two pieces of wood with a steel nail secured inbetween them with some cordage.  Usually used in flintknapping for indirect percussion and pressure flaking.",
79    "category": "tools",
80    "price": 10,
81    "material": [ "steel", "wood" ],
82    "weight": "150 g",
83    "volume": "250 ml",
84    "longest_side": "15 cm",
85    "bashing": 2,
86    "cutting": 4,
87    "to_hit": -3,
88    "qualities": [ [ "PUNCH", 2 ] ],
89    "flags": [ "SPEAR" ]
90  }
91]
92