1
0
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:
2021-10-26 10:40:03 +02:00
committed by GitHub
parent 133835ecc4
commit 2e18aa4aac
1869 changed files with 18400 additions and 6152 deletions

View File

@ -4,22 +4,25 @@ import Set from '../SWSH Black Star Promos'
const card: Card = {
name: {
fr: "Tournicoton",
en: "Gossifleur"
en: "Gossifleur",
es: "Gossifleur",
it: "Gossifleur",
pt: "Gossifleur",
de: "Cottini"
},
illustrator: "Naoki Saito",
rarity: "Common",
rarity: "None",
category: "Pokemon",
set: Set,
hp: 50,
types: [
"Grass",
],
stage: "Basic",
attacks: [
{
cost: [
@ -27,15 +30,24 @@ const card: Card = {
],
name: {
fr: "Berceuse",
en: "Sing"
en: "Sing",
es: "Canto",
it: "Canto",
pt: "Sing",
de: "Gesang"
},
effect: {
fr: "Le Pokémon Actif de votre adversaire est maintenant Endormi.",
en: "Your opponents Active Pokémon is now Asleep."
en: "Your opponent's Active Pokémon is now Asleep.",
es: "El Pokémon Activo de tu rival pasa a estar Dormido.",
it: "Il Pokémon attivo del tuo avversario viene addormentato.",
pt: "Your opponent's Active Pokémon is now Asleep.",
de: "Das Aktive Pokémon deines Gegners schläft jetzt."
},
},
],
weaknesses: [
{
type: "Fire",
@ -45,8 +57,20 @@ const card: Card = {
retreat: 1,
description: {
en: "It anchors itself in the ground with its single leg, then basks in the sun. After absorbing enough sunlight, its petals spread as it blooms brilliantly."
},
dexId: [829],
variants: {
normal: false,
reverse: false,
holo: true,
firstEdition: false
},
regulationMark: "D"
}
export default card