mirror of
https://github.com/tcgdex/cards-database.git
synced 2025-08-16 17:18:49 +00:00
Compare commits
10 Commits
Author | SHA1 | Date | |
---|---|---|---|
ff0cf14773 | |||
|
2a2b6463ff | ||
|
6b3633e748 | ||
8fb7f88283 | |||
|
366e9e6ea7 | ||
a33629e883 | |||
33232f1b65 | |||
7568334dec | |||
|
f39956e429 | ||
|
a722ecbbda |
15
.bruno/fixes/566-specific-request-crash-the-request.bru
Normal file
15
.bruno/fixes/566-specific-request-crash-the-request.bru
Normal file
@@ -0,0 +1,15 @@
|
|||||||
|
meta {
|
||||||
|
name: 566 - Specific request crash the request
|
||||||
|
type: http
|
||||||
|
seq: 7
|
||||||
|
}
|
||||||
|
|
||||||
|
get {
|
||||||
|
url: {{BASE_URL}}/v2/fr/cards?name=eq:Pikachu&name=eq:Pichu,Pikachu
|
||||||
|
body: none
|
||||||
|
auth: none
|
||||||
|
}
|
||||||
|
|
||||||
|
assert {
|
||||||
|
res.status: eq 200
|
||||||
|
}
|
17
Dockerfile
17
Dockerfile
@@ -4,28 +4,31 @@ FROM docker.io/oven/bun:1-alpine AS build
|
|||||||
WORKDIR /usr/src/app
|
WORKDIR /usr/src/app
|
||||||
|
|
||||||
# Add git as it is used to fetch updated times
|
# Add git as it is used to fetch updated times
|
||||||
RUN apk add git &&\
|
RUN apk add git\
|
||||||
git config --global safe.directory '*'
|
&& git config --global safe.directory '*'\
|
||||||
|
&& chown -R bun:bun .
|
||||||
|
|
||||||
|
USER bun
|
||||||
|
|
||||||
ADD --chown=bun:bun package.json bun.lockb ./
|
ADD --chown=bun:bun package.json bun.lockb ./
|
||||||
ADD --chown=bun:bun server/package.json server/bun.lockb ./server/
|
ADD --chown=bun:bun server/package.json server/bun.lockb ./server/
|
||||||
|
|
||||||
# install dependencies
|
# install dependencies
|
||||||
RUN bun install --frozen-lockfile && \
|
RUN bun install --frozen-lockfile && \
|
||||||
cd server && \
|
cd server && \
|
||||||
bun install --frozen-lockfile
|
bun install --frozen-lockfile
|
||||||
|
|
||||||
# Add project files
|
# Add project files
|
||||||
ADD --chown=bun:bun . .
|
ADD --chown=bun:bun . .
|
||||||
|
|
||||||
# build
|
# build
|
||||||
RUN cd server && \
|
RUN cd server && \
|
||||||
bun run compile
|
bun run compile
|
||||||
|
|
||||||
# remove dev dependencies (bun do not yet support "prune")
|
# remove dev dependencies (bun do not yet support "prune")
|
||||||
RUN cd server && \
|
RUN cd server && \
|
||||||
rm -rf node_modules && \
|
rm -rf node_modules && \
|
||||||
bun install --frozen-install --production
|
bun install --frozen-install --production
|
||||||
|
|
||||||
# go to another VM
|
# go to another VM
|
||||||
FROM docker.io/oven/bun:1-alpine AS prod
|
FROM docker.io/oven/bun:1-alpine AS prod
|
||||||
|
@@ -31,7 +31,7 @@ A full documentation of the API is available at <https://tcgdex.dev>
|
|||||||
|
|
||||||
- The easiest way to interact with the database is by using one of our SDKs listed below.
|
- The easiest way to interact with the database is by using one of our SDKs listed below.
|
||||||
- You can also direcly use the endpoints at `api.tcgdex.net` (see the documentation).
|
- You can also direcly use the endpoints at `api.tcgdex.net` (see the documentation).
|
||||||
- You can build the API yourself by using our `Dockerfile` and using it on the port 3000
|
- You can build the API yourself by using our `Dockerfile` and using it on the port 3000 (`docker-compose.yml` file included above)
|
||||||
|
|
||||||
#### SDKs / API Wrappers
|
#### SDKs / API Wrappers
|
||||||
|
|
||||||
|
@@ -13,6 +13,9 @@ const card: Card = {
|
|||||||
hp: 90,
|
hp: 90,
|
||||||
types: ["Grass"],
|
types: ["Grass"],
|
||||||
stage: "Stage1",
|
stage: "Stage1",
|
||||||
|
evolveFrom: {
|
||||||
|
en: "Bulbasaur"
|
||||||
|
},
|
||||||
|
|
||||||
attacks: [{
|
attacks: [{
|
||||||
cost: ["Grass", "Colorless", "Colorless"],
|
cost: ["Grass", "Colorless", "Colorless"],
|
||||||
|
@@ -13,6 +13,9 @@ const card: Card = {
|
|||||||
hp: 160,
|
hp: 160,
|
||||||
types: ["Grass"],
|
types: ["Grass"],
|
||||||
stage: "Stage2",
|
stage: "Stage2",
|
||||||
|
evolveFrom: {
|
||||||
|
en: "Ivysaur"
|
||||||
|
},
|
||||||
|
|
||||||
attacks: [{
|
attacks: [{
|
||||||
cost: ["Grass", "Grass", "Colorless", "Colorless"],
|
cost: ["Grass", "Grass", "Colorless", "Colorless"],
|
||||||
|
@@ -13,6 +13,9 @@ const card: Card = {
|
|||||||
hp: 190,
|
hp: 190,
|
||||||
types: ["Grass"],
|
types: ["Grass"],
|
||||||
stage: "Stage2",
|
stage: "Stage2",
|
||||||
|
evolveFrom: {
|
||||||
|
en: "Ivysaur"
|
||||||
|
},
|
||||||
suffix: "EX",
|
suffix: "EX",
|
||||||
|
|
||||||
attacks: [{
|
attacks: [{
|
||||||
|
@@ -13,6 +13,9 @@ const card: Card = {
|
|||||||
hp: 80,
|
hp: 80,
|
||||||
types: ["Grass"],
|
types: ["Grass"],
|
||||||
stage: "Stage1",
|
stage: "Stage1",
|
||||||
|
evolveFrom: {
|
||||||
|
en: "Caterpie"
|
||||||
|
},
|
||||||
|
|
||||||
attacks: [{
|
attacks: [{
|
||||||
cost: ["Colorless", "Colorless"],
|
cost: ["Colorless", "Colorless"],
|
||||||
|
@@ -13,6 +13,9 @@ const card: Card = {
|
|||||||
hp: 120,
|
hp: 120,
|
||||||
types: ["Grass"],
|
types: ["Grass"],
|
||||||
stage: "Stage2",
|
stage: "Stage2",
|
||||||
|
evolveFrom: {
|
||||||
|
en: "Metapod"
|
||||||
|
},
|
||||||
|
|
||||||
abilities: [{
|
abilities: [{
|
||||||
type: "Ability",
|
type: "Ability",
|
||||||
|
@@ -13,6 +13,9 @@ const card: Card = {
|
|||||||
hp: 80,
|
hp: 80,
|
||||||
types: ["Grass"],
|
types: ["Grass"],
|
||||||
stage: "Stage1",
|
stage: "Stage1",
|
||||||
|
evolveFrom: {
|
||||||
|
en: "Weedle"
|
||||||
|
},
|
||||||
|
|
||||||
attacks: [{
|
attacks: [{
|
||||||
cost: ["Grass"],
|
cost: ["Grass"],
|
||||||
|
@@ -13,6 +13,9 @@ const card: Card = {
|
|||||||
hp: 120,
|
hp: 120,
|
||||||
types: ["Grass"],
|
types: ["Grass"],
|
||||||
stage: "Stage2",
|
stage: "Stage2",
|
||||||
|
evolveFrom: {
|
||||||
|
en: "Kakuna"
|
||||||
|
},
|
||||||
|
|
||||||
attacks: [{
|
attacks: [{
|
||||||
cost: ["Grass"],
|
cost: ["Grass"],
|
||||||
|
@@ -13,6 +13,9 @@ const card: Card = {
|
|||||||
hp: 80,
|
hp: 80,
|
||||||
types: ["Grass"],
|
types: ["Grass"],
|
||||||
stage: "Stage1",
|
stage: "Stage1",
|
||||||
|
evolveFrom: {
|
||||||
|
en: "Oddish"
|
||||||
|
},
|
||||||
|
|
||||||
attacks: [{
|
attacks: [{
|
||||||
cost: ["Grass", "Colorless"],
|
cost: ["Grass", "Colorless"],
|
||||||
|
@@ -13,6 +13,9 @@ const card: Card = {
|
|||||||
hp: 140,
|
hp: 140,
|
||||||
types: ["Grass"],
|
types: ["Grass"],
|
||||||
stage: "Stage2",
|
stage: "Stage2",
|
||||||
|
evolveFrom: {
|
||||||
|
en: "Gloom"
|
||||||
|
},
|
||||||
|
|
||||||
attacks: [{
|
attacks: [{
|
||||||
cost: ["Grass", "Grass", "Colorless"],
|
cost: ["Grass", "Grass", "Colorless"],
|
||||||
|
@@ -13,6 +13,9 @@ const card: Card = {
|
|||||||
hp: 120,
|
hp: 120,
|
||||||
types: ["Grass"],
|
types: ["Grass"],
|
||||||
stage: "Stage1",
|
stage: "Stage1",
|
||||||
|
evolveFrom: {
|
||||||
|
en: "Paras"
|
||||||
|
},
|
||||||
|
|
||||||
attacks: [{
|
attacks: [{
|
||||||
cost: ["Grass", "Grass", "Colorless"],
|
cost: ["Grass", "Grass", "Colorless"],
|
||||||
|
@@ -13,6 +13,9 @@ const card: Card = {
|
|||||||
hp: 80,
|
hp: 80,
|
||||||
types: ["Grass"],
|
types: ["Grass"],
|
||||||
stage: "Stage1",
|
stage: "Stage1",
|
||||||
|
evolveFrom: {
|
||||||
|
en: "Venonat"
|
||||||
|
},
|
||||||
|
|
||||||
attacks: [{
|
attacks: [{
|
||||||
cost: ["Grass"],
|
cost: ["Grass"],
|
||||||
|
@@ -13,6 +13,9 @@ const card: Card = {
|
|||||||
hp: 90,
|
hp: 90,
|
||||||
types: ["Grass"],
|
types: ["Grass"],
|
||||||
stage: "Stage1",
|
stage: "Stage1",
|
||||||
|
evolveFrom: {
|
||||||
|
en: "Bellsprout"
|
||||||
|
},
|
||||||
|
|
||||||
attacks: [{
|
attacks: [{
|
||||||
cost: ["Grass", "Colorless"],
|
cost: ["Grass", "Colorless"],
|
||||||
|
@@ -13,6 +13,9 @@ const card: Card = {
|
|||||||
hp: 140,
|
hp: 140,
|
||||||
types: ["Grass"],
|
types: ["Grass"],
|
||||||
stage: "Stage2",
|
stage: "Stage2",
|
||||||
|
evolveFrom: {
|
||||||
|
en: "Weepinbell"
|
||||||
|
},
|
||||||
|
|
||||||
abilities: [{
|
abilities: [{
|
||||||
type: "Ability",
|
type: "Ability",
|
||||||
|
@@ -13,6 +13,9 @@ const card: Card = {
|
|||||||
hp: 160,
|
hp: 160,
|
||||||
types: ["Grass"],
|
types: ["Grass"],
|
||||||
stage: "Stage1",
|
stage: "Stage1",
|
||||||
|
evolveFrom: {
|
||||||
|
en: "Exeggcute"
|
||||||
|
},
|
||||||
|
|
||||||
attacks: [{
|
attacks: [{
|
||||||
cost: ["Grass"],
|
cost: ["Grass"],
|
||||||
|
@@ -13,6 +13,9 @@ const card: Card = {
|
|||||||
hp: 160,
|
hp: 160,
|
||||||
types: ["Grass"],
|
types: ["Grass"],
|
||||||
stage: "Stage1",
|
stage: "Stage1",
|
||||||
|
evolveFrom: {
|
||||||
|
en: "Exeggcute"
|
||||||
|
},
|
||||||
attacks: [{
|
attacks: [{
|
||||||
cost: ["Grass"],
|
cost: ["Grass"],
|
||||||
|
|
||||||
|
@@ -13,6 +13,9 @@ const card: Card = {
|
|||||||
hp: 80,
|
hp: 80,
|
||||||
types: ["Grass"],
|
types: ["Grass"],
|
||||||
stage: "Stage1",
|
stage: "Stage1",
|
||||||
|
evolveFrom: {
|
||||||
|
en: "Cottonee"
|
||||||
|
},
|
||||||
|
|
||||||
attacks: [{
|
attacks: [{
|
||||||
cost: ["Colorless"],
|
cost: ["Colorless"],
|
||||||
|
@@ -13,6 +13,10 @@ const card: Card = {
|
|||||||
hp: 100,
|
hp: 100,
|
||||||
types: ["Grass"],
|
types: ["Grass"],
|
||||||
stage: "Stage1",
|
stage: "Stage1",
|
||||||
|
evolveFrom: {
|
||||||
|
en: "Petilil"
|
||||||
|
},
|
||||||
|
|
||||||
|
|
||||||
attacks: [{
|
attacks: [{
|
||||||
cost: ["Grass", "Grass"],
|
cost: ["Grass", "Grass"],
|
||||||
|
@@ -12,6 +12,10 @@ const card: Card = {
|
|||||||
category: "Pokemon",
|
category: "Pokemon",
|
||||||
hp: 120,
|
hp: 120,
|
||||||
stage: "Stage1",
|
stage: "Stage1",
|
||||||
|
evolveFrom: {
|
||||||
|
en: "Skiddo"
|
||||||
|
},
|
||||||
|
|
||||||
|
|
||||||
attacks: [{
|
attacks: [{
|
||||||
cost: ["Grass", "Colorless", "Colorless"],
|
cost: ["Grass", "Colorless", "Colorless"],
|
||||||
|
@@ -13,6 +13,10 @@ const card: Card = {
|
|||||||
hp: 90,
|
hp: 90,
|
||||||
types: ["Fire"],
|
types: ["Fire"],
|
||||||
stage: "Stage1",
|
stage: "Stage1",
|
||||||
|
evolveFrom: {
|
||||||
|
en: "Charmander"
|
||||||
|
},
|
||||||
|
|
||||||
|
|
||||||
attacks: [{
|
attacks: [{
|
||||||
cost: ["Fire", "Colorless", "Colorless"],
|
cost: ["Fire", "Colorless", "Colorless"],
|
||||||
|
@@ -13,6 +13,10 @@ const card: Card = {
|
|||||||
hp: 150,
|
hp: 150,
|
||||||
types: ["Fire"],
|
types: ["Fire"],
|
||||||
stage: "Stage2",
|
stage: "Stage2",
|
||||||
|
evolveFrom: {
|
||||||
|
en: "Charmeleon"
|
||||||
|
},
|
||||||
|
|
||||||
|
|
||||||
attacks: [{
|
attacks: [{
|
||||||
cost: ["Fire", "Fire", "Colorless", "Colorless"],
|
cost: ["Fire", "Fire", "Colorless", "Colorless"],
|
||||||
|
@@ -13,6 +13,10 @@ const card: Card = {
|
|||||||
hp: 180,
|
hp: 180,
|
||||||
types: ["Fire"],
|
types: ["Fire"],
|
||||||
stage: "Stage2",
|
stage: "Stage2",
|
||||||
|
evolveFrom: {
|
||||||
|
en: "Charmeleon"
|
||||||
|
},
|
||||||
|
|
||||||
suffix: "EX",
|
suffix: "EX",
|
||||||
|
|
||||||
attacks: [{
|
attacks: [{
|
||||||
|
@@ -13,6 +13,10 @@ const card: Card = {
|
|||||||
hp: 90,
|
hp: 90,
|
||||||
types: ["Fire"],
|
types: ["Fire"],
|
||||||
stage: "Stage1",
|
stage: "Stage1",
|
||||||
|
evolveFrom: {
|
||||||
|
en: "Vulpix"
|
||||||
|
},
|
||||||
|
|
||||||
|
|
||||||
attacks: [{
|
attacks: [{
|
||||||
cost: ["Fire", "Fire"],
|
cost: ["Fire", "Fire"],
|
||||||
|
@@ -13,6 +13,10 @@ const card: Card = {
|
|||||||
hp: 150,
|
hp: 150,
|
||||||
types: ["Fire"],
|
types: ["Fire"],
|
||||||
stage: "Stage1",
|
stage: "Stage1",
|
||||||
|
evolveFrom: {
|
||||||
|
en: "Growlithe"
|
||||||
|
},
|
||||||
|
|
||||||
|
|
||||||
attacks: [{
|
attacks: [{
|
||||||
cost: ["Fire", "Fire", "Colorless"],
|
cost: ["Fire", "Fire", "Colorless"],
|
||||||
|
@@ -13,6 +13,10 @@ const card: Card = {
|
|||||||
hp: 150,
|
hp: 150,
|
||||||
types: ["Fire"],
|
types: ["Fire"],
|
||||||
stage: "Stage1",
|
stage: "Stage1",
|
||||||
|
evolveFrom: {
|
||||||
|
en: "Growlithe"
|
||||||
|
},
|
||||||
|
|
||||||
suffix: "EX",
|
suffix: "EX",
|
||||||
|
|
||||||
attacks: [{
|
attacks: [{
|
||||||
|
@@ -13,6 +13,10 @@ const card: Card = {
|
|||||||
hp: 100,
|
hp: 100,
|
||||||
types: ["Fire"],
|
types: ["Fire"],
|
||||||
stage: "Stage1",
|
stage: "Stage1",
|
||||||
|
evolveFrom: {
|
||||||
|
en: "Ponyta"
|
||||||
|
},
|
||||||
|
|
||||||
|
|
||||||
attacks: [{
|
attacks: [{
|
||||||
cost: ["Fire"],
|
cost: ["Fire"],
|
||||||
|
@@ -13,6 +13,10 @@ const card: Card = {
|
|||||||
hp: 120,
|
hp: 120,
|
||||||
types: ["Fire"],
|
types: ["Fire"],
|
||||||
stage: "Stage1",
|
stage: "Stage1",
|
||||||
|
evolveFrom: {
|
||||||
|
en: "Eevee"
|
||||||
|
},
|
||||||
|
|
||||||
|
|
||||||
attacks: [{
|
attacks: [{
|
||||||
cost: ["Fire", "Colorless", "Colorless"],
|
cost: ["Fire", "Colorless", "Colorless"],
|
||||||
|
@@ -13,6 +13,10 @@ const card: Card = {
|
|||||||
hp: 130,
|
hp: 130,
|
||||||
types: ["Fire"],
|
types: ["Fire"],
|
||||||
stage: "Stage1",
|
stage: "Stage1",
|
||||||
|
evolveFrom: {
|
||||||
|
en: "Sizzlipede"
|
||||||
|
},
|
||||||
|
|
||||||
|
|
||||||
attacks: [{
|
attacks: [{
|
||||||
cost: ["Fire", "Colorless", "Colorless", "Colorless"],
|
cost: ["Fire", "Colorless", "Colorless", "Colorless"],
|
||||||
|
@@ -13,6 +13,10 @@ const card: Card = {
|
|||||||
hp: 80,
|
hp: 80,
|
||||||
types: ["Water"],
|
types: ["Water"],
|
||||||
stage: "Stage1",
|
stage: "Stage1",
|
||||||
|
evolveFrom: {
|
||||||
|
en: "Squirtle"
|
||||||
|
},
|
||||||
|
|
||||||
|
|
||||||
attacks: [{
|
attacks: [{
|
||||||
cost: ["Water", "Colorless"],
|
cost: ["Water", "Colorless"],
|
||||||
|
@@ -13,6 +13,10 @@ const card: Card = {
|
|||||||
hp: 150,
|
hp: 150,
|
||||||
types: ["Water"],
|
types: ["Water"],
|
||||||
stage: "Stage2",
|
stage: "Stage2",
|
||||||
|
evolveFrom: {
|
||||||
|
en: "Wartortle"
|
||||||
|
},
|
||||||
|
|
||||||
|
|
||||||
attacks: [{
|
attacks: [{
|
||||||
cost: ["Water", "Colorless"],
|
cost: ["Water", "Colorless"],
|
||||||
|
@@ -13,6 +13,10 @@ const card: Card = {
|
|||||||
hp: 180,
|
hp: 180,
|
||||||
types: ["Water"],
|
types: ["Water"],
|
||||||
stage: "Stage2",
|
stage: "Stage2",
|
||||||
|
evolveFrom: {
|
||||||
|
en: "Wartortle"
|
||||||
|
},
|
||||||
|
|
||||||
suffix: "EX",
|
suffix: "EX",
|
||||||
|
|
||||||
attacks: [{
|
attacks: [{
|
||||||
|
@@ -13,6 +13,10 @@ const card: Card = {
|
|||||||
hp: 90,
|
hp: 90,
|
||||||
types: ["Water"],
|
types: ["Water"],
|
||||||
stage: "Stage1",
|
stage: "Stage1",
|
||||||
|
evolveFrom: {
|
||||||
|
en: "Psyduck"
|
||||||
|
},
|
||||||
|
|
||||||
|
|
||||||
attacks: [{
|
attacks: [{
|
||||||
cost: ["Water", "Water"],
|
cost: ["Water", "Water"],
|
||||||
|
@@ -13,6 +13,10 @@ const card: Card = {
|
|||||||
hp: 90,
|
hp: 90,
|
||||||
types: ["Water"],
|
types: ["Water"],
|
||||||
stage: "Stage1",
|
stage: "Stage1",
|
||||||
|
evolveFrom: {
|
||||||
|
en: "Poliwag"
|
||||||
|
},
|
||||||
|
|
||||||
|
|
||||||
attacks: [{
|
attacks: [{
|
||||||
cost: ["Colorless", "Colorless"],
|
cost: ["Colorless", "Colorless"],
|
||||||
|
@@ -13,6 +13,10 @@ const card: Card = {
|
|||||||
hp: 150,
|
hp: 150,
|
||||||
types: ["Water"],
|
types: ["Water"],
|
||||||
stage: "Stage2",
|
stage: "Stage2",
|
||||||
|
evolveFrom: {
|
||||||
|
en: "Poliwhirl"
|
||||||
|
},
|
||||||
|
|
||||||
|
|
||||||
abilities: [{
|
abilities: [{
|
||||||
type: "Ability",
|
type: "Ability",
|
||||||
|
@@ -13,6 +13,10 @@ const card: Card = {
|
|||||||
hp: 110,
|
hp: 110,
|
||||||
types: ["Water"],
|
types: ["Water"],
|
||||||
stage: "Stage1",
|
stage: "Stage1",
|
||||||
|
evolveFrom: {
|
||||||
|
en: "Tentacool"
|
||||||
|
},
|
||||||
|
|
||||||
|
|
||||||
attacks: [{
|
attacks: [{
|
||||||
cost: ["Water", "Colorless"],
|
cost: ["Water", "Colorless"],
|
||||||
|
@@ -13,6 +13,10 @@ const card: Card = {
|
|||||||
hp: 120,
|
hp: 120,
|
||||||
types: ["Water"],
|
types: ["Water"],
|
||||||
stage: "Stage1",
|
stage: "Stage1",
|
||||||
|
evolveFrom: {
|
||||||
|
en: "Seel"
|
||||||
|
},
|
||||||
|
|
||||||
|
|
||||||
attacks: [{
|
attacks: [{
|
||||||
cost: ["Water", "Water", "Water"],
|
cost: ["Water", "Water", "Water"],
|
||||||
|
@@ -13,6 +13,10 @@ const card: Card = {
|
|||||||
hp: 120,
|
hp: 120,
|
||||||
types: ["Water"],
|
types: ["Water"],
|
||||||
stage: "Stage1",
|
stage: "Stage1",
|
||||||
|
evolveFrom: {
|
||||||
|
en: "Shellder"
|
||||||
|
},
|
||||||
|
|
||||||
|
|
||||||
abilities: [{
|
abilities: [{
|
||||||
type: "Ability",
|
type: "Ability",
|
||||||
|
@@ -13,6 +13,10 @@ const card: Card = {
|
|||||||
hp: 120,
|
hp: 120,
|
||||||
types: ["Water"],
|
types: ["Water"],
|
||||||
stage: "Stage1",
|
stage: "Stage1",
|
||||||
|
evolveFrom: {
|
||||||
|
en: "Krabby"
|
||||||
|
},
|
||||||
|
|
||||||
|
|
||||||
attacks: [{
|
attacks: [{
|
||||||
cost: ["Water", "Water", "Colorless"],
|
cost: ["Water", "Water", "Colorless"],
|
||||||
|
@@ -13,6 +13,10 @@ const card: Card = {
|
|||||||
hp: 70,
|
hp: 70,
|
||||||
types: ["Water"],
|
types: ["Water"],
|
||||||
stage: "Stage1",
|
stage: "Stage1",
|
||||||
|
evolveFrom: {
|
||||||
|
en: "Horsea"
|
||||||
|
},
|
||||||
|
|
||||||
|
|
||||||
attacks: [{
|
attacks: [{
|
||||||
cost: ["Water", "Water", "Colorless"],
|
cost: ["Water", "Water", "Colorless"],
|
||||||
|
@@ -13,6 +13,10 @@ const card: Card = {
|
|||||||
hp: 100,
|
hp: 100,
|
||||||
types: ["Water"],
|
types: ["Water"],
|
||||||
stage: "Stage1",
|
stage: "Stage1",
|
||||||
|
evolveFrom: {
|
||||||
|
en: "Goldeen"
|
||||||
|
},
|
||||||
|
|
||||||
|
|
||||||
attacks: [{
|
attacks: [{
|
||||||
cost: ["Water"],
|
cost: ["Water"],
|
||||||
|
@@ -13,6 +13,10 @@ const card: Card = {
|
|||||||
hp: 90,
|
hp: 90,
|
||||||
types: ["Water"],
|
types: ["Water"],
|
||||||
stage: "Stage1",
|
stage: "Stage1",
|
||||||
|
evolveFrom: {
|
||||||
|
en: "Staryu"
|
||||||
|
},
|
||||||
|
|
||||||
|
|
||||||
attacks: [{
|
attacks: [{
|
||||||
cost: ["Water"],
|
cost: ["Water"],
|
||||||
|
@@ -13,6 +13,10 @@ const card: Card = {
|
|||||||
hp: 130,
|
hp: 130,
|
||||||
types: ["Water"],
|
types: ["Water"],
|
||||||
stage: "Stage1",
|
stage: "Stage1",
|
||||||
|
evolveFrom: {
|
||||||
|
en: "Staryu"
|
||||||
|
},
|
||||||
|
|
||||||
suffix: "EX",
|
suffix: "EX",
|
||||||
|
|
||||||
attacks: [{
|
attacks: [{
|
||||||
|
@@ -13,6 +13,10 @@ const card: Card = {
|
|||||||
hp: 150,
|
hp: 150,
|
||||||
types: ["Water"],
|
types: ["Water"],
|
||||||
stage: "Stage1",
|
stage: "Stage1",
|
||||||
|
evolveFrom: {
|
||||||
|
en: "Magikarp"
|
||||||
|
},
|
||||||
|
|
||||||
|
|
||||||
attacks: [{
|
attacks: [{
|
||||||
cost: ["Water", "Water", "Water", "Water"],
|
cost: ["Water", "Water", "Water", "Water"],
|
||||||
|
@@ -13,6 +13,10 @@ const card: Card = {
|
|||||||
hp: 130,
|
hp: 130,
|
||||||
types: ["Water"],
|
types: ["Water"],
|
||||||
stage: "Stage1",
|
stage: "Stage1",
|
||||||
|
evolveFrom: {
|
||||||
|
en: "Eevee"
|
||||||
|
},
|
||||||
|
|
||||||
|
|
||||||
attacks: [{
|
attacks: [{
|
||||||
cost: ["Water", "Colorless", "Colorless"],
|
cost: ["Water", "Colorless", "Colorless"],
|
||||||
|
@@ -13,6 +13,10 @@ const card: Card = {
|
|||||||
hp: 90,
|
hp: 90,
|
||||||
types: ["Water"],
|
types: ["Water"],
|
||||||
stage: "Stage1",
|
stage: "Stage1",
|
||||||
|
evolveFrom: {
|
||||||
|
en: "Helix Fossil"
|
||||||
|
},
|
||||||
|
|
||||||
|
|
||||||
attacks: [{
|
attacks: [{
|
||||||
cost: ["Water"],
|
cost: ["Water"],
|
||||||
|
@@ -13,6 +13,10 @@ const card: Card = {
|
|||||||
hp: 140,
|
hp: 140,
|
||||||
types: ["Water"],
|
types: ["Water"],
|
||||||
stage: "Stage2",
|
stage: "Stage2",
|
||||||
|
evolveFrom: {
|
||||||
|
en: "Omanyte"
|
||||||
|
},
|
||||||
|
|
||||||
|
|
||||||
attacks: [{
|
attacks: [{
|
||||||
cost: ["Water", "Colorless", "Colorless"],
|
cost: ["Water", "Colorless", "Colorless"],
|
||||||
|
@@ -13,6 +13,10 @@ const card: Card = {
|
|||||||
hp: 90,
|
hp: 90,
|
||||||
types: ["Water"],
|
types: ["Water"],
|
||||||
stage: "Stage1",
|
stage: "Stage1",
|
||||||
|
evolveFrom: {
|
||||||
|
en: "Ducklett"
|
||||||
|
},
|
||||||
|
|
||||||
|
|
||||||
attacks: [{
|
attacks: [{
|
||||||
cost: ["Colorless", "Colorless", "Colorless"],
|
cost: ["Colorless", "Colorless", "Colorless"],
|
||||||
|
@@ -13,6 +13,10 @@ const card: Card = {
|
|||||||
hp: 80,
|
hp: 80,
|
||||||
types: ["Water"],
|
types: ["Water"],
|
||||||
stage: "Stage1",
|
stage: "Stage1",
|
||||||
|
evolveFrom: {
|
||||||
|
en: "Froakie"
|
||||||
|
},
|
||||||
|
|
||||||
|
|
||||||
attacks: [{
|
attacks: [{
|
||||||
cost: ["Colorless"],
|
cost: ["Colorless"],
|
||||||
|
@@ -13,6 +13,10 @@ const card: Card = {
|
|||||||
hp: 120,
|
hp: 120,
|
||||||
types: ["Water"],
|
types: ["Water"],
|
||||||
stage: "Stage2",
|
stage: "Stage2",
|
||||||
|
evolveFrom: {
|
||||||
|
en: "Frogadier"
|
||||||
|
},
|
||||||
|
|
||||||
|
|
||||||
abilities: [{
|
abilities: [{
|
||||||
type: "Ability",
|
type: "Ability",
|
||||||
|
@@ -13,6 +13,10 @@ const card: Card = {
|
|||||||
hp: 90,
|
hp: 90,
|
||||||
types: ["Water"],
|
types: ["Water"],
|
||||||
stage: "Stage1",
|
stage: "Stage1",
|
||||||
|
evolveFrom: {
|
||||||
|
en: "Snom"
|
||||||
|
},
|
||||||
|
|
||||||
|
|
||||||
attacks: [{
|
attacks: [{
|
||||||
cost: ["Water", "Colorless"],
|
cost: ["Water", "Colorless"],
|
||||||
|
@@ -13,6 +13,10 @@ const card: Card = {
|
|||||||
hp: 100,
|
hp: 100,
|
||||||
types: ["Lightning"],
|
types: ["Lightning"],
|
||||||
stage: "Stage1",
|
stage: "Stage1",
|
||||||
|
evolveFrom: {
|
||||||
|
en: "Pikachu"
|
||||||
|
},
|
||||||
|
|
||||||
|
|
||||||
attacks: [{
|
attacks: [{
|
||||||
cost: ["Lightning", "Lightning", "Lightning"],
|
cost: ["Lightning", "Lightning", "Lightning"],
|
||||||
|
@@ -13,6 +13,10 @@ const card: Card = {
|
|||||||
hp: 80,
|
hp: 80,
|
||||||
types: ["Lightning"],
|
types: ["Lightning"],
|
||||||
stage: "Stage1",
|
stage: "Stage1",
|
||||||
|
evolveFrom: {
|
||||||
|
en: "Magnemite"
|
||||||
|
},
|
||||||
|
|
||||||
|
|
||||||
abilities: [{
|
abilities: [{
|
||||||
type: "Ability",
|
type: "Ability",
|
||||||
|
@@ -13,6 +13,10 @@ const card: Card = {
|
|||||||
hp: 80,
|
hp: 80,
|
||||||
types: ["Lightning"],
|
types: ["Lightning"],
|
||||||
stage: "Stage1",
|
stage: "Stage1",
|
||||||
|
evolveFrom: {
|
||||||
|
en: "Voltorb"
|
||||||
|
},
|
||||||
|
|
||||||
|
|
||||||
attacks: [{
|
attacks: [{
|
||||||
cost: ["Lightning", "Lightning"],
|
cost: ["Lightning", "Lightning"],
|
||||||
|
@@ -13,6 +13,10 @@ const card: Card = {
|
|||||||
hp: 90,
|
hp: 90,
|
||||||
types: ["Lightning"],
|
types: ["Lightning"],
|
||||||
stage: "Stage1",
|
stage: "Stage1",
|
||||||
|
evolveFrom: {
|
||||||
|
en: "Eevee"
|
||||||
|
},
|
||||||
|
|
||||||
|
|
||||||
attacks: [{
|
attacks: [{
|
||||||
cost: ["Lightning", "Colorless"],
|
cost: ["Lightning", "Colorless"],
|
||||||
|
@@ -13,6 +13,10 @@ const card: Card = {
|
|||||||
hp: 90,
|
hp: 90,
|
||||||
types: ["Lightning"],
|
types: ["Lightning"],
|
||||||
stage: "Stage1",
|
stage: "Stage1",
|
||||||
|
evolveFrom: {
|
||||||
|
en: "Blitzle"
|
||||||
|
},
|
||||||
|
|
||||||
|
|
||||||
attacks: [{
|
attacks: [{
|
||||||
cost: ["Lightning"],
|
cost: ["Lightning"],
|
||||||
|
@@ -13,6 +13,10 @@ const card: Card = {
|
|||||||
hp: 80,
|
hp: 80,
|
||||||
types: ["Lightning"],
|
types: ["Lightning"],
|
||||||
stage: "Stage1",
|
stage: "Stage1",
|
||||||
|
evolveFrom: {
|
||||||
|
en: "Tynamo"
|
||||||
|
},
|
||||||
|
|
||||||
|
|
||||||
attacks: [{
|
attacks: [{
|
||||||
cost: ["Lightning"],
|
cost: ["Lightning"],
|
||||||
|
@@ -13,6 +13,10 @@ const card: Card = {
|
|||||||
hp: 140,
|
hp: 140,
|
||||||
types: ["Lightning"],
|
types: ["Lightning"],
|
||||||
stage: "Stage2",
|
stage: "Stage2",
|
||||||
|
evolveFrom: {
|
||||||
|
en: "Eelektrik"
|
||||||
|
},
|
||||||
|
|
||||||
|
|
||||||
attacks: [{
|
attacks: [{
|
||||||
cost: ["Lightning", "Lightning", "Colorless"],
|
cost: ["Lightning", "Lightning", "Colorless"],
|
||||||
|
@@ -13,6 +13,10 @@ const card: Card = {
|
|||||||
hp: 90,
|
hp: 90,
|
||||||
types: ["Lightning"],
|
types: ["Lightning"],
|
||||||
stage: "Stage1",
|
stage: "Stage1",
|
||||||
|
evolveFrom: {
|
||||||
|
en: "Helioptile"
|
||||||
|
},
|
||||||
|
|
||||||
|
|
||||||
attacks: [{
|
attacks: [{
|
||||||
cost: ["Colorless", "Colorless"],
|
cost: ["Colorless", "Colorless"],
|
||||||
|
@@ -13,6 +13,10 @@ const card: Card = {
|
|||||||
hp: 100,
|
hp: 100,
|
||||||
types: ["Psychic"],
|
types: ["Psychic"],
|
||||||
stage: "Stage1",
|
stage: "Stage1",
|
||||||
|
evolveFrom: {
|
||||||
|
en: "Clefairy"
|
||||||
|
},
|
||||||
|
|
||||||
|
|
||||||
attacks: [{
|
attacks: [{
|
||||||
cost: ["Psychic"],
|
cost: ["Psychic"],
|
||||||
|
@@ -13,6 +13,10 @@ const card: Card = {
|
|||||||
hp: 80,
|
hp: 80,
|
||||||
types: ["Psychic"],
|
types: ["Psychic"],
|
||||||
stage: "Stage1",
|
stage: "Stage1",
|
||||||
|
evolveFrom: {
|
||||||
|
en: "Abra"
|
||||||
|
},
|
||||||
|
|
||||||
|
|
||||||
attacks: [{
|
attacks: [{
|
||||||
cost: ["Psychic", "Colorless", "Colorless"],
|
cost: ["Psychic", "Colorless", "Colorless"],
|
||||||
|
@@ -13,6 +13,10 @@ const card: Card = {
|
|||||||
hp: 130,
|
hp: 130,
|
||||||
types: ["Psychic"],
|
types: ["Psychic"],
|
||||||
stage: "Stage2",
|
stage: "Stage2",
|
||||||
|
evolveFrom: {
|
||||||
|
en: "Kadabra"
|
||||||
|
},
|
||||||
|
|
||||||
|
|
||||||
attacks: [{
|
attacks: [{
|
||||||
cost: ["Psychic", "Colorless", "Colorless"],
|
cost: ["Psychic", "Colorless", "Colorless"],
|
||||||
|
@@ -13,6 +13,10 @@ const card: Card = {
|
|||||||
hp: 130,
|
hp: 130,
|
||||||
types: ["Psychic"],
|
types: ["Psychic"],
|
||||||
stage: "Stage1",
|
stage: "Stage1",
|
||||||
|
evolveFrom: {
|
||||||
|
en: "Slowpoke"
|
||||||
|
},
|
||||||
|
|
||||||
|
|
||||||
attacks: [{
|
attacks: [{
|
||||||
cost: ["Psychic", "Psychic", "Colorless"],
|
cost: ["Psychic", "Psychic", "Colorless"],
|
||||||
|
@@ -13,6 +13,10 @@ const card: Card = {
|
|||||||
hp: 80,
|
hp: 80,
|
||||||
types: ["Psychic"],
|
types: ["Psychic"],
|
||||||
stage: "Stage1",
|
stage: "Stage1",
|
||||||
|
evolveFrom: {
|
||||||
|
en: "Gastly"
|
||||||
|
},
|
||||||
|
|
||||||
|
|
||||||
attacks: [{
|
attacks: [{
|
||||||
cost: ["Psychic"],
|
cost: ["Psychic"],
|
||||||
|
@@ -13,6 +13,10 @@ const card: Card = {
|
|||||||
hp: 130,
|
hp: 130,
|
||||||
types: ["Psychic"],
|
types: ["Psychic"],
|
||||||
stage: "Stage2",
|
stage: "Stage2",
|
||||||
|
evolveFrom: {
|
||||||
|
en: "Haunter"
|
||||||
|
},
|
||||||
|
|
||||||
|
|
||||||
attacks: [{
|
attacks: [{
|
||||||
cost: ["Psychic"],
|
cost: ["Psychic"],
|
||||||
|
@@ -13,6 +13,10 @@ const card: Card = {
|
|||||||
hp: 170,
|
hp: 170,
|
||||||
types: ["Psychic"],
|
types: ["Psychic"],
|
||||||
stage: "Stage2",
|
stage: "Stage2",
|
||||||
|
evolveFrom: {
|
||||||
|
en: "Haunter"
|
||||||
|
},
|
||||||
|
|
||||||
suffix: "EX",
|
suffix: "EX",
|
||||||
|
|
||||||
abilities: [{
|
abilities: [{
|
||||||
|
@@ -13,6 +13,10 @@ const card: Card = {
|
|||||||
hp: 100,
|
hp: 100,
|
||||||
types: ["Psychic"],
|
types: ["Psychic"],
|
||||||
stage: "Stage1",
|
stage: "Stage1",
|
||||||
|
evolveFrom: {
|
||||||
|
en: "Drowzee"
|
||||||
|
},
|
||||||
|
|
||||||
|
|
||||||
abilities: [{
|
abilities: [{
|
||||||
type: "Ability",
|
type: "Ability",
|
||||||
|
@@ -13,6 +13,10 @@ const card: Card = {
|
|||||||
hp: 80,
|
hp: 80,
|
||||||
types: ["Psychic"],
|
types: ["Psychic"],
|
||||||
stage: "Stage1",
|
stage: "Stage1",
|
||||||
|
evolveFrom: {
|
||||||
|
en: "Ralts"
|
||||||
|
},
|
||||||
|
|
||||||
|
|
||||||
attacks: [{
|
attacks: [{
|
||||||
cost: ["Psychic", "Colorless"],
|
cost: ["Psychic", "Colorless"],
|
||||||
|
@@ -13,6 +13,10 @@ const card: Card = {
|
|||||||
hp: 110,
|
hp: 110,
|
||||||
types: ["Psychic"],
|
types: ["Psychic"],
|
||||||
stage: "Stage2",
|
stage: "Stage2",
|
||||||
|
evolveFrom: {
|
||||||
|
en: "Kirlia"
|
||||||
|
},
|
||||||
|
|
||||||
|
|
||||||
abilities: [{
|
abilities: [{
|
||||||
type: "Ability",
|
type: "Ability",
|
||||||
|
@@ -13,6 +13,10 @@ const card: Card = {
|
|||||||
hp: 90,
|
hp: 90,
|
||||||
types: ["Psychic"],
|
types: ["Psychic"],
|
||||||
stage: "Stage1",
|
stage: "Stage1",
|
||||||
|
evolveFrom: {
|
||||||
|
en: "Woobat"
|
||||||
|
},
|
||||||
|
|
||||||
|
|
||||||
attacks: [{
|
attacks: [{
|
||||||
cost: ["Psychic", "Colorless"],
|
cost: ["Psychic", "Colorless"],
|
||||||
|
@@ -13,6 +13,10 @@ const card: Card = {
|
|||||||
hp: 140,
|
hp: 140,
|
||||||
types: ["Psychic"],
|
types: ["Psychic"],
|
||||||
stage: "Stage1",
|
stage: "Stage1",
|
||||||
|
evolveFrom: {
|
||||||
|
en: "Golett"
|
||||||
|
},
|
||||||
|
|
||||||
|
|
||||||
attacks: [{
|
attacks: [{
|
||||||
cost: ["Psychic", "Psychic", "Colorless", "Colorless"],
|
cost: ["Psychic", "Psychic", "Colorless", "Colorless"],
|
||||||
|
@@ -13,6 +13,10 @@ const card: Card = {
|
|||||||
hp: 100,
|
hp: 100,
|
||||||
types: ["Fighting"],
|
types: ["Fighting"],
|
||||||
stage: "Stage1",
|
stage: "Stage1",
|
||||||
|
evolveFrom: {
|
||||||
|
en: "Sandshrew"
|
||||||
|
},
|
||||||
|
|
||||||
|
|
||||||
attacks: [{
|
attacks: [{
|
||||||
cost: ["Fighting", "Fighting"],
|
cost: ["Fighting", "Fighting"],
|
||||||
|
@@ -13,6 +13,10 @@ const card: Card = {
|
|||||||
hp: 70,
|
hp: 70,
|
||||||
types: ["Fighting"],
|
types: ["Fighting"],
|
||||||
stage: "Stage1",
|
stage: "Stage1",
|
||||||
|
evolveFrom: {
|
||||||
|
en: "Diglett"
|
||||||
|
},
|
||||||
|
|
||||||
|
|
||||||
attacks: [{
|
attacks: [{
|
||||||
cost: ["Fighting"],
|
cost: ["Fighting"],
|
||||||
|
@@ -13,6 +13,10 @@ const card: Card = {
|
|||||||
hp: 90,
|
hp: 90,
|
||||||
types: ["Fighting"],
|
types: ["Fighting"],
|
||||||
stage: "Stage1",
|
stage: "Stage1",
|
||||||
|
evolveFrom: {
|
||||||
|
en: "Mankey"
|
||||||
|
},
|
||||||
|
|
||||||
|
|
||||||
attacks: [{
|
attacks: [{
|
||||||
cost: ["Fighting", "Fighting"],
|
cost: ["Fighting", "Fighting"],
|
||||||
|
@@ -13,6 +13,10 @@ const card: Card = {
|
|||||||
hp: 100,
|
hp: 100,
|
||||||
types: ["Fighting"],
|
types: ["Fighting"],
|
||||||
stage: "Stage1",
|
stage: "Stage1",
|
||||||
|
evolveFrom: {
|
||||||
|
en: "Machop"
|
||||||
|
},
|
||||||
|
|
||||||
|
|
||||||
attacks: [{
|
attacks: [{
|
||||||
cost: ["Fighting", "Fighting"],
|
cost: ["Fighting", "Fighting"],
|
||||||
|
@@ -13,6 +13,10 @@ const card: Card = {
|
|||||||
hp: 150,
|
hp: 150,
|
||||||
types: ["Fighting"],
|
types: ["Fighting"],
|
||||||
stage: "Stage2",
|
stage: "Stage2",
|
||||||
|
evolveFrom: {
|
||||||
|
en: "Machoke"
|
||||||
|
},
|
||||||
|
|
||||||
|
|
||||||
attacks: [{
|
attacks: [{
|
||||||
cost: ["Fighting", "Fighting", "Fighting"],
|
cost: ["Fighting", "Fighting", "Fighting"],
|
||||||
|
@@ -13,6 +13,10 @@ const card: Card = {
|
|||||||
hp: 180,
|
hp: 180,
|
||||||
types: ["Fighting"],
|
types: ["Fighting"],
|
||||||
stage: "Stage2",
|
stage: "Stage2",
|
||||||
|
evolveFrom: {
|
||||||
|
en: "Machoke"
|
||||||
|
},
|
||||||
|
|
||||||
suffix: "EX",
|
suffix: "EX",
|
||||||
|
|
||||||
attacks: [{
|
attacks: [{
|
||||||
|
@@ -13,6 +13,10 @@ const card: Card = {
|
|||||||
hp: 100,
|
hp: 100,
|
||||||
types: ["Fighting"],
|
types: ["Fighting"],
|
||||||
stage: "Stage1",
|
stage: "Stage1",
|
||||||
|
evolveFrom: {
|
||||||
|
en: "Geodude"
|
||||||
|
},
|
||||||
|
|
||||||
|
|
||||||
attacks: [{
|
attacks: [{
|
||||||
cost: ["Fighting", "Colorless", "Colorless"],
|
cost: ["Fighting", "Colorless", "Colorless"],
|
||||||
|
@@ -13,6 +13,10 @@ const card: Card = {
|
|||||||
hp: 160,
|
hp: 160,
|
||||||
types: ["Fighting"],
|
types: ["Fighting"],
|
||||||
stage: "Stage2",
|
stage: "Stage2",
|
||||||
|
evolveFrom: {
|
||||||
|
en: "Graveler"
|
||||||
|
},
|
||||||
|
|
||||||
|
|
||||||
attacks: [{
|
attacks: [{
|
||||||
cost: ["Fighting", "Colorless", "Colorless", "Colorless"],
|
cost: ["Fighting", "Colorless", "Colorless", "Colorless"],
|
||||||
|
@@ -13,6 +13,10 @@ const card: Card = {
|
|||||||
hp: 140,
|
hp: 140,
|
||||||
types: ["Fighting"],
|
types: ["Fighting"],
|
||||||
stage: "Stage1",
|
stage: "Stage1",
|
||||||
|
evolveFrom: {
|
||||||
|
en: "Cubone"
|
||||||
|
},
|
||||||
|
|
||||||
|
|
||||||
attacks: [{
|
attacks: [{
|
||||||
cost: ["Fighting"],
|
cost: ["Fighting"],
|
||||||
|
@@ -13,6 +13,10 @@ const card: Card = {
|
|||||||
hp: 140,
|
hp: 140,
|
||||||
types: ["Fighting"],
|
types: ["Fighting"],
|
||||||
stage: "Stage1",
|
stage: "Stage1",
|
||||||
|
evolveFrom: {
|
||||||
|
en: "Cubone"
|
||||||
|
},
|
||||||
|
|
||||||
suffix: "EX",
|
suffix: "EX",
|
||||||
|
|
||||||
attacks: [{
|
attacks: [{
|
||||||
|
@@ -13,6 +13,10 @@ const card: Card = {
|
|||||||
hp: 120,
|
hp: 120,
|
||||||
types: ["Fighting"],
|
types: ["Fighting"],
|
||||||
stage: "Stage1",
|
stage: "Stage1",
|
||||||
|
evolveFrom: {
|
||||||
|
en: "Rhyhorn"
|
||||||
|
},
|
||||||
|
|
||||||
|
|
||||||
attacks: [{
|
attacks: [{
|
||||||
cost: ["Fighting", "Fighting", "Fighting", "Colorless"],
|
cost: ["Fighting", "Fighting", "Fighting", "Colorless"],
|
||||||
|
@@ -13,6 +13,10 @@ const card: Card = {
|
|||||||
hp: 90,
|
hp: 90,
|
||||||
types: ["Fighting"],
|
types: ["Fighting"],
|
||||||
stage: "Stage1",
|
stage: "Stage1",
|
||||||
|
evolveFrom: {
|
||||||
|
en: "Dome Fossil"
|
||||||
|
},
|
||||||
|
|
||||||
|
|
||||||
attacks: [{
|
attacks: [{
|
||||||
cost: ["Fighting"],
|
cost: ["Fighting"],
|
||||||
|
@@ -13,6 +13,10 @@ const card: Card = {
|
|||||||
hp: 140,
|
hp: 140,
|
||||||
types: ["Fighting"],
|
types: ["Fighting"],
|
||||||
stage: "Stage2",
|
stage: "Stage2",
|
||||||
|
evolveFrom: {
|
||||||
|
en: "Kabuto"
|
||||||
|
},
|
||||||
|
|
||||||
|
|
||||||
attacks: [{
|
attacks: [{
|
||||||
cost: ["Fighting"],
|
cost: ["Fighting"],
|
||||||
|
@@ -13,6 +13,10 @@ const card: Card = {
|
|||||||
hp: 80,
|
hp: 80,
|
||||||
types: ["Fighting"],
|
types: ["Fighting"],
|
||||||
stage: "Stage1",
|
stage: "Stage1",
|
||||||
|
evolveFrom: {
|
||||||
|
en: "Mienfoo"
|
||||||
|
},
|
||||||
|
|
||||||
|
|
||||||
attacks: [{
|
attacks: [{
|
||||||
cost: ["Colorless"],
|
cost: ["Colorless"],
|
||||||
|
@@ -13,6 +13,10 @@ const card: Card = {
|
|||||||
hp: 130,
|
hp: 130,
|
||||||
types: ["Fighting"],
|
types: ["Fighting"],
|
||||||
stage: "Stage1",
|
stage: "Stage1",
|
||||||
|
evolveFrom: {
|
||||||
|
en: "Clobbopus"
|
||||||
|
},
|
||||||
|
|
||||||
|
|
||||||
attacks: [{
|
attacks: [{
|
||||||
cost: ["Fighting", "Fighting", "Colorless"],
|
cost: ["Fighting", "Fighting", "Colorless"],
|
||||||
|
@@ -13,6 +13,10 @@ const card: Card = {
|
|||||||
hp: 100,
|
hp: 100,
|
||||||
types: ["Darkness"],
|
types: ["Darkness"],
|
||||||
stage: "Stage1",
|
stage: "Stage1",
|
||||||
|
evolveFrom: {
|
||||||
|
en: "Ekans"
|
||||||
|
},
|
||||||
|
|
||||||
|
|
||||||
attacks: [{
|
attacks: [{
|
||||||
cost: ["Darkness", "Colorless"],
|
cost: ["Darkness", "Colorless"],
|
||||||
|
@@ -13,6 +13,10 @@ const card: Card = {
|
|||||||
hp: 80,
|
hp: 80,
|
||||||
types: ["Darkness"],
|
types: ["Darkness"],
|
||||||
stage: "Stage1",
|
stage: "Stage1",
|
||||||
|
evolveFrom: {
|
||||||
|
en: "Nidoran♀"
|
||||||
|
},
|
||||||
|
|
||||||
|
|
||||||
attacks: [{
|
attacks: [{
|
||||||
cost: ["Darkness"],
|
cost: ["Darkness"],
|
||||||
|
@@ -13,6 +13,9 @@ const card: Card = {
|
|||||||
hp: 140,
|
hp: 140,
|
||||||
types: ["Darkness"],
|
types: ["Darkness"],
|
||||||
stage: "Stage2",
|
stage: "Stage2",
|
||||||
|
evolveFrom: {
|
||||||
|
en: "Nidorina"
|
||||||
|
},
|
||||||
|
|
||||||
attacks: [{
|
attacks: [{
|
||||||
cost: ["Darkness", "Darkness", "Colorless"],
|
cost: ["Darkness", "Darkness", "Colorless"],
|
||||||
|
@@ -13,6 +13,9 @@ const card: Card = {
|
|||||||
hp: 90,
|
hp: 90,
|
||||||
types: ["Darkness"],
|
types: ["Darkness"],
|
||||||
stage: "Stage1",
|
stage: "Stage1",
|
||||||
|
evolveFrom: {
|
||||||
|
en: "Nidoran♂"
|
||||||
|
},
|
||||||
|
|
||||||
attacks: [{
|
attacks: [{
|
||||||
cost: ["Darkness", "Colorless"],
|
cost: ["Darkness", "Colorless"],
|
||||||
|
@@ -13,6 +13,9 @@ const card: Card = {
|
|||||||
hp: 150,
|
hp: 150,
|
||||||
types: ["Darkness"],
|
types: ["Darkness"],
|
||||||
stage: "Stage2",
|
stage: "Stage2",
|
||||||
|
evolveFrom: {
|
||||||
|
en: "Nidorino"
|
||||||
|
},
|
||||||
|
|
||||||
attacks: [{
|
attacks: [{
|
||||||
cost: ["Darkness", "Darkness", "Colorless"],
|
cost: ["Darkness", "Darkness", "Colorless"],
|
||||||
|
@@ -13,6 +13,9 @@ const card: Card = {
|
|||||||
hp: 70,
|
hp: 70,
|
||||||
types: ["Darkness"],
|
types: ["Darkness"],
|
||||||
stage: "Stage1",
|
stage: "Stage1",
|
||||||
|
evolveFrom: {
|
||||||
|
en: "Zubat"
|
||||||
|
},
|
||||||
|
|
||||||
attacks: [{
|
attacks: [{
|
||||||
cost: ["Colorless"],
|
cost: ["Colorless"],
|
||||||
|
@@ -13,6 +13,9 @@ const card: Card = {
|
|||||||
hp: 130,
|
hp: 130,
|
||||||
types: ["Darkness"],
|
types: ["Darkness"],
|
||||||
stage: "Stage1",
|
stage: "Stage1",
|
||||||
|
evolveFrom: {
|
||||||
|
en: "Grimer"
|
||||||
|
},
|
||||||
|
|
||||||
attacks: [{
|
attacks: [{
|
||||||
cost: ["Darkness", "Darkness", "Colorless"],
|
cost: ["Darkness", "Darkness", "Colorless"],
|
||||||
|
@@ -13,6 +13,9 @@ const card: Card = {
|
|||||||
hp: 110,
|
hp: 110,
|
||||||
types: ["Darkness"],
|
types: ["Darkness"],
|
||||||
stage: "Stage1",
|
stage: "Stage1",
|
||||||
|
evolveFrom: {
|
||||||
|
en: "Koffing"
|
||||||
|
},
|
||||||
|
|
||||||
abilities: [{
|
abilities: [{
|
||||||
type: "Ability",
|
type: "Ability",
|
||||||
|
@@ -13,6 +13,9 @@ const card: Card = {
|
|||||||
hp: 90,
|
hp: 90,
|
||||||
types: ["Metal"],
|
types: ["Metal"],
|
||||||
stage: "Stage1",
|
stage: "Stage1",
|
||||||
|
evolveFrom: {
|
||||||
|
en: "Pawniard"
|
||||||
|
},
|
||||||
|
|
||||||
attacks: [{
|
attacks: [{
|
||||||
cost: ["Metal", "Metal"],
|
cost: ["Metal", "Metal"],
|
||||||
|
@@ -13,6 +13,9 @@ const card: Card = {
|
|||||||
hp: 130,
|
hp: 130,
|
||||||
types: ["Metal"],
|
types: ["Metal"],
|
||||||
stage: "Stage1",
|
stage: "Stage1",
|
||||||
|
evolveFrom: {
|
||||||
|
en: "Meltan"
|
||||||
|
},
|
||||||
|
|
||||||
abilities: [{
|
abilities: [{
|
||||||
type: "Ability",
|
type: "Ability",
|
||||||
|
@@ -13,6 +13,9 @@ const card: Card = {
|
|||||||
hp: 100,
|
hp: 100,
|
||||||
types: ["Dragon"],
|
types: ["Dragon"],
|
||||||
stage: "Stage1",
|
stage: "Stage1",
|
||||||
|
evolveFrom: {
|
||||||
|
en: "Dratini"
|
||||||
|
},
|
||||||
|
|
||||||
attacks: [{
|
attacks: [{
|
||||||
cost: ["Water", "Lightning", "Colorless"],
|
cost: ["Water", "Lightning", "Colorless"],
|
||||||
|
@@ -13,6 +13,9 @@ const card: Card = {
|
|||||||
hp: 160,
|
hp: 160,
|
||||||
types: ["Dragon"],
|
types: ["Dragon"],
|
||||||
stage: "Stage2",
|
stage: "Stage2",
|
||||||
|
evolveFrom: {
|
||||||
|
en: "Dragonair"
|
||||||
|
},
|
||||||
|
|
||||||
attacks: [{
|
attacks: [{
|
||||||
cost: ["Water", "Lightning", "Colorless", "Colorless"],
|
cost: ["Water", "Lightning", "Colorless", "Colorless"],
|
||||||
|
@@ -13,6 +13,9 @@ const card: Card = {
|
|||||||
hp: 80,
|
hp: 80,
|
||||||
types: ["Colorless"],
|
types: ["Colorless"],
|
||||||
stage: "Stage1",
|
stage: "Stage1",
|
||||||
|
evolveFrom: {
|
||||||
|
en: "Pidgey"
|
||||||
|
},
|
||||||
|
|
||||||
attacks: [{
|
attacks: [{
|
||||||
cost: ["Colorless"],
|
cost: ["Colorless"],
|
||||||
|
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user