1
0
mirror of https://github.com/tcgdex/cards-database.git synced 2025-08-03 21:02:02 +00:00

feat: Add A4 Wisdom of Sea and Sky (#832)

This commit is contained in:
2025-07-31 10:18:23 +02:00
committed by GitHub
parent 651346dff7
commit 7c2a69711e
242 changed files with 10416 additions and 0 deletions

View File

@@ -0,0 +1,26 @@
import { Set } from '../../interfaces'
import serie from '../Pokémon TCG Pocket'
const set: Set = {
id: "A4",
name: {
// de: "Mysteriöse Insel",
en: "Wisdom of Sea and Sky",
// es: "La Isla Singular",
// fr: "LÎle Fabuleuse",
// it: "L'Isola Misteriosa",
// 'pt-br': "Ilha Mítica",
// ko: '환상이 있는 섬'
},
serie: serie,
cardCount: {
official: 161
},
releaseDate: "2025-07-30"
}
export default set