1
0
mirror of https://github.com/tcgdex/cards-database.git synced 2025-08-16 09:08:52 +00:00

Compare commits

...

32 Commits

Author SHA1 Message Date
4f2c27937a feat: Add Stellar Crown (#533) 2024-10-09 23:30:26 +02:00
bbd5d28dc6 fix: missing deletion 2024-09-26 00:43:22 +02:00
ce8d5590ef chore: Remove unused logs 2024-09-26 00:37:22 +02:00
b9dae445b1 fix: sets not working when fetching with name 2024-09-26 00:31:10 +02:00
4700618047 feat: Add advanced filtering capabilities (#522) 2024-09-26 00:11:48 +02:00
5899083e5d perfs: speedup Git file last edit lookup (#531) 2024-08-30 16:19:48 +02:00
ae6ed3cdaa feat: setup clustering (#530) 2024-08-30 12:10:05 +02:00
5928a1dd25 chore: tag no displaying correctly 2024-08-25 19:16:27 +02:00
Felipe Contreras Salinas
5fbcd82457 fix: add missing retreat cost and weakness for some cards (#527)
Co-authored-by: Felipe Contreras Salinas <felipe@bstr.cl>
2024-08-25 02:45:45 +02:00
cfd6d5c0e8 feat: Add shrouded fable cards (#525) 2024-08-25 02:44:42 +02:00
Felipe Contreras Salinas
80f483ab66 fix: Reversal Energy type should be "Special" (#526)
Co-authored-by: Felipe Contreras Salinas <felipe@bstr.cl>
2024-08-24 17:02:42 +02:00
31b1ae566e feat: Add standard Error reporting to user through RFC9457 (#519) 2024-07-25 12:29:06 +02:00
698f66cf55 chore: change favicon/robots/sitemap (#523) 2024-07-24 16:20:13 +02:00
c8ec4c88a7 feat: update format rotation to 2024 (#521) 2024-07-24 15:06:00 +02:00
68e363bfaa fix: Add missing codes of tcgOnline
Signed-off-by: Avior <git@avior.me>
2024-07-24 12:24:29 +02:00
TCGdex [Bot]
ab265c6c41 editor: misc fixes for variants (#517)
Co-authored-by: Avior <git@avior.me>
2024-07-03 22:44:31 +02:00
TCGdex [Bot]
c10020a9a9 editor: change Twilight Masquerade variants (#516)
Co-authored-by: Avior <git@avior.me>
2024-07-03 22:16:16 +02:00
TCGdex [Bot]
e36865e971 editor: fix temporal forces variants (#515)
Co-authored-by: Avior <git@avior.me>
2024-07-03 22:09:57 +02:00
TCGdex [Bot]
5b32edb5bf editor: fix Paldean Fates variants (#514)
Co-authored-by: Avior <git@avior.me>
2024-07-03 22:09:49 +02:00
TCGdex [Bot]
e7ceb7ac59 editor: correct variants for Paradox Rift (#513)
Co-authored-by: Avior <git@avior.me>
2024-07-03 22:09:39 +02:00
TCGdex [Bot]
629ab06c4c editor: add the correct variants for Obsidian Flames (#512) 2024-07-03 21:30:08 +02:00
TCGdex [Bot]
7e3cf7aa08 editor: fix Paldea Evolved variants (#510)
Co-authored-by: Aviortheking <git@avior.me>
2024-07-03 16:28:15 +02:00
TCGdex [Bot]
0475848425 editor: fix Scarlet & Violet variants (#508)
Co-authored-by: Avior <git@avior.me>
2024-07-03 15:53:00 +02:00
TCGdex [Bot]
eea5c5147b editor: add rarities for 151 set (#507)
Co-authored-by: Avior <git@avior.me>
2024-07-03 12:38:33 +02:00
3d58d92db7 chore: Remove error sub repository
Signed-off-by: Avior <github@avior.me>
2024-06-27 00:49:41 +02:00
dependabot[bot]
d0b4071ff9 build: bump docker/build-push-action from 5 to 6 (#496)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-06-25 12:33:44 +02:00
dependabot[bot]
661edcf790 build: bump oven-sh/setup-bun from 1 to 2 (#499)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-06-25 10:13:20 +02:00
27521b92ad fix: dependabot still has permission (#501) 2024-06-25 10:04:42 +02:00
6751deb9d0 chore: disable push to Docker for forks (#500) 2024-06-25 10:00:48 +02:00
2e8c843c5a chore: unused text (#497) 2024-06-19 23:35:44 +02:00
allcontributors[bot]
d75b756bac docs: add Reloadaxe as a contributor for data (#495)
Co-authored-by: allcontributors[bot] <46447321+allcontributors[bot]@users.noreply.github.com>
2024-06-18 00:36:35 +02:00
Benjamin Rousseliere
91dc66a494 Add missing pokemon card dex ids (#494)
Co-authored-by: Benjamin Rousseliere <benjamin.r@galadrim.fr>
2024-06-18 00:34:39 +02:00
4231 changed files with 30281 additions and 2406 deletions

View File

@@ -61,6 +61,15 @@
"contributions": [
"data"
]
},
{
"login": "Reloadaxe",
"name": "Benjamin Rousseliere",
"avatar_url": "https://avatars.githubusercontent.com/u/44167126?v=4",
"profile": "https://github.com/Reloadaxe",
"contributions": [
"data"
]
}
],
"contributorsPerLine": 7,

View File

@@ -0,0 +1,25 @@
meta {
name: Advanced Query
type: http
seq: 1
}
get {
url: {{BASE_URL}}/v2/en/cards?name=eq:Pikachu&hp=gte:60&hp=lt:70&localId=5&localId=not:tg&id=neq:cel25-5
body: none
auth: none
}
params:query {
name: eq:Pikachu
hp: gte:60
hp: lt:70
localId: 5
localId: not:tg
id: neq:cel25-5
}
assert {
res.status: eq 200
res.body: length 14
}

View File

@@ -1,3 +1,3 @@
vars {
BASE_URL: http://localhost:3000
BASE_URL: http://127.0.0.1:3000
}

View File

@@ -0,0 +1,21 @@
meta {
name: Advanced Query
type: http
seq: 4
}
get {
url: {{BASE_URL}}/v2/en/sets?cardCount.official=gt:64&id=swsh
body: none
auth: none
}
params:query {
cardCount.official:gt: 64
id: swsh
}
assert {
res.status: eq 200
res.body: length 17
}

View File

@@ -0,0 +1,16 @@
meta {
name: Get a card by set name
type: http
seq: 6
}
get {
url: {{BASE_URL}}/v2/en/sets/Crystal%20Guardians/10
body: none
auth: none
}
assert {
res.status: eq 200
res.body.id: eq ex14-10
}

View File

@@ -0,0 +1,16 @@
meta {
name: Get a set by name
type: http
seq: 5
}
get {
url: {{BASE_URL}}/v2/en/sets/Crystal%20Guardians
body: none
auth: none
}
assert {
res.status: eq 200
res.body.id: eq ex14
}

View File

@@ -1,5 +1,5 @@
<!--
Thanks for your Pull Request, Please provide the related Issue using "Fix #0" or describe the change(s) you made.
The issue title must follow Conventional Commit (verified by Github Actions) conventionalcommits.org.
The issue title must follow Conventional Commit conventionalcommits.org.
More informations at https://github.com/tcgdex/cards-database/blob/master/CONTRIBUTING.md
-->

View File

@@ -40,6 +40,7 @@ jobs:
with:
username: ${{ secrets.DOCKERHUB_USER }}
password: ${{ secrets.DOCKERHUB_TOKEN }}
if: ${{ !github.event.pull_request.head.repo.fork && github.actor != 'dependabot[bot]' }}
- name: Login to Github Packages
uses: docker/login-action@v3
@@ -47,15 +48,16 @@ jobs:
registry: ghcr.io
username: ${{ github.actor }}
password: ${{ secrets.DOCKER_TOKEN }}
if: ${{ !github.event.pull_request.head.repo.fork && github.actor != 'dependabot[bot]' }}
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v3
- name: Build and push
uses: docker/build-push-action@v5
uses: docker/build-push-action@v6
with:
context: .
push: true
push: ${{ !github.event.pull_request.head.repo.fork && github.actor != 'dependabot[bot]' }}
file: ./Dockerfile
tags: ${{ steps.meta.outputs.tags }}
labels: ${{ steps.meta.outputs.labels }}

View File

@@ -17,10 +17,11 @@ jobs:
- name: Setup BunJS
uses: oven-sh/setup-bun@v1
uses: oven-sh/setup-bun@v2
- name: Install deps
run: |
bun install -g @usebruno/cli
bun install --frozen-lockfile
cd server
bun install --frozen-lockfile
@@ -31,3 +32,11 @@ jobs:
bun run validate
cd server
bun run validate
- name: Validate some requests
run: |
cd server
bun run start &
sleep 10
cd ../.bruno
bru run --env Developpement

View File

@@ -1,4 +1,4 @@
FROM docker.io/oven/bun:1-alpine as BUILD_IMAGE
FROM docker.io/oven/bun:1-alpine AS build
# go to work folder
WORKDIR /usr/src/app
@@ -28,7 +28,7 @@ rm -rf node_modules && \
bun install --frozen-install --production
# go to another VM
FROM docker.io/oven/bun:1-alpine as PROD_IMAGE
FROM docker.io/oven/bun:1-alpine AS prod
# inform software to be in production
ENV NODE_ENV=production
@@ -40,11 +40,11 @@ USER bun
WORKDIR /usr/src/app
# copy from build image
COPY --chown=bun:bun --from=BUILD_IMAGE /usr/src/app/server/generated ./generated
COPY --chown=bun:bun --from=BUILD_IMAGE /usr/src/app/server/node_modules ./node_modules
COPY --chown=bun:bun --from=BUILD_IMAGE /usr/src/app/server/src ./src
COPY --chown=bun:bun --from=BUILD_IMAGE /usr/src/app/server/public ./public
COPY --chown=bun:bun --from=BUILD_IMAGE /usr/src/app/server/package.json ./package.json
COPY --chown=bun:bun --from=build /usr/src/app/server/generated ./generated
COPY --chown=bun:bun --from=build /usr/src/app/server/node_modules ./node_modules
COPY --chown=bun:bun --from=build /usr/src/app/server/src ./src
COPY --chown=bun:bun --from=build /usr/src/app/server/public ./public
COPY --chown=bun:bun --from=build /usr/src/app/server/package.json ./package.json
# Expose port
EXPOSE 3000

View File

@@ -13,11 +13,11 @@
<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-6-orange.svg?style=flat-square" alt="All Contributors Badge" /></a>
<a href="#contributors-"><img src="https://img.shields.io/badge/all_contributors-7-orange.svg?style=flat-square" alt="All Contributors Badge" /></a>
<!-- ALL-CONTRIBUTORS-BADGE:END -->
</p>
@@ -91,6 +91,7 @@ Thanks goes to these wonderful people ([emoji key](https://allcontributors.org/d
<td align="center" valign="top" width="14.28%"><a href="https://github.com/Maxopoly"><img src="https://avatars.githubusercontent.com/u/12138136?v=4?s=100" width="100px;" alt="Maxopoly"/><br /><sub><b>Maxopoly</b></sub></a><br /><a href="#data-Maxopoly" title="Data">🔣</a></td>
<td align="center" valign="top" width="14.28%"><a href="https://github.com/calli23"><img src="https://avatars.githubusercontent.com/u/24553863?v=4?s=100" width="100px;" alt="calli23"/><br /><sub><b>calli23</b></sub></a><br /><a href="#data-calli23" title="Data">🔣</a></td>
<td align="center" valign="top" width="14.28%"><a href="http://imclement.com"><img src="https://avatars.githubusercontent.com/u/1112701?v=4?s=100" width="100px;" alt="Clement Yuan"/><br /><sub><b>Clement Yuan</b></sub></a><br /><a href="#data-spyworldxp" title="Data">🔣</a></td>
<td align="center" valign="top" width="14.28%"><a href="https://github.com/Reloadaxe"><img src="https://avatars.githubusercontent.com/u/44167126?v=4?s=100" width="100px;" alt="Benjamin Rousseliere"/><br /><sub><b>Benjamin Rousseliere</b></sub></a><br /><a href="#data-Reloadaxe" title="Data">🔣</a></td>
</tr>
</tbody>
</table>

BIN
bun.lockb

Binary file not shown.

View File

@@ -63,9 +63,7 @@ const card: Card = {
value: "-30"
},
],
retreat: 3,
}

View File

@@ -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."
}

View File

@@ -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."
}

View File

@@ -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."
}

View File

@@ -55,11 +55,7 @@ const card: Card = {
value: "×2"
},
],
retreat: 1,
}
export default card

View File

@@ -49,6 +49,7 @@ const card: Card = {
value: "×2"
},
],
retreat: 1,
description: {
fr: "Votre anniversaire : _________________________________________"

View File

@@ -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."

View File

@@ -2,6 +2,7 @@ import { Card } from '../../../interfaces'
import Set from '../Black & White'
const card: Card = {
dexId: [25],
name: {
fr: "Pikachu",
en: "Pikachu",

View File

@@ -2,6 +2,7 @@ import { Card } from '../../../interfaces'
import Set from '../Best of game'
const card: Card = {
dexId: [125],
set: Set,
name: {

View File

@@ -2,6 +2,7 @@ import { Card } from '../../../interfaces'
import Set from '../Best of game'
const card: Card = {
dexId: [107],
set: Set,
name: {

View File

@@ -71,10 +71,7 @@ const card: Card = {
value: "×2"
},
],
retreat: 2,
}

View File

@@ -67,10 +67,7 @@ const card: Card = {
value: "×2"
},
],
retreat: 3,
}

View File

@@ -67,10 +67,7 @@ const card: Card = {
value: "×2"
},
],
retreat: 3,
}

View File

@@ -68,10 +68,7 @@ const card: Card = {
value: "×2"
},
],
retreat: 2,
}

View File

@@ -66,10 +66,7 @@ const card: Card = {
value: "×2"
},
],
retreat: 2,
}

View File

@@ -63,9 +63,7 @@ const card: Card = {
value: "-30"
},
],
retreat: 3,
}

View File

@@ -63,9 +63,7 @@ const card: Card = {
value: "-30"
},
],
retreat: 3,
}

View File

@@ -2,6 +2,7 @@ import { Card } from '../../../interfaces'
import Set from '../Macdonald\'s Collection 2014'
const card: Card = {
dexId: [13],
set: Set,
variants: {

View File

@@ -2,6 +2,7 @@ import { Card } from '../../../interfaces'
import Set from '../Macdonald\'s Collection 2014'
const card: Card = {
dexId: [659],
set: Set,
variants: {

View File

@@ -2,6 +2,7 @@ import { Card } from '../../../interfaces'
import Set from '../Macdonald\'s Collection 2014'
const card: Card = {
dexId: [661],
set: Set,
variants: {

View File

@@ -2,6 +2,7 @@ import { Card } from '../../../interfaces'
import Set from '../Macdonald\'s Collection 2014'
const card: Card = {
dexId: [676],
set: Set,
variants: {

View File

@@ -2,6 +2,7 @@ import { Card } from '../../../interfaces'
import Set from '../Macdonald\'s Collection 2014'
const card: Card = {
dexId: [650],
set: Set,
variants: {

View File

@@ -2,6 +2,7 @@ import { Card } from '../../../interfaces'
import Set from '../Macdonald\'s Collection 2014'
const card: Card = {
dexId: [653],
set: Set,
variants: {

View File

@@ -2,6 +2,7 @@ import { Card } from '../../../interfaces'
import Set from '../Macdonald\'s Collection 2014'
const card: Card = {
dexId: [656],
set: Set,
variants: {

View File

@@ -2,6 +2,7 @@ import { Card } from '../../../interfaces'
import Set from '../Macdonald\'s Collection 2014'
const card: Card = {
dexId: [25],
set: Set,
variants: {

View File

@@ -2,6 +2,7 @@ import { Card } from '../../../interfaces'
import Set from '../Macdonald\'s Collection 2014'
const card: Card = {
dexId: [686],
set: Set,
variants: {

View File

@@ -2,6 +2,7 @@ import { Card } from '../../../interfaces'
import Set from '../Macdonald\'s Collection 2014'
const card: Card = {
dexId: [679],
set: Set,
variants: {

View File

@@ -2,6 +2,7 @@ import { Card } from '../../../interfaces'
import Set from '../Macdonald\'s Collection 2014'
const card: Card = {
dexId: [209],
set: Set,
variants: {

View File

@@ -2,6 +2,7 @@ import { Card } from '../../../interfaces'
import Set from '../Macdonald\'s Collection 2014'
const card: Card = {
dexId: [684],
set: Set,
variants: {

View File

@@ -2,6 +2,7 @@ import { Card } from '../../../interfaces'
import Set from '../Macdonald\'s Collection 2015'
const card: Card = {
dexId: [252],
set: Set,
variants: {

View File

@@ -2,6 +2,7 @@ import { Card } from '../../../interfaces'
import Set from '../Macdonald\'s Collection 2015'
const card: Card = {
dexId: [183],
set: Set,
variants: {

View File

@@ -2,6 +2,7 @@ import { Card } from '../../../interfaces'
import Set from '../Macdonald\'s Collection 2015'
const card: Card = {
dexId: [263],
set: Set,
variants: {

View File

@@ -2,6 +2,7 @@ import { Card } from '../../../interfaces'
import Set from '../Macdonald\'s Collection 2015'
const card: Card = {
dexId: [300],
set: Set,
variants: {

View File

@@ -2,6 +2,7 @@ import { Card } from '../../../interfaces'
import Set from '../Macdonald\'s Collection 2015'
const card: Card = {
dexId: [270],
set: Set,
variants: {

View File

@@ -2,6 +2,7 @@ import { Card } from '../../../interfaces'
import Set from '../Macdonald\'s Collection 2015'
const card: Card = {
dexId: [255],
set: Set,
variants: {

View File

@@ -2,6 +2,7 @@ import { Card } from '../../../interfaces'
import Set from '../Macdonald\'s Collection 2015'
const card: Card = {
dexId: [120],
set: Set,
variants: {

View File

@@ -2,6 +2,7 @@ import { Card } from '../../../interfaces'
import Set from '../Macdonald\'s Collection 2015'
const card: Card = {
dexId: [258],
set: Set,
variants: {

View File

@@ -2,6 +2,7 @@ import { Card } from '../../../interfaces'
import Set from '../Macdonald\'s Collection 2015'
const card: Card = {
dexId: [25],
set: Set,
variants: {

View File

@@ -2,6 +2,7 @@ import { Card } from '../../../interfaces'
import Set from '../Macdonald\'s Collection 2015'
const card: Card = {
dexId: [309],
set: Set,
variants: {

View File

@@ -2,6 +2,7 @@ import { Card } from '../../../interfaces'
import Set from '../Macdonald\'s Collection 2015'
const card: Card = {
dexId: [111],
set: Set,
variants: {

View File

@@ -2,6 +2,7 @@ import { Card } from '../../../interfaces'
import Set from '../Macdonald\'s Collection 2015'
const card: Card = {
dexId: [307],
set: Set,
variants: {

View File

@@ -2,6 +2,7 @@ import { Card } from '../../../interfaces'
import Set from '../Macdonald\'s Collection 2017'
const card: Card = {
dexId: [722],
set: Set,
variants: {

View File

@@ -2,6 +2,7 @@ import { Card } from '../../../interfaces'
import Set from '../Macdonald\'s Collection 2017'
const card: Card = {
dexId: [742],
set: Set,
variants: {

View File

@@ -2,6 +2,7 @@ import { Card } from '../../../interfaces'
import Set from '../Macdonald\'s Collection 2017'
const card: Card = {
dexId: [731],
set: Set,
variants: {

View File

@@ -2,6 +2,7 @@ import { Card } from '../../../interfaces'
import Set from '../Macdonald\'s Collection 2017'
const card: Card = {
dexId: [734],
set: Set,
variants: {

View File

@@ -2,6 +2,7 @@ import { Card } from '../../../interfaces'
import Set from '../Macdonald\'s Collection 2017'
const card: Card = {
dexId: [736],
set: Set,
variants: {

View File

@@ -2,6 +2,7 @@ import { Card } from '../../../interfaces'
import Set from '../Macdonald\'s Collection 2017'
const card: Card = {
dexId: [725],
set: Set,
variants: {

View File

@@ -2,6 +2,7 @@ import { Card } from '../../../interfaces'
import Set from '../Macdonald\'s Collection 2017'
const card: Card = {
dexId: [728],
set: Set,
variants: {

View File

@@ -2,6 +2,7 @@ import { Card } from '../../../interfaces'
import Set from '../Macdonald\'s Collection 2017'
const card: Card = {
dexId: [25],
set: Set,
variants: {

View File

@@ -2,6 +2,7 @@ import { Card } from '../../../interfaces'
import Set from '../Macdonald\'s Collection 2017'
const card: Card = {
dexId: [789],
set: Set,
variants: {

View File

@@ -2,6 +2,7 @@ import { Card } from '../../../interfaces'
import Set from '../Macdonald\'s Collection 2017'
const card: Card = {
dexId: [739],
set: Set,
variants: {

View File

@@ -2,6 +2,7 @@ import { Card } from '../../../interfaces'
import Set from '../Macdonald\'s Collection 2017'
const card: Card = {
dexId: [52],
set: Set,
variants: {

View File

@@ -2,6 +2,7 @@ import { Card } from '../../../interfaces'
import Set from '../Macdonald\'s Collection 2017'
const card: Card = {
dexId: [50],
set: Set,
variants: {

View File

@@ -2,6 +2,7 @@ import { Card } from '../../../interfaces'
import Set from '../Macdonald\'s Collection 2018'
const card: Card = {
dexId: [58],
set: Set,
variants: {

View File

@@ -2,6 +2,7 @@ import { Card } from '../../../interfaces'
import Set from '../Macdonald\'s Collection 2018'
const card: Card = {
dexId: [113],
set: Set,
variants: {

View File

@@ -2,6 +2,7 @@ import { Card } from '../../../interfaces'
import Set from '../Macdonald\'s Collection 2018'
const card: Card = {
dexId: [133],
set: Set,
variants: {

View File

@@ -2,6 +2,7 @@ import { Card } from '../../../interfaces'
import Set from '../Macdonald\'s Collection 2018'
const card: Card = {
dexId: [137],
set: Set,
variants: {

View File

@@ -2,6 +2,7 @@ import { Card } from '../../../interfaces'
import Set from '../Macdonald\'s Collection 2018'
const card: Card = {
dexId: [54],
set: Set,
variants: {

View File

@@ -2,6 +2,7 @@ import { Card } from '../../../interfaces'
import Set from '../Macdonald\'s Collection 2018'
const card: Card = {
dexId: [116],
set: Set,
variants: {

View File

@@ -2,6 +2,7 @@ import { Card } from '../../../interfaces'
import Set from '../Macdonald\'s Collection 2018'
const card: Card = {
dexId: [25],
set: Set,
variants: {

View File

@@ -2,6 +2,7 @@ import { Card } from '../../../interfaces'
import Set from '../Macdonald\'s Collection 2018'
const card: Card = {
dexId: [79],
set: Set,
variants: {

View File

@@ -2,6 +2,7 @@ import { Card } from '../../../interfaces'
import Set from '../Macdonald\'s Collection 2018'
const card: Card = {
dexId: [66],
set: Set,
variants: {

View File

@@ -2,6 +2,7 @@ import { Card } from '../../../interfaces'
import Set from '../Macdonald\'s Collection 2018'
const card: Card = {
dexId: [104],
set: Set,
variants: {

View File

@@ -2,6 +2,7 @@ import { Card } from '../../../interfaces'
import Set from '../Macdonald\'s Collection 2018'
const card: Card = {
dexId: [81],
set: Set,
variants: {

View File

@@ -2,6 +2,7 @@ import { Card } from '../../../interfaces'
import Set from '../Macdonald\'s Collection 2018'
const card: Card = {
dexId: [147],
set: Set,
variants: {

View File

@@ -2,6 +2,7 @@ import { Card } from '../../../interfaces'
import Set from '../Macdonald\'s Collection 2021'
const card: Card = {
dexId: [813],
name: {
en: "Scorbunny",
fr: "Flambino",

View File

@@ -2,6 +2,7 @@ import { Card } from '../../../interfaces'
import Set from '../Macdonald\'s Collection 2021'
const card: Card = {
dexId: [816],
name: {
en: "Sobble",
fr: "Larméléon",

View File

@@ -2,6 +2,7 @@ import { Card } from '../../../interfaces'
import Set from '../Macdonald\'s Collection 2021'
const card: Card = {
dexId: [810],
name: {
en: "Grookey",
fr: "Ouistempo",

View File

@@ -55,10 +55,7 @@ const card: Card = {
value: "×2"
},
],
retreat: 1,
}

View File

@@ -50,6 +50,7 @@ const card: Card = {
value: "-20"
},
],
retreat: 1,

View File

@@ -2,6 +2,7 @@ import { Card } from "../../../interfaces"
import Set from "../151"
const card: Card = {
dexId: [1],
set: Set,
name: {
@@ -44,7 +45,11 @@ const card: Card = {
}],
retreat: 2,
regulationMark: "G"
regulationMark: "G",
variants: {
holo: false
}
}
export default card

View File

@@ -2,6 +2,7 @@ import { Card } from "../../../interfaces"
import Set from "../151"
const card: Card = {
dexId: [2],
set: Set,
name: {
@@ -57,7 +58,11 @@ const card: Card = {
}],
retreat: 3,
regulationMark: "G"
regulationMark: "G",
variants: {
holo: false
}
}
export default card

View File

@@ -2,6 +2,7 @@ import { Card } from "../../../interfaces"
import Set from "../151"
const card: Card = {
dexId: [3],
set: Set,
name: {
@@ -66,7 +67,12 @@ const card: Card = {
}],
retreat: 4,
regulationMark: "G"
regulationMark: "G",
variants: {
reverse: false,
normal: false
}
}
export default card

View File

@@ -2,6 +2,7 @@ import { Card } from "../../../interfaces"
import Set from "../151"
const card: Card = {
dexId: [4],
set: Set,
name: {
@@ -55,7 +56,11 @@ const card: Card = {
}],
retreat: 1,
regulationMark: "G"
regulationMark: "G",
variants: {
holo: false
}
}
export default card

View File

@@ -2,6 +2,7 @@ import { Card } from "../../../interfaces"
import Set from "../151"
const card: Card = {
dexId: [5],
set: Set,
name: {
@@ -57,7 +58,11 @@ const card: Card = {
}],
retreat: 2,
regulationMark: "G"
regulationMark: "G",
variants: {
holo: false
}
}
export default card

View File

@@ -2,6 +2,7 @@ import { Card } from "../../../interfaces"
import Set from "../151"
const card: Card = {
dexId: [6],
set: Set,
name: {
@@ -65,8 +66,19 @@ const card: Card = {
damage: 330
}],
weaknesses: [
{
type: "Water",
value: "×2"
},
],
retreat: 2,
regulationMark: "G"
regulationMark: "G",
variants: {
normal: false,
reverse: false
}
}
export default card
export default card

View File

@@ -2,6 +2,7 @@ import { Card } from "../../../interfaces"
import Set from "../151"
const card: Card = {
dexId: [7],
set: Set,
name: {
@@ -55,7 +56,11 @@ const card: Card = {
}],
retreat: 1,
regulationMark: "G"
regulationMark: "G",
variants: {
holo: false
}
}
export default card

View File

@@ -2,6 +2,7 @@ import { Card } from "../../../interfaces"
import Set from "../151"
const card: Card = {
dexId: [8],
set: Set,
name: {
@@ -55,7 +56,11 @@ const card: Card = {
}],
retreat: 2,
regulationMark: "G"
regulationMark: "G",
variants: {
holo: false
}
}
export default card

View File

@@ -2,6 +2,7 @@ import { Card } from "../../../interfaces"
import Set from "../151"
const card: Card = {
dexId: [9],
set: Set,
name: {
@@ -66,7 +67,12 @@ const card: Card = {
}],
retreat: 3,
regulationMark: "G"
regulationMark: "G",
variants: {
reverse: false,
normal: false
}
}
export default card

View File

@@ -2,6 +2,7 @@ import { Card } from "../../../interfaces"
import Set from "../151"
const card: Card = {
dexId: [251],
set: Set,
name: {
@@ -44,7 +45,11 @@ const card: Card = {
}],
retreat: 1,
regulationMark: "G"
regulationMark: "G",
variants: {
holo: false
}
}
export default card

View File

@@ -2,6 +2,7 @@ import { Card } from "../../../interfaces"
import Set from "../151"
const card: Card = {
dexId: [11],
set: Set,
name: {
@@ -55,7 +56,11 @@ const card: Card = {
}],
retreat: 3,
regulationMark: "G"
regulationMark: "G",
variants: {
holo: false
}
}
export default card

View File

@@ -2,6 +2,7 @@ import { Card } from "../../../interfaces"
import Set from "../151"
const card: Card = {
dexId: [12],
set: Set,
name: {
@@ -64,7 +65,11 @@ const card: Card = {
}],
retreat: 1,
regulationMark: "G"
regulationMark: "G",
variants: {
holo: false
}
}
export default card

View File

@@ -2,6 +2,7 @@ import { Card } from "../../../interfaces"
import Set from "../151"
const card: Card = {
dexId: [13],
set: Set,
name: {
@@ -48,7 +49,11 @@ const card: Card = {
}],
retreat: 1,
regulationMark: "G"
regulationMark: "G",
variants: {
holo: false
}
}
export default card

View File

@@ -2,6 +2,7 @@ import { Card } from "../../../interfaces"
import Set from "../151"
const card: Card = {
dexId: [14],
set: Set,
name: {
@@ -57,7 +58,11 @@ const card: Card = {
}],
retreat: 3,
regulationMark: "G"
regulationMark: "G",
variants: {
holo: false
}
}
export default card

View File

@@ -2,6 +2,7 @@ import { Card } from "../../../interfaces"
import Set from "../151"
const card: Card = {
dexId: [15],
set: Set,
name: {
@@ -57,7 +58,12 @@ const card: Card = {
}],
retreat: 1,
regulationMark: "G"
regulationMark: "G",
variants: {
normal: false,
reverse: false
}
}
export default card

View File

@@ -2,6 +2,7 @@ import { Card } from "../../../interfaces"
import Set from "../151"
const card: Card = {
dexId: [16],
set: Set,
name: {
@@ -55,7 +56,11 @@ const card: Card = {
}],
retreat: 1,
regulationMark: "G"
regulationMark: "G",
variants: {
holo: false
}
}
export default card

View File

@@ -2,6 +2,7 @@ import { Card } from "../../../interfaces"
import Set from "../151"
const card: Card = {
dexId: [17],
set: Set,
name: {
@@ -35,7 +36,11 @@ const card: Card = {
}],
retreat: 0,
regulationMark: "G"
regulationMark: "G",
variants: {
holo: false
}
}
export default card

View File

@@ -2,6 +2,7 @@ import { Card } from "../../../interfaces"
import Set from "../151"
const card: Card = {
dexId: [18],
set: Set,
name: {
@@ -57,7 +58,11 @@ const card: Card = {
}],
retreat: 0,
regulationMark: "G"
regulationMark: "G",
variants: {
holo: false
}
}
export default card

Some files were not shown because too many files have changed in this diff Show More