mirror of
https://github.com/tcgdex/cards-database.git
synced 2025-06-13 16:19: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:
@ -4,7 +4,11 @@ import Set from '../Rebel Clash'
|
||||
const card: Card = {
|
||||
name: {
|
||||
en: "Arcanine",
|
||||
fr: "Arcanin"
|
||||
fr: "Arcanin",
|
||||
es: "Arcanine",
|
||||
it: "Arcanine",
|
||||
pt: "Arcanine",
|
||||
de: "Arkani"
|
||||
},
|
||||
|
||||
illustrator: "Hasuno",
|
||||
@ -22,11 +26,19 @@ const card: Card = {
|
||||
type: "Ability",
|
||||
name: {
|
||||
en: "Warming Up",
|
||||
fr: "Réchauffement"
|
||||
fr: "Réchauffement",
|
||||
es: "Calentamiento",
|
||||
it: "Scaldarsi",
|
||||
pt: "Aquecimento",
|
||||
de: "Aufwärmen"
|
||||
},
|
||||
effect: {
|
||||
en: "If this Pokémon has a Burning Scarf attached, it gets +100 HP.",
|
||||
fr: "Si un Bandana Brûlant est attaché à ce Pokémon, il reçoit +100 PV."
|
||||
fr: "Si un Bandana Brûlant est attaché à ce Pokémon, il reçoit +100 PV.",
|
||||
es: "Si este Pokémon tiene 1 Bandana Ardiente unida a él, obtiene 100 PS más.",
|
||||
it: "Se questo Pokémon ha una carta Bandana Ardente assegnata, ha 100 PS in più.",
|
||||
pt: "Se este Pokémon tiver 1 Cachecol em Chamas ligado a ele, receberá 100 PS a mais.",
|
||||
de: "Wenn an dieses Pokémon ein Flammenhalstuch angelegt ist, erhält es +100 KP."
|
||||
},
|
||||
},
|
||||
],
|
||||
@ -40,7 +52,11 @@ const card: Card = {
|
||||
],
|
||||
name: {
|
||||
en: "Fire Mane",
|
||||
fr: "Crinière de Feu"
|
||||
fr: "Crinière de Feu",
|
||||
es: "Crin de Fuego",
|
||||
it: "Criniera di Fuoco",
|
||||
pt: "Crina de Fogo",
|
||||
de: "Flammenmähne"
|
||||
},
|
||||
|
||||
damage: 130,
|
||||
|
Reference in New Issue
Block a user