diff --git a/data/Pokémon TCG Pocket/Wisdom of Sea and Sky.ts b/data/Pokémon TCG Pocket/Wisdom of Sea and Sky.ts index f785755d8..0b596bffa 100644 --- a/data/Pokémon TCG Pocket/Wisdom of Sea and Sky.ts +++ b/data/Pokémon TCG Pocket/Wisdom of Sea and Sky.ts @@ -20,7 +20,20 @@ const set: Set = { official: 161 }, - releaseDate: "2025-07-30" + releaseDate: "2025-07-30", + + boosters: { + lugia: { + name: { + en: 'Lugia' + } + }, + 'ho-oh': { + name: { + en: 'Ho=Oh' + } + } + } } export default set diff --git a/data/Pokémon TCG Pocket/Wisdom of Sea and Sky/001.ts b/data/Pokémon TCG Pocket/Wisdom of Sea and Sky/001.ts index e4a46afc4..e883bad7d 100644 --- a/data/Pokémon TCG Pocket/Wisdom of Sea and Sky/001.ts +++ b/data/Pokémon TCG Pocket/Wisdom of Sea and Sky/001.ts @@ -38,7 +38,8 @@ const card: Card = { value: "+20" }], - retreat: 1 + retreat: 1, + boosters: ["lugia"] } export default card \ No newline at end of file diff --git a/data/Pokémon TCG Pocket/Wisdom of Sea and Sky/002.ts b/data/Pokémon TCG Pocket/Wisdom of Sea and Sky/002.ts index e9e67cd6e..9885f3cd4 100644 --- a/data/Pokémon TCG Pocket/Wisdom of Sea and Sky/002.ts +++ b/data/Pokémon TCG Pocket/Wisdom of Sea and Sky/002.ts @@ -38,7 +38,8 @@ const card: Card = { value: "+20" }], - retreat: 1 + retreat: 1, + boosters: ["lugia"] } export default card \ No newline at end of file diff --git a/data/Pokémon TCG Pocket/Wisdom of Sea and Sky/003.ts b/data/Pokémon TCG Pocket/Wisdom of Sea and Sky/003.ts index 068a68444..5a3bbc883 100644 --- a/data/Pokémon TCG Pocket/Wisdom of Sea and Sky/003.ts +++ b/data/Pokémon TCG Pocket/Wisdom of Sea and Sky/003.ts @@ -42,7 +42,8 @@ const card: Card = { value: "+20" }], - retreat: 1 + retreat: 1, + boosters: ["lugia"] } export default card \ No newline at end of file diff --git a/data/Pokémon TCG Pocket/Wisdom of Sea and Sky/004.ts b/data/Pokémon TCG Pocket/Wisdom of Sea and Sky/004.ts index 208958f4a..ba7a15f4b 100644 --- a/data/Pokémon TCG Pocket/Wisdom of Sea and Sky/004.ts +++ b/data/Pokémon TCG Pocket/Wisdom of Sea and Sky/004.ts @@ -38,7 +38,8 @@ const card: Card = { value: "+20" }], - retreat: 2 + retreat: 2, + boosters: ["ho-oh"] } export default card \ No newline at end of file diff --git a/data/Pokémon TCG Pocket/Wisdom of Sea and Sky/005.ts b/data/Pokémon TCG Pocket/Wisdom of Sea and Sky/005.ts index 06e0d6768..ad3b885e8 100644 --- a/data/Pokémon TCG Pocket/Wisdom of Sea and Sky/005.ts +++ b/data/Pokémon TCG Pocket/Wisdom of Sea and Sky/005.ts @@ -42,7 +42,8 @@ const card: Card = { value: "+20" }], - retreat: 4 + retreat: 4, + boosters: ["ho-oh"] } export default card \ No newline at end of file diff --git a/data/Pokémon TCG Pocket/Wisdom of Sea and Sky/006.ts b/data/Pokémon TCG Pocket/Wisdom of Sea and Sky/006.ts index b8ab81352..033bd0646 100644 --- a/data/Pokémon TCG Pocket/Wisdom of Sea and Sky/006.ts +++ b/data/Pokémon TCG Pocket/Wisdom of Sea and Sky/006.ts @@ -34,7 +34,8 @@ const card: Card = { value: "+20" }], - retreat: 1 + retreat: 1, + boosters: ["lugia"] } export default card \ No newline at end of file diff --git a/data/Pokémon TCG Pocket/Wisdom of Sea and Sky/007.ts b/data/Pokémon TCG Pocket/Wisdom of Sea and Sky/007.ts index 9f613238c..219e0174c 100644 --- a/data/Pokémon TCG Pocket/Wisdom of Sea and Sky/007.ts +++ b/data/Pokémon TCG Pocket/Wisdom of Sea and Sky/007.ts @@ -34,7 +34,8 @@ const card: Card = { value: "+20" }], - retreat: 2 + retreat: 2, + boosters: ["lugia"] } export default card \ No newline at end of file diff --git a/data/Pokémon TCG Pocket/Wisdom of Sea and Sky/008.ts b/data/Pokémon TCG Pocket/Wisdom of Sea and Sky/008.ts index 0fc1622d4..dde664925 100644 --- a/data/Pokémon TCG Pocket/Wisdom of Sea and Sky/008.ts +++ b/data/Pokémon TCG Pocket/Wisdom of Sea and Sky/008.ts @@ -34,7 +34,8 @@ const card: Card = { value: "+20" }], - retreat: 1 + retreat: 1, + boosters: ["lugia"] } export default card \ No newline at end of file diff --git a/data/Pokémon TCG Pocket/Wisdom of Sea and Sky/009.ts b/data/Pokémon TCG Pocket/Wisdom of Sea and Sky/009.ts index 74e6a7e62..0bbf6821e 100644 --- a/data/Pokémon TCG Pocket/Wisdom of Sea and Sky/009.ts +++ b/data/Pokémon TCG Pocket/Wisdom of Sea and Sky/009.ts @@ -38,7 +38,8 @@ const card: Card = { value: "+20" }], - retreat: 2 + retreat: 2, + boosters: ["lugia"] } export default card \ No newline at end of file diff --git a/data/Pokémon TCG Pocket/Wisdom of Sea and Sky/010.ts b/data/Pokémon TCG Pocket/Wisdom of Sea and Sky/010.ts index 13bb72ede..79829cae0 100644 --- a/data/Pokémon TCG Pocket/Wisdom of Sea and Sky/010.ts +++ b/data/Pokémon TCG Pocket/Wisdom of Sea and Sky/010.ts @@ -42,7 +42,8 @@ const card: Card = { value: "+20" }], - retreat: 3 + retreat: 3, + boosters: ["lugia"] } export default card \ No newline at end of file diff --git a/data/Pokémon TCG Pocket/Wisdom of Sea and Sky/011.ts b/data/Pokémon TCG Pocket/Wisdom of Sea and Sky/011.ts index 81afce795..d6afe1152 100644 --- a/data/Pokémon TCG Pocket/Wisdom of Sea and Sky/011.ts +++ b/data/Pokémon TCG Pocket/Wisdom of Sea and Sky/011.ts @@ -34,7 +34,8 @@ const card: Card = { value: "+20" }], - retreat: 1 + retreat: 1, + boosters: ["lugia"] } export default card \ No newline at end of file diff --git a/data/Pokémon TCG Pocket/Wisdom of Sea and Sky/012.ts b/data/Pokémon TCG Pocket/Wisdom of Sea and Sky/012.ts index 06916d0db..b45e26c16 100644 --- a/data/Pokémon TCG Pocket/Wisdom of Sea and Sky/012.ts +++ b/data/Pokémon TCG Pocket/Wisdom of Sea and Sky/012.ts @@ -38,7 +38,8 @@ const card: Card = { value: "+20" }], - retreat: 1 + retreat: 1, + boosters: ["lugia"] } export default card \ No newline at end of file diff --git a/data/Pokémon TCG Pocket/Wisdom of Sea and Sky/013.ts b/data/Pokémon TCG Pocket/Wisdom of Sea and Sky/013.ts index 07940cd8a..08fd9e3d1 100644 --- a/data/Pokémon TCG Pocket/Wisdom of Sea and Sky/013.ts +++ b/data/Pokémon TCG Pocket/Wisdom of Sea and Sky/013.ts @@ -34,7 +34,8 @@ const card: Card = { value: "+20" }], - retreat: 1 + retreat: 1, + boosters: ["ho-oh"] } export default card \ No newline at end of file diff --git a/data/Pokémon TCG Pocket/Wisdom of Sea and Sky/014.ts b/data/Pokémon TCG Pocket/Wisdom of Sea and Sky/014.ts index 297962a3a..a83481139 100644 --- a/data/Pokémon TCG Pocket/Wisdom of Sea and Sky/014.ts +++ b/data/Pokémon TCG Pocket/Wisdom of Sea and Sky/014.ts @@ -38,7 +38,8 @@ const card: Card = { value: "+20" }], - retreat: 1 + retreat: 1, + boosters: ["ho-oh"] } export default card \ No newline at end of file diff --git a/data/Pokémon TCG Pocket/Wisdom of Sea and Sky/015.ts b/data/Pokémon TCG Pocket/Wisdom of Sea and Sky/015.ts index 6651695b1..259510cde 100644 --- a/data/Pokémon TCG Pocket/Wisdom of Sea and Sky/015.ts +++ b/data/Pokémon TCG Pocket/Wisdom of Sea and Sky/015.ts @@ -50,7 +50,8 @@ const card: Card = { value: "+20" }], - retreat: 1 + retreat: 1, + boosters: ["ho-oh"] } export default card \ No newline at end of file diff --git a/data/Pokémon TCG Pocket/Wisdom of Sea and Sky/016.ts b/data/Pokémon TCG Pocket/Wisdom of Sea and Sky/016.ts index aaf99bfeb..9674afbe0 100644 --- a/data/Pokémon TCG Pocket/Wisdom of Sea and Sky/016.ts +++ b/data/Pokémon TCG Pocket/Wisdom of Sea and Sky/016.ts @@ -38,7 +38,8 @@ const card: Card = { value: "+20" }], - retreat: 1 + retreat: 1, + boosters: ["ho-oh", "lugia"] } export default card \ No newline at end of file diff --git a/data/Pokémon TCG Pocket/Wisdom of Sea and Sky/017.ts b/data/Pokémon TCG Pocket/Wisdom of Sea and Sky/017.ts index 66aa631f6..8e02483b2 100644 --- a/data/Pokémon TCG Pocket/Wisdom of Sea and Sky/017.ts +++ b/data/Pokémon TCG Pocket/Wisdom of Sea and Sky/017.ts @@ -38,7 +38,8 @@ const card: Card = { value: "+20" }], - retreat: 1 + retreat: 1, + boosters: ["ho-oh", "lugia"] } export default card \ No newline at end of file diff --git a/data/Pokémon TCG Pocket/Wisdom of Sea and Sky/018.ts b/data/Pokémon TCG Pocket/Wisdom of Sea and Sky/018.ts index 92e852409..fa145685b 100644 --- a/data/Pokémon TCG Pocket/Wisdom of Sea and Sky/018.ts +++ b/data/Pokémon TCG Pocket/Wisdom of Sea and Sky/018.ts @@ -38,7 +38,8 @@ const card: Card = { value: "+20" }], - retreat: 1 + retreat: 1, + boosters: ["ho-oh", "lugia"] } export default card \ No newline at end of file diff --git a/data/Pokémon TCG Pocket/Wisdom of Sea and Sky/019.ts b/data/Pokémon TCG Pocket/Wisdom of Sea and Sky/019.ts index 401ee7d50..9d9a90704 100644 --- a/data/Pokémon TCG Pocket/Wisdom of Sea and Sky/019.ts +++ b/data/Pokémon TCG Pocket/Wisdom of Sea and Sky/019.ts @@ -38,7 +38,8 @@ const card: Card = { value: "+20" }], - retreat: 1 + retreat: 1, + boosters: ["ho-oh", "lugia"] } export default card \ No newline at end of file diff --git a/data/Pokémon TCG Pocket/Wisdom of Sea and Sky/020.ts b/data/Pokémon TCG Pocket/Wisdom of Sea and Sky/020.ts index 566854a72..34661216a 100644 --- a/data/Pokémon TCG Pocket/Wisdom of Sea and Sky/020.ts +++ b/data/Pokémon TCG Pocket/Wisdom of Sea and Sky/020.ts @@ -34,7 +34,8 @@ const card: Card = { value: "+20" }], - retreat: 1 + retreat: 1, + boosters: ["ho-oh", "lugia"] } export default card \ No newline at end of file diff --git a/data/Pokémon TCG Pocket/Wisdom of Sea and Sky/021.ts b/data/Pokémon TCG Pocket/Wisdom of Sea and Sky/021.ts index 2cca348ed..ee000d5e0 100644 --- a/data/Pokémon TCG Pocket/Wisdom of Sea and Sky/021.ts +++ b/data/Pokémon TCG Pocket/Wisdom of Sea and Sky/021.ts @@ -46,7 +46,8 @@ const card: Card = { value: "+20" }], - retreat: 1 + retreat: 1, + boosters: ["lugia"] } export default card \ No newline at end of file diff --git a/data/Pokémon TCG Pocket/Wisdom of Sea and Sky/022.ts b/data/Pokémon TCG Pocket/Wisdom of Sea and Sky/022.ts index 8a98dc878..c141d24fc 100644 --- a/data/Pokémon TCG Pocket/Wisdom of Sea and Sky/022.ts +++ b/data/Pokémon TCG Pocket/Wisdom of Sea and Sky/022.ts @@ -38,7 +38,8 @@ const card: Card = { value: "+20" }], - retreat: 2 + retreat: 2, + boosters: ["ho-oh"] } export default card \ No newline at end of file diff --git a/data/Pokémon TCG Pocket/Wisdom of Sea and Sky/023.ts b/data/Pokémon TCG Pocket/Wisdom of Sea and Sky/023.ts index 65e6ef31d..a0e58dabf 100644 --- a/data/Pokémon TCG Pocket/Wisdom of Sea and Sky/023.ts +++ b/data/Pokémon TCG Pocket/Wisdom of Sea and Sky/023.ts @@ -50,7 +50,8 @@ const card: Card = { value: "+20" }], - retreat: 1 + retreat: 1, + boosters: ["ho-oh", "lugia"] } export default card \ No newline at end of file diff --git a/data/Pokémon TCG Pocket/Wisdom of Sea and Sky/024.ts b/data/Pokémon TCG Pocket/Wisdom of Sea and Sky/024.ts index 76ff53136..61dfd824d 100644 --- a/data/Pokémon TCG Pocket/Wisdom of Sea and Sky/024.ts +++ b/data/Pokémon TCG Pocket/Wisdom of Sea and Sky/024.ts @@ -38,7 +38,8 @@ const card: Card = { value: "+20" }], - retreat: 1 + retreat: 1, + boosters: ["ho-oh", "lugia"] } export default card \ No newline at end of file diff --git a/data/Pokémon TCG Pocket/Wisdom of Sea and Sky/025.ts b/data/Pokémon TCG Pocket/Wisdom of Sea and Sky/025.ts index d489bf3e8..b8fa349f4 100644 --- a/data/Pokémon TCG Pocket/Wisdom of Sea and Sky/025.ts +++ b/data/Pokémon TCG Pocket/Wisdom of Sea and Sky/025.ts @@ -34,7 +34,8 @@ const card: Card = { value: "+20" }], - retreat: 1 + retreat: 1, + boosters: ["lugia"] } export default card \ No newline at end of file diff --git a/data/Pokémon TCG Pocket/Wisdom of Sea and Sky/026.ts b/data/Pokémon TCG Pocket/Wisdom of Sea and Sky/026.ts index 4a15985c9..c6f30c513 100644 --- a/data/Pokémon TCG Pocket/Wisdom of Sea and Sky/026.ts +++ b/data/Pokémon TCG Pocket/Wisdom of Sea and Sky/026.ts @@ -42,7 +42,8 @@ const card: Card = { value: "+20" }], - retreat: 1 + retreat: 1, + boosters: ["lugia"] } export default card \ No newline at end of file diff --git a/data/Pokémon TCG Pocket/Wisdom of Sea and Sky/027.ts b/data/Pokémon TCG Pocket/Wisdom of Sea and Sky/027.ts index e87353e55..b98117d5d 100644 --- a/data/Pokémon TCG Pocket/Wisdom of Sea and Sky/027.ts +++ b/data/Pokémon TCG Pocket/Wisdom of Sea and Sky/027.ts @@ -34,7 +34,8 @@ const card: Card = { value: "+20" }], - retreat: 1 + retreat: 1, + boosters: ["lugia"] } export default card \ No newline at end of file diff --git a/data/Pokémon TCG Pocket/Wisdom of Sea and Sky/028.ts b/data/Pokémon TCG Pocket/Wisdom of Sea and Sky/028.ts index 197b44314..5ad592b8f 100644 --- a/data/Pokémon TCG Pocket/Wisdom of Sea and Sky/028.ts +++ b/data/Pokémon TCG Pocket/Wisdom of Sea and Sky/028.ts @@ -38,7 +38,8 @@ const card: Card = { value: "+20" }], - retreat: 1 + retreat: 1, + boosters: ["lugia"] } export default card \ No newline at end of file diff --git a/data/Pokémon TCG Pocket/Wisdom of Sea and Sky/029.ts b/data/Pokémon TCG Pocket/Wisdom of Sea and Sky/029.ts index 69466ba5e..a8af11666 100644 --- a/data/Pokémon TCG Pocket/Wisdom of Sea and Sky/029.ts +++ b/data/Pokémon TCG Pocket/Wisdom of Sea and Sky/029.ts @@ -50,7 +50,8 @@ const card: Card = { value: "+20" }], - retreat: 2 + retreat: 2, + boosters: ["lugia"] } export default card \ No newline at end of file diff --git a/data/Pokémon TCG Pocket/Wisdom of Sea and Sky/030.ts b/data/Pokémon TCG Pocket/Wisdom of Sea and Sky/030.ts index 69253e3cf..2b7079dc4 100644 --- a/data/Pokémon TCG Pocket/Wisdom of Sea and Sky/030.ts +++ b/data/Pokémon TCG Pocket/Wisdom of Sea and Sky/030.ts @@ -34,7 +34,8 @@ const card: Card = { value: "+20" }], - retreat: 2 + retreat: 2, + boosters: ["ho-oh"] } export default card \ No newline at end of file diff --git a/data/Pokémon TCG Pocket/Wisdom of Sea and Sky/031.ts b/data/Pokémon TCG Pocket/Wisdom of Sea and Sky/031.ts index 1bd002c32..ef4b30c38 100644 --- a/data/Pokémon TCG Pocket/Wisdom of Sea and Sky/031.ts +++ b/data/Pokémon TCG Pocket/Wisdom of Sea and Sky/031.ts @@ -41,7 +41,8 @@ const card: Card = { value: "+20" }], - retreat: 3 + retreat: 3, + boosters: ["ho-oh"] } export default card \ No newline at end of file diff --git a/data/Pokémon TCG Pocket/Wisdom of Sea and Sky/032.ts b/data/Pokémon TCG Pocket/Wisdom of Sea and Sky/032.ts index 1f82e0059..75db58d47 100644 --- a/data/Pokémon TCG Pocket/Wisdom of Sea and Sky/032.ts +++ b/data/Pokémon TCG Pocket/Wisdom of Sea and Sky/032.ts @@ -35,7 +35,8 @@ const card: Card = { value: "+20" }], - retreat: 0 + retreat: 0, + boosters: ["ho-oh"] } export default card \ No newline at end of file diff --git a/data/Pokémon TCG Pocket/Wisdom of Sea and Sky/033.ts b/data/Pokémon TCG Pocket/Wisdom of Sea and Sky/033.ts index ffffd94ad..18d185dbb 100644 --- a/data/Pokémon TCG Pocket/Wisdom of Sea and Sky/033.ts +++ b/data/Pokémon TCG Pocket/Wisdom of Sea and Sky/033.ts @@ -38,7 +38,8 @@ const card: Card = { value: "+20" }], - retreat: 2 + retreat: 2, + boosters: ["ho-oh"] } export default card \ No newline at end of file diff --git a/data/Pokémon TCG Pocket/Wisdom of Sea and Sky/034.ts b/data/Pokémon TCG Pocket/Wisdom of Sea and Sky/034.ts index b95cbb37f..2b4d40576 100644 --- a/data/Pokémon TCG Pocket/Wisdom of Sea and Sky/034.ts +++ b/data/Pokémon TCG Pocket/Wisdom of Sea and Sky/034.ts @@ -34,7 +34,8 @@ const card: Card = { value: "+20" }], - retreat: 2 + retreat: 2, + boosters: ["ho-oh"] } export default card \ No newline at end of file diff --git a/data/Pokémon TCG Pocket/Wisdom of Sea and Sky/035.ts b/data/Pokémon TCG Pocket/Wisdom of Sea and Sky/035.ts index 094b4a7da..050045d7b 100644 --- a/data/Pokémon TCG Pocket/Wisdom of Sea and Sky/035.ts +++ b/data/Pokémon TCG Pocket/Wisdom of Sea and Sky/035.ts @@ -34,7 +34,8 @@ const card: Card = { value: "+20" }], - retreat: 1 + retreat: 1, + boosters: ["ho-oh", "lugia"] } export default card \ No newline at end of file diff --git a/data/Pokémon TCG Pocket/Wisdom of Sea and Sky/036.ts b/data/Pokémon TCG Pocket/Wisdom of Sea and Sky/036.ts index f448aa52e..51ebb6fd3 100644 --- a/data/Pokémon TCG Pocket/Wisdom of Sea and Sky/036.ts +++ b/data/Pokémon TCG Pocket/Wisdom of Sea and Sky/036.ts @@ -38,7 +38,8 @@ const card: Card = { value: "+20" }], - retreat: 2 + retreat: 2, + boosters: ["ho-oh", "lugia"] } export default card \ No newline at end of file diff --git a/data/Pokémon TCG Pocket/Wisdom of Sea and Sky/037.ts b/data/Pokémon TCG Pocket/Wisdom of Sea and Sky/037.ts index ca54c7782..81c951994 100644 --- a/data/Pokémon TCG Pocket/Wisdom of Sea and Sky/037.ts +++ b/data/Pokémon TCG Pocket/Wisdom of Sea and Sky/037.ts @@ -38,7 +38,8 @@ const card: Card = { value: "+20" }], - retreat: 2 + retreat: 2, + boosters: ["ho-oh", "lugia"] } export default card \ No newline at end of file diff --git a/data/Pokémon TCG Pocket/Wisdom of Sea and Sky/038.ts b/data/Pokémon TCG Pocket/Wisdom of Sea and Sky/038.ts index e45aa1321..fd2b48825 100644 --- a/data/Pokémon TCG Pocket/Wisdom of Sea and Sky/038.ts +++ b/data/Pokémon TCG Pocket/Wisdom of Sea and Sky/038.ts @@ -34,7 +34,8 @@ const card: Card = { value: "+20" }], - retreat: 1 + retreat: 1, + boosters: ["lugia"] } export default card \ No newline at end of file diff --git a/data/Pokémon TCG Pocket/Wisdom of Sea and Sky/039.ts b/data/Pokémon TCG Pocket/Wisdom of Sea and Sky/039.ts index d888aaf5e..1448ec25d 100644 --- a/data/Pokémon TCG Pocket/Wisdom of Sea and Sky/039.ts +++ b/data/Pokémon TCG Pocket/Wisdom of Sea and Sky/039.ts @@ -38,7 +38,8 @@ const card: Card = { value: "+20" }], - retreat: 1 + retreat: 1, + boosters: ["lugia"] } export default card \ No newline at end of file diff --git a/data/Pokémon TCG Pocket/Wisdom of Sea and Sky/040.ts b/data/Pokémon TCG Pocket/Wisdom of Sea and Sky/040.ts index c2cb6a39a..b7b4ed3c6 100644 --- a/data/Pokémon TCG Pocket/Wisdom of Sea and Sky/040.ts +++ b/data/Pokémon TCG Pocket/Wisdom of Sea and Sky/040.ts @@ -50,7 +50,8 @@ const card: Card = { value: "+20" }], - retreat: 1 + retreat: 1, + boosters: ["lugia"] } export default card \ No newline at end of file diff --git a/data/Pokémon TCG Pocket/Wisdom of Sea and Sky/041.ts b/data/Pokémon TCG Pocket/Wisdom of Sea and Sky/041.ts index ee23105b3..2b2990a47 100644 --- a/data/Pokémon TCG Pocket/Wisdom of Sea and Sky/041.ts +++ b/data/Pokémon TCG Pocket/Wisdom of Sea and Sky/041.ts @@ -34,7 +34,8 @@ const card: Card = { value: "+20" }], - retreat: 1 + retreat: 1, + boosters: ["lugia"] } export default card \ No newline at end of file diff --git a/data/Pokémon TCG Pocket/Wisdom of Sea and Sky/042.ts b/data/Pokémon TCG Pocket/Wisdom of Sea and Sky/042.ts index f698d94ab..3ab16b236 100644 --- a/data/Pokémon TCG Pocket/Wisdom of Sea and Sky/042.ts +++ b/data/Pokémon TCG Pocket/Wisdom of Sea and Sky/042.ts @@ -38,7 +38,8 @@ const card: Card = { value: "+20" }], - retreat: 1 + retreat: 1, + boosters: ["lugia"] } export default card \ No newline at end of file diff --git a/data/Pokémon TCG Pocket/Wisdom of Sea and Sky/043.ts b/data/Pokémon TCG Pocket/Wisdom of Sea and Sky/043.ts index 9a41040ca..295fc2887 100644 --- a/data/Pokémon TCG Pocket/Wisdom of Sea and Sky/043.ts +++ b/data/Pokémon TCG Pocket/Wisdom of Sea and Sky/043.ts @@ -39,7 +39,8 @@ const card: Card = { value: "+20" }], - retreat: 1 + retreat: 1, + boosters: ["lugia"] } export default card \ No newline at end of file diff --git a/data/Pokémon TCG Pocket/Wisdom of Sea and Sky/044.ts b/data/Pokémon TCG Pocket/Wisdom of Sea and Sky/044.ts index 214267ab4..a84f2fc01 100644 --- a/data/Pokémon TCG Pocket/Wisdom of Sea and Sky/044.ts +++ b/data/Pokémon TCG Pocket/Wisdom of Sea and Sky/044.ts @@ -38,7 +38,8 @@ const card: Card = { value: "+20" }], - retreat: 1 + retreat: 1, + boosters: ["lugia"] } export default card \ No newline at end of file diff --git a/data/Pokémon TCG Pocket/Wisdom of Sea and Sky/045.ts b/data/Pokémon TCG Pocket/Wisdom of Sea and Sky/045.ts index 7b9dc7d25..b2accb2fb 100644 --- a/data/Pokémon TCG Pocket/Wisdom of Sea and Sky/045.ts +++ b/data/Pokémon TCG Pocket/Wisdom of Sea and Sky/045.ts @@ -42,7 +42,8 @@ const card: Card = { value: "+20" }], - retreat: 3 + retreat: 3, + boosters: ["lugia"] } export default card \ No newline at end of file diff --git a/data/Pokémon TCG Pocket/Wisdom of Sea and Sky/046.ts b/data/Pokémon TCG Pocket/Wisdom of Sea and Sky/046.ts index a9cb0489a..c0088a7e0 100644 --- a/data/Pokémon TCG Pocket/Wisdom of Sea and Sky/046.ts +++ b/data/Pokémon TCG Pocket/Wisdom of Sea and Sky/046.ts @@ -34,7 +34,8 @@ const card: Card = { value: "+20" }], - retreat: 1 + retreat: 1, + boosters: ["ho-oh"] } export default card \ No newline at end of file diff --git a/data/Pokémon TCG Pocket/Wisdom of Sea and Sky/047.ts b/data/Pokémon TCG Pocket/Wisdom of Sea and Sky/047.ts index e469730ba..abc185566 100644 --- a/data/Pokémon TCG Pocket/Wisdom of Sea and Sky/047.ts +++ b/data/Pokémon TCG Pocket/Wisdom of Sea and Sky/047.ts @@ -38,7 +38,8 @@ const card: Card = { value: "+20" }], - retreat: 2 + retreat: 2, + boosters: ["ho-oh"] } export default card \ No newline at end of file diff --git a/data/Pokémon TCG Pocket/Wisdom of Sea and Sky/048.ts b/data/Pokémon TCG Pocket/Wisdom of Sea and Sky/048.ts index a83ed973b..dca03cbed 100644 --- a/data/Pokémon TCG Pocket/Wisdom of Sea and Sky/048.ts +++ b/data/Pokémon TCG Pocket/Wisdom of Sea and Sky/048.ts @@ -42,7 +42,8 @@ const card: Card = { value: "+20" }], - retreat: 3 + retreat: 3, + boosters: ["ho-oh"] } export default card \ No newline at end of file diff --git a/data/Pokémon TCG Pocket/Wisdom of Sea and Sky/049.ts b/data/Pokémon TCG Pocket/Wisdom of Sea and Sky/049.ts index ead6b0823..3a480ae3f 100644 --- a/data/Pokémon TCG Pocket/Wisdom of Sea and Sky/049.ts +++ b/data/Pokémon TCG Pocket/Wisdom of Sea and Sky/049.ts @@ -34,7 +34,8 @@ const card: Card = { value: "+20" }], - retreat: 1 + retreat: 1, + boosters: ["ho-oh"] } export default card \ No newline at end of file diff --git a/data/Pokémon TCG Pocket/Wisdom of Sea and Sky/050.ts b/data/Pokémon TCG Pocket/Wisdom of Sea and Sky/050.ts index 8bbfeb3fc..c9abfc96b 100644 --- a/data/Pokémon TCG Pocket/Wisdom of Sea and Sky/050.ts +++ b/data/Pokémon TCG Pocket/Wisdom of Sea and Sky/050.ts @@ -50,7 +50,8 @@ const card: Card = { value: "+20" }], - retreat: 2 + retreat: 2, + boosters: ["ho-oh"] } export default card \ No newline at end of file diff --git a/data/Pokémon TCG Pocket/Wisdom of Sea and Sky/051.ts b/data/Pokémon TCG Pocket/Wisdom of Sea and Sky/051.ts index afe07fa81..8b573a6bd 100644 --- a/data/Pokémon TCG Pocket/Wisdom of Sea and Sky/051.ts +++ b/data/Pokémon TCG Pocket/Wisdom of Sea and Sky/051.ts @@ -34,7 +34,8 @@ const card: Card = { value: "+20" }], - retreat: 1 + retreat: 1, + boosters: ["lugia"] } export default card \ No newline at end of file diff --git a/data/Pokémon TCG Pocket/Wisdom of Sea and Sky/052.ts b/data/Pokémon TCG Pocket/Wisdom of Sea and Sky/052.ts index a33456f97..17c486341 100644 --- a/data/Pokémon TCG Pocket/Wisdom of Sea and Sky/052.ts +++ b/data/Pokémon TCG Pocket/Wisdom of Sea and Sky/052.ts @@ -38,7 +38,8 @@ const card: Card = { value: "+20" }], - retreat: 3 + retreat: 3, + boosters: ["lugia"] } export default card \ No newline at end of file diff --git a/data/Pokémon TCG Pocket/Wisdom of Sea and Sky/053.ts b/data/Pokémon TCG Pocket/Wisdom of Sea and Sky/053.ts index 71b389a6e..439460b42 100644 --- a/data/Pokémon TCG Pocket/Wisdom of Sea and Sky/053.ts +++ b/data/Pokémon TCG Pocket/Wisdom of Sea and Sky/053.ts @@ -38,7 +38,8 @@ const card: Card = { value: "+20" }], - retreat: 2 + retreat: 2, + boosters: ["lugia"] } export default card \ No newline at end of file diff --git a/data/Pokémon TCG Pocket/Wisdom of Sea and Sky/054.ts b/data/Pokémon TCG Pocket/Wisdom of Sea and Sky/054.ts index f4416ffbd..3a82409cf 100644 --- a/data/Pokémon TCG Pocket/Wisdom of Sea and Sky/054.ts +++ b/data/Pokémon TCG Pocket/Wisdom of Sea and Sky/054.ts @@ -37,7 +37,8 @@ const card: Card = { value: "+20" }], - retreat: 1 + retreat: 1, + boosters: ["lugia"] } export default card \ No newline at end of file diff --git a/data/Pokémon TCG Pocket/Wisdom of Sea and Sky/055.ts b/data/Pokémon TCG Pocket/Wisdom of Sea and Sky/055.ts index 53aacf143..97efe409d 100644 --- a/data/Pokémon TCG Pocket/Wisdom of Sea and Sky/055.ts +++ b/data/Pokémon TCG Pocket/Wisdom of Sea and Sky/055.ts @@ -34,7 +34,8 @@ const card: Card = { value: "+20" }], - retreat: 1 + retreat: 1, + boosters: ["lugia"] } export default card \ No newline at end of file diff --git a/data/Pokémon TCG Pocket/Wisdom of Sea and Sky/056.ts b/data/Pokémon TCG Pocket/Wisdom of Sea and Sky/056.ts index d5db91a0e..df17cb31f 100644 --- a/data/Pokémon TCG Pocket/Wisdom of Sea and Sky/056.ts +++ b/data/Pokémon TCG Pocket/Wisdom of Sea and Sky/056.ts @@ -42,7 +42,8 @@ const card: Card = { value: "+20" }], - retreat: 2 + retreat: 2, + boosters: ["lugia"] } export default card \ No newline at end of file diff --git a/data/Pokémon TCG Pocket/Wisdom of Sea and Sky/057.ts b/data/Pokémon TCG Pocket/Wisdom of Sea and Sky/057.ts index 3415af44b..38d5d67bb 100644 --- a/data/Pokémon TCG Pocket/Wisdom of Sea and Sky/057.ts +++ b/data/Pokémon TCG Pocket/Wisdom of Sea and Sky/057.ts @@ -38,7 +38,8 @@ const card: Card = { value: "+20" }], - retreat: 1 + retreat: 1, + boosters: ["ho-oh"] } export default card \ No newline at end of file diff --git a/data/Pokémon TCG Pocket/Wisdom of Sea and Sky/058.ts b/data/Pokémon TCG Pocket/Wisdom of Sea and Sky/058.ts index 79735d7a9..cd3402a5b 100644 --- a/data/Pokémon TCG Pocket/Wisdom of Sea and Sky/058.ts +++ b/data/Pokémon TCG Pocket/Wisdom of Sea and Sky/058.ts @@ -38,7 +38,8 @@ const card: Card = { value: "+20" }], - retreat: 2 + retreat: 2, + boosters: ["lugia"] } export default card \ No newline at end of file diff --git a/data/Pokémon TCG Pocket/Wisdom of Sea and Sky/059.ts b/data/Pokémon TCG Pocket/Wisdom of Sea and Sky/059.ts index cb6490859..508077e48 100644 --- a/data/Pokémon TCG Pocket/Wisdom of Sea and Sky/059.ts +++ b/data/Pokémon TCG Pocket/Wisdom of Sea and Sky/059.ts @@ -38,7 +38,8 @@ const card: Card = { value: "+20" }], - retreat: 1 + retreat: 1, + boosters: ["lugia"] } export default card \ No newline at end of file diff --git a/data/Pokémon TCG Pocket/Wisdom of Sea and Sky/060.ts b/data/Pokémon TCG Pocket/Wisdom of Sea and Sky/060.ts index e7fa20f16..7c55d48f0 100644 --- a/data/Pokémon TCG Pocket/Wisdom of Sea and Sky/060.ts +++ b/data/Pokémon TCG Pocket/Wisdom of Sea and Sky/060.ts @@ -34,7 +34,8 @@ const card: Card = { value: "+20" }], - retreat: 1 + retreat: 1, + boosters: ["lugia"] } export default card \ No newline at end of file diff --git a/data/Pokémon TCG Pocket/Wisdom of Sea and Sky/061.ts b/data/Pokémon TCG Pocket/Wisdom of Sea and Sky/061.ts index 9241761ea..bc8e1bd2e 100644 --- a/data/Pokémon TCG Pocket/Wisdom of Sea and Sky/061.ts +++ b/data/Pokémon TCG Pocket/Wisdom of Sea and Sky/061.ts @@ -50,7 +50,8 @@ const card: Card = { value: "+20" }], - retreat: 2 + retreat: 2, + boosters: ["lugia"] } export default card \ No newline at end of file diff --git a/data/Pokémon TCG Pocket/Wisdom of Sea and Sky/062.ts b/data/Pokémon TCG Pocket/Wisdom of Sea and Sky/062.ts index 5af08304d..9984ce1c4 100644 --- a/data/Pokémon TCG Pocket/Wisdom of Sea and Sky/062.ts +++ b/data/Pokémon TCG Pocket/Wisdom of Sea and Sky/062.ts @@ -34,7 +34,8 @@ const card: Card = { value: "+20" }], - retreat: 1 + retreat: 1, + boosters: ["ho-oh"] } export default card \ No newline at end of file diff --git a/data/Pokémon TCG Pocket/Wisdom of Sea and Sky/063.ts b/data/Pokémon TCG Pocket/Wisdom of Sea and Sky/063.ts index 58b038cbc..d6a032690 100644 --- a/data/Pokémon TCG Pocket/Wisdom of Sea and Sky/063.ts +++ b/data/Pokémon TCG Pocket/Wisdom of Sea and Sky/063.ts @@ -42,7 +42,8 @@ const card: Card = { value: "+20" }], - retreat: 0 + retreat: 0, + boosters: ["ho-oh"] } export default card \ No newline at end of file diff --git a/data/Pokémon TCG Pocket/Wisdom of Sea and Sky/064.ts b/data/Pokémon TCG Pocket/Wisdom of Sea and Sky/064.ts index ca2f7f30c..74059dbf2 100644 --- a/data/Pokémon TCG Pocket/Wisdom of Sea and Sky/064.ts +++ b/data/Pokémon TCG Pocket/Wisdom of Sea and Sky/064.ts @@ -34,7 +34,8 @@ const card: Card = { value: "+20" }], - retreat: 1 + retreat: 1, + boosters: ["lugia"] } export default card \ No newline at end of file diff --git a/data/Pokémon TCG Pocket/Wisdom of Sea and Sky/065.ts b/data/Pokémon TCG Pocket/Wisdom of Sea and Sky/065.ts index 21db479f3..a013e90eb 100644 --- a/data/Pokémon TCG Pocket/Wisdom of Sea and Sky/065.ts +++ b/data/Pokémon TCG Pocket/Wisdom of Sea and Sky/065.ts @@ -39,7 +39,8 @@ const card: Card = { value: "+20" }], - retreat: 2 + retreat: 2, + boosters: ["lugia"] } export default card \ No newline at end of file diff --git a/data/Pokémon TCG Pocket/Wisdom of Sea and Sky/066.ts b/data/Pokémon TCG Pocket/Wisdom of Sea and Sky/066.ts index c3334d528..c96551d44 100644 --- a/data/Pokémon TCG Pocket/Wisdom of Sea and Sky/066.ts +++ b/data/Pokémon TCG Pocket/Wisdom of Sea and Sky/066.ts @@ -35,7 +35,8 @@ const card: Card = { value: "+20" }], - retreat: 0 + retreat: 0, + boosters: ["lugia"] } export default card \ No newline at end of file diff --git a/data/Pokémon TCG Pocket/Wisdom of Sea and Sky/067.ts b/data/Pokémon TCG Pocket/Wisdom of Sea and Sky/067.ts index 8f42285e4..cb865b920 100644 --- a/data/Pokémon TCG Pocket/Wisdom of Sea and Sky/067.ts +++ b/data/Pokémon TCG Pocket/Wisdom of Sea and Sky/067.ts @@ -34,7 +34,8 @@ const card: Card = { value: "+20" }], - retreat: 1 + retreat: 1, + boosters: ["lugia"] } export default card \ No newline at end of file diff --git a/data/Pokémon TCG Pocket/Wisdom of Sea and Sky/068.ts b/data/Pokémon TCG Pocket/Wisdom of Sea and Sky/068.ts index 7c15bf2b1..4a6d8495a 100644 --- a/data/Pokémon TCG Pocket/Wisdom of Sea and Sky/068.ts +++ b/data/Pokémon TCG Pocket/Wisdom of Sea and Sky/068.ts @@ -38,7 +38,8 @@ const card: Card = { value: "+20" }], - retreat: 2 + retreat: 2, + boosters: ["lugia"] } export default card \ No newline at end of file diff --git a/data/Pokémon TCG Pocket/Wisdom of Sea and Sky/069.ts b/data/Pokémon TCG Pocket/Wisdom of Sea and Sky/069.ts index 9a74f0e86..050c66f67 100644 --- a/data/Pokémon TCG Pocket/Wisdom of Sea and Sky/069.ts +++ b/data/Pokémon TCG Pocket/Wisdom of Sea and Sky/069.ts @@ -42,7 +42,8 @@ const card: Card = { value: "+20" }], - retreat: 2 + retreat: 2, + boosters: ["lugia"] } export default card \ No newline at end of file diff --git a/data/Pokémon TCG Pocket/Wisdom of Sea and Sky/070.ts b/data/Pokémon TCG Pocket/Wisdom of Sea and Sky/070.ts index e3ddc31fc..cc18f95ab 100644 --- a/data/Pokémon TCG Pocket/Wisdom of Sea and Sky/070.ts +++ b/data/Pokémon TCG Pocket/Wisdom of Sea and Sky/070.ts @@ -35,7 +35,8 @@ const card: Card = { value: "+20" }], - retreat: 0 + retreat: 0, + boosters: ["lugia"] } export default card \ No newline at end of file diff --git a/data/Pokémon TCG Pocket/Wisdom of Sea and Sky/071.ts b/data/Pokémon TCG Pocket/Wisdom of Sea and Sky/071.ts index ce52da683..53a278b1c 100644 --- a/data/Pokémon TCG Pocket/Wisdom of Sea and Sky/071.ts +++ b/data/Pokémon TCG Pocket/Wisdom of Sea and Sky/071.ts @@ -38,7 +38,8 @@ const card: Card = { value: "+20" }], - retreat: 1 + retreat: 1, + boosters: ["ho-oh"] } export default card \ No newline at end of file diff --git a/data/Pokémon TCG Pocket/Wisdom of Sea and Sky/072.ts b/data/Pokémon TCG Pocket/Wisdom of Sea and Sky/072.ts index b2dec0440..1bf8463ff 100644 --- a/data/Pokémon TCG Pocket/Wisdom of Sea and Sky/072.ts +++ b/data/Pokémon TCG Pocket/Wisdom of Sea and Sky/072.ts @@ -38,7 +38,8 @@ const card: Card = { value: "+20" }], - retreat: 1 + retreat: 1, + boosters: ["ho-oh", "lugia"] } export default card \ No newline at end of file diff --git a/data/Pokémon TCG Pocket/Wisdom of Sea and Sky/073.ts b/data/Pokémon TCG Pocket/Wisdom of Sea and Sky/073.ts index 04fafb89a..b067a19b6 100644 --- a/data/Pokémon TCG Pocket/Wisdom of Sea and Sky/073.ts +++ b/data/Pokémon TCG Pocket/Wisdom of Sea and Sky/073.ts @@ -37,7 +37,8 @@ const card: Card = { value: "+20" }], - retreat: 2 + retreat: 2, + boosters: ["lugia"] } export default card \ No newline at end of file diff --git a/data/Pokémon TCG Pocket/Wisdom of Sea and Sky/074.ts b/data/Pokémon TCG Pocket/Wisdom of Sea and Sky/074.ts index db15e2f18..093d511fa 100644 --- a/data/Pokémon TCG Pocket/Wisdom of Sea and Sky/074.ts +++ b/data/Pokémon TCG Pocket/Wisdom of Sea and Sky/074.ts @@ -42,7 +42,8 @@ const card: Card = { value: "+20" }], - retreat: 2 + retreat: 2, + boosters: ["lugia"] } export default card \ No newline at end of file diff --git a/data/Pokémon TCG Pocket/Wisdom of Sea and Sky/075.ts b/data/Pokémon TCG Pocket/Wisdom of Sea and Sky/075.ts index e307d16cd..10758249b 100644 --- a/data/Pokémon TCG Pocket/Wisdom of Sea and Sky/075.ts +++ b/data/Pokémon TCG Pocket/Wisdom of Sea and Sky/075.ts @@ -37,7 +37,8 @@ const card: Card = { value: "+20" }], - retreat: 0 + retreat: 0, + boosters: ["ho-oh"] } export default card \ No newline at end of file diff --git a/data/Pokémon TCG Pocket/Wisdom of Sea and Sky/076.ts b/data/Pokémon TCG Pocket/Wisdom of Sea and Sky/076.ts index 547378ae6..9d76e50a1 100644 --- a/data/Pokémon TCG Pocket/Wisdom of Sea and Sky/076.ts +++ b/data/Pokémon TCG Pocket/Wisdom of Sea and Sky/076.ts @@ -38,7 +38,8 @@ const card: Card = { value: "+20" }], - retreat: 2 + retreat: 2, + boosters: ["ho-oh", "lugia"] } export default card \ No newline at end of file diff --git a/data/Pokémon TCG Pocket/Wisdom of Sea and Sky/077.ts b/data/Pokémon TCG Pocket/Wisdom of Sea and Sky/077.ts index 7792ae98a..1f2a813b1 100644 --- a/data/Pokémon TCG Pocket/Wisdom of Sea and Sky/077.ts +++ b/data/Pokémon TCG Pocket/Wisdom of Sea and Sky/077.ts @@ -35,7 +35,8 @@ const card: Card = { value: "+20" }], - retreat: 0 + retreat: 0, + boosters: ["lugia"] } export default card \ No newline at end of file diff --git a/data/Pokémon TCG Pocket/Wisdom of Sea and Sky/078.ts b/data/Pokémon TCG Pocket/Wisdom of Sea and Sky/078.ts index 9997b65cc..33574ccce 100644 --- a/data/Pokémon TCG Pocket/Wisdom of Sea and Sky/078.ts +++ b/data/Pokémon TCG Pocket/Wisdom of Sea and Sky/078.ts @@ -37,7 +37,8 @@ const card: Card = { value: "+20" }], - retreat: 1 + retreat: 1, + boosters: ["ho-oh"] } export default card \ No newline at end of file diff --git a/data/Pokémon TCG Pocket/Wisdom of Sea and Sky/079.ts b/data/Pokémon TCG Pocket/Wisdom of Sea and Sky/079.ts index dcef7f198..adaa74872 100644 --- a/data/Pokémon TCG Pocket/Wisdom of Sea and Sky/079.ts +++ b/data/Pokémon TCG Pocket/Wisdom of Sea and Sky/079.ts @@ -38,7 +38,8 @@ const card: Card = { value: "+20" }], - retreat: 1 + retreat: 1, + boosters: ["ho-oh"] } export default card \ No newline at end of file diff --git a/data/Pokémon TCG Pocket/Wisdom of Sea and Sky/080.ts b/data/Pokémon TCG Pocket/Wisdom of Sea and Sky/080.ts index 5de23a98e..6f18c0aa5 100644 --- a/data/Pokémon TCG Pocket/Wisdom of Sea and Sky/080.ts +++ b/data/Pokémon TCG Pocket/Wisdom of Sea and Sky/080.ts @@ -50,7 +50,8 @@ const card: Card = { value: "+20" }], - retreat: 1 + retreat: 1, + boosters: ["ho-oh"] } export default card \ No newline at end of file diff --git a/data/Pokémon TCG Pocket/Wisdom of Sea and Sky/081.ts b/data/Pokémon TCG Pocket/Wisdom of Sea and Sky/081.ts index b944bf8b0..3c6bcd2ee 100644 --- a/data/Pokémon TCG Pocket/Wisdom of Sea and Sky/081.ts +++ b/data/Pokémon TCG Pocket/Wisdom of Sea and Sky/081.ts @@ -34,7 +34,8 @@ const card: Card = { value: "+20" }], - retreat: 1 + retreat: 1, + boosters: ["lugia"] } export default card \ No newline at end of file diff --git a/data/Pokémon TCG Pocket/Wisdom of Sea and Sky/082.ts b/data/Pokémon TCG Pocket/Wisdom of Sea and Sky/082.ts index f9839b26a..58faba889 100644 --- a/data/Pokémon TCG Pocket/Wisdom of Sea and Sky/082.ts +++ b/data/Pokémon TCG Pocket/Wisdom of Sea and Sky/082.ts @@ -41,7 +41,8 @@ const card: Card = { value: "+20" }], - retreat: 1 + retreat: 1, + boosters: ["lugia"] } export default card \ No newline at end of file diff --git a/data/Pokémon TCG Pocket/Wisdom of Sea and Sky/083.ts b/data/Pokémon TCG Pocket/Wisdom of Sea and Sky/083.ts index 86d107768..eb06569b7 100644 --- a/data/Pokémon TCG Pocket/Wisdom of Sea and Sky/083.ts +++ b/data/Pokémon TCG Pocket/Wisdom of Sea and Sky/083.ts @@ -47,7 +47,8 @@ const card: Card = { value: "+20" }], - retreat: 1 + retreat: 1, + boosters: ["lugia"] } export default card \ No newline at end of file diff --git a/data/Pokémon TCG Pocket/Wisdom of Sea and Sky/084.ts b/data/Pokémon TCG Pocket/Wisdom of Sea and Sky/084.ts index 9aa9b3813..3aec99dc8 100644 --- a/data/Pokémon TCG Pocket/Wisdom of Sea and Sky/084.ts +++ b/data/Pokémon TCG Pocket/Wisdom of Sea and Sky/084.ts @@ -46,7 +46,8 @@ const card: Card = { value: "+20" }], - retreat: 1 + retreat: 1, + boosters: ["ho-oh"] } export default card \ No newline at end of file diff --git a/data/Pokémon TCG Pocket/Wisdom of Sea and Sky/085.ts b/data/Pokémon TCG Pocket/Wisdom of Sea and Sky/085.ts index 55de4f05d..747b53063 100644 --- a/data/Pokémon TCG Pocket/Wisdom of Sea and Sky/085.ts +++ b/data/Pokémon TCG Pocket/Wisdom of Sea and Sky/085.ts @@ -46,7 +46,8 @@ const card: Card = { value: "+20" }], - retreat: 1 + retreat: 1, + boosters: ["lugia"] } export default card \ No newline at end of file diff --git a/data/Pokémon TCG Pocket/Wisdom of Sea and Sky/086.ts b/data/Pokémon TCG Pocket/Wisdom of Sea and Sky/086.ts index b119ed0af..6891c2a52 100644 --- a/data/Pokémon TCG Pocket/Wisdom of Sea and Sky/086.ts +++ b/data/Pokémon TCG Pocket/Wisdom of Sea and Sky/086.ts @@ -38,7 +38,8 @@ const card: Card = { value: "+20" }], - retreat: 2 + retreat: 2, + boosters: ["lugia"] } export default card \ No newline at end of file diff --git a/data/Pokémon TCG Pocket/Wisdom of Sea and Sky/087.ts b/data/Pokémon TCG Pocket/Wisdom of Sea and Sky/087.ts index 377a23a1b..41667d304 100644 --- a/data/Pokémon TCG Pocket/Wisdom of Sea and Sky/087.ts +++ b/data/Pokémon TCG Pocket/Wisdom of Sea and Sky/087.ts @@ -38,7 +38,8 @@ const card: Card = { value: "+20" }], - retreat: 1 + retreat: 1, + boosters: ["ho-oh"] } export default card \ No newline at end of file diff --git a/data/Pokémon TCG Pocket/Wisdom of Sea and Sky/088.ts b/data/Pokémon TCG Pocket/Wisdom of Sea and Sky/088.ts index c751fe244..6801c80d2 100644 --- a/data/Pokémon TCG Pocket/Wisdom of Sea and Sky/088.ts +++ b/data/Pokémon TCG Pocket/Wisdom of Sea and Sky/088.ts @@ -34,7 +34,8 @@ const card: Card = { value: "+20" }], - retreat: 1 + retreat: 1, + boosters: ["ho-oh", "lugia"] } export default card \ No newline at end of file diff --git a/data/Pokémon TCG Pocket/Wisdom of Sea and Sky/089.ts b/data/Pokémon TCG Pocket/Wisdom of Sea and Sky/089.ts index 265a9eb2b..8dece2ddd 100644 --- a/data/Pokémon TCG Pocket/Wisdom of Sea and Sky/089.ts +++ b/data/Pokémon TCG Pocket/Wisdom of Sea and Sky/089.ts @@ -42,7 +42,8 @@ const card: Card = { value: "+20" }], - retreat: 2 + retreat: 2, + boosters: ["ho-oh", "lugia"] } export default card \ No newline at end of file diff --git a/data/Pokémon TCG Pocket/Wisdom of Sea and Sky/090.ts b/data/Pokémon TCG Pocket/Wisdom of Sea and Sky/090.ts index 0e9242a82..53ed8a705 100644 --- a/data/Pokémon TCG Pocket/Wisdom of Sea and Sky/090.ts +++ b/data/Pokémon TCG Pocket/Wisdom of Sea and Sky/090.ts @@ -34,7 +34,8 @@ const card: Card = { value: "+20" }], - retreat: 2 + retreat: 2, + boosters: ["ho-oh", "lugia"] } export default card \ No newline at end of file diff --git a/data/Pokémon TCG Pocket/Wisdom of Sea and Sky/091.ts b/data/Pokémon TCG Pocket/Wisdom of Sea and Sky/091.ts index 4286d81ef..ff2892688 100644 --- a/data/Pokémon TCG Pocket/Wisdom of Sea and Sky/091.ts +++ b/data/Pokémon TCG Pocket/Wisdom of Sea and Sky/091.ts @@ -42,7 +42,8 @@ const card: Card = { value: "+20" }], - retreat: 3 + retreat: 3, + boosters: ["ho-oh", "lugia"] } export default card \ No newline at end of file diff --git a/data/Pokémon TCG Pocket/Wisdom of Sea and Sky/092.ts b/data/Pokémon TCG Pocket/Wisdom of Sea and Sky/092.ts index 64f0fd076..661237cf7 100644 --- a/data/Pokémon TCG Pocket/Wisdom of Sea and Sky/092.ts +++ b/data/Pokémon TCG Pocket/Wisdom of Sea and Sky/092.ts @@ -34,7 +34,8 @@ const card: Card = { value: "+20" }], - retreat: 3 + retreat: 3, + boosters: ["ho-oh"] } export default card \ No newline at end of file diff --git a/data/Pokémon TCG Pocket/Wisdom of Sea and Sky/093.ts b/data/Pokémon TCG Pocket/Wisdom of Sea and Sky/093.ts index c00498dec..5d3a3bf26 100644 --- a/data/Pokémon TCG Pocket/Wisdom of Sea and Sky/093.ts +++ b/data/Pokémon TCG Pocket/Wisdom of Sea and Sky/093.ts @@ -34,7 +34,8 @@ const card: Card = { value: "+20" }], - retreat: 2 + retreat: 2, + boosters: ["ho-oh", "lugia"] } export default card \ No newline at end of file diff --git a/data/Pokémon TCG Pocket/Wisdom of Sea and Sky/094.ts b/data/Pokémon TCG Pocket/Wisdom of Sea and Sky/094.ts index b96759a65..53f86b04b 100644 --- a/data/Pokémon TCG Pocket/Wisdom of Sea and Sky/094.ts +++ b/data/Pokémon TCG Pocket/Wisdom of Sea and Sky/094.ts @@ -34,7 +34,8 @@ const card: Card = { value: "+20" }], - retreat: 1 + retreat: 1, + boosters: ["ho-oh"] } export default card \ No newline at end of file diff --git a/data/Pokémon TCG Pocket/Wisdom of Sea and Sky/095.ts b/data/Pokémon TCG Pocket/Wisdom of Sea and Sky/095.ts index 8a6435e06..803718163 100644 --- a/data/Pokémon TCG Pocket/Wisdom of Sea and Sky/095.ts +++ b/data/Pokémon TCG Pocket/Wisdom of Sea and Sky/095.ts @@ -38,7 +38,8 @@ const card: Card = { value: "+20" }], - retreat: 1 + retreat: 1, + boosters: ["ho-oh"] } export default card \ No newline at end of file diff --git a/data/Pokémon TCG Pocket/Wisdom of Sea and Sky/096.ts b/data/Pokémon TCG Pocket/Wisdom of Sea and Sky/096.ts index 237f7361e..e804cc0c0 100644 --- a/data/Pokémon TCG Pocket/Wisdom of Sea and Sky/096.ts +++ b/data/Pokémon TCG Pocket/Wisdom of Sea and Sky/096.ts @@ -34,7 +34,8 @@ const card: Card = { value: "+20" }], - retreat: 2 + retreat: 2, + boosters: ["ho-oh"] } export default card \ No newline at end of file diff --git a/data/Pokémon TCG Pocket/Wisdom of Sea and Sky/097.ts b/data/Pokémon TCG Pocket/Wisdom of Sea and Sky/097.ts index 0ac3084b1..a4b67c3df 100644 --- a/data/Pokémon TCG Pocket/Wisdom of Sea and Sky/097.ts +++ b/data/Pokémon TCG Pocket/Wisdom of Sea and Sky/097.ts @@ -38,7 +38,8 @@ const card: Card = { value: "+20" }], - retreat: 3 + retreat: 3, + boosters: ["ho-oh"] } export default card \ No newline at end of file diff --git a/data/Pokémon TCG Pocket/Wisdom of Sea and Sky/098.ts b/data/Pokémon TCG Pocket/Wisdom of Sea and Sky/098.ts index a675e8f73..b2864b555 100644 --- a/data/Pokémon TCG Pocket/Wisdom of Sea and Sky/098.ts +++ b/data/Pokémon TCG Pocket/Wisdom of Sea and Sky/098.ts @@ -42,7 +42,8 @@ const card: Card = { value: "+20" }], - retreat: 4 + retreat: 4, + boosters: ["ho-oh"] } export default card \ No newline at end of file diff --git a/data/Pokémon TCG Pocket/Wisdom of Sea and Sky/099.ts b/data/Pokémon TCG Pocket/Wisdom of Sea and Sky/099.ts index 124eb70b8..c4f67aa51 100644 --- a/data/Pokémon TCG Pocket/Wisdom of Sea and Sky/099.ts +++ b/data/Pokémon TCG Pocket/Wisdom of Sea and Sky/099.ts @@ -38,7 +38,8 @@ const card: Card = { value: "+20" }], - retreat: 2 + retreat: 2, + boosters: ["ho-oh"] } export default card \ No newline at end of file diff --git a/data/Pokémon TCG Pocket/Wisdom of Sea and Sky/100.ts b/data/Pokémon TCG Pocket/Wisdom of Sea and Sky/100.ts index 883fc4bc9..de7b6b723 100644 --- a/data/Pokémon TCG Pocket/Wisdom of Sea and Sky/100.ts +++ b/data/Pokémon TCG Pocket/Wisdom of Sea and Sky/100.ts @@ -39,7 +39,8 @@ const card: Card = { value: "+20" }], - retreat: 3 + retreat: 3, + boosters: ["ho-oh"] } export default card \ No newline at end of file diff --git a/data/Pokémon TCG Pocket/Wisdom of Sea and Sky/101.ts b/data/Pokémon TCG Pocket/Wisdom of Sea and Sky/101.ts index 15b267b50..f4178269f 100644 --- a/data/Pokémon TCG Pocket/Wisdom of Sea and Sky/101.ts +++ b/data/Pokémon TCG Pocket/Wisdom of Sea and Sky/101.ts @@ -33,7 +33,8 @@ const card: Card = { value: "+20" }], - retreat: 0 + retreat: 0, + boosters: ["ho-oh"] } export default card \ No newline at end of file diff --git a/data/Pokémon TCG Pocket/Wisdom of Sea and Sky/102.ts b/data/Pokémon TCG Pocket/Wisdom of Sea and Sky/102.ts index 3bbf1301c..488b11991 100644 --- a/data/Pokémon TCG Pocket/Wisdom of Sea and Sky/102.ts +++ b/data/Pokémon TCG Pocket/Wisdom of Sea and Sky/102.ts @@ -38,7 +38,8 @@ const card: Card = { value: "+20" }], - retreat: 2 + retreat: 2, + boosters: ["ho-oh", "lugia"] } export default card \ No newline at end of file diff --git a/data/Pokémon TCG Pocket/Wisdom of Sea and Sky/103.ts b/data/Pokémon TCG Pocket/Wisdom of Sea and Sky/103.ts index a41dacefe..b4b388ea2 100644 --- a/data/Pokémon TCG Pocket/Wisdom of Sea and Sky/103.ts +++ b/data/Pokémon TCG Pocket/Wisdom of Sea and Sky/103.ts @@ -34,7 +34,8 @@ const card: Card = { value: "+20" }], - retreat: 1 + retreat: 1, + boosters: ["ho-oh"] } export default card \ No newline at end of file diff --git a/data/Pokémon TCG Pocket/Wisdom of Sea and Sky/104.ts b/data/Pokémon TCG Pocket/Wisdom of Sea and Sky/104.ts index f04a50ba4..e2139ccdd 100644 --- a/data/Pokémon TCG Pocket/Wisdom of Sea and Sky/104.ts +++ b/data/Pokémon TCG Pocket/Wisdom of Sea and Sky/104.ts @@ -42,7 +42,8 @@ const card: Card = { value: "+20" }], - retreat: 2 + retreat: 2, + boosters: ["ho-oh"] } export default card \ No newline at end of file diff --git a/data/Pokémon TCG Pocket/Wisdom of Sea and Sky/105.ts b/data/Pokémon TCG Pocket/Wisdom of Sea and Sky/105.ts index 9dccb4930..29e5de2e3 100644 --- a/data/Pokémon TCG Pocket/Wisdom of Sea and Sky/105.ts +++ b/data/Pokémon TCG Pocket/Wisdom of Sea and Sky/105.ts @@ -38,7 +38,8 @@ const card: Card = { value: "+20" }], - retreat: 2 + retreat: 2, + boosters: ["lugia"] } export default card \ No newline at end of file diff --git a/data/Pokémon TCG Pocket/Wisdom of Sea and Sky/106.ts b/data/Pokémon TCG Pocket/Wisdom of Sea and Sky/106.ts index 355240e5b..1d7fc154c 100644 --- a/data/Pokémon TCG Pocket/Wisdom of Sea and Sky/106.ts +++ b/data/Pokémon TCG Pocket/Wisdom of Sea and Sky/106.ts @@ -38,7 +38,8 @@ const card: Card = { value: "+20" }], - retreat: 2 + retreat: 2, + boosters: ["lugia"] } export default card \ No newline at end of file diff --git a/data/Pokémon TCG Pocket/Wisdom of Sea and Sky/107.ts b/data/Pokémon TCG Pocket/Wisdom of Sea and Sky/107.ts index 837d1242d..c8b995243 100644 --- a/data/Pokémon TCG Pocket/Wisdom of Sea and Sky/107.ts +++ b/data/Pokémon TCG Pocket/Wisdom of Sea and Sky/107.ts @@ -38,7 +38,8 @@ const card: Card = { value: "+20" }], - retreat: 1 + retreat: 1, + boosters: ["ho-oh"] } export default card \ No newline at end of file diff --git a/data/Pokémon TCG Pocket/Wisdom of Sea and Sky/108.ts b/data/Pokémon TCG Pocket/Wisdom of Sea and Sky/108.ts index 0a43703b0..134528922 100644 --- a/data/Pokémon TCG Pocket/Wisdom of Sea and Sky/108.ts +++ b/data/Pokémon TCG Pocket/Wisdom of Sea and Sky/108.ts @@ -42,7 +42,8 @@ const card: Card = { value: "+20" }], - retreat: 1 + retreat: 1, + boosters: ["ho-oh"] } export default card \ No newline at end of file diff --git a/data/Pokémon TCG Pocket/Wisdom of Sea and Sky/109.ts b/data/Pokémon TCG Pocket/Wisdom of Sea and Sky/109.ts index e76082ad0..c589197a5 100644 --- a/data/Pokémon TCG Pocket/Wisdom of Sea and Sky/109.ts +++ b/data/Pokémon TCG Pocket/Wisdom of Sea and Sky/109.ts @@ -39,7 +39,8 @@ const card: Card = { value: "+20" }], - retreat: 1 + retreat: 1, + boosters: ["ho-oh"] } export default card \ No newline at end of file diff --git a/data/Pokémon TCG Pocket/Wisdom of Sea and Sky/110.ts b/data/Pokémon TCG Pocket/Wisdom of Sea and Sky/110.ts index 3bbdb94d6..93d529fdf 100644 --- a/data/Pokémon TCG Pocket/Wisdom of Sea and Sky/110.ts +++ b/data/Pokémon TCG Pocket/Wisdom of Sea and Sky/110.ts @@ -34,7 +34,8 @@ const card: Card = { value: "+20" }], - retreat: 1 + retreat: 1, + boosters: ["ho-oh"] } export default card \ No newline at end of file diff --git a/data/Pokémon TCG Pocket/Wisdom of Sea and Sky/111.ts b/data/Pokémon TCG Pocket/Wisdom of Sea and Sky/111.ts index 26b7bef16..2e88a925b 100644 --- a/data/Pokémon TCG Pocket/Wisdom of Sea and Sky/111.ts +++ b/data/Pokémon TCG Pocket/Wisdom of Sea and Sky/111.ts @@ -42,7 +42,8 @@ const card: Card = { value: "+20" }], - retreat: 1 + retreat: 1, + boosters: ["ho-oh"] } export default card \ No newline at end of file diff --git a/data/Pokémon TCG Pocket/Wisdom of Sea and Sky/112.ts b/data/Pokémon TCG Pocket/Wisdom of Sea and Sky/112.ts index 724af620b..e510b98f2 100644 --- a/data/Pokémon TCG Pocket/Wisdom of Sea and Sky/112.ts +++ b/data/Pokémon TCG Pocket/Wisdom of Sea and Sky/112.ts @@ -47,7 +47,8 @@ const card: Card = { value: "+20" }], - retreat: 2 + retreat: 2, + boosters: ["ho-oh"] } export default card \ No newline at end of file diff --git a/data/Pokémon TCG Pocket/Wisdom of Sea and Sky/113.ts b/data/Pokémon TCG Pocket/Wisdom of Sea and Sky/113.ts index 51a11037f..13cf6b629 100644 --- a/data/Pokémon TCG Pocket/Wisdom of Sea and Sky/113.ts +++ b/data/Pokémon TCG Pocket/Wisdom of Sea and Sky/113.ts @@ -37,7 +37,8 @@ const card: Card = { value: "+20" }], - retreat: 1 + retreat: 1, + boosters: ["lugia"] } export default card \ No newline at end of file diff --git a/data/Pokémon TCG Pocket/Wisdom of Sea and Sky/114.ts b/data/Pokémon TCG Pocket/Wisdom of Sea and Sky/114.ts index fbb90670e..57d50f818 100644 --- a/data/Pokémon TCG Pocket/Wisdom of Sea and Sky/114.ts +++ b/data/Pokémon TCG Pocket/Wisdom of Sea and Sky/114.ts @@ -38,7 +38,8 @@ const card: Card = { value: "+20" }], - retreat: 2 + retreat: 2, + boosters: ["lugia"] } export default card \ No newline at end of file diff --git a/data/Pokémon TCG Pocket/Wisdom of Sea and Sky/115.ts b/data/Pokémon TCG Pocket/Wisdom of Sea and Sky/115.ts index 1da1d2c1e..28f93645b 100644 --- a/data/Pokémon TCG Pocket/Wisdom of Sea and Sky/115.ts +++ b/data/Pokémon TCG Pocket/Wisdom of Sea and Sky/115.ts @@ -34,7 +34,8 @@ const card: Card = { value: "+20" }], - retreat: 1 + retreat: 1, + boosters: ["lugia"] } export default card \ No newline at end of file diff --git a/data/Pokémon TCG Pocket/Wisdom of Sea and Sky/116.ts b/data/Pokémon TCG Pocket/Wisdom of Sea and Sky/116.ts index f7ab2919f..7baaead95 100644 --- a/data/Pokémon TCG Pocket/Wisdom of Sea and Sky/116.ts +++ b/data/Pokémon TCG Pocket/Wisdom of Sea and Sky/116.ts @@ -38,7 +38,8 @@ const card: Card = { value: "+20" }], - retreat: 0 + retreat: 0, + boosters: ["lugia"] } export default card \ No newline at end of file diff --git a/data/Pokémon TCG Pocket/Wisdom of Sea and Sky/117.ts b/data/Pokémon TCG Pocket/Wisdom of Sea and Sky/117.ts index 537ad2afc..fefd795a1 100644 --- a/data/Pokémon TCG Pocket/Wisdom of Sea and Sky/117.ts +++ b/data/Pokémon TCG Pocket/Wisdom of Sea and Sky/117.ts @@ -34,7 +34,8 @@ const card: Card = { value: "+20" }], - retreat: 1 + retreat: 1, + boosters: ["ho-oh", "lugia"] } export default card \ No newline at end of file diff --git a/data/Pokémon TCG Pocket/Wisdom of Sea and Sky/118.ts b/data/Pokémon TCG Pocket/Wisdom of Sea and Sky/118.ts index f8b64ea13..0929ef319 100644 --- a/data/Pokémon TCG Pocket/Wisdom of Sea and Sky/118.ts +++ b/data/Pokémon TCG Pocket/Wisdom of Sea and Sky/118.ts @@ -42,7 +42,8 @@ const card: Card = { value: "+20" }], - retreat: 2 + retreat: 2, + boosters: ["ho-oh", "lugia"] } export default card \ No newline at end of file diff --git a/data/Pokémon TCG Pocket/Wisdom of Sea and Sky/119.ts b/data/Pokémon TCG Pocket/Wisdom of Sea and Sky/119.ts index d08887e14..5550044c2 100644 --- a/data/Pokémon TCG Pocket/Wisdom of Sea and Sky/119.ts +++ b/data/Pokémon TCG Pocket/Wisdom of Sea and Sky/119.ts @@ -50,7 +50,8 @@ const card: Card = { value: "+20" }], - retreat: 4 + retreat: 4, + boosters: ["ho-oh"] } export default card \ No newline at end of file diff --git a/data/Pokémon TCG Pocket/Wisdom of Sea and Sky/120.ts b/data/Pokémon TCG Pocket/Wisdom of Sea and Sky/120.ts index f7e9c2669..ea7c633e3 100644 --- a/data/Pokémon TCG Pocket/Wisdom of Sea and Sky/120.ts +++ b/data/Pokémon TCG Pocket/Wisdom of Sea and Sky/120.ts @@ -37,7 +37,8 @@ const card: Card = { value: "+20" }], - retreat: 1 + retreat: 1, + boosters: ["ho-oh", "lugia"] } export default card \ No newline at end of file diff --git a/data/Pokémon TCG Pocket/Wisdom of Sea and Sky/121.ts b/data/Pokémon TCG Pocket/Wisdom of Sea and Sky/121.ts index aab35b407..898dc8c0d 100644 --- a/data/Pokémon TCG Pocket/Wisdom of Sea and Sky/121.ts +++ b/data/Pokémon TCG Pocket/Wisdom of Sea and Sky/121.ts @@ -38,7 +38,8 @@ const card: Card = { value: "+20" }], - retreat: 3 + retreat: 3, + boosters: ["ho-oh", "lugia"] } export default card \ No newline at end of file diff --git a/data/Pokémon TCG Pocket/Wisdom of Sea and Sky/122.ts b/data/Pokémon TCG Pocket/Wisdom of Sea and Sky/122.ts index 8e1f3847a..ec8bdec27 100644 --- a/data/Pokémon TCG Pocket/Wisdom of Sea and Sky/122.ts +++ b/data/Pokémon TCG Pocket/Wisdom of Sea and Sky/122.ts @@ -38,7 +38,8 @@ const card: Card = { value: "+20" }], - retreat: 4 + retreat: 4, + boosters: ["ho-oh"] } export default card \ No newline at end of file diff --git a/data/Pokémon TCG Pocket/Wisdom of Sea and Sky/123.ts b/data/Pokémon TCG Pocket/Wisdom of Sea and Sky/123.ts index 800b46489..002f0e7f4 100644 --- a/data/Pokémon TCG Pocket/Wisdom of Sea and Sky/123.ts +++ b/data/Pokémon TCG Pocket/Wisdom of Sea and Sky/123.ts @@ -42,7 +42,8 @@ const card: Card = { value: "+20" }], - retreat: 1 + retreat: 1, + boosters: ["lugia"] } export default card \ No newline at end of file diff --git a/data/Pokémon TCG Pocket/Wisdom of Sea and Sky/124.ts b/data/Pokémon TCG Pocket/Wisdom of Sea and Sky/124.ts index 1dc917de3..6688d2e9e 100644 --- a/data/Pokémon TCG Pocket/Wisdom of Sea and Sky/124.ts +++ b/data/Pokémon TCG Pocket/Wisdom of Sea and Sky/124.ts @@ -34,7 +34,8 @@ const card: Card = { value: "+20" }], - retreat: 2 + retreat: 2, + boosters: ["ho-oh"] } export default card \ No newline at end of file diff --git a/data/Pokémon TCG Pocket/Wisdom of Sea and Sky/125.ts b/data/Pokémon TCG Pocket/Wisdom of Sea and Sky/125.ts index 84570eeb2..ee5252c07 100644 --- a/data/Pokémon TCG Pocket/Wisdom of Sea and Sky/125.ts +++ b/data/Pokémon TCG Pocket/Wisdom of Sea and Sky/125.ts @@ -34,7 +34,8 @@ const card: Card = { value: "+20" }], - retreat: 1 + retreat: 1, + boosters: ["ho-oh", "lugia"] } export default card \ No newline at end of file diff --git a/data/Pokémon TCG Pocket/Wisdom of Sea and Sky/126.ts b/data/Pokémon TCG Pocket/Wisdom of Sea and Sky/126.ts index a78d1fc06..4b3312635 100644 --- a/data/Pokémon TCG Pocket/Wisdom of Sea and Sky/126.ts +++ b/data/Pokémon TCG Pocket/Wisdom of Sea and Sky/126.ts @@ -34,7 +34,8 @@ const card: Card = { value: "+20" }], - retreat: 1 + retreat: 1, + boosters: ["ho-oh"] } export default card \ No newline at end of file diff --git a/data/Pokémon TCG Pocket/Wisdom of Sea and Sky/127.ts b/data/Pokémon TCG Pocket/Wisdom of Sea and Sky/127.ts index 2d30080dc..c9133e682 100644 --- a/data/Pokémon TCG Pocket/Wisdom of Sea and Sky/127.ts +++ b/data/Pokémon TCG Pocket/Wisdom of Sea and Sky/127.ts @@ -38,7 +38,8 @@ const card: Card = { value: "+20" }], - retreat: 2 + retreat: 2, + boosters: ["ho-oh"] } export default card \ No newline at end of file diff --git a/data/Pokémon TCG Pocket/Wisdom of Sea and Sky/128.ts b/data/Pokémon TCG Pocket/Wisdom of Sea and Sky/128.ts index 3c6b2c56b..c6e5e130c 100644 --- a/data/Pokémon TCG Pocket/Wisdom of Sea and Sky/128.ts +++ b/data/Pokémon TCG Pocket/Wisdom of Sea and Sky/128.ts @@ -42,7 +42,8 @@ const card: Card = { value: "+20" }], - retreat: 3 + retreat: 3, + boosters: ["ho-oh"] } export default card \ No newline at end of file diff --git a/data/Pokémon TCG Pocket/Wisdom of Sea and Sky/129.ts b/data/Pokémon TCG Pocket/Wisdom of Sea and Sky/129.ts index dfbedb295..b1b037666 100644 --- a/data/Pokémon TCG Pocket/Wisdom of Sea and Sky/129.ts +++ b/data/Pokémon TCG Pocket/Wisdom of Sea and Sky/129.ts @@ -34,7 +34,8 @@ const card: Card = { value: "+20" }], - retreat: 1 + retreat: 1, + boosters: ["ho-oh"] } export default card \ No newline at end of file diff --git a/data/Pokémon TCG Pocket/Wisdom of Sea and Sky/130.ts b/data/Pokémon TCG Pocket/Wisdom of Sea and Sky/130.ts index 905bf4779..9dbea60ad 100644 --- a/data/Pokémon TCG Pocket/Wisdom of Sea and Sky/130.ts +++ b/data/Pokémon TCG Pocket/Wisdom of Sea and Sky/130.ts @@ -42,7 +42,8 @@ const card: Card = { value: "+20" }], - retreat: 1 + retreat: 1, + boosters: ["ho-oh"] } export default card \ No newline at end of file diff --git a/data/Pokémon TCG Pocket/Wisdom of Sea and Sky/131.ts b/data/Pokémon TCG Pocket/Wisdom of Sea and Sky/131.ts index 721ee067d..2dc05696b 100644 --- a/data/Pokémon TCG Pocket/Wisdom of Sea and Sky/131.ts +++ b/data/Pokémon TCG Pocket/Wisdom of Sea and Sky/131.ts @@ -37,7 +37,8 @@ const card: Card = { value: "+20" }], - retreat: 2 + retreat: 2, + boosters: ["ho-oh"] } export default card \ No newline at end of file diff --git a/data/Pokémon TCG Pocket/Wisdom of Sea and Sky/132.ts b/data/Pokémon TCG Pocket/Wisdom of Sea and Sky/132.ts index de43f5546..b817d7f9c 100644 --- a/data/Pokémon TCG Pocket/Wisdom of Sea and Sky/132.ts +++ b/data/Pokémon TCG Pocket/Wisdom of Sea and Sky/132.ts @@ -42,7 +42,8 @@ const card: Card = { value: "+20" }], - retreat: 4 + retreat: 4, + boosters: ["ho-oh"] } export default card \ No newline at end of file diff --git a/data/Pokémon TCG Pocket/Wisdom of Sea and Sky/133.ts b/data/Pokémon TCG Pocket/Wisdom of Sea and Sky/133.ts index 85512a40c..cf83d3d4f 100644 --- a/data/Pokémon TCG Pocket/Wisdom of Sea and Sky/133.ts +++ b/data/Pokémon TCG Pocket/Wisdom of Sea and Sky/133.ts @@ -38,7 +38,8 @@ const card: Card = { value: "+20" }], - retreat: 3 + retreat: 3, + boosters: ["ho-oh"] } export default card \ No newline at end of file diff --git a/data/Pokémon TCG Pocket/Wisdom of Sea and Sky/134.ts b/data/Pokémon TCG Pocket/Wisdom of Sea and Sky/134.ts index 48df30112..9bd73164c 100644 --- a/data/Pokémon TCG Pocket/Wisdom of Sea and Sky/134.ts +++ b/data/Pokémon TCG Pocket/Wisdom of Sea and Sky/134.ts @@ -37,7 +37,8 @@ const card: Card = { value: "+20" }], - retreat: 1 + retreat: 1, + boosters: ["ho-oh", "lugia"] } export default card \ No newline at end of file diff --git a/data/Pokémon TCG Pocket/Wisdom of Sea and Sky/135.ts b/data/Pokémon TCG Pocket/Wisdom of Sea and Sky/135.ts index a1d222c8e..8d786d47e 100644 --- a/data/Pokémon TCG Pocket/Wisdom of Sea and Sky/135.ts +++ b/data/Pokémon TCG Pocket/Wisdom of Sea and Sky/135.ts @@ -34,7 +34,8 @@ const card: Card = { value: "+20" }], - retreat: 1 + retreat: 1, + boosters: ["lugia"] } export default card \ No newline at end of file diff --git a/data/Pokémon TCG Pocket/Wisdom of Sea and Sky/136.ts b/data/Pokémon TCG Pocket/Wisdom of Sea and Sky/136.ts index 5e3df8b5a..01790dc5a 100644 --- a/data/Pokémon TCG Pocket/Wisdom of Sea and Sky/136.ts +++ b/data/Pokémon TCG Pocket/Wisdom of Sea and Sky/136.ts @@ -50,7 +50,8 @@ const card: Card = { value: "+20" }], - retreat: 2 + retreat: 2, + boosters: ["lugia"] } export default card \ No newline at end of file diff --git a/data/Pokémon TCG Pocket/Wisdom of Sea and Sky/137.ts b/data/Pokémon TCG Pocket/Wisdom of Sea and Sky/137.ts index 8a2a74e35..159610bcf 100644 --- a/data/Pokémon TCG Pocket/Wisdom of Sea and Sky/137.ts +++ b/data/Pokémon TCG Pocket/Wisdom of Sea and Sky/137.ts @@ -42,7 +42,8 @@ const card: Card = { value: "+20" }], - retreat: 1 + retreat: 1, + boosters: ["lugia"] } export default card \ No newline at end of file diff --git a/data/Pokémon TCG Pocket/Wisdom of Sea and Sky/138.ts b/data/Pokémon TCG Pocket/Wisdom of Sea and Sky/138.ts index 61ef60bc9..a8e70979f 100644 --- a/data/Pokémon TCG Pocket/Wisdom of Sea and Sky/138.ts +++ b/data/Pokémon TCG Pocket/Wisdom of Sea and Sky/138.ts @@ -34,7 +34,8 @@ const card: Card = { value: "+20" }], - retreat: 1 + retreat: 1, + boosters: ["ho-oh"] } export default card \ No newline at end of file diff --git a/data/Pokémon TCG Pocket/Wisdom of Sea and Sky/139.ts b/data/Pokémon TCG Pocket/Wisdom of Sea and Sky/139.ts index 2eb5a950a..3781c749a 100644 --- a/data/Pokémon TCG Pocket/Wisdom of Sea and Sky/139.ts +++ b/data/Pokémon TCG Pocket/Wisdom of Sea and Sky/139.ts @@ -42,7 +42,8 @@ const card: Card = { value: "+20" }], - retreat: 1 + retreat: 1, + boosters: ["ho-oh"] } export default card \ No newline at end of file diff --git a/data/Pokémon TCG Pocket/Wisdom of Sea and Sky/140.ts b/data/Pokémon TCG Pocket/Wisdom of Sea and Sky/140.ts index e557475ce..ec0e8d450 100644 --- a/data/Pokémon TCG Pocket/Wisdom of Sea and Sky/140.ts +++ b/data/Pokémon TCG Pocket/Wisdom of Sea and Sky/140.ts @@ -46,7 +46,8 @@ const card: Card = { value: "+20" }], - retreat: 1 + retreat: 1, + boosters: ["ho-oh"] } export default card \ No newline at end of file diff --git a/data/Pokémon TCG Pocket/Wisdom of Sea and Sky/141.ts b/data/Pokémon TCG Pocket/Wisdom of Sea and Sky/141.ts index 7587e0fe3..cbdab908a 100644 --- a/data/Pokémon TCG Pocket/Wisdom of Sea and Sky/141.ts +++ b/data/Pokémon TCG Pocket/Wisdom of Sea and Sky/141.ts @@ -42,7 +42,8 @@ const card: Card = { value: "+20" }], - retreat: 1 + retreat: 1, + boosters: ["ho-oh"] } export default card \ No newline at end of file diff --git a/data/Pokémon TCG Pocket/Wisdom of Sea and Sky/142.ts b/data/Pokémon TCG Pocket/Wisdom of Sea and Sky/142.ts index 359bddcdc..9566587ed 100644 --- a/data/Pokémon TCG Pocket/Wisdom of Sea and Sky/142.ts +++ b/data/Pokémon TCG Pocket/Wisdom of Sea and Sky/142.ts @@ -37,7 +37,8 @@ const card: Card = { value: "+20" }], - retreat: 1 + retreat: 1, + boosters: ["ho-oh", "lugia"] } export default card \ No newline at end of file diff --git a/data/Pokémon TCG Pocket/Wisdom of Sea and Sky/143.ts b/data/Pokémon TCG Pocket/Wisdom of Sea and Sky/143.ts index ee54dfa19..07f93d4c0 100644 --- a/data/Pokémon TCG Pocket/Wisdom of Sea and Sky/143.ts +++ b/data/Pokémon TCG Pocket/Wisdom of Sea and Sky/143.ts @@ -38,7 +38,8 @@ const card: Card = { value: "+20" }], - retreat: 1 + retreat: 1, + boosters: ["ho-oh", "lugia"] } export default card \ No newline at end of file diff --git a/data/Pokémon TCG Pocket/Wisdom of Sea and Sky/144.ts b/data/Pokémon TCG Pocket/Wisdom of Sea and Sky/144.ts index ee6f3461e..ba01f31ca 100644 --- a/data/Pokémon TCG Pocket/Wisdom of Sea and Sky/144.ts +++ b/data/Pokémon TCG Pocket/Wisdom of Sea and Sky/144.ts @@ -38,7 +38,8 @@ const card: Card = { value: "+20" }], - retreat: 1 + retreat: 1, + boosters: ["ho-oh", "lugia"] } export default card \ No newline at end of file diff --git a/data/Pokémon TCG Pocket/Wisdom of Sea and Sky/145.ts b/data/Pokémon TCG Pocket/Wisdom of Sea and Sky/145.ts index a111ffe12..8b4f5415c 100644 --- a/data/Pokémon TCG Pocket/Wisdom of Sea and Sky/145.ts +++ b/data/Pokémon TCG Pocket/Wisdom of Sea and Sky/145.ts @@ -37,7 +37,8 @@ const card: Card = { value: "+20" }], - retreat: 1 + retreat: 1, + boosters: ["ho-oh"] } export default card \ No newline at end of file diff --git a/data/Pokémon TCG Pocket/Wisdom of Sea and Sky/146.ts b/data/Pokémon TCG Pocket/Wisdom of Sea and Sky/146.ts index f068d188b..b0306e695 100644 --- a/data/Pokémon TCG Pocket/Wisdom of Sea and Sky/146.ts +++ b/data/Pokémon TCG Pocket/Wisdom of Sea and Sky/146.ts @@ -42,7 +42,8 @@ const card: Card = { value: "+20" }], - retreat: 3 + retreat: 3, + boosters: ["ho-oh"] } export default card \ No newline at end of file diff --git a/data/Pokémon TCG Pocket/Wisdom of Sea and Sky/147.ts b/data/Pokémon TCG Pocket/Wisdom of Sea and Sky/147.ts index 5e39e00ae..c3f601aec 100644 --- a/data/Pokémon TCG Pocket/Wisdom of Sea and Sky/147.ts +++ b/data/Pokémon TCG Pocket/Wisdom of Sea and Sky/147.ts @@ -38,7 +38,8 @@ const card: Card = { value: "+20" }], - retreat: 1 + retreat: 1, + boosters: ["ho-oh"] } export default card \ No newline at end of file diff --git a/data/Pokémon TCG Pocket/Wisdom of Sea and Sky/148.ts b/data/Pokémon TCG Pocket/Wisdom of Sea and Sky/148.ts index 1bac959c4..3e8362609 100644 --- a/data/Pokémon TCG Pocket/Wisdom of Sea and Sky/148.ts +++ b/data/Pokémon TCG Pocket/Wisdom of Sea and Sky/148.ts @@ -38,7 +38,8 @@ const card: Card = { value: "+20" }], - retreat: 1 + retreat: 1, + boosters: ["lugia"] } export default card \ No newline at end of file diff --git a/data/Pokémon TCG Pocket/Wisdom of Sea and Sky/149.ts b/data/Pokémon TCG Pocket/Wisdom of Sea and Sky/149.ts index e3c153432..13aeadf22 100644 --- a/data/Pokémon TCG Pocket/Wisdom of Sea and Sky/149.ts +++ b/data/Pokémon TCG Pocket/Wisdom of Sea and Sky/149.ts @@ -34,7 +34,8 @@ const card: Card = { value: "+20" }], - retreat: 2 + retreat: 2, + boosters: ["lugia"] } export default card \ No newline at end of file diff --git a/data/Pokémon TCG Pocket/Wisdom of Sea and Sky/150.ts b/data/Pokémon TCG Pocket/Wisdom of Sea and Sky/150.ts index ccfc13bb4..8b8ae5903 100644 --- a/data/Pokémon TCG Pocket/Wisdom of Sea and Sky/150.ts +++ b/data/Pokémon TCG Pocket/Wisdom of Sea and Sky/150.ts @@ -38,7 +38,8 @@ const card: Card = { value: "+20" }], - retreat: 2 + retreat: 2, + boosters: ["ho-oh", "lugia"] } export default card \ No newline at end of file diff --git a/data/Pokémon TCG Pocket/Wisdom of Sea and Sky/151.ts b/data/Pokémon TCG Pocket/Wisdom of Sea and Sky/151.ts index 0f5b4e2b5..c77c00bc7 100644 --- a/data/Pokémon TCG Pocket/Wisdom of Sea and Sky/151.ts +++ b/data/Pokémon TCG Pocket/Wisdom of Sea and Sky/151.ts @@ -16,7 +16,8 @@ const card: Card = { en: "Move a {R}, {W}, or {L} Energy from 1 of your Benched Pokémon to your Active Pokémon." }, - trainerType: "Item" + trainerType: "Item", + boosters: ["lugia"] } export default card \ No newline at end of file diff --git a/data/Pokémon TCG Pocket/Wisdom of Sea and Sky/152.ts b/data/Pokémon TCG Pocket/Wisdom of Sea and Sky/152.ts index 56e83bbf1..24e85afa3 100644 --- a/data/Pokémon TCG Pocket/Wisdom of Sea and Sky/152.ts +++ b/data/Pokémon TCG Pocket/Wisdom of Sea and Sky/152.ts @@ -16,7 +16,8 @@ const card: Card = { en: "Discard a {R} Energy from your opponent's Active Pokémon." }, - trainerType: "Item" + trainerType: "Item", + boosters: ["lugia"] } export default card \ No newline at end of file diff --git a/data/Pokémon TCG Pocket/Wisdom of Sea and Sky/153.ts b/data/Pokémon TCG Pocket/Wisdom of Sea and Sky/153.ts index f4d194e7e..f90550c69 100644 --- a/data/Pokémon TCG Pocket/Wisdom of Sea and Sky/153.ts +++ b/data/Pokémon TCG Pocket/Wisdom of Sea and Sky/153.ts @@ -16,7 +16,8 @@ const card: Card = { en: "The {M} Pokémon this card is attached to takes −10 damage from attacks from your opponent's Pokémon, recovers from all Special Conditions, and can't be affected by any Special Conditions." }, - trainerType: "Tool" + trainerType: "Tool", + boosters: ["ho-oh"] } export default card \ No newline at end of file diff --git a/data/Pokémon TCG Pocket/Wisdom of Sea and Sky/154.ts b/data/Pokémon TCG Pocket/Wisdom of Sea and Sky/154.ts index c3c20738d..7a925d414 100644 --- a/data/Pokémon TCG Pocket/Wisdom of Sea and Sky/154.ts +++ b/data/Pokémon TCG Pocket/Wisdom of Sea and Sky/154.ts @@ -16,7 +16,8 @@ const card: Card = { en: "If the {D} Pokémon this card is attached to is in the Active Spot and is damaged by an attack from your opponent's Pokémon, your opponent reveals a random card from their hand and shuffles it into their deck." }, - trainerType: "Tool" + trainerType: "Tool", + boosters: ["ho-oh"] } export default card \ No newline at end of file diff --git a/data/Pokémon TCG Pocket/Wisdom of Sea and Sky/155.ts b/data/Pokémon TCG Pocket/Wisdom of Sea and Sky/155.ts index 5a8ed8de2..631d1225a 100644 --- a/data/Pokémon TCG Pocket/Wisdom of Sea and Sky/155.ts +++ b/data/Pokémon TCG Pocket/Wisdom of Sea and Sky/155.ts @@ -16,7 +16,8 @@ const card: Card = { en: "If the Pokémon this card is attached to is Knocked Out by damage from an attack from your opponent's Pokémon, put it into your hand instead of the discard pile." }, - trainerType: "Tool" + trainerType: "Tool", + boosters: ["ho-oh", "lugia"] } export default card \ No newline at end of file diff --git a/data/Pokémon TCG Pocket/Wisdom of Sea and Sky/156.ts b/data/Pokémon TCG Pocket/Wisdom of Sea and Sky/156.ts index 0265c196a..03f0a83a3 100644 --- a/data/Pokémon TCG Pocket/Wisdom of Sea and Sky/156.ts +++ b/data/Pokémon TCG Pocket/Wisdom of Sea and Sky/156.ts @@ -16,7 +16,8 @@ const card: Card = { en: "The next time you flip any number of coins for the effect of an attack, Ability, or Trainer card after using this card on this turn, the first coin flip will definitely be heads." }, - trainerType: "Supporter" + trainerType: "Supporter", + boosters: ["lugia"] } export default card \ No newline at end of file diff --git a/data/Pokémon TCG Pocket/Wisdom of Sea and Sky/157.ts b/data/Pokémon TCG Pocket/Wisdom of Sea and Sky/157.ts index 603eb6e12..abe5ef832 100644 --- a/data/Pokémon TCG Pocket/Wisdom of Sea and Sky/157.ts +++ b/data/Pokémon TCG Pocket/Wisdom of Sea and Sky/157.ts @@ -16,7 +16,8 @@ const card: Card = { en: "Switch your Active Pokémon that has damage on it with 1 of your Benched Pokémon." }, - trainerType: "Supporter" + trainerType: "Supporter", + boosters: ["lugia"] } export default card \ No newline at end of file diff --git a/data/Pokémon TCG Pocket/Wisdom of Sea and Sky/158.ts b/data/Pokémon TCG Pocket/Wisdom of Sea and Sky/158.ts index b595db1ed..5a7012bcd 100644 --- a/data/Pokémon TCG Pocket/Wisdom of Sea and Sky/158.ts +++ b/data/Pokémon TCG Pocket/Wisdom of Sea and Sky/158.ts @@ -16,7 +16,8 @@ const card: Card = { en: "Your opponent reveals their hand. Choose a Supporter card you find there and shuffle it into your opponent's deck." }, - trainerType: "Supporter" + trainerType: "Supporter", + boosters: ["ho-oh"] } export default card \ No newline at end of file diff --git a/data/Pokémon TCG Pocket/Wisdom of Sea and Sky/159.ts b/data/Pokémon TCG Pocket/Wisdom of Sea and Sky/159.ts index 9dfb0bd1d..77b4870b0 100644 --- a/data/Pokémon TCG Pocket/Wisdom of Sea and Sky/159.ts +++ b/data/Pokémon TCG Pocket/Wisdom of Sea and Sky/159.ts @@ -16,7 +16,8 @@ const card: Card = { en: "Flip 3 coins. For each heads, a {W} Pokémon is chosen at random from your discard pile and put into your hand." }, - trainerType: "Supporter" + trainerType: "Supporter", + boosters: ["lugia"] } export default card \ No newline at end of file diff --git a/data/Pokémon TCG Pocket/Wisdom of Sea and Sky/160.ts b/data/Pokémon TCG Pocket/Wisdom of Sea and Sky/160.ts index f2a586f6c..7a031a012 100644 --- a/data/Pokémon TCG Pocket/Wisdom of Sea and Sky/160.ts +++ b/data/Pokémon TCG Pocket/Wisdom of Sea and Sky/160.ts @@ -16,7 +16,8 @@ const card: Card = { en: "During your opponent's next turn, all of your Steelix and Skarmory ex take −50 damage from attacks from your opponent's Pokémon." }, - trainerType: "Supporter" + trainerType: "Supporter", + boosters: ["ho-oh"] } export default card \ No newline at end of file diff --git a/data/Pokémon TCG Pocket/Wisdom of Sea and Sky/161.ts b/data/Pokémon TCG Pocket/Wisdom of Sea and Sky/161.ts index 8c1969882..619f83dac 100644 --- a/data/Pokémon TCG Pocket/Wisdom of Sea and Sky/161.ts +++ b/data/Pokémon TCG Pocket/Wisdom of Sea and Sky/161.ts @@ -16,7 +16,8 @@ const card: Card = { en: "For each of your {F} Pokémon in play, look at that many cards from the top of your deck and put them back in any order." }, - trainerType: "Supporter" + trainerType: "Supporter", + boosters: ["ho-oh"] } export default card \ No newline at end of file diff --git a/data/Pokémon TCG Pocket/Wisdom of Sea and Sky/162.ts b/data/Pokémon TCG Pocket/Wisdom of Sea and Sky/162.ts index 21343dd3a..4f049b2cb 100644 --- a/data/Pokémon TCG Pocket/Wisdom of Sea and Sky/162.ts +++ b/data/Pokémon TCG Pocket/Wisdom of Sea and Sky/162.ts @@ -34,7 +34,8 @@ const card: Card = { value: "+20" }], - retreat: 1 + retreat: 1, + boosters: ["lugia"] } export default card \ No newline at end of file diff --git a/data/Pokémon TCG Pocket/Wisdom of Sea and Sky/163.ts b/data/Pokémon TCG Pocket/Wisdom of Sea and Sky/163.ts index ba0ccd07d..09dea864b 100644 --- a/data/Pokémon TCG Pocket/Wisdom of Sea and Sky/163.ts +++ b/data/Pokémon TCG Pocket/Wisdom of Sea and Sky/163.ts @@ -42,7 +42,8 @@ const card: Card = { value: "+20" }], - retreat: 1 + retreat: 1, + boosters: ["lugia"] } export default card \ No newline at end of file diff --git a/data/Pokémon TCG Pocket/Wisdom of Sea and Sky/164.ts b/data/Pokémon TCG Pocket/Wisdom of Sea and Sky/164.ts index 5f1f06191..50af6cb09 100644 --- a/data/Pokémon TCG Pocket/Wisdom of Sea and Sky/164.ts +++ b/data/Pokémon TCG Pocket/Wisdom of Sea and Sky/164.ts @@ -38,7 +38,8 @@ const card: Card = { value: "+20" }], - retreat: 2 + retreat: 2, + boosters: ["ho-oh"] } export default card \ No newline at end of file diff --git a/data/Pokémon TCG Pocket/Wisdom of Sea and Sky/165.ts b/data/Pokémon TCG Pocket/Wisdom of Sea and Sky/165.ts index dd689c716..82ad74b30 100644 --- a/data/Pokémon TCG Pocket/Wisdom of Sea and Sky/165.ts +++ b/data/Pokémon TCG Pocket/Wisdom of Sea and Sky/165.ts @@ -34,7 +34,8 @@ const card: Card = { value: "+20" }], - retreat: 1 + retreat: 1, + boosters: ["lugia"] } export default card \ No newline at end of file diff --git a/data/Pokémon TCG Pocket/Wisdom of Sea and Sky/166.ts b/data/Pokémon TCG Pocket/Wisdom of Sea and Sky/166.ts index d606f0676..4f4fdae4b 100644 --- a/data/Pokémon TCG Pocket/Wisdom of Sea and Sky/166.ts +++ b/data/Pokémon TCG Pocket/Wisdom of Sea and Sky/166.ts @@ -35,7 +35,8 @@ const card: Card = { value: "+20" }], - retreat: 0 + retreat: 0, + boosters: ["ho-oh"] } export default card \ No newline at end of file diff --git a/data/Pokémon TCG Pocket/Wisdom of Sea and Sky/167.ts b/data/Pokémon TCG Pocket/Wisdom of Sea and Sky/167.ts index 0dcd11d8e..56cd23899 100644 --- a/data/Pokémon TCG Pocket/Wisdom of Sea and Sky/167.ts +++ b/data/Pokémon TCG Pocket/Wisdom of Sea and Sky/167.ts @@ -34,7 +34,8 @@ const card: Card = { value: "+20" }], - retreat: 1 + retreat: 1, + boosters: ["ho-oh"] } export default card \ No newline at end of file diff --git a/data/Pokémon TCG Pocket/Wisdom of Sea and Sky/168.ts b/data/Pokémon TCG Pocket/Wisdom of Sea and Sky/168.ts index 8f6169f0c..93b9c5c37 100644 --- a/data/Pokémon TCG Pocket/Wisdom of Sea and Sky/168.ts +++ b/data/Pokémon TCG Pocket/Wisdom of Sea and Sky/168.ts @@ -38,7 +38,8 @@ const card: Card = { value: "+20" }], - retreat: 2 + retreat: 2, + boosters: ["lugia"] } export default card \ No newline at end of file diff --git a/data/Pokémon TCG Pocket/Wisdom of Sea and Sky/169.ts b/data/Pokémon TCG Pocket/Wisdom of Sea and Sky/169.ts index af470e481..1c0226edd 100644 --- a/data/Pokémon TCG Pocket/Wisdom of Sea and Sky/169.ts +++ b/data/Pokémon TCG Pocket/Wisdom of Sea and Sky/169.ts @@ -42,7 +42,8 @@ const card: Card = { value: "+20" }], - retreat: 2 + retreat: 2, + boosters: ["lugia"] } export default card \ No newline at end of file diff --git a/data/Pokémon TCG Pocket/Wisdom of Sea and Sky/170.ts b/data/Pokémon TCG Pocket/Wisdom of Sea and Sky/170.ts index 2c027271c..3c05a70bf 100644 --- a/data/Pokémon TCG Pocket/Wisdom of Sea and Sky/170.ts +++ b/data/Pokémon TCG Pocket/Wisdom of Sea and Sky/170.ts @@ -38,7 +38,8 @@ const card: Card = { value: "+20" }], - retreat: 1 + retreat: 1, + boosters: ["ho-oh"] } export default card \ No newline at end of file diff --git a/data/Pokémon TCG Pocket/Wisdom of Sea and Sky/171.ts b/data/Pokémon TCG Pocket/Wisdom of Sea and Sky/171.ts index 3c7fecd0e..8250ee4e6 100644 --- a/data/Pokémon TCG Pocket/Wisdom of Sea and Sky/171.ts +++ b/data/Pokémon TCG Pocket/Wisdom of Sea and Sky/171.ts @@ -35,7 +35,8 @@ const card: Card = { value: "+20" }], - retreat: 0 + retreat: 0, + boosters: ["lugia"] } export default card \ No newline at end of file diff --git a/data/Pokémon TCG Pocket/Wisdom of Sea and Sky/172.ts b/data/Pokémon TCG Pocket/Wisdom of Sea and Sky/172.ts index e1b2fbd00..2babf53e3 100644 --- a/data/Pokémon TCG Pocket/Wisdom of Sea and Sky/172.ts +++ b/data/Pokémon TCG Pocket/Wisdom of Sea and Sky/172.ts @@ -42,7 +42,8 @@ const card: Card = { value: "+20" }], - retreat: 2 + retreat: 2, + boosters: ["lugia"] } export default card \ No newline at end of file diff --git a/data/Pokémon TCG Pocket/Wisdom of Sea and Sky/173.ts b/data/Pokémon TCG Pocket/Wisdom of Sea and Sky/173.ts index 802f36f2c..e5d1d0df0 100644 --- a/data/Pokémon TCG Pocket/Wisdom of Sea and Sky/173.ts +++ b/data/Pokémon TCG Pocket/Wisdom of Sea and Sky/173.ts @@ -37,7 +37,8 @@ const card: Card = { value: "+20" }], - retreat: 1 + retreat: 1, + boosters: ["ho-oh"] } export default card \ No newline at end of file diff --git a/data/Pokémon TCG Pocket/Wisdom of Sea and Sky/174.ts b/data/Pokémon TCG Pocket/Wisdom of Sea and Sky/174.ts index 9323f33fc..54aae71fc 100644 --- a/data/Pokémon TCG Pocket/Wisdom of Sea and Sky/174.ts +++ b/data/Pokémon TCG Pocket/Wisdom of Sea and Sky/174.ts @@ -41,7 +41,8 @@ const card: Card = { value: "+20" }], - retreat: 1 + retreat: 1, + boosters: ["lugia"] } export default card \ No newline at end of file diff --git a/data/Pokémon TCG Pocket/Wisdom of Sea and Sky/175.ts b/data/Pokémon TCG Pocket/Wisdom of Sea and Sky/175.ts index 39d28378b..e136cd76a 100644 --- a/data/Pokémon TCG Pocket/Wisdom of Sea and Sky/175.ts +++ b/data/Pokémon TCG Pocket/Wisdom of Sea and Sky/175.ts @@ -38,7 +38,8 @@ const card: Card = { value: "+20" }], - retreat: 2 + retreat: 2, + boosters: ["lugia"] } export default card \ No newline at end of file diff --git a/data/Pokémon TCG Pocket/Wisdom of Sea and Sky/176.ts b/data/Pokémon TCG Pocket/Wisdom of Sea and Sky/176.ts index 31cc48e75..0105a4787 100644 --- a/data/Pokémon TCG Pocket/Wisdom of Sea and Sky/176.ts +++ b/data/Pokémon TCG Pocket/Wisdom of Sea and Sky/176.ts @@ -34,7 +34,8 @@ const card: Card = { value: "+20" }], - retreat: 1 + retreat: 1, + boosters: ["ho-oh"] } export default card \ No newline at end of file diff --git a/data/Pokémon TCG Pocket/Wisdom of Sea and Sky/177.ts b/data/Pokémon TCG Pocket/Wisdom of Sea and Sky/177.ts index 301d3b625..a4a3147cb 100644 --- a/data/Pokémon TCG Pocket/Wisdom of Sea and Sky/177.ts +++ b/data/Pokémon TCG Pocket/Wisdom of Sea and Sky/177.ts @@ -34,7 +34,8 @@ const card: Card = { value: "+20" }], - retreat: 1 + retreat: 1, + boosters: ["ho-oh"] } export default card \ No newline at end of file diff --git a/data/Pokémon TCG Pocket/Wisdom of Sea and Sky/178.ts b/data/Pokémon TCG Pocket/Wisdom of Sea and Sky/178.ts index 11d51230a..e366de775 100644 --- a/data/Pokémon TCG Pocket/Wisdom of Sea and Sky/178.ts +++ b/data/Pokémon TCG Pocket/Wisdom of Sea and Sky/178.ts @@ -37,7 +37,8 @@ const card: Card = { value: "+20" }], - retreat: 1 + retreat: 1, + boosters: ["lugia"] } export default card \ No newline at end of file diff --git a/data/Pokémon TCG Pocket/Wisdom of Sea and Sky/179.ts b/data/Pokémon TCG Pocket/Wisdom of Sea and Sky/179.ts index b7f141264..279d786ce 100644 --- a/data/Pokémon TCG Pocket/Wisdom of Sea and Sky/179.ts +++ b/data/Pokémon TCG Pocket/Wisdom of Sea and Sky/179.ts @@ -50,7 +50,8 @@ const card: Card = { value: "+20" }], - retreat: 4 + retreat: 4, + boosters: ["ho-oh"] } export default card \ No newline at end of file diff --git a/data/Pokémon TCG Pocket/Wisdom of Sea and Sky/180.ts b/data/Pokémon TCG Pocket/Wisdom of Sea and Sky/180.ts index 5f5f4812a..677c72ec7 100644 --- a/data/Pokémon TCG Pocket/Wisdom of Sea and Sky/180.ts +++ b/data/Pokémon TCG Pocket/Wisdom of Sea and Sky/180.ts @@ -42,7 +42,8 @@ const card: Card = { value: "+20" }], - retreat: 1 + retreat: 1, + boosters: ["lugia"] } export default card \ No newline at end of file diff --git a/data/Pokémon TCG Pocket/Wisdom of Sea and Sky/181.ts b/data/Pokémon TCG Pocket/Wisdom of Sea and Sky/181.ts index dd7b59697..5188b5635 100644 --- a/data/Pokémon TCG Pocket/Wisdom of Sea and Sky/181.ts +++ b/data/Pokémon TCG Pocket/Wisdom of Sea and Sky/181.ts @@ -34,7 +34,8 @@ const card: Card = { value: "+20" }], - retreat: 1 + retreat: 1, + boosters: ["ho-oh"] } export default card \ No newline at end of file diff --git a/data/Pokémon TCG Pocket/Wisdom of Sea and Sky/182.ts b/data/Pokémon TCG Pocket/Wisdom of Sea and Sky/182.ts index 417767002..e9753b200 100644 --- a/data/Pokémon TCG Pocket/Wisdom of Sea and Sky/182.ts +++ b/data/Pokémon TCG Pocket/Wisdom of Sea and Sky/182.ts @@ -46,7 +46,8 @@ const card: Card = { value: "+20" }], - retreat: 1 + retreat: 1, + boosters: ["ho-oh"] } export default card \ No newline at end of file diff --git a/data/Pokémon TCG Pocket/Wisdom of Sea and Sky/183.ts b/data/Pokémon TCG Pocket/Wisdom of Sea and Sky/183.ts index e2e9bd496..2a33ab7cc 100644 --- a/data/Pokémon TCG Pocket/Wisdom of Sea and Sky/183.ts +++ b/data/Pokémon TCG Pocket/Wisdom of Sea and Sky/183.ts @@ -38,7 +38,8 @@ const card: Card = { value: "+20" }], - retreat: 1 + retreat: 1, + boosters: ["ho-oh"] } export default card \ No newline at end of file diff --git a/data/Pokémon TCG Pocket/Wisdom of Sea and Sky/184.ts b/data/Pokémon TCG Pocket/Wisdom of Sea and Sky/184.ts index 0968bbd70..17e846b87 100644 --- a/data/Pokémon TCG Pocket/Wisdom of Sea and Sky/184.ts +++ b/data/Pokémon TCG Pocket/Wisdom of Sea and Sky/184.ts @@ -38,7 +38,8 @@ const card: Card = { value: "+20" }], - retreat: 1 + retreat: 1, + boosters: ["lugia"] } export default card \ No newline at end of file diff --git a/data/Pokémon TCG Pocket/Wisdom of Sea and Sky/185.ts b/data/Pokémon TCG Pocket/Wisdom of Sea and Sky/185.ts index bdd6d8300..360ec848e 100644 --- a/data/Pokémon TCG Pocket/Wisdom of Sea and Sky/185.ts +++ b/data/Pokémon TCG Pocket/Wisdom of Sea and Sky/185.ts @@ -42,7 +42,8 @@ const card: Card = { value: "+20" }], - retreat: 4 + retreat: 4, + boosters: ["ho-oh"] } export default card \ No newline at end of file diff --git a/data/Pokémon TCG Pocket/Wisdom of Sea and Sky/186.ts b/data/Pokémon TCG Pocket/Wisdom of Sea and Sky/186.ts index ab9738fed..d9a5aadc0 100644 --- a/data/Pokémon TCG Pocket/Wisdom of Sea and Sky/186.ts +++ b/data/Pokémon TCG Pocket/Wisdom of Sea and Sky/186.ts @@ -46,7 +46,8 @@ const card: Card = { value: "+20" }], - retreat: 1 + retreat: 1, + boosters: ["lugia"] } export default card \ No newline at end of file diff --git a/data/Pokémon TCG Pocket/Wisdom of Sea and Sky/187.ts b/data/Pokémon TCG Pocket/Wisdom of Sea and Sky/187.ts index b6c25673a..4e76aa6ab 100644 --- a/data/Pokémon TCG Pocket/Wisdom of Sea and Sky/187.ts +++ b/data/Pokémon TCG Pocket/Wisdom of Sea and Sky/187.ts @@ -34,7 +34,8 @@ const card: Card = { value: "+20" }], - retreat: 2 + retreat: 2, + boosters: ["ho-oh"] } export default card \ No newline at end of file diff --git a/data/Pokémon TCG Pocket/Wisdom of Sea and Sky/188.ts b/data/Pokémon TCG Pocket/Wisdom of Sea and Sky/188.ts index 03fe2a760..6ffd30962 100644 --- a/data/Pokémon TCG Pocket/Wisdom of Sea and Sky/188.ts +++ b/data/Pokémon TCG Pocket/Wisdom of Sea and Sky/188.ts @@ -39,7 +39,8 @@ const card: Card = { value: "+20" }], - retreat: 1 + retreat: 1, + boosters: ["lugia"] } export default card \ No newline at end of file diff --git a/data/Pokémon TCG Pocket/Wisdom of Sea and Sky/189.ts b/data/Pokémon TCG Pocket/Wisdom of Sea and Sky/189.ts index 8a28e1b62..5df5638e6 100644 --- a/data/Pokémon TCG Pocket/Wisdom of Sea and Sky/189.ts +++ b/data/Pokémon TCG Pocket/Wisdom of Sea and Sky/189.ts @@ -39,7 +39,8 @@ const card: Card = { value: "+20" }], - retreat: 2 + retreat: 2, + boosters: ["lugia"] } export default card \ No newline at end of file diff --git a/data/Pokémon TCG Pocket/Wisdom of Sea and Sky/190.ts b/data/Pokémon TCG Pocket/Wisdom of Sea and Sky/190.ts index 647c40681..f742a2e99 100644 --- a/data/Pokémon TCG Pocket/Wisdom of Sea and Sky/190.ts +++ b/data/Pokémon TCG Pocket/Wisdom of Sea and Sky/190.ts @@ -47,7 +47,8 @@ const card: Card = { value: "+20" }], - retreat: 1 + retreat: 1, + boosters: ["lugia"] } export default card \ No newline at end of file diff --git a/data/Pokémon TCG Pocket/Wisdom of Sea and Sky/191.ts b/data/Pokémon TCG Pocket/Wisdom of Sea and Sky/191.ts index e0ad39c1b..f52e5170d 100644 --- a/data/Pokémon TCG Pocket/Wisdom of Sea and Sky/191.ts +++ b/data/Pokémon TCG Pocket/Wisdom of Sea and Sky/191.ts @@ -39,7 +39,8 @@ const card: Card = { value: "+20" }], - retreat: 3 + retreat: 3, + boosters: ["ho-oh"] } export default card \ No newline at end of file diff --git a/data/Pokémon TCG Pocket/Wisdom of Sea and Sky/192.ts b/data/Pokémon TCG Pocket/Wisdom of Sea and Sky/192.ts index 3052aec8a..c516b5a99 100644 --- a/data/Pokémon TCG Pocket/Wisdom of Sea and Sky/192.ts +++ b/data/Pokémon TCG Pocket/Wisdom of Sea and Sky/192.ts @@ -39,7 +39,8 @@ const card: Card = { value: "+20" }], - retreat: 1 + retreat: 1, + boosters: ["ho-oh"] } export default card \ No newline at end of file diff --git a/data/Pokémon TCG Pocket/Wisdom of Sea and Sky/193.ts b/data/Pokémon TCG Pocket/Wisdom of Sea and Sky/193.ts index a46e9f4a5..86b1dfd20 100644 --- a/data/Pokémon TCG Pocket/Wisdom of Sea and Sky/193.ts +++ b/data/Pokémon TCG Pocket/Wisdom of Sea and Sky/193.ts @@ -47,7 +47,8 @@ const card: Card = { value: "+20" }], - retreat: 2 + retreat: 2, + boosters: ["ho-oh"] } export default card \ No newline at end of file diff --git a/data/Pokémon TCG Pocket/Wisdom of Sea and Sky/194.ts b/data/Pokémon TCG Pocket/Wisdom of Sea and Sky/194.ts index 55a435922..195b3bb67 100644 --- a/data/Pokémon TCG Pocket/Wisdom of Sea and Sky/194.ts +++ b/data/Pokémon TCG Pocket/Wisdom of Sea and Sky/194.ts @@ -34,7 +34,8 @@ const card: Card = { value: "+20" }], - retreat: 2 + retreat: 2, + boosters: ["ho-oh"] } export default card \ No newline at end of file diff --git a/data/Pokémon TCG Pocket/Wisdom of Sea and Sky/195.ts b/data/Pokémon TCG Pocket/Wisdom of Sea and Sky/195.ts index cf2dc3dfa..8423c6a85 100644 --- a/data/Pokémon TCG Pocket/Wisdom of Sea and Sky/195.ts +++ b/data/Pokémon TCG Pocket/Wisdom of Sea and Sky/195.ts @@ -34,7 +34,8 @@ const card: Card = { value: "+20" }], - retreat: 2 + retreat: 2, + boosters: ["lugia"] } export default card \ No newline at end of file diff --git a/data/Pokémon TCG Pocket/Wisdom of Sea and Sky/196.ts b/data/Pokémon TCG Pocket/Wisdom of Sea and Sky/196.ts index 353b3ca00..f56613056 100644 --- a/data/Pokémon TCG Pocket/Wisdom of Sea and Sky/196.ts +++ b/data/Pokémon TCG Pocket/Wisdom of Sea and Sky/196.ts @@ -16,7 +16,8 @@ const card: Card = { en: "The next time you flip any number of coins for the effect of an attack, Ability, or Trainer card after using this card on this turn, the first coin flip will definitely be heads." }, - trainerType: "Supporter" + trainerType: "Supporter", + boosters: ["lugia"] } export default card \ No newline at end of file diff --git a/data/Pokémon TCG Pocket/Wisdom of Sea and Sky/197.ts b/data/Pokémon TCG Pocket/Wisdom of Sea and Sky/197.ts index acde71467..ff6c98904 100644 --- a/data/Pokémon TCG Pocket/Wisdom of Sea and Sky/197.ts +++ b/data/Pokémon TCG Pocket/Wisdom of Sea and Sky/197.ts @@ -16,7 +16,8 @@ const card: Card = { en: "Switch your Active Pokémon that has damage on it with 1 of your Benched Pokémon." }, - trainerType: "Supporter" + trainerType: "Supporter", + boosters: ["lugia"] } export default card \ No newline at end of file diff --git a/data/Pokémon TCG Pocket/Wisdom of Sea and Sky/198.ts b/data/Pokémon TCG Pocket/Wisdom of Sea and Sky/198.ts index af8b8247c..3156aee33 100644 --- a/data/Pokémon TCG Pocket/Wisdom of Sea and Sky/198.ts +++ b/data/Pokémon TCG Pocket/Wisdom of Sea and Sky/198.ts @@ -16,7 +16,8 @@ const card: Card = { en: "Your opponent reveals their hand. Choose a Supporter card you find there and shuffle it into your opponent's deck." }, - trainerType: "Supporter" + trainerType: "Supporter", + boosters: ["ho-oh"] } export default card \ No newline at end of file diff --git a/data/Pokémon TCG Pocket/Wisdom of Sea and Sky/199.ts b/data/Pokémon TCG Pocket/Wisdom of Sea and Sky/199.ts index 067134bc9..96ff2ca02 100644 --- a/data/Pokémon TCG Pocket/Wisdom of Sea and Sky/199.ts +++ b/data/Pokémon TCG Pocket/Wisdom of Sea and Sky/199.ts @@ -16,7 +16,8 @@ const card: Card = { en: "Flip 3 coins. For each heads, a {W} Pokémon is chosen at random from your discard pile and put into your hand." }, - trainerType: "Supporter" + trainerType: "Supporter", + boosters: ["lugia"] } export default card \ No newline at end of file diff --git a/data/Pokémon TCG Pocket/Wisdom of Sea and Sky/200.ts b/data/Pokémon TCG Pocket/Wisdom of Sea and Sky/200.ts index 0f1da3f74..35f865aa4 100644 --- a/data/Pokémon TCG Pocket/Wisdom of Sea and Sky/200.ts +++ b/data/Pokémon TCG Pocket/Wisdom of Sea and Sky/200.ts @@ -16,7 +16,8 @@ const card: Card = { en: "During your opponent's next turn, all of your Steelix and Skarmory ex take −50 damage from attacks from your opponent's Pokémon." }, - trainerType: "Supporter" + trainerType: "Supporter", + boosters: ["ho-oh"] } export default card \ No newline at end of file diff --git a/data/Pokémon TCG Pocket/Wisdom of Sea and Sky/201.ts b/data/Pokémon TCG Pocket/Wisdom of Sea and Sky/201.ts index 92f3540dc..e2c851ab1 100644 --- a/data/Pokémon TCG Pocket/Wisdom of Sea and Sky/201.ts +++ b/data/Pokémon TCG Pocket/Wisdom of Sea and Sky/201.ts @@ -16,7 +16,8 @@ const card: Card = { en: "For each of your {F} Pokémon in play, look at that many cards from the top of your deck and put them back in any order." }, - trainerType: "Supporter" + trainerType: "Supporter", + boosters: ["ho-oh"] } export default card \ No newline at end of file diff --git a/data/Pokémon TCG Pocket/Wisdom of Sea and Sky/202.ts b/data/Pokémon TCG Pocket/Wisdom of Sea and Sky/202.ts index 5407151e5..b4c57017f 100644 --- a/data/Pokémon TCG Pocket/Wisdom of Sea and Sky/202.ts +++ b/data/Pokémon TCG Pocket/Wisdom of Sea and Sky/202.ts @@ -46,7 +46,8 @@ const card: Card = { value: "+20" }], - retreat: 1 + retreat: 1, + boosters: ["lugia"] } export default card \ No newline at end of file diff --git a/data/Pokémon TCG Pocket/Wisdom of Sea and Sky/203.ts b/data/Pokémon TCG Pocket/Wisdom of Sea and Sky/203.ts index a306d3595..10b85e422 100644 --- a/data/Pokémon TCG Pocket/Wisdom of Sea and Sky/203.ts +++ b/data/Pokémon TCG Pocket/Wisdom of Sea and Sky/203.ts @@ -39,7 +39,8 @@ const card: Card = { value: "+20" }], - retreat: 1 + retreat: 1, + boosters: ["lugia"] } export default card \ No newline at end of file diff --git a/data/Pokémon TCG Pocket/Wisdom of Sea and Sky/204.ts b/data/Pokémon TCG Pocket/Wisdom of Sea and Sky/204.ts index 8941dae64..376a83037 100644 --- a/data/Pokémon TCG Pocket/Wisdom of Sea and Sky/204.ts +++ b/data/Pokémon TCG Pocket/Wisdom of Sea and Sky/204.ts @@ -39,7 +39,8 @@ const card: Card = { value: "+20" }], - retreat: 2 + retreat: 2, + boosters: ["lugia"] } export default card \ No newline at end of file diff --git a/data/Pokémon TCG Pocket/Wisdom of Sea and Sky/205.ts b/data/Pokémon TCG Pocket/Wisdom of Sea and Sky/205.ts index 08fa103f6..b7ffa8b3b 100644 --- a/data/Pokémon TCG Pocket/Wisdom of Sea and Sky/205.ts +++ b/data/Pokémon TCG Pocket/Wisdom of Sea and Sky/205.ts @@ -47,7 +47,8 @@ const card: Card = { value: "+20" }], - retreat: 1 + retreat: 1, + boosters: ["lugia"] } export default card \ No newline at end of file diff --git a/data/Pokémon TCG Pocket/Wisdom of Sea and Sky/206.ts b/data/Pokémon TCG Pocket/Wisdom of Sea and Sky/206.ts index aedab2a9b..d5008f9d3 100644 --- a/data/Pokémon TCG Pocket/Wisdom of Sea and Sky/206.ts +++ b/data/Pokémon TCG Pocket/Wisdom of Sea and Sky/206.ts @@ -39,7 +39,8 @@ const card: Card = { value: "+20" }], - retreat: 3 + retreat: 3, + boosters: ["ho-oh"] } export default card \ No newline at end of file diff --git a/data/Pokémon TCG Pocket/Wisdom of Sea and Sky/207.ts b/data/Pokémon TCG Pocket/Wisdom of Sea and Sky/207.ts index 494925bc5..3327a18f4 100644 --- a/data/Pokémon TCG Pocket/Wisdom of Sea and Sky/207.ts +++ b/data/Pokémon TCG Pocket/Wisdom of Sea and Sky/207.ts @@ -39,7 +39,8 @@ const card: Card = { value: "+20" }], - retreat: 1 + retreat: 1, + boosters: ["ho-oh"] } export default card \ No newline at end of file diff --git a/data/Pokémon TCG Pocket/Wisdom of Sea and Sky/208.ts b/data/Pokémon TCG Pocket/Wisdom of Sea and Sky/208.ts index a73b98624..d2330baa8 100644 --- a/data/Pokémon TCG Pocket/Wisdom of Sea and Sky/208.ts +++ b/data/Pokémon TCG Pocket/Wisdom of Sea and Sky/208.ts @@ -47,7 +47,8 @@ const card: Card = { value: "+20" }], - retreat: 2 + retreat: 2, + boosters: ["ho-oh"] } export default card \ No newline at end of file diff --git a/data/Pokémon TCG Pocket/Wisdom of Sea and Sky/209.ts b/data/Pokémon TCG Pocket/Wisdom of Sea and Sky/209.ts index 2ba745cb0..e5b04eef2 100644 --- a/data/Pokémon TCG Pocket/Wisdom of Sea and Sky/209.ts +++ b/data/Pokémon TCG Pocket/Wisdom of Sea and Sky/209.ts @@ -34,7 +34,8 @@ const card: Card = { value: "+20" }], - retreat: 2 + retreat: 2, + boosters: ["ho-oh"] } export default card \ No newline at end of file diff --git a/data/Pokémon TCG Pocket/Wisdom of Sea and Sky/210.ts b/data/Pokémon TCG Pocket/Wisdom of Sea and Sky/210.ts index a2fcf11e8..a1a453751 100644 --- a/data/Pokémon TCG Pocket/Wisdom of Sea and Sky/210.ts +++ b/data/Pokémon TCG Pocket/Wisdom of Sea and Sky/210.ts @@ -34,7 +34,8 @@ const card: Card = { value: "+20" }], - retreat: 2 + retreat: 2, + boosters: ["ho-oh"] } export default card \ No newline at end of file diff --git a/data/Pokémon TCG Pocket/Wisdom of Sea and Sky/211.ts b/data/Pokémon TCG Pocket/Wisdom of Sea and Sky/211.ts index 0640a78af..842c7ccd8 100644 --- a/data/Pokémon TCG Pocket/Wisdom of Sea and Sky/211.ts +++ b/data/Pokémon TCG Pocket/Wisdom of Sea and Sky/211.ts @@ -34,7 +34,8 @@ const card: Card = { value: "+20" }], - retreat: 2 + retreat: 2, + boosters: ["lugia"] } export default card \ No newline at end of file diff --git a/data/Pokémon TCG Pocket/Wisdom of Sea and Sky/212.ts b/data/Pokémon TCG Pocket/Wisdom of Sea and Sky/212.ts index 5508facd0..bda856680 100644 --- a/data/Pokémon TCG Pocket/Wisdom of Sea and Sky/212.ts +++ b/data/Pokémon TCG Pocket/Wisdom of Sea and Sky/212.ts @@ -38,7 +38,8 @@ const card: Card = { value: "+20" }], - retreat: 1 + retreat: 1, + boosters: ["ho-oh"] } export default card \ No newline at end of file diff --git a/data/Pokémon TCG Pocket/Wisdom of Sea and Sky/213.ts b/data/Pokémon TCG Pocket/Wisdom of Sea and Sky/213.ts index b983ed0a4..67c7c1106 100644 --- a/data/Pokémon TCG Pocket/Wisdom of Sea and Sky/213.ts +++ b/data/Pokémon TCG Pocket/Wisdom of Sea and Sky/213.ts @@ -42,7 +42,8 @@ const card: Card = { value: "+20" }], - retreat: 2 + retreat: 2, + boosters: ["ho-oh"] } export default card \ No newline at end of file diff --git a/data/Pokémon TCG Pocket/Wisdom of Sea and Sky/214.ts b/data/Pokémon TCG Pocket/Wisdom of Sea and Sky/214.ts index 8dd3687f7..5beb74f31 100644 --- a/data/Pokémon TCG Pocket/Wisdom of Sea and Sky/214.ts +++ b/data/Pokémon TCG Pocket/Wisdom of Sea and Sky/214.ts @@ -37,7 +37,8 @@ const card: Card = { value: "+20" }], - retreat: 1 + retreat: 1, + boosters: ["lugia"] } export default card \ No newline at end of file diff --git a/data/Pokémon TCG Pocket/Wisdom of Sea and Sky/215.ts b/data/Pokémon TCG Pocket/Wisdom of Sea and Sky/215.ts index 19eada007..bce399ee9 100644 --- a/data/Pokémon TCG Pocket/Wisdom of Sea and Sky/215.ts +++ b/data/Pokémon TCG Pocket/Wisdom of Sea and Sky/215.ts @@ -42,7 +42,8 @@ const card: Card = { value: "+20" }], - retreat: 3 + retreat: 3, + boosters: ["lugia"] } export default card \ No newline at end of file diff --git a/data/Pokémon TCG Pocket/Wisdom of Sea and Sky/216.ts b/data/Pokémon TCG Pocket/Wisdom of Sea and Sky/216.ts index 21f0e85ec..795575f65 100644 --- a/data/Pokémon TCG Pocket/Wisdom of Sea and Sky/216.ts +++ b/data/Pokémon TCG Pocket/Wisdom of Sea and Sky/216.ts @@ -42,7 +42,8 @@ const card: Card = { value: "+20" }], - retreat: 2 + retreat: 2, + boosters: ["lugia"] } export default card \ No newline at end of file diff --git a/data/Pokémon TCG Pocket/Wisdom of Sea and Sky/217.ts b/data/Pokémon TCG Pocket/Wisdom of Sea and Sky/217.ts index e425d5388..17b7a8217 100644 --- a/data/Pokémon TCG Pocket/Wisdom of Sea and Sky/217.ts +++ b/data/Pokémon TCG Pocket/Wisdom of Sea and Sky/217.ts @@ -34,7 +34,8 @@ const card: Card = { value: "+20" }], - retreat: 1 + retreat: 1, + boosters: ["lugia"] } export default card \ No newline at end of file diff --git a/data/Pokémon TCG Pocket/Wisdom of Sea and Sky/218.ts b/data/Pokémon TCG Pocket/Wisdom of Sea and Sky/218.ts index 212d4c2ed..4fd75a632 100644 --- a/data/Pokémon TCG Pocket/Wisdom of Sea and Sky/218.ts +++ b/data/Pokémon TCG Pocket/Wisdom of Sea and Sky/218.ts @@ -50,7 +50,8 @@ const card: Card = { value: "+20" }], - retreat: 2 + retreat: 2, + boosters: ["lugia"] } export default card \ No newline at end of file diff --git a/data/Pokémon TCG Pocket/Wisdom of Sea and Sky/219.ts b/data/Pokémon TCG Pocket/Wisdom of Sea and Sky/219.ts index 628574c4c..ce77fc854 100644 --- a/data/Pokémon TCG Pocket/Wisdom of Sea and Sky/219.ts +++ b/data/Pokémon TCG Pocket/Wisdom of Sea and Sky/219.ts @@ -42,7 +42,8 @@ const card: Card = { value: "+20" }], - retreat: 1 + retreat: 1, + boosters: ["lugia"] } export default card \ No newline at end of file diff --git a/data/Pokémon TCG Pocket/Wisdom of Sea and Sky/220.ts b/data/Pokémon TCG Pocket/Wisdom of Sea and Sky/220.ts index 24e7b90d8..0324c9a19 100644 --- a/data/Pokémon TCG Pocket/Wisdom of Sea and Sky/220.ts +++ b/data/Pokémon TCG Pocket/Wisdom of Sea and Sky/220.ts @@ -34,7 +34,8 @@ const card: Card = { value: "+20" }], - retreat: 1 + retreat: 1, + boosters: ["ho-oh"] } export default card \ No newline at end of file diff --git a/data/Pokémon TCG Pocket/Wisdom of Sea and Sky/221.ts b/data/Pokémon TCG Pocket/Wisdom of Sea and Sky/221.ts index 3cc422f72..4abf8b6f6 100644 --- a/data/Pokémon TCG Pocket/Wisdom of Sea and Sky/221.ts +++ b/data/Pokémon TCG Pocket/Wisdom of Sea and Sky/221.ts @@ -38,7 +38,8 @@ const card: Card = { value: "+20" }], - retreat: 1 + retreat: 1, + boosters: ["ho-oh"] } export default card \ No newline at end of file diff --git a/data/Pokémon TCG Pocket/Wisdom of Sea and Sky/222.ts b/data/Pokémon TCG Pocket/Wisdom of Sea and Sky/222.ts index 80fca6ccf..ca7fbab23 100644 --- a/data/Pokémon TCG Pocket/Wisdom of Sea and Sky/222.ts +++ b/data/Pokémon TCG Pocket/Wisdom of Sea and Sky/222.ts @@ -42,7 +42,8 @@ const card: Card = { value: "+20" }], - retreat: 1 + retreat: 1, + boosters: ["ho-oh"] } export default card \ No newline at end of file diff --git a/data/Pokémon TCG Pocket/Wisdom of Sea and Sky/223.ts b/data/Pokémon TCG Pocket/Wisdom of Sea and Sky/223.ts index 725b67324..46aff3453 100644 --- a/data/Pokémon TCG Pocket/Wisdom of Sea and Sky/223.ts +++ b/data/Pokémon TCG Pocket/Wisdom of Sea and Sky/223.ts @@ -37,7 +37,8 @@ const card: Card = { value: "+20" }], - retreat: 1 + retreat: 1, + boosters: ["lugia"] } export default card \ No newline at end of file diff --git a/data/Pokémon TCG Pocket/Wisdom of Sea and Sky/224.ts b/data/Pokémon TCG Pocket/Wisdom of Sea and Sky/224.ts index f1cedb53c..5565cdb3c 100644 --- a/data/Pokémon TCG Pocket/Wisdom of Sea and Sky/224.ts +++ b/data/Pokémon TCG Pocket/Wisdom of Sea and Sky/224.ts @@ -38,7 +38,8 @@ const card: Card = { value: "+20" }], - retreat: 1 + retreat: 1, + boosters: ["lugia"] } export default card \ No newline at end of file diff --git a/data/Pokémon TCG Pocket/Wisdom of Sea and Sky/225.ts b/data/Pokémon TCG Pocket/Wisdom of Sea and Sky/225.ts index c17b5ea90..2124a5826 100644 --- a/data/Pokémon TCG Pocket/Wisdom of Sea and Sky/225.ts +++ b/data/Pokémon TCG Pocket/Wisdom of Sea and Sky/225.ts @@ -42,7 +42,8 @@ const card: Card = { value: "+20" }], - retreat: 2 + retreat: 2, + boosters: ["lugia"] } export default card \ No newline at end of file diff --git a/data/Pokémon TCG Pocket/Wisdom of Sea and Sky/226.ts b/data/Pokémon TCG Pocket/Wisdom of Sea and Sky/226.ts index 7f97e987a..95b62210a 100644 --- a/data/Pokémon TCG Pocket/Wisdom of Sea and Sky/226.ts +++ b/data/Pokémon TCG Pocket/Wisdom of Sea and Sky/226.ts @@ -34,7 +34,8 @@ const card: Card = { value: "+20" }], - retreat: 1 + retreat: 1, + boosters: ["ho-oh"] } export default card \ No newline at end of file diff --git a/data/Pokémon TCG Pocket/Wisdom of Sea and Sky/227.ts b/data/Pokémon TCG Pocket/Wisdom of Sea and Sky/227.ts index 73f2c4091..77b6baa49 100644 --- a/data/Pokémon TCG Pocket/Wisdom of Sea and Sky/227.ts +++ b/data/Pokémon TCG Pocket/Wisdom of Sea and Sky/227.ts @@ -38,7 +38,8 @@ const card: Card = { value: "+20" }], - retreat: 2 + retreat: 2, + boosters: ["ho-oh"] } export default card \ No newline at end of file diff --git a/data/Pokémon TCG Pocket/Wisdom of Sea and Sky/228.ts b/data/Pokémon TCG Pocket/Wisdom of Sea and Sky/228.ts index 5f9bf1b86..790f77210 100644 --- a/data/Pokémon TCG Pocket/Wisdom of Sea and Sky/228.ts +++ b/data/Pokémon TCG Pocket/Wisdom of Sea and Sky/228.ts @@ -42,7 +42,8 @@ const card: Card = { value: "+20" }], - retreat: 3 + retreat: 3, + boosters: ["ho-oh"] } export default card \ No newline at end of file diff --git a/data/Pokémon TCG Pocket/Wisdom of Sea and Sky/229.ts b/data/Pokémon TCG Pocket/Wisdom of Sea and Sky/229.ts index 0e6be8b12..c10a69fb3 100644 --- a/data/Pokémon TCG Pocket/Wisdom of Sea and Sky/229.ts +++ b/data/Pokémon TCG Pocket/Wisdom of Sea and Sky/229.ts @@ -34,7 +34,8 @@ const card: Card = { value: "+20" }], - retreat: 1 + retreat: 1, + boosters: ["lugia"] } export default card \ No newline at end of file diff --git a/data/Pokémon TCG Pocket/Wisdom of Sea and Sky/230.ts b/data/Pokémon TCG Pocket/Wisdom of Sea and Sky/230.ts index 65e540741..4c70b5af4 100644 --- a/data/Pokémon TCG Pocket/Wisdom of Sea and Sky/230.ts +++ b/data/Pokémon TCG Pocket/Wisdom of Sea and Sky/230.ts @@ -34,7 +34,8 @@ const card: Card = { value: "+20" }], - retreat: 2 + retreat: 2, + boosters: ["ho-oh"] } export default card \ No newline at end of file diff --git a/data/Pokémon TCG Pocket/Wisdom of Sea and Sky/231.ts b/data/Pokémon TCG Pocket/Wisdom of Sea and Sky/231.ts index f52c28549..2cdd2301a 100644 --- a/data/Pokémon TCG Pocket/Wisdom of Sea and Sky/231.ts +++ b/data/Pokémon TCG Pocket/Wisdom of Sea and Sky/231.ts @@ -37,7 +37,8 @@ const card: Card = { value: "+20" }], - retreat: 1 + retreat: 1, + boosters: ["ho-oh"] } export default card \ No newline at end of file diff --git a/data/Pokémon TCG Pocket/Wisdom of Sea and Sky/232.ts b/data/Pokémon TCG Pocket/Wisdom of Sea and Sky/232.ts index 8b151a1bf..1ae6ad84d 100644 --- a/data/Pokémon TCG Pocket/Wisdom of Sea and Sky/232.ts +++ b/data/Pokémon TCG Pocket/Wisdom of Sea and Sky/232.ts @@ -39,7 +39,8 @@ const card: Card = { value: "+20" }], - retreat: 1 + retreat: 1, + boosters: ["ho-oh"] } export default card \ No newline at end of file diff --git a/data/Pokémon TCG Pocket/Wisdom of Sea and Sky/233.ts b/data/Pokémon TCG Pocket/Wisdom of Sea and Sky/233.ts index e6282b6d5..94d47fb3a 100644 --- a/data/Pokémon TCG Pocket/Wisdom of Sea and Sky/233.ts +++ b/data/Pokémon TCG Pocket/Wisdom of Sea and Sky/233.ts @@ -47,7 +47,8 @@ const card: Card = { value: "+20" }], - retreat: 1 + retreat: 1, + boosters: ["ho-oh"] } export default card \ No newline at end of file diff --git a/data/Pokémon TCG Pocket/Wisdom of Sea and Sky/234.ts b/data/Pokémon TCG Pocket/Wisdom of Sea and Sky/234.ts index df83e914e..1bbc73ff3 100644 --- a/data/Pokémon TCG Pocket/Wisdom of Sea and Sky/234.ts +++ b/data/Pokémon TCG Pocket/Wisdom of Sea and Sky/234.ts @@ -39,7 +39,8 @@ const card: Card = { value: "+20" }], - retreat: 3 + retreat: 3, + boosters: ["lugia"] } export default card \ No newline at end of file diff --git a/data/Pokémon TCG Pocket/Wisdom of Sea and Sky/235.ts b/data/Pokémon TCG Pocket/Wisdom of Sea and Sky/235.ts index bb2c554a1..8cabf63f3 100644 --- a/data/Pokémon TCG Pocket/Wisdom of Sea and Sky/235.ts +++ b/data/Pokémon TCG Pocket/Wisdom of Sea and Sky/235.ts @@ -47,7 +47,8 @@ const card: Card = { value: "+20" }], - retreat: 1 + retreat: 1, + boosters: ["lugia"] } export default card \ No newline at end of file diff --git a/data/Pokémon TCG Pocket/Wisdom of Sea and Sky/236.ts b/data/Pokémon TCG Pocket/Wisdom of Sea and Sky/236.ts index ac08f7fbe..4d47f17ad 100644 --- a/data/Pokémon TCG Pocket/Wisdom of Sea and Sky/236.ts +++ b/data/Pokémon TCG Pocket/Wisdom of Sea and Sky/236.ts @@ -34,7 +34,8 @@ const card: Card = { value: "+20" }], - retreat: 1 + retreat: 1, + boosters: ["lugia"] } export default card \ No newline at end of file diff --git a/data/Pokémon TCG Pocket/Wisdom of Sea and Sky/237.ts b/data/Pokémon TCG Pocket/Wisdom of Sea and Sky/237.ts index 2b8254e16..0eded7ecf 100644 --- a/data/Pokémon TCG Pocket/Wisdom of Sea and Sky/237.ts +++ b/data/Pokémon TCG Pocket/Wisdom of Sea and Sky/237.ts @@ -39,7 +39,8 @@ const card: Card = { value: "+20" }], - retreat: 1 + retreat: 1, + boosters: ["ho-oh"] } export default card \ No newline at end of file diff --git a/data/Pokémon TCG Pocket/Wisdom of Sea and Sky/238.ts b/data/Pokémon TCG Pocket/Wisdom of Sea and Sky/238.ts index b1e48787a..a46d3780b 100644 --- a/data/Pokémon TCG Pocket/Wisdom of Sea and Sky/238.ts +++ b/data/Pokémon TCG Pocket/Wisdom of Sea and Sky/238.ts @@ -39,7 +39,8 @@ const card: Card = { value: "+20" }], - retreat: 1 + retreat: 1, + boosters: ["lugia"] } export default card \ No newline at end of file diff --git a/data/Pokémon TCG Pocket/Wisdom of Sea and Sky/239.ts b/data/Pokémon TCG Pocket/Wisdom of Sea and Sky/239.ts index a51ef3569..6034365f0 100644 --- a/data/Pokémon TCG Pocket/Wisdom of Sea and Sky/239.ts +++ b/data/Pokémon TCG Pocket/Wisdom of Sea and Sky/239.ts @@ -39,7 +39,8 @@ const card: Card = { value: "+20" }], - retreat: 4 + retreat: 4, + boosters: ["ho-oh"] } export default card \ No newline at end of file diff --git a/data/Pokémon TCG Pocket/Wisdom of Sea and Sky/240.ts b/data/Pokémon TCG Pocket/Wisdom of Sea and Sky/240.ts index 377a5b0ca..0c4822097 100644 --- a/data/Pokémon TCG Pocket/Wisdom of Sea and Sky/240.ts +++ b/data/Pokémon TCG Pocket/Wisdom of Sea and Sky/240.ts @@ -34,7 +34,8 @@ const card: Card = { value: "+20" }], - retreat: 2 + retreat: 2, + boosters: ["ho-oh", "lugia"] } export default card \ No newline at end of file diff --git a/data/Pokémon TCG Pocket/Wisdom of Sea and Sky/241.ts b/data/Pokémon TCG Pocket/Wisdom of Sea and Sky/241.ts index 1ae35150b..355f385c2 100644 --- a/data/Pokémon TCG Pocket/Wisdom of Sea and Sky/241.ts +++ b/data/Pokémon TCG Pocket/Wisdom of Sea and Sky/241.ts @@ -34,7 +34,8 @@ const card: Card = { value: "+20" }], - retreat: 2 + retreat: 2, + boosters: ["ho-oh", "lugia"] } export default card \ No newline at end of file