mirror of
https://github.com/tcgdex/cards-database.git
synced 2025-06-13 08:19:17 +00:00
feat: Add missing German sets (#450)
This commit is contained in:
@ -4,6 +4,7 @@ import Set from '../Arceus'
|
||||
const card: Card = {
|
||||
name: {
|
||||
en: "Sceptile",
|
||||
de: "Gewaldro"
|
||||
},
|
||||
illustrator: "Kouki Saitou",
|
||||
rarity: "Rare",
|
||||
@ -30,9 +31,11 @@ const card: Card = {
|
||||
],
|
||||
name: {
|
||||
en: "Leaf Supply",
|
||||
de: "Blättervorrat"
|
||||
},
|
||||
effect: {
|
||||
en: "You may attach a basic Energy card from your hand to 1 of your Pokémon.",
|
||||
de: "Du kannst 1 Basis-Energiekarte von deiner Hand an 1 deiner Pokémon anlegen."
|
||||
},
|
||||
damage: 30,
|
||||
|
||||
@ -45,9 +48,11 @@ const card: Card = {
|
||||
],
|
||||
name: {
|
||||
en: "Dual Cut",
|
||||
de: "Doppel-Zerschneider"
|
||||
},
|
||||
effect: {
|
||||
en: "Flip 2 coins. This attack does 70 damage times the number of heads.",
|
||||
de: "Wirf 2 Münzen. Dieser Angriff fügt 70 Schadenspunkte mal der Anzahl \"Kopf\" zu."
|
||||
},
|
||||
damage: "70x",
|
||||
|
||||
|
Reference in New Issue
Block a user