Skip to content

Commit 8575b9a

Browse files
committed
v1.4.12 - Add St. Patricks Event pokemon
1 parent 1ed4d7c commit 8575b9a

File tree

5 files changed

+18
-9
lines changed

5 files changed

+18
-9
lines changed

data/images/events.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,5 +11,8 @@
1111
"wooden serperior": "https://cdn.poketwo.net/images/50210.png",
1212
"lion dancer litleo": "https://cdn.poketwo.net/images/50212.png",
1313
"hearts fidough": "https://cdn.poketwo.net/images/50216.png",
14-
"love bombirdier": "https://cdn.poketwo.net/images/50217.png"
14+
"love bombirdier": "https://cdn.poketwo.net/images/50217.png",
15+
"shamrock meganium": "https://cdn.poketwo.net/images/50218.png",
16+
"treasure turtwig": "https://cdn.poketwo.net/images/50219.png",
17+
"good luck sinistea": "https://cdn.poketwo.net/images/50220.png"
1518
}

data/main/event.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,5 +63,8 @@
6363
"Wooden Serperior",
6464
"Lion Dancer Litleo",
6565
"Hearts Fidough",
66-
"Love Bombirdier"
66+
"Love Bombirdier",
67+
"Shamrock Meganium",
68+
"Treasure Turtwig",
69+
"Good Luck Sinistea"
6770
]

data/main/pokemon.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1207,5 +1207,8 @@
12071207
"Wooden Serperior",
12081208
"Lion Dancer Litleo",
12091209
"Hearts Fidough",
1210-
"Love Bombirdier"
1210+
"Love Bombirdier",
1211+
"Shamrock Meganium",
1212+
"Treasure Turtwig",
1213+
"Good Luck Sinistea"
12111214
]

package-lock.json

Lines changed: 5 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "pokehint",
3-
"version": "1.4.11",
3+
"version": "1.4.12",
44
"description": "Package used for automating actions related to Pokétwo",
55
"main": "index.js",
66
"scripts": {

0 commit comments

Comments
 (0)