-
Notifications
You must be signed in to change notification settings - Fork 0
/
conflict-cards.json
130 lines (130 loc) · 2.9 KB
/
conflict-cards.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
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
[
{
"level": "I",
"name": "Skirmish",
"first": ["1VP"],
"second": ["1IC", "2SL"],
"third": ["2SL"]
},
{
"level": "I",
"name": "Skirmish",
"first": ["1IP", "2SL"],
"second": ["3SL"],
"third": ["2SL"]
},
{
"level": "I",
"name": "Skirmish",
"first": ["1VP"],
"second": ["1WT"],
"third": ["1SP"]
},
{
"level": "I",
"name": "Skirmish",
"first": ["1IP", "1SP"],
"second": ["2SP", "1SP"],
"third": ["1SP"]
},
{
"level": "II",
"name": "Secure Imperial Basin",
"first": ["1VP", "1IS"],
"second": ["2WT"],
"third": ["1WT"]
},
{
"level": "II",
"name": "Siege of Arrakeen",
"first": ["1VP", "1AS"],
"second": ["4SL"],
"third": ["2SL"]
},
{
"level": "II",
"name": "Siege of Carthag",
"first": ["1VP", "1CS"],
"second": ["1IC", "1SP"],
"third": ["1SP"]
},
{
"level": "II",
"name": "Terrible Purpose",
"first": ["1VP", "1DS"],
"second": ["1WT", "1SP"],
"third": ["1SP"]
},
{
"level": "II",
"name": "Desert Power",
"first": ["1VP", "1WT"],
"second": ["1WT", "1SP"],
"third": ["1SP"]
},
{
"level": "II",
"name": "Cloak and Daggar",
"first": ["1IP", "2IC"],
"second": ["1IC", "1SP"],
"third": ["IC", "1SP"],
"notes": "third awards are OR"
},
{
"level": "II",
"name": "Raid Stockpiles",
"first": ["1IC","3SP"],
"second": ["2SP"],
"third": ["1SP"]
},
{
"level": "II",
"name": "Machinations",
"first": ["2IP"],
"second": ["1WT", "2SL"],
"third": ["1WT"],
"notes": "first award are different IPs"
},
{
"level": "II",
"name": "Sort through the Chaos",
"first": ["1MT", "1IC", "2SL"],
"second": ["1IC", "2SL"],
"third": ["2SL"]
},
{
"level": "II",
"name": "Guild Bank Raid",
"first": ["6SL"],
"second": ["4SL"],
"third": ["2SL"]
},
{
"level": "III",
"name": "Grand Vision",
"first": ["2VP", "1IC"],
"second": ["1IC", "3SP"],
"third": ["3SP"]
},
{
"level": "III",
"name": "Battle for Arrakkeen",
"first": ["2VP", "1AS"],
"second": ["1IC", "2SP", "3SL"],
"third": ["1IC", "2SL"]
},
{
"level": "III",
"name": "Battle for Imperial Basin",
"first": ["2VP", "1IS"],
"second": ["5SP"],
"third": ["3SP"]
},
{
"level": "III",
"name": "Battle for Carthag",
"first": ["2VP", "1IS"],
"second": ["5SP"],
"third": ["3SP"]
}
]