Skip to content
This repository was archived by the owner on Dec 21, 2018. It is now read-only.

Commit f52d2c0

Browse files
committed
Fixes for 3ED and SOI.
1 parent aba655c commit f52d2c0

File tree

2 files changed

+212
-0
lines changed

2 files changed

+212
-0
lines changed

data/fixes_3ED.json

+4
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
[
2+
{ "match" : {"name" : ["Elvish Archers", "Wall of Air", "Goblin Balloon Brigade"]}, "flavorAddExclamation" : true},
3+
{ "match" : {"name" : ["Aladdin's Ring"]}, "flavorAddDash" : true}
4+
]

data/fixes_SOI.json

+208
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,208 @@
1+
[
2+
{
3+
"match": {
4+
"multiverseid": 409741
5+
},
6+
"replace": {
7+
"colorIdentity": [
8+
"white",
9+
"red"
10+
]
11+
}
12+
},
13+
{
14+
"match": {
15+
"multiverseid": 409742
16+
},
17+
"replace": {
18+
"colors": [
19+
"red"
20+
],
21+
"colorIdentity": [
22+
"white",
23+
"red"
24+
]
25+
}
26+
},
27+
{
28+
"match": {
29+
"multiverseid": 409744
30+
},
31+
"replace": {
32+
"colors": [
33+
"white"
34+
]
35+
}
36+
},
37+
{
38+
"match": {
39+
"multiverseid": 409760
40+
},
41+
"replace": {
42+
"colors": [
43+
"white"
44+
]
45+
}
46+
},
47+
{
48+
"match": {
49+
"multiverseid": 409773
50+
},
51+
"replace": {
52+
"colorIdentity": [
53+
"white",
54+
"black"
55+
]
56+
}
57+
},
58+
{
59+
"match": {
60+
"multiverseid": 409774
61+
},
62+
"replace": {
63+
"colors": [
64+
"black"
65+
],
66+
"colorIdentity": [
67+
"white",
68+
"black"
69+
]
70+
}
71+
},
72+
{
73+
"match": {
74+
"multiverseid": 409786
75+
},
76+
"replace": {
77+
"colorIdentity": [
78+
"white",
79+
"red"
80+
]
81+
}
82+
},
83+
{
84+
"match": {
85+
"multiverseid": 409787
86+
},
87+
"replace": {
88+
"colors": [
89+
"red"
90+
],
91+
"colorIdentity": [
92+
"white",
93+
"red"
94+
]
95+
}
96+
},
97+
{
98+
"match": {
99+
"multiverseid": [ 409791, 409797, 409832, 409837, 409840 ]
100+
},
101+
"replace": {
102+
"colors": [
103+
"blue"
104+
]
105+
}
106+
},
107+
{
108+
"match": {
109+
"multiverseid": 409844
110+
},
111+
"replace": {
112+
"colors": [
113+
"black"
114+
]
115+
}
116+
},
117+
{
118+
"match": {
119+
"multiverseid": 409855
120+
},
121+
"replace": {
122+
"colorIdentity": [
123+
"blue",
124+
"black"
125+
]
126+
}
127+
},
128+
{
129+
"match": {
130+
"multiverseid": 409856
131+
},
132+
"replace": {
133+
"colors": [
134+
"blue"
135+
],
136+
"colorIdentity": [
137+
"blue",
138+
"black"
139+
]
140+
}
141+
},
142+
{
143+
"match": {
144+
"multiverseid": [ 409865, 409869 ]
145+
},
146+
"replace": {
147+
"colors": [
148+
"black"
149+
]
150+
}
151+
},
152+
{
153+
"match": {
154+
"multiverseid": [ 409898, 409901, 409911, 409913, 409924, 409938, 409947 ]
155+
},
156+
"replace": {
157+
"colors": [
158+
"red"
159+
]
160+
}
161+
},
162+
{
163+
"match": {
164+
"multiverseid": [ 409952, 409962, 409969, 409971, 409977, 409988, 409993 ]
165+
},
166+
"replace": {
167+
"colors": [
168+
"green"
169+
]
170+
}
171+
},
172+
{
173+
"match": {
174+
"multiverseid": 410008
175+
},
176+
"replace": {
177+
"colors": [
178+
"red",
179+
"green"
180+
]
181+
}
182+
},
183+
{
184+
"match": {
185+
"multiverseid": 410049
186+
},
187+
"replace": {
188+
"number": "281a",
189+
"colorIdentity": [
190+
"black"
191+
]
192+
}
193+
},
194+
{
195+
"match": {
196+
"multiverseid": 410050
197+
},
198+
"replace": {
199+
"number": "281b",
200+
"colors": [
201+
"black"
202+
],
203+
"colorIdentity": [
204+
"black"
205+
]
206+
}
207+
}
208+
]

0 commit comments

Comments
 (0)