mirror of
https://github.com/tcgdex/cards-database.git
synced 2025-06-14 08:39:17 +00:00
feat: Add missing German sets (#450)
This commit is contained in:
@ -5,6 +5,7 @@ const card: Card = {
|
||||
name: {
|
||||
en: "Infernape 4",
|
||||
fr: "Simiabraz Niv. 55",
|
||||
de: "Panferno 4"
|
||||
},
|
||||
illustrator: "Masakazu Fukuda",
|
||||
rarity: "Uncommon",
|
||||
@ -31,10 +32,12 @@ const card: Card = {
|
||||
name: {
|
||||
en: "Split Bomb",
|
||||
fr: "Bombe fendante",
|
||||
de: "Splitterbombe"
|
||||
},
|
||||
effect: {
|
||||
en: "Choose 2 of your opponent's Pokémon. This attack does 20 damage to each of them. (Don't apply Weakness and Resistance for Benched Pokémon.)",
|
||||
fr: "Choisissez 2 des Pokémon de votre adversaire. Cette attaque leur inflige 20 dégâts à chacun. (Vous ne pouvez pas appliquer la Faiblesse et la Résistance aux Pokémon de Banc).",
|
||||
de: "Wähle 2 Pokémon deines Gegners. Dieser Angriff fügt den gewählten Pokémon 20 Schadenspunkte zu. (Wende Schwäche und Resistenz bei Pokémon auf der Bank nicht an.)"
|
||||
},
|
||||
|
||||
},
|
||||
@ -47,6 +50,7 @@ const card: Card = {
|
||||
name: {
|
||||
en: "High Jump Kick",
|
||||
fr: "Pied voltige",
|
||||
de: "Turmkick"
|
||||
},
|
||||
|
||||
damage: 50,
|
||||
|
Reference in New Issue
Block a user