-
Notifications
You must be signed in to change notification settings - Fork 3
/
eyes.json
68 lines (68 loc) · 1.54 KB
/
eyes.json
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
[
{
"id": "EYE_BLUE",
"type": "mutation",
"name": "Blue Eyes",
"description": "Your natural eye colour is blue.",
"points": 0,
"starting_trait": true,
"purifiable": false,
"player_display": false,
"types": [ "eye_color" ]
},
{
"id": "EYE_BROWN",
"type": "mutation",
"name": "Brown Eyes",
"description": "Your natural eye colour is brown.",
"points": 0,
"starting_trait": true,
"purifiable": false,
"player_display": false,
"types": [ "eye_color" ]
},
{
"id": "EYE_GRAY",
"type": "mutation",
"name": "Gray Eyes",
"description": "Your natural eye colour is gray.",
"points": 0,
"starting_trait": true,
"purifiable": false,
"player_display": false,
"types": [ "eye_color" ]
},
{
"id": "EYE_GREEN",
"type": "mutation",
"name": "Green Eyes",
"description": "Your natural eye colour is green.",
"points": 0,
"starting_trait": true,
"purifiable": false,
"player_display": false,
"types": [ "eye_color" ]
},
{
"id": "EYE_RED",
"type": "mutation",
"name": "Red Eyes",
"description": "You have on red coloured contacts.",
"points": 0,
"starting_trait": true,
"purifiable": false,
"player_display": false,
"types": [ "eye_color" ]
},
{
"id": "EYE_YELLOW",
"type": "mutation",
"name": "Yellow Eyes",
"description": "You have on yellow coloured contacts.",
"points": 0,
"starting_trait": true,
"purifiable": false,
"player_display": false,
"types": [ "eye_color" ]
}
]