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:
@ -4,7 +4,8 @@ import Set from '../Hidden Legends'
|
||||
const card: Card = {
|
||||
name: {
|
||||
en: "Staryu",
|
||||
fr: "Stari"
|
||||
fr: "Stari",
|
||||
de: "Sterndu"
|
||||
},
|
||||
illustrator: "Aya Kusube",
|
||||
rarity: "Common",
|
||||
@ -26,11 +27,13 @@ const card: Card = {
|
||||
type: "Poke-BODY",
|
||||
name: {
|
||||
en: "Core Guard",
|
||||
fr: "Protection principale"
|
||||
fr: "Protection principale",
|
||||
de: "Core Guard"
|
||||
},
|
||||
effect: {
|
||||
en: "If Staryu has any Psychic Energy attached to it, damage done to Staryu by any attack is reduced by 10 (after applying Weakness and Resistance).",
|
||||
fr: "Si Stari possède des Énergies , les dégâts qui lui sont infligés par une attaque sont réduits de 10 (après application de la Faiblesse et de la Résistance)."
|
||||
fr: "Si Stari possède des Énergies , les dégâts qui lui sont infligés par une attaque sont réduits de 10 (après application de la Faiblesse et de la Résistance).",
|
||||
de: "If Staryu has any Energy attached to it, damage done to Staryu by any attack is reduced by 10 (after applying Weakness and Resistance)."
|
||||
},
|
||||
},
|
||||
],
|
||||
@ -41,7 +44,8 @@ const card: Card = {
|
||||
],
|
||||
name: {
|
||||
en: "Pound",
|
||||
fr: "Écras'face"
|
||||
fr: "Écras'face",
|
||||
de: "Pound"
|
||||
},
|
||||
|
||||
damage: 10,
|
||||
|
Reference in New Issue
Block a user