summaryrefslogtreecommitdiff
path: root/itemgroups/books.json
blob: 8e59d03a49890d1eee13c946988c0e0444531075 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
[
  {
    "id": "mansion_books",
    "type": "item_group",
    "//": "Those rich mansion people have all sorts of weird books.",
    "subtype": "distribution",
    "entries": [
      { "item": "manual_barbaran", "prob": 10 }
    ]
  },
  {
    "id": "exotic_books",
    "type": "item_group",
    "//": "These are books that are hard to find or esoteric, mostly.",
    "subtype": "distribution",
    "entries": [
      { "item": "manual_barbaran", "prob": 1 }
    ]
  }
]