mirror of
https://github.com/tcgdex/cards-database.git
synced 2025-06-17 18:09:19 +00:00
feat: Add remaining Sword & Shield promos (#768)
This commit is contained in:
45
data/Sword & Shield/SWSH Black Star Promos/SWSH245.ts
Normal file
45
data/Sword & Shield/SWSH Black Star Promos/SWSH245.ts
Normal file
@ -0,0 +1,45 @@
|
||||
import { Card } from "../../../interfaces"
|
||||
import Set from "../SWSH Black Star Promos"
|
||||
|
||||
const card: Card = {
|
||||
set: Set,
|
||||
|
||||
name: {
|
||||
fr: "Cradopaud",
|
||||
de: "Glibunkel",
|
||||
es: "Croagunk",
|
||||
pt: "Croagunk",
|
||||
it: "Croagunk",
|
||||
en: "Croagunk"
|
||||
},
|
||||
|
||||
rarity: "None",
|
||||
category: "Pokemon",
|
||||
hp: 60,
|
||||
types: ["Darkness"],
|
||||
stage: "Basic",
|
||||
|
||||
attacks: [{
|
||||
cost: ["Darkness"],
|
||||
|
||||
name: {
|
||||
fr: "Poing Tire-Bouchon",
|
||||
de: "Korkenzieherhieb",
|
||||
es: "Puño Tirabuzón",
|
||||
pt: "Soco Saca-rolha",
|
||||
it: "Pugno Rotante",
|
||||
en: "Corkscrew Punch"
|
||||
},
|
||||
|
||||
damage: 20
|
||||
}],
|
||||
|
||||
retreat: 1,
|
||||
regulationMark: "E",
|
||||
|
||||
description: {
|
||||
en: "Once diluted, its poison becomes medicinal. This Pokémon came into popularity after a pharmaceutical company chose it as a mascot."
|
||||
}
|
||||
}
|
||||
|
||||
export default card
|
Reference in New Issue
Block a user