mirror of
https://github.com/tcgdex/cards-database.git
synced 2025-06-14 08:39:17 +00:00
Added some XY translations (#63)
Signed-off-by: Avior <florian.bouillon@delta-wings.net>
This commit is contained in:
@ -5,6 +5,10 @@ const card: Card = {
|
||||
name: {
|
||||
en: "Solosis",
|
||||
fr: "Nucléos",
|
||||
es: "Solosis",
|
||||
it: "Solosis",
|
||||
pt: "Solosis",
|
||||
de: "Monozyto"
|
||||
},
|
||||
illustrator: "match",
|
||||
rarity: "Common",
|
||||
@ -31,10 +35,18 @@ const card: Card = {
|
||||
name: {
|
||||
en: "Mini Link",
|
||||
fr: "Mini Lien",
|
||||
es: "Miniconexión",
|
||||
it: "Minilegame",
|
||||
pt: "Miniconexão",
|
||||
de: "Miniband"
|
||||
},
|
||||
effect: {
|
||||
en: "If Solosis is on your Bench, this attack does 30 more damage.",
|
||||
fr: "Si Nucléos est sur votre Banc, cette attaque inflige 30 dégâts supplémentaires.",
|
||||
es: "Si Solosis está en tu Banca, este ataque hace 30 puntos de daño más.",
|
||||
it: "Se Solosis è nella tua panchina, questo attacco infligge 30 danni in più.",
|
||||
pt: "Se Solosis estiver no seu Banco, este ataque causará 30 de danos adicionais.",
|
||||
de: "Wenn sich Monozyto auf deiner Bank befindet, fügt dieser Angriff 30 weitere Schadenspunkte zu."
|
||||
},
|
||||
damage: "10+",
|
||||
|
||||
|
Reference in New Issue
Block a user