Skip to content

Commit

Permalink
fix raid_info.json string bug
Browse files Browse the repository at this point in the history
  • Loading branch information
scragly committed May 30, 2018
1 parent a068ad5 commit a2a8315
Showing 1 changed file with 44 additions and 44 deletions.
88 changes: 44 additions & 44 deletions data/raid_info.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,16 +4,16 @@
"egg": "normal",
"egg_img": "1.png",
"pokemon": [
"129",
"138",
"140",
"320",
"333",
"345",
"347",
"353",
"355",
"361"
129,
138,
140,
320,
333,
345,
347,
353,
355,
361
],
"hatchtime": 60,
"raidtime": 45
Expand All @@ -22,16 +22,16 @@
"egg": "normal",
"egg_img": "2.png",
"pokemon": [
"57",
"103",
"185",
"200",
"215",
"219",
"256",
"299",
"302",
"303"
57,
103,
185,
200,
215,
219,
256,
299,
302,
303
],
"hatchtime": 60,
"raidtime": 45
Expand All @@ -40,19 +40,19 @@
"egg": "rare",
"egg_img": "3.png",
"pokemon": [
"68",
"94",
"106",
"107",
"124",
"127",
"142",
"210",
"213",
"221",
"286",
"337",
"338"
68,
94,
106,
107,
124,
127,
142,
210,
213,
221,
286,
337,
338
],
"hatchtime": 60,
"raidtime": 45
Expand All @@ -61,13 +61,13 @@
"egg": "rare",
"egg_img": "4.png",
"pokemon": [
"76",
"112",
"229",
"248",
"306",
"359",
"365"
76,
112,
229,
248,
306,
359,
365
],
"hatchtime": 60,
"raidtime": 45
Expand All @@ -76,9 +76,9 @@
"egg": "legendary",
"egg_img": "5.png",
"pokemon": [
"250",
"380",
"381"
250,
380,
381
],
"hatchtime": 60,
"raidtime": 45
Expand All @@ -87,7 +87,7 @@
"egg": "EX",
"egg_img": "EX.png",
"pokemon": [
"150"
150
],
"hatchtime": 14,
"raidtime": 45
Expand Down

0 comments on commit a2a8315

Please sign in to comment.