mirror of
https://github.com/tcgdex/cards-database.git
synced 2025-06-15 08:59:18 +00:00
Added informations on more languages for Sword & Shield cards
Signed-off-by: Avior <florian.bouillon@delta-wings.net>
This commit is contained in:
@ -6,7 +6,11 @@ const card: Card = {
|
||||
|
||||
name: {
|
||||
fr: "Gouroutan",
|
||||
en: "Oranguru"
|
||||
en: "Oranguru",
|
||||
es: "Oranguru",
|
||||
it: "Oranguru",
|
||||
pt: "Oranguru",
|
||||
de: "Kommandutan"
|
||||
},
|
||||
|
||||
illustrator: "nagimiso",
|
||||
@ -20,19 +24,31 @@ const card: Card = {
|
||||
|
||||
name: {
|
||||
fr: "Sagesse du Primate",
|
||||
en: "Primate Wisdom"
|
||||
en: "Primate Wisdom",
|
||||
es: "Sabiduría Primate",
|
||||
it: "Saggezza del Primate",
|
||||
pt: "Sabedoria de Primata",
|
||||
de: "Primaten-Weisheit"
|
||||
},
|
||||
|
||||
effect: {
|
||||
fr: "Une fois pendant votre tour, vous pouvez échanger une carte de votre main contre la carte du dessus de votre deck.",
|
||||
en: "Once during your turn, you may switch a card from your hand with the top card of your deck."
|
||||
en: "Once during your turn, you may switch a card from your hand with the top card of your deck.",
|
||||
es: "Una vez durante tu turno, puedes cambiar 1 carta de tu mano por la primera carta de tu baraja.",
|
||||
it: "Una sola volta durante il tuo turno, puoi scambiare una carta che hai in mano con la prima carta del tuo mazzo.",
|
||||
pt: "Uma vez durante o seu turno, você poderá trocar 1 carta da sua mão pela carta de cima do seu baralho.",
|
||||
de: "Einmal während deines Zuges kannst du 1 Karte aus deiner Hand gegen die oberste Karte deines Decks austauschen."
|
||||
}
|
||||
}],
|
||||
|
||||
attacks: [{
|
||||
name: {
|
||||
fr: "Assommer",
|
||||
en: "Whap Down"
|
||||
en: "Whap Down",
|
||||
es: "Zurrar",
|
||||
it: "Bastonata",
|
||||
pt: "Golpe Ligeiro",
|
||||
de: "Verdreschen"
|
||||
},
|
||||
|
||||
damage: 70,
|
||||
|
Reference in New Issue
Block a user