1
0
mirror of https://github.com/tcgdex/cards-database.git synced 2025-06-13 08:19:17 +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,6 +5,10 @@ const card: Card = {
name: {
en: "Victreebel",
fr: "Empiflor",
es: "Victreebel",
it: "Victreebel",
pt: "Victreebel",
de: "Sarzenia"
},
illustrator: "Anesaki Dynamic",
rarity: "Rare",
@ -33,12 +37,20 @@ const card: Card = {
name: {
en: "Reactive Poison",
fr: "Poison Réactif",
es: "Veneno Reactivo",
it: "Reattiveleno",
pt: "Veneno Reativo",
de: "Reaktives Gift"
},
effect: {
en: "This attack does 60 more damage for each Special Condition affecting your opponent's Active Pokémon.",
en: "This attack does 60 more damage for each Special Condition affecting your opponents Active Pokémon.",
fr: "Cette attaque inflige 60 dégâts supplémentaires pour chaque État Spécial affectant le Pokémon Actif de votre adversaire.",
es: "Este ataque hace 60 puntos de daño más por cada Condición Especial que afecte al Pokémon Activo de tu rival.",
it: "Questo attacco infligge 60 danni in più per ogni condizione speciale che influenza il Pokémon attivo del tuo avversario.",
pt: "Este ataque causa 60 pontos de dano a mais para cada Condição Especial afetando o Pokémon Ativo do seu oponente.",
de: "Diese Attacke fügt 60 Schadenspunkte mehr mal der Anzahl der Speziellen Zustände zu, von denen das Aktive Pokémon deines Gegners betroffen ist."
},
damage: 10,
damage: "10+",
},
{
@ -50,10 +62,18 @@ const card: Card = {
name: {
en: "Gastro Acid",
fr: "Suc Digestif",
es: "Bilis",
it: "Gastroacido",
pt: "Ácido Gástrico",
de: "Magensäfte"
},
effect: {
en: "The Defending Pokémon has no Abilities until the end of your next turn.",
fr: "Le Pokémon Défenseur na pas de talent jusquà la fin de votre prochain tour.",
es: "El Pokémon Defensor no tiene ninguna habilidad hasta el final de tu próximo turno.",
it: "Le abilità del Pokémon difensore non hanno più effetto fino alla fine del tuo prossimo turno.",
pt: "O Pokémon Defensor não terá Habilidades até o final da sua próxima vez de jogar.",
de: "Das Verteidigende Pokémon hat bis zum Ende deines nächsten Zuges keine Fähigkeiten."
},
damage: 90,