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/SWSH222.ts
Normal file
45
data/Sword & Shield/SWSH Black Star Promos/SWSH222.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: "Moustillon",
|
||||
de: "Ottaro",
|
||||
es: "Oshawott",
|
||||
pt: "Oshawott",
|
||||
it: "Oshawott",
|
||||
en: "Oshawott"
|
||||
},
|
||||
|
||||
rarity: "None",
|
||||
category: "Pokemon",
|
||||
hp: 70,
|
||||
types: ["Water"],
|
||||
stage: "Basic",
|
||||
|
||||
attacks: [{
|
||||
cost: ["Colorless"],
|
||||
|
||||
name: {
|
||||
fr: "Bataille",
|
||||
de: "Verprügler",
|
||||
es: "Toque",
|
||||
pt: "Pulso",
|
||||
it: "Battuta",
|
||||
en: "Beat"
|
||||
},
|
||||
|
||||
damage: 10
|
||||
}],
|
||||
|
||||
retreat: 1,
|
||||
regulationMark: "F",
|
||||
|
||||
description: {
|
||||
en: "This Pokémon from the Unova region uses the shell on its belly as a weapon to cut down its foes. Thus, I've conferred upon this shell the name \"scalchop.\""
|
||||
}
|
||||
}
|
||||
|
||||
export default card
|
Reference in New Issue
Block a user