File size: 2,018 Bytes
2de9666
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
{
    "hair": [
        "does character have hair on its head",
        "does character not have hair on its head"
    ],
    "bald": [
        "is character bald",
        "is character not bald"
    ],
    "hat": [
        "is character wearing a hat",
        "is character not wearing a hat"
    ],
    "helmet": [
        "is character wearing a helmet",
        "is character not wearing a helmet"
    ],
    "headband": [
        "is character wearing a headband",
        "is character not wearing a headband"
    ],
    "tiara": [
        "is character wearing a tiara",
        "is character not wearing a tiara"
    ],
    "turban": [
        "is character wearing a turban",
        "is character not wearing a turban"
    ],
    "crown": [
        "is character wearing a crown",
        "is character not wearing a crown"
    ],
    "bandana": [
        "is character wearing a bandana",
        "is character not wearing a bandana"
    ],
    "hood": [
        "is character wearing a hood",
        "is character not wearing a hood"
    ],
    "wig": [
        "is character wearing a wig",
        "is character not wearing a wig"
    ],
    "headphones": [
        "is character wearing headphones",
        "is character not wearing headphones"
    ],
    "earmuffs": [
        "is character wearing earmuffs",
        "is character not wearing earmuffs"
    ],
    "veil": [
        "is character wearing a veil",
        "is character not wearing a veil"
    ],
    "feathers": [
        "are there feathers on the character's head",
        "there are no feathers on the character's head"
    ],
    "horns": [
        "does character have horns on its head",
        "does character not have horns on its head"
    ],
    "antenna": [
        "does character have antenna on its head",
        "does character not have antenna on its head"
    ],
    "head-decoration": [
        "is there any decoration on the character's head",
        "there is no decoration on the character's head"
    ]
}