mirror of
https://github.com/tcgdex/cards-database.git
synced 2025-08-10 07:51:58 +00:00
feat: Add missing German sets (#450)
This commit is contained in:
@@ -5,6 +5,7 @@ const card: Card = {
|
||||
name: {
|
||||
en: "Seaking",
|
||||
fr: "Poissoroy",
|
||||
de: "Golking"
|
||||
},
|
||||
illustrator: "Suwama Chiaki",
|
||||
rarity: "Rare",
|
||||
@@ -33,10 +34,12 @@ const card: Card = {
|
||||
name: {
|
||||
en: "Horn Pierce",
|
||||
fr: "Corne perçante",
|
||||
de: "Hornpiekser"
|
||||
},
|
||||
effect: {
|
||||
en: "Flip 2 coins. If either of them is tails, this attack does nothing.",
|
||||
fr: "Lancez 2 pièces. Si l'une d'elles est pile, cette attaque est sans effet.",
|
||||
de: "Wirf 2 Münzen. Wenn mindestens eine Münze \"Zahl\" gezeigt hat, hat dieser Angriff keine Auswirkungen."
|
||||
},
|
||||
damage: 90,
|
||||
|
||||
@@ -48,10 +51,12 @@ const card: Card = {
|
||||
name: {
|
||||
en: "Endure",
|
||||
fr: "Ténacité",
|
||||
de: "Ausdauer"
|
||||
},
|
||||
effect: {
|
||||
en: "Flip a coin. If heads, during your opponent's next turn, if Seaking would be Knocked Out by damage from an attack, Seaking is not Knocked Out and its remaining HP becomes 10 instead.",
|
||||
fr: "Lancez une pièce. Si c'est face, si Poissoroy est mis K.O. par des dégâts d'une attaque lors du prochain tour de votre adversaire, il n'est pas mis K.O. À la place, il lui reste 10 PV.",
|
||||
de: "Wirf 1 Münze. Bei \"Kopf\" wird Golking, wenn es im nächsten Zug deines Gegners durch Schaden eines Angriffs kampfunfähig würde, nicht kampfunfähig und hat stattdessen 10 verbliebene KP."
|
||||
},
|
||||
damage: 30,
|
||||
|
||||
|
Reference in New Issue
Block a user