mirror of
https://github.com/tcgdex/cards-database.git
synced 2025-06-21 03:29:17 +00:00
feat: Add remaining Sword & Shield promos (#768)
This commit is contained in:
45
data/Sword & Shield/SWSH Black Star Promos/SWSH233.ts
Normal file
45
data/Sword & Shield/SWSH Black Star Promos/SWSH233.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: "Carapuce",
|
||||
de: "Schiggy",
|
||||
es: "Squirtle",
|
||||
pt: "Squirtle",
|
||||
it: "Squirtle",
|
||||
en: "Squirtle"
|
||||
},
|
||||
|
||||
rarity: "None",
|
||||
category: "Pokemon",
|
||||
hp: 70,
|
||||
types: ["Water"],
|
||||
stage: "Basic",
|
||||
|
||||
attacks: [{
|
||||
cost: ["Water"],
|
||||
|
||||
name: {
|
||||
fr: "Pistolet à O",
|
||||
de: "Aquaknarre",
|
||||
es: "Pistola Agua",
|
||||
pt: "Revólver d'Água",
|
||||
it: "Pistolacqua",
|
||||
en: "Water Gun"
|
||||
},
|
||||
|
||||
damage: 20
|
||||
}],
|
||||
|
||||
retreat: 1,
|
||||
regulationMark: "F",
|
||||
|
||||
description: {
|
||||
en: "When it retracts its long neck into its shell, it squirts out water with vigorous force."
|
||||
}
|
||||
}
|
||||
|
||||
export default card
|
Reference in New Issue
Block a user