-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathdeck_errors.json
66 lines (66 loc) · 1.53 KB
/
deck_errors.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
[
{
"id": "invalid_aspects",
"text": "Chosen aspects are invalid."
},
{
"id": "too_many_duplicates",
"text": "Too many cards with the same name."
},
{
"id": "need_two_cards",
"text": "You must include two of each card in your starting deck."
},
{
"id": "personality",
"text": "Not enough personality cards."
},
{
"id": "too_many_personality",
"text": "Too many personality cards."
},
{
"id": "background",
"text": "Not enough background cards."
},
{
"id": "too_many_background",
"text": "Too many cards of the chosen background."
},
{
"id": "specialty",
"text": "Not enough specialty cards."
},
{
"id": "too_many_specialty",
"text": "Too many cards of the chosen specialty."
},
{
"id": "role",
"text": "You must choose a role card."
},
{
"id": "invalid_background",
"text": "Contains too many cards that do not match your chosen background."
},
{
"id": "invalid_specialty",
"text": "Contains too many cards that do not match your chosen background."
},
{
"id": "invalid_role",
"text": "Your role card does not match your chosen specialty."
},
{
"id": "invalid_aspect_levels",
"text": "Your deck contains cards with aspect requirements that are not allowed."
},
{
"id": "invalid_outside_interest",
"text": "Your outside interest card cannot have the Expert trait."
},
{
"id": "too_many_outside_interest",
"text": "There are too many outside interest cards in the deck."
}
]