1
0
mirror of https://github.com/tcgdex/cards-database.git synced 2025-06-12 15:59:18 +00:00
Signed-off-by: Avior <florian.bouillon@delta-wings.net>
This commit is contained in:
2021-05-26 14:51:02 +02:00
committed by GitHub
parent f8744ee6dd
commit ef2d099e6e
4634 changed files with 6873 additions and 6873 deletions

View File

@ -67,7 +67,7 @@ const card: Card = {
],
resistances: [
{
type: "Fightning",
type: "Fighting",
value: "-20"
},
],

View File

@ -57,7 +57,7 @@ const card: Card = {
],
weaknesses: [
{
type: "Fightning",
type: "Fighting",
value: "×2"
},
],

View File

@ -63,7 +63,7 @@ const card: Card = {
],
resistances: [
{
type: "Fightning",
type: "Fighting",
value: "-20"
},
],

View File

@ -54,7 +54,7 @@ const card: Card = {
],
weaknesses: [
{
type: "Fightning",
type: "Fighting",
value: "×2"
},
],

View File

@ -41,7 +41,7 @@ const card: Card = {
],
weaknesses: [
{
type: "Fightning",
type: "Fighting",
value: "×2"
},
],

View File

@ -47,7 +47,7 @@ const card: Card = {
],
resistances: [
{
type: "Fightning",
type: "Fighting",
value: "-20"
},
],

View File

@ -57,7 +57,7 @@ const card: Card = {
],
weaknesses: [
{
type: "Fightning",
type: "Fighting",
value: "×2"
},
],

View File

@ -45,7 +45,7 @@ const card: Card = {
],
weaknesses: [
{
type: "Fightning",
type: "Fighting",
value: "×2"
},
],

View File

@ -41,7 +41,7 @@ const card: Card = {
],
weaknesses: [
{
type: "Fightning",
type: "Fighting",
value: "×2"
},
],

View File

@ -57,7 +57,7 @@ const card: Card = {
],
weaknesses: [
{
type: "Fightning",
type: "Fighting",
value: "×2"
},
],

View File

@ -54,7 +54,7 @@ const card: Card = {
],
weaknesses: [
{
type: "Fightning",
type: "Fighting",
value: "×2"
},
],

View File

@ -60,7 +60,7 @@ const card: Card = {
],
weaknesses: [
{
type: "Fightning",
type: "Fighting",
value: "×2"
},
],

View File

@ -42,7 +42,7 @@ const card: Card = {
],
weaknesses: [
{
type: "Fightning",
type: "Fighting",
value: "×2"
},
],

View File

@ -55,7 +55,7 @@ const card: Card = {
],
weaknesses: [
{
type: "Fightning",
type: "Fighting",
value: "×2"
},
],

View File

@ -48,7 +48,7 @@ const card: Card = {
],
resistances: [
{
type: "Fightning",
type: "Fighting",
value: "-20"
},
],

View File

@ -57,7 +57,7 @@ const card: Card = {
],
weaknesses: [
{
type: "Fightning",
type: "Fighting",
value: "×2"
},
],

View File

@ -46,7 +46,7 @@ const card: Card = {
],
resistances: [
{
type: "Fightning",
type: "Fighting",
value: "-20"
},
],

View File

@ -61,7 +61,7 @@ const card: Card = {
],
resistances: [
{
type: "Fightning",
type: "Fighting",
value: "-20"
},
],

View File

@ -61,7 +61,7 @@ const card: Card = {
],
resistances: [
{
type: "Fightning",
type: "Fighting",
value: "-20"
},
],

View File

@ -63,7 +63,7 @@ const card: Card = {
],
resistances: [
{
type: "Fightning",
type: "Fighting",
value: "-20"
},
],

View File

@ -51,7 +51,7 @@ const card: Card = {
],
resistances: [
{
type: "Fightning",
type: "Fighting",
value: "-20"
},
],

View File

@ -66,7 +66,7 @@ const card: Card = {
],
resistances: [
{
type: "Fightning",
type: "Fighting",
value: "-20"
},
],

View File

@ -47,7 +47,7 @@ const card: Card = {
],
resistances: [
{
type: "Fightning",
type: "Fighting",
value: "-20"
},
],

View File

@ -66,7 +66,7 @@ const card: Card = {
],
resistances: [
{
type: "Fightning",
type: "Fighting",
value: "-20"
},
],

View File

@ -63,7 +63,7 @@ const card: Card = {
],
resistances: [
{
type: "Fightning",
type: "Fighting",
value: "-20"
},
],

View File

@ -61,7 +61,7 @@ const card: Card = {
],
resistances: [
{
type: "Fightning",
type: "Fighting",
value: "-20"
},
],

View File

@ -77,7 +77,7 @@ const card: Card = {
],
resistances: [
{
type: "Fightning",
type: "Fighting",
value: "-20"
},
],

View File

@ -16,7 +16,7 @@ const card: Card = {
],
hp: 60,
types: [
"Fightning",
"Fighting",
],
stage: "Basic",

View File

@ -16,7 +16,7 @@ const card: Card = {
],
hp: 90,
types: [
"Fightning",
"Fighting",
],
evolveFrom: {
en: "Gligar",
@ -28,7 +28,7 @@ const card: Card = {
attacks: [
{
cost: [
"Fightning",
"Fighting",
],
name: {
en: "Submission Hold",
@ -43,7 +43,7 @@ const card: Card = {
},
{
cost: [
"Fightning",
"Fighting",
"Colorless",
"Colorless",
],

View File

@ -16,7 +16,7 @@ const card: Card = {
],
hp: 70,
types: [
"Fightning",
"Fighting",
],
stage: "Basic",
@ -25,8 +25,8 @@ const card: Card = {
attacks: [
{
cost: [
"Fightning",
"Fightning",
"Fighting",
"Fighting",
],
name: {
en: "Tackle",

View File

@ -16,7 +16,7 @@ const card: Card = {
],
hp: 90,
types: [
"Fightning",
"Fighting",
],
evolveFrom: {
en: "Roggenrola",
@ -28,7 +28,7 @@ const card: Card = {
attacks: [
{
cost: [
"Fightning",
"Fighting",
],
name: {
en: "Core Heal",
@ -42,9 +42,9 @@ const card: Card = {
},
{
cost: [
"Fightning",
"Fightning",
"Fightning",
"Fighting",
"Fighting",
"Fighting",
],
name: {
en: "Power Gem",

View File

@ -16,7 +16,7 @@ const card: Card = {
],
hp: 140,
types: [
"Fightning",
"Fighting",
],
evolveFrom: {
en: "Boldore",
@ -40,9 +40,9 @@ const card: Card = {
attacks: [
{
cost: [
"Fightning",
"Fightning",
"Fightning",
"Fighting",
"Fighting",
"Fighting",
"Colorless",
],
name: {

View File

@ -61,7 +61,7 @@ const card: Card = {
],
resistances: [
{
type: "Fightning",
type: "Fighting",
value: "-20"
},
],

View File

@ -67,7 +67,7 @@ const card: Card = {
],
resistances: [
{
type: "Fightning",
type: "Fighting",
value: "-20"
},
],

View File

@ -54,7 +54,7 @@ const card: Card = {
],
weaknesses: [
{
type: "Fightning",
type: "Fighting",
value: "×2"
},
],

View File

@ -59,7 +59,7 @@ const card: Card = {
],
weaknesses: [
{
type: "Fightning",
type: "Fighting",
value: "×2"
},
],

View File

@ -41,7 +41,7 @@ const card: Card = {
],
weaknesses: [
{
type: "Fightning",
type: "Fighting",
value: "×2"
},
],

View File

@ -60,7 +60,7 @@ const card: Card = {
],
weaknesses: [
{
type: "Fightning",
type: "Fighting",
value: "×2"
},
],

View File

@ -54,7 +54,7 @@ const card: Card = {
],
weaknesses: [
{
type: "Fightning",
type: "Fighting",
value: "×2"
},
],

View File

@ -62,7 +62,7 @@ const card: Card = {
],
resistances: [
{
type: "Fightning",
type: "Fighting",
value: "-20"
},
],

View File

@ -47,7 +47,7 @@ const card: Card = {
],
resistances: [
{
type: "Fightning",
type: "Fighting",
value: "-20"
},
],

View File

@ -65,7 +65,7 @@ const card: Card = {
],
resistances: [
{
type: "Fightning",
type: "Fighting",
value: "-20"
},
],

View File

@ -57,7 +57,7 @@ const card: Card = {
],
weaknesses: [
{
type: "Fightning",
type: "Fighting",
value: "×2"
},
],

View File

@ -64,7 +64,7 @@ const card: Card = {
],
weaknesses: [
{
type: "Fightning",
type: "Fighting",
value: "×2"
},
],

View File

@ -56,7 +56,7 @@ const card: Card = {
],
weaknesses: [
{
type: "Fightning",
type: "Fighting",
value: "×2"
},
],

View File

@ -40,7 +40,7 @@ const card: Card = {
],
weaknesses: [
{
type: "Fightning",
type: "Fighting",
value: "×2"
},
],

View File

@ -59,7 +59,7 @@ const card: Card = {
],
weaknesses: [
{
type: "Fightning",
type: "Fighting",
value: "×2"
},
],

View File

@ -59,7 +59,7 @@ const card: Card = {
],
weaknesses: [
{
type: "Fightning",
type: "Fighting",
value: "×2"
},
],

View File

@ -58,7 +58,7 @@ const card: Card = {
],
weaknesses: [
{
type: "Fightning",
type: "Fighting",
value: "×2"
},
],

View File

@ -52,7 +52,7 @@ const card: Card = {
],
weaknesses: [
{
type: "Fightning",
type: "Fighting",
value: "×2"
},
],

View File

@ -62,7 +62,7 @@ const card: Card = {
],
weaknesses: [
{
type: "Fightning",
type: "Fighting",
value: "×2"
},
],

View File

@ -60,7 +60,7 @@ const card: Card = {
],
resistances: [
{
type: "Fightning",
type: "Fighting",
value: "-20"
},
],

View File

@ -61,7 +61,7 @@ const card: Card = {
],
resistances: [
{
type: "Fightning",
type: "Fighting",
value: "-20"
},
],

View File

@ -56,7 +56,7 @@ const card: Card = {
],
weaknesses: [
{
type: "Fightning",
type: "Fighting",
value: "×2"
},
],