Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/master' into feat/add-advanced-f…
Browse files Browse the repository at this point in the history
…iltering-capabilities
  • Loading branch information
Aviortheking committed Sep 5, 2024
2 parents 06428cf + 5899083 commit 465ec05
Show file tree
Hide file tree
Showing 131 changed files with 5,938 additions and 133 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@
<a href="https://github.com/tcgdex/cards-database/stargazers">
<img src="https://img.shields.io/github/stars/tcgdex/cards-database?style=flat-square" alt="Github stars">
</a>
<a href="https://github.com/tcgdex/compiler">
<img src="https://img.shields.io/github/workflow/status/tcgdex/cards-database/Compile?style=flat-square" alt="Compiler build passing" />
<a href="https://github.com/tcgdex/cards-database/actions">
<img src="https://img.shields.io/github/actions/workflow/status/TCGdex/cards-database/build.yml?style=flat-square" alt="Compiler build passing" />
</a>
<!-- ALL-CONTRIBUTORS-BADGE:START - Do not remove or modify this section -->
<a href="#contributors-"><img src="https://img.shields.io/badge/all_contributors-7-orange.svg?style=flat-square" alt="All Contributors Badge" /></a>
Expand Down
Binary file modified bun.lockb
Binary file not shown.
4 changes: 1 addition & 3 deletions data/Base/Base Set 2/4.ts
Original file line number Diff line number Diff line change
Expand Up @@ -63,9 +63,7 @@ const card: Card = {
value: "-30"
},
],



retreat: 3,

}

Expand Down
2 changes: 2 additions & 0 deletions data/Base/Base Set/4.ts
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,8 @@ const card: Card = {
},
],

retreat: 3,

description: {
fr: "Il peut fondre la roche de son souffle brûlant. Il est souvent la cause de nombreux incendies."
}
Expand Down
2 changes: 2 additions & 0 deletions data/Base/Team Rocket/21.ts
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,8 @@ const card: Card = {
},
],

retreat: 3,

description: {
fr: "Comme possédé, il crache du feu tel un volcan, essayant de brûler tout ce qu'il voit."
}
Expand Down
2 changes: 2 additions & 0 deletions data/Base/Team Rocket/4.ts
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,8 @@ const card: Card = {
},
],

retreat: 3,

description: {
fr: "Comme possédé, il crache du feu tel un volcan, essayant de brûler tout ce qu'il voit."
}
Expand Down
6 changes: 1 addition & 5 deletions data/Base/Wizards Black Star Promos/1.ts
Original file line number Diff line number Diff line change
Expand Up @@ -55,11 +55,7 @@ const card: Card = {
value: "×2"
},
],





retreat: 1,
}

export default card
1 change: 1 addition & 0 deletions data/Base/Wizards Black Star Promos/24.ts
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@ const card: Card = {
value: "×2"
},
],
retreat: 1,

description: {
fr: "Votre anniversaire : _________________________________________"
Expand Down
1 change: 1 addition & 0 deletions data/Base/Wizards Black Star Promos/4.ts
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,7 @@ const card: Card = {
value: "×2"
},
],
retreat: 1,

description: {
fr: "Quand plusieurs de ces Pokémon se réunissent, ils attirent tellement d'électricité qu'ils peuvent provoquer des coups de foudre."
Expand Down
5 changes: 1 addition & 4 deletions data/E-Card/Expedition Base Set/39.ts
Original file line number Diff line number Diff line change
Expand Up @@ -71,10 +71,7 @@ const card: Card = {
value: "×2"
},
],




retreat: 2,

}

Expand Down
5 changes: 1 addition & 4 deletions data/E-Card/Expedition Base Set/40.ts
Original file line number Diff line number Diff line change
Expand Up @@ -67,10 +67,7 @@ const card: Card = {
value: "×2"
},
],




retreat: 3,

}

Expand Down
5 changes: 1 addition & 4 deletions data/E-Card/Expedition Base Set/6.ts
Original file line number Diff line number Diff line change
Expand Up @@ -67,10 +67,7 @@ const card: Card = {
value: "×2"
},
],




retreat: 3,

}

Expand Down
5 changes: 1 addition & 4 deletions data/EX/Crystal Guardians/4.ts
Original file line number Diff line number Diff line change
Expand Up @@ -68,10 +68,7 @@ const card: Card = {
value: "×2"
},
],




retreat: 2,

}

Expand Down
5 changes: 1 addition & 4 deletions data/EX/Power Keepers/6.ts
Original file line number Diff line number Diff line change
Expand Up @@ -66,10 +66,7 @@ const card: Card = {
value: "×2"
},
],




retreat: 2,

}

Expand Down
4 changes: 1 addition & 3 deletions data/Gym/Gym Challenge/2.ts
Original file line number Diff line number Diff line change
Expand Up @@ -63,9 +63,7 @@ const card: Card = {
value: "-30"
},
],



retreat: 3,

}

Expand Down
4 changes: 1 addition & 3 deletions data/Legendary Collection/Legendary Collection/3.ts
Original file line number Diff line number Diff line change
Expand Up @@ -63,9 +63,7 @@ const card: Card = {
value: "-30"
},
],



retreat: 3,

}

Expand Down
5 changes: 1 addition & 4 deletions data/POP/Nintendo Black Star Promos/12.ts
Original file line number Diff line number Diff line change
Expand Up @@ -55,10 +55,7 @@ const card: Card = {
value: "×2"
},
],




retreat: 1,

}

Expand Down
1 change: 1 addition & 0 deletions data/Platinum/Pokémon Rumble/7.ts
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@ const card: Card = {
value: "-20"
},
],
retreat: 1,



Expand Down
8 changes: 7 additions & 1 deletion data/Scarlet & Violet/151/006.ts
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,12 @@ const card: Card = {
damage: 330
}],

weaknesses: [
{
type: "Water",
value: "×2"
},
],
retreat: 2,
regulationMark: "G",

Expand All @@ -75,4 +81,4 @@ const card: Card = {
}
}

export default card
export default card
2 changes: 1 addition & 1 deletion data/Scarlet & Violet/Paradox Rift/266.ts
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ const card: Card = {
de: "Solange diese Karte an ein Pokémon angelegt ist, liefert sie Colorless-Energie.\nWenn du mehr verbleibende Preiskarten hast als dein Gegner und diese Karte an ein Entwicklungs-Pokémon angelegt ist, das kein Regelfeld hat\n(Pokémon-ex, Pokémon-V usw. haben Regelfelder), liefert diese Karte jeden Energietyp, aber immer nur 3 Energien."
},

energyType: "Normal",
energyType: "Special",
regulationMark: "G",

variants: {
Expand Down
25 changes: 25 additions & 0 deletions data/Scarlet & Violet/Shrouded Fable.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
import { Set } from '../../interfaces'
import serie from '../Scarlet & Violet'

const set: Set = {
id: "sv06.5",

name: {
de: "Nebel der Sagen",
en: "Shrouded Fable",
es: "Fabula Sombría",
fr: "Fable Nébuleuse",
it: "Segreto Fiabesco",
pt: "Fábulas Nebulosas"
},

serie: serie,

cardCount: {
official: 64
},

releaseDate: "2024-08-02"
}

export default set
50 changes: 50 additions & 0 deletions data/Scarlet & Violet/Shrouded Fable/001.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,50 @@
import { Card } from "../../../interfaces"
import Set from "../Shrouded Fable"

const card: Card = {
set: Set,

name: {
en: "Joltik",
fr: "Statitik",
es: "Joltik",
it: "Joltik",
pt: "Joltik",
de: "Wattzapf"
},

rarity: "Common",
category: "Pokemon",
hp: 40,
types: ["Grass"],
stage: "Basic",

attacks: [{
cost: ["Grass"],

name: {
en: "Splashing Dodge",
fr: "Esquive Éclaboussante",
es: "Esquivo Chapoteo",
it: "Schivata Splash",
pt: "Evasão de Borrifada",
de: "Ausweichplatscher"
},

effect: {
en: "Flip a coin. If heads, during your opponent's next turn, prevent all damage from and effects of attacks done to this Pokémon.",
fr: "Lancez une pièce. Si c'est face, pendant le prochain tour de votre adversaire, évitez tous les dégâts et les effets d'attaques infligés à ce Pokémon.",
es: "Lanza 1 moneda. Si sale cara, durante el próximo turno de tu rival, se evitan todo el daño y todos los efectos de los ataques infligidos a este Pokémon.",
it: "Lancia una moneta. Se esce testa, durante il prossimo turno del tuo avversario, previeni sia i danni che gli effetti degli attacchi inflitti a questo Pokémon.",
pt: "Jogue uma moeda. Se sair cara, durante o próximo turno do seu oponente, previna todo o dano e os efeitos de ataques causados a este Pokémon.",
de: "Wirf 1 Münze. Verhindere bei Kopf während des nächsten Zuges deines Gegners allen Schaden durch und alle Effekte von Attacken, die diesem Pokémon zugefügt werden."
},

damage: 10
}],

retreat: 1,
regulationMark: "H"
}

export default card
72 changes: 72 additions & 0 deletions data/Scarlet & Violet/Shrouded Fable/002.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,72 @@
import { Card } from "../../../interfaces"
import Set from "../Shrouded Fable"

const card: Card = {
set: Set,

name: {
en: "Galvantula",
fr: "Mygavolt",
es: "Galvantula",
it: "Galvantula",
pt: "Galvantula",
de: "Voltula"
},

rarity: "Uncommon",
category: "Pokemon",
hp: 100,
types: ["Grass"],
stage: "Stage1",

abilities: [{
type: "Ability",

name: {
en: "Compound Eyes",
fr: "Œil Composé",
es: "Ojo Compuesto",
it: "Insettocchi",
pt: "Olhos Compostos",
de: "Facettenauge"
},

effect: {
en: "Attacks used by this Pokémon do 50 more damage to your opponent's Active Pokémon that has an Ability (before applying Weakness and Resistance).",
fr: "Les attaques utilisées par ce Pokémon infligent 50 dégâts supplémentaires au Pokémon Actif de votre adversaire ayant un talent (avant application de la Faiblesse et de la Résistance).",
es: "Los ataques usados por este Pokémon hacen 50 puntos de daño más al Pokémon Activo de tu rival que tenga una habilidad (antes de aplicar Debilidad y Resistencia).",
it: "Gli attacchi usati da questo Pokémon infliggono 50 danni in più al Pokémon attivo del tuo avversario che ha un'abilità, prima di aver applicato debolezza e resistenza.",
pt: "Os ataques usados por este Pokémon causam 50 pontos de dano a mais ao Pokémon Ativo do seu oponente que tem uma Habilidade (antes de aplicar Fraqueza e Resistência).",
de: "Die von diesem Pokémon eingesetzten Attacken fügen dem Aktiven Pokémon deines Gegners, das eine Fähigkeit hat, 50 Schadenspunkte mehr zu (bevor Schwäche und Resistenz verrechnet werden)."
}
}],

attacks: [{
cost: ["Grass", "Colorless"],

name: {
en: "Shocking Web",
fr: "Toile Choquante",
es: "Tela Electrizante",
it: "Rete Fulminante",
pt: "Teia Eletrizante",
de: "Schockierendes Netz"
},

effect: {
en: "If this Pokémon has any Lightning Energy attached, this attack does 80 more damage.",
fr: "Si au moins une Énergie Lightning est attachée à ce Pokémon, cette attaque inflige 80 dégâts supplémentaires.",
es: "Si este Pokémon tiene alguna Energía Lightning unida, este ataque hace 80 puntos de daño más.",
it: "Se questo Pokémon ha delle Energie Lightning assegnate, questo attacco infligge 80 danni in più.",
pt: "Se este Pokémon tiver alguma Energia Lightning ligada a ele, este ataque causará 80 pontos de dano a mais.",
de: "Wenn an dieses Pokémon mindestens 1 Lightning-Energie angelegt ist, fügt diese Attacke 80 Schadenspunkte mehr zu."
},

damage: "50+"
}],

retreat: 1,
regulationMark: "H"
}

export default card
Loading

0 comments on commit 465ec05

Please sign in to comment.