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

Added Sun & Moon for other languages

Signed-off-by: Avior <florian.bouillon@delta-wings.net>
This commit is contained in:
2021-06-30 14:12:31 +02:00
parent 369f8dadf7
commit dc0dcff103
2732 changed files with 54455 additions and 6885 deletions

View File

@ -5,23 +5,32 @@ const card: Card = {
name: {
en: "Persian",
fr: "Persian",
es: "Persian",
it: "Persian",
pt: "Persian",
de: "Snobilikat"
},
illustrator: "nagimiso",
rarity: "Rare",
category: "Pokemon",
set: Set,
dexId: [
53,
],
hp: 100,
types: [
"Colorless",
],
evolveFrom: {
en: "Meowth",
fr: "Miaouss",
},
stage: "Stage1",
abilities: [
@ -30,13 +39,22 @@ const card: Card = {
name: {
en: "Gathering of Cats",
fr: "Rassemblement de Chats",
es: "Reunión de Gatos",
it: "Raduno Felino",
pt: "Reunião de Gatos",
de: "Katzentreffen"
},
effect: {
en: "Ignore all Energy in the attack costs of each of your Pokémon in play that has the Caturday attack.",
fr: "Ignorez toutes les Énergies dans le coût dattaque de vos Pokémon en jeu qui ont lattaque Chamedi.",
es: "Ignora todas las Energías en los costes de los ataques de cada uno de tus Pokémon en juego que tenga el ataque Sábado Gatuno.",
it: "Ignora tutte le Energie necessarie per usare gli attacchi dei tuoi Pokémon in gioco che hanno lattacco Giornogatto.",
pt: "Ignore todas as Energias nos custos dos ataques de cada um dos seus Pokémon em jogo que tiver o ataque Dia de Gato.",
de: "Ignoriere alle Energien in den Kosten der Attacken jedes deiner Pokémon im Spiel, das die Attacke Schnurrtag hat."
},
},
],
attacks: [
{
cost: [
@ -47,12 +65,17 @@ const card: Card = {
name: {
en: "Claw Slash",
fr: "TranchGriffe",
es: "Cuchillada Garra",
it: "Lacerartiglio",
pt: "Golpe de Garra",
de: "Klauenschlitzer"
},
damage: 90,
},
],
weaknesses: [
{
type: "Fighting",
@ -60,10 +83,7 @@ const card: Card = {
},
],
retreat: 0
}
export default card