chiark / gitweb /
cargo: update x11rb
[otter.git] / library / edited.toml
1 # Copyright 2020-2021 Ian Jackson and contributors to Otter and Simon Tatham
2 # SPDX-License-Identifier: AGPL-3.0-or-later OR CC-BY-SA-3.0
3 # There is NO WARRANTY.
4
5 format=2
6
7 [scraper]
8 method = "none"
9
10 [group.chess-board]
11 scale = 0.38
12 outline = "Rect"
13 files = """
14 chess-board     -       the chessboard
15 """
16
17 [group.chess-misc]
18 size = [12]
19 item_prefix = "chess-"
20 outline = "Circle"
21 files = """
22 b-portal-blue   -       a blue portal piece belonging to black
23 w-portal-blue   -       a blue portal piece belonging to white
24 b-portal-orange -       an orange portal piece belonging to black
25 w-portal-orange -       an orange portal piece belonging to white
26 """
27
28 [group.dice]
29 size = [21]
30 outline.shape = "Circle"
31 outline.size = [14]
32 item_prefix = "die-image-"
33 files = """
34 :xd
35 d6-_c   -       6       a ${colour} die image
36 d8-_c   -       8       a ${colour} die image
37 """
38
39 magic.item_prefix = "die-"
40 magic.substs.text = "black"
41 magic.template = """
42 image = ${image}
43 type = "Die"
44 labels = ${xd}
45 label.colour = "${text}"
46 desc = "a ${colour} die"
47 occult.label = "?"
48 occult.ilk = "d${xd}-${colour}"
49 """
50
51 [group.dice.colours.blue]
52 abbrev = "blue"
53
54 [group.dice.colours.red]
55 abbrev = "red"
56 substs.text = "white"
57 map = { "#8fc6ff" = "#e64104", "#000000" = "#ffffff", "#ffffff" = "#000000" }