mirror of
https://github.com/tcgdex/cards-database.git
synced 2025-06-13 16:19:18 +00:00
feat: Add missing German sets (#450)
This commit is contained in:
@ -4,6 +4,7 @@ import Set from '../Skyridge'
|
||||
const card: Card = {
|
||||
name: {
|
||||
en: "Aerodactyl",
|
||||
de: "Aerodactyl"
|
||||
},
|
||||
illustrator: "Toshinao Aoki",
|
||||
rarity: "Rare",
|
||||
@ -25,9 +26,11 @@ const card: Card = {
|
||||
type: "Poke-POWER",
|
||||
name: {
|
||||
en: "Ancient Wind",
|
||||
de: "Ancient Wind"
|
||||
},
|
||||
effect: {
|
||||
en: "Once during your turn (before you attack) if Aerodactyl is your Active Pokémon, you may ignore all Poké-Bodies until the end of your turn. This power can't be used if Aerodactyl is affected by a Special Condition.",
|
||||
de: "Once during your turn (before your attack), if Aerodactyl is your Active Pokémon, you may ignore all Poké-Bodies until the end of your turn. This power can't be used if Aerodactyl is affected by a Special Condition."
|
||||
},
|
||||
},
|
||||
],
|
||||
@ -39,11 +42,13 @@ const card: Card = {
|
||||
],
|
||||
name: {
|
||||
en: "Rising Lunge",
|
||||
de: "Rising Lunge"
|
||||
},
|
||||
effect: {
|
||||
en: "Flip a coin. If heads, this attack does 20 damage plus 20 more damage.",
|
||||
de: "Flip a coin. If heads, this attack does 20 damage plus 20 more damage."
|
||||
},
|
||||
damage: 20,
|
||||
damage: "20+",
|
||||
|
||||
},
|
||||
],
|
||||
|
Reference in New Issue
Block a user