forked from Kamalisk/arkhamdb-json-data
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathtaboos.json
63 lines (63 loc) · 1.82 KB
/
taboos.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
[
{
"code": "001",
"name": "Taboo List",
"active": 1,
"date_start": "2019-04-20",
"cards": [
{
"code": "01020",
"xp": 2
},
{
"code": "01050",
"xp": 2
},
{
"code": "02152",
"xp": 1
},
{
"code": "02187",
"xp": 5
},
{
"code": "02189",
"xp": 5
},
{
"code": "02193",
"xp": 2
},
{
"code": "01033",
"text": "This card’s [reaction] ability now reads: “After you successfully investigate, exhaust Dr. Milan Christopher...”"
},
{
"code": "02002",
"text": "This card’s [reaction] ability gains: “(Limit once per round.)”"
},
{
"code": "02111",
"text": "This card gains: “Group limit 2 copies of Delve Too Deep in the victory display.”"
},
{
"code": "02229",
"text": "This card gains: “Max 1 committed per skill test.”"
},
{
"code": "02266",
"text": "This card gains: “Max once per round.”"
},
{
"code": "03029",
"text": "This card’s ability now reads: “Put an [[Item]] asset that takes up fewer than 2 hand slots into play from your hand.”"
},
{
"code": "03315",
"exceptional": 1,
"text": "This card gains the Exceptional keyword."
}
]
}
]