1
0
mirror of https://github.com/tcgdex/cards-database.git synced 2025-06-15 08:59:18 +00:00

feat: Added XY Datas for other languages (#265)

This commit is contained in:
2022-03-31 11:01:32 +02:00
committed by GitHub
parent fc74c637d3
commit 4ec775fe56
1694 changed files with 23608 additions and 4670 deletions

View File

@ -10,22 +10,24 @@ const card: Card = {
pt: "Kabuto",
de: "Kabuto"
},
illustrator: "MAHOU",
rarity: "Uncommon",
category: "Pokemon",
set: Set,
dexId: [
140,
],
hp: 80,
types: [
"Fighting",
],
stage: "RESTORED",
attacks: [
{
cost: [
@ -44,6 +46,7 @@ const card: Card = {
},
],
weaknesses: [
{
type: "Grass",
@ -53,8 +56,14 @@ const card: Card = {
retreat: 1,
evolveFrom: {
en: "Dome Fossil Kabuto",
fr: "Fossile Dôme Kabuto",
es: "Fósil Domo Kabuto",
it: "Domofossile di Kabuto",
pt: "Fóssil Cúpula de Kabuto",
de: "Domfossil Kabuto"
}
}
export default card