mirror of
https://github.com/tcgdex/cards-database.git
synced 2025-06-13 00:09:18 +00:00
feat: Add missing German sets (#450)
This commit is contained in:
@ -4,7 +4,8 @@ import Set from '../Unseen Forces'
|
||||
const card: Card = {
|
||||
name: {
|
||||
en: "Protective Orb",
|
||||
fr: "Sphère Protectrice"
|
||||
fr: "Sphère Protectrice",
|
||||
de: "Schützende Kugel"
|
||||
},
|
||||
|
||||
illustrator: "Ryo Ueda",
|
||||
@ -14,7 +15,8 @@ const card: Card = {
|
||||
trainerType: "Tool",
|
||||
|
||||
effect: {
|
||||
fr: "Attachez Sphère Protectrice à 1 de vos Pokémon Évolués (Pokémon-ex exclus) qui ne possède pas déjà d'Outil Pokémon. Si le Pokémon auquel Sphère Protectrice est attachée est un Pokémon de base ou un Pokémon-ex, défaussez Sphère Protectrice.\n\nTant que Sphère Protectrice est attachée à un Pokémon, ce Pokémon n'a pas de Faiblesse."
|
||||
fr: "Attachez Sphère Protectrice à 1 de vos Pokémon Évolués (Pokémon-ex exclus) qui ne possède pas déjà d'Outil Pokémon. Si le Pokémon auquel Sphère Protectrice est attachée est un Pokémon de base ou un Pokémon-ex, défaussez Sphère Protectrice.\n\nTant que Sphère Protectrice est attachée à un Pokémon, ce Pokémon n'a pas de Faiblesse.",
|
||||
de: "As long as Protective Orb is attached to a Pokémon, that Pokémon has no Weakness."
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user