mirror of
https://github.com/tcgdex/cards-database.git
synced 2025-06-18 02:19:17 +00:00
Sword & Shield Fixes (#84)
* some fixes Signed-off-by: Avior <github@avior.me> * Some more changes Signed-off-by: Avior <github@avior.me> * u Signed-off-by: Avior <github@avior.me> * continuing update Signed-off-by: Avior <github@avior.me> * Finished ? Signed-off-by: Avior <github@avior.me> * Removed files that were not meant to be * Remoed even more files
This commit is contained in:
@ -4,21 +4,24 @@ import Set from '../SWSH Black Star Promos'
|
||||
const card: Card = {
|
||||
name: {
|
||||
fr: "Miaouss V",
|
||||
en: "Meowth V"
|
||||
en: "Meowth V",
|
||||
es: "Meowth V",
|
||||
it: "Meowth V",
|
||||
pt: "Meowth V",
|
||||
de: "Mauzi V"
|
||||
},
|
||||
|
||||
illustrator: "aky CG Works",
|
||||
rarity: "Common",
|
||||
rarity: "None",
|
||||
category: "Pokemon",
|
||||
|
||||
set: Set,
|
||||
|
||||
hp: 180,
|
||||
|
||||
types: [
|
||||
"Colorless",
|
||||
],
|
||||
|
||||
stage: "Basic",
|
||||
suffix: "V",
|
||||
|
||||
attacks: [
|
||||
{
|
||||
@ -27,11 +30,19 @@ const card: Card = {
|
||||
],
|
||||
name: {
|
||||
fr: "Jackpot",
|
||||
en: "Pay Day"
|
||||
en: "Pay Day",
|
||||
es: "Día de Pago",
|
||||
it: "Giornopaga",
|
||||
pt: "Pay Day",
|
||||
de: "Zahltag"
|
||||
},
|
||||
effect: {
|
||||
fr: "Piochez une carte.",
|
||||
en: "Draw a card."
|
||||
en: "Draw a card.",
|
||||
es: "Roba 1 carta.",
|
||||
it: "Pesca una carta.",
|
||||
pt: "Draw a card.",
|
||||
de: "Ziehe 1 Karte."
|
||||
},
|
||||
damage: 30,
|
||||
|
||||
@ -44,13 +55,18 @@ const card: Card = {
|
||||
],
|
||||
name: {
|
||||
fr: "Griffe Taillante",
|
||||
en: "Slashing Claw"
|
||||
en: "Slashing Claw",
|
||||
es: "Garra Cuchillazo",
|
||||
it: "Artigli Laceranti",
|
||||
pt: "Slashing Claw",
|
||||
de: "Schlitzende Klaue"
|
||||
},
|
||||
|
||||
damage: 130,
|
||||
|
||||
},
|
||||
],
|
||||
|
||||
weaknesses: [
|
||||
{
|
||||
type: "Fighting",
|
||||
@ -59,9 +75,17 @@ const card: Card = {
|
||||
],
|
||||
|
||||
retreat: 2,
|
||||
dexId: [52],
|
||||
|
||||
variants: {
|
||||
normal: false,
|
||||
reverse: false,
|
||||
holo: true,
|
||||
firstEdition: false
|
||||
},
|
||||
|
||||
|
||||
regulationMark: "D",
|
||||
suffix: "V"
|
||||
}
|
||||
|
||||
export default card
|
||||
|
Reference in New Issue
Block a user