mirror of
https://github.com/tcgdex/cards-database.git
synced 2025-06-17 01:49:19 +00:00
feat: Add missing German sets (#450)
This commit is contained in:
@ -5,6 +5,7 @@ const card: Card = {
|
||||
name: {
|
||||
en: "Hitmonlee",
|
||||
fr: "Kicklee",
|
||||
de: "Kicklee"
|
||||
},
|
||||
|
||||
illustrator: "Mitsuhiro Arita",
|
||||
@ -33,10 +34,12 @@ const card: Card = {
|
||||
name: {
|
||||
en: "Gut Kick",
|
||||
fr: "Coup d'pied d'tripes",
|
||||
de: "Magentritt"
|
||||
},
|
||||
effect: {
|
||||
en: "If Tyrogue is anywhere under Hitmonlee, you may do 30 damage to any 1 Benched Pokémon instead. (Don't apply Weakness and Resistance for Benched Pokémon.)",
|
||||
fr: "Si Debugant se trouve sous Kicklee, vous pouvez infliger 30 dégâts à n'importe lequel des Pokémon de Banc. (Vous ne pouvez pas appliquer la Faiblesse et la Résistance aux Pokémon de Banc.)",
|
||||
de: "Wenn Rabauz sich an beliebiger Stelle unter Kicklee befindet, kannst du 1 Pokémon auf einer Bank wählen. Dieser Angriff fügt dem gewählten Pokémon 30 Schadenspunkte zu, anstelle dem Verteidigenden Pokémon Schaden zuzufügen. (Wende Schwäche und Resistenz bei Pokémon auf der Bank nicht an.)"
|
||||
},
|
||||
damage: 30,
|
||||
|
||||
@ -50,6 +53,7 @@ const card: Card = {
|
||||
name: {
|
||||
en: "Mega Kick",
|
||||
fr: "Ultimawashi",
|
||||
de: "Megakick"
|
||||
},
|
||||
|
||||
damage: 60,
|
||||
|
Reference in New Issue
Block a user