mirror of
https://github.com/tcgdex/cards-database.git
synced 2025-08-15 01:41:59 +00:00
Compare commits
1 Commits
v2.27.1
...
feat/add-l
Author | SHA1 | Date | |
---|---|---|---|
274384dbc2 |
@@ -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.
|
||||
- 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 (`docker-compose.yml` file included above)
|
||||
- You can build the API yourself by using our `Dockerfile` and using it on the port 3000
|
||||
|
||||
#### SDKs / API Wrappers
|
||||
|
||||
|
@@ -13,9 +13,6 @@ const card: Card = {
|
||||
hp: 90,
|
||||
types: ["Grass"],
|
||||
stage: "Stage1",
|
||||
evolveFrom: {
|
||||
en: "Bulbasaur"
|
||||
},
|
||||
|
||||
attacks: [{
|
||||
cost: ["Grass", "Colorless", "Colorless"],
|
||||
|
@@ -13,9 +13,6 @@ const card: Card = {
|
||||
hp: 160,
|
||||
types: ["Grass"],
|
||||
stage: "Stage2",
|
||||
evolveFrom: {
|
||||
en: "Ivysaur"
|
||||
},
|
||||
|
||||
attacks: [{
|
||||
cost: ["Grass", "Grass", "Colorless", "Colorless"],
|
||||
|
@@ -13,9 +13,6 @@ const card: Card = {
|
||||
hp: 190,
|
||||
types: ["Grass"],
|
||||
stage: "Stage2",
|
||||
evolveFrom: {
|
||||
en: "Ivysaur"
|
||||
},
|
||||
suffix: "EX",
|
||||
|
||||
attacks: [{
|
||||
|
@@ -13,9 +13,6 @@ const card: Card = {
|
||||
hp: 80,
|
||||
types: ["Grass"],
|
||||
stage: "Stage1",
|
||||
evolveFrom: {
|
||||
en: "Caterpie"
|
||||
},
|
||||
|
||||
attacks: [{
|
||||
cost: ["Colorless", "Colorless"],
|
||||
|
@@ -13,9 +13,6 @@ const card: Card = {
|
||||
hp: 120,
|
||||
types: ["Grass"],
|
||||
stage: "Stage2",
|
||||
evolveFrom: {
|
||||
en: "Metapod"
|
||||
},
|
||||
|
||||
abilities: [{
|
||||
type: "Ability",
|
||||
|
@@ -13,9 +13,6 @@ const card: Card = {
|
||||
hp: 80,
|
||||
types: ["Grass"],
|
||||
stage: "Stage1",
|
||||
evolveFrom: {
|
||||
en: "Weedle"
|
||||
},
|
||||
|
||||
attacks: [{
|
||||
cost: ["Grass"],
|
||||
|
@@ -13,9 +13,6 @@ const card: Card = {
|
||||
hp: 120,
|
||||
types: ["Grass"],
|
||||
stage: "Stage2",
|
||||
evolveFrom: {
|
||||
en: "Kakuna"
|
||||
},
|
||||
|
||||
attacks: [{
|
||||
cost: ["Grass"],
|
||||
|
@@ -13,9 +13,6 @@ const card: Card = {
|
||||
hp: 80,
|
||||
types: ["Grass"],
|
||||
stage: "Stage1",
|
||||
evolveFrom: {
|
||||
en: "Oddish"
|
||||
},
|
||||
|
||||
attacks: [{
|
||||
cost: ["Grass", "Colorless"],
|
||||
|
@@ -13,9 +13,6 @@ const card: Card = {
|
||||
hp: 140,
|
||||
types: ["Grass"],
|
||||
stage: "Stage2",
|
||||
evolveFrom: {
|
||||
en: "Gloom"
|
||||
},
|
||||
|
||||
attacks: [{
|
||||
cost: ["Grass", "Grass", "Colorless"],
|
||||
|
@@ -13,9 +13,6 @@ const card: Card = {
|
||||
hp: 120,
|
||||
types: ["Grass"],
|
||||
stage: "Stage1",
|
||||
evolveFrom: {
|
||||
en: "Paras"
|
||||
},
|
||||
|
||||
attacks: [{
|
||||
cost: ["Grass", "Grass", "Colorless"],
|
||||
|
@@ -13,9 +13,6 @@ const card: Card = {
|
||||
hp: 80,
|
||||
types: ["Grass"],
|
||||
stage: "Stage1",
|
||||
evolveFrom: {
|
||||
en: "Venonat"
|
||||
},
|
||||
|
||||
attacks: [{
|
||||
cost: ["Grass"],
|
||||
|
@@ -13,9 +13,6 @@ const card: Card = {
|
||||
hp: 90,
|
||||
types: ["Grass"],
|
||||
stage: "Stage1",
|
||||
evolveFrom: {
|
||||
en: "Bellsprout"
|
||||
},
|
||||
|
||||
attacks: [{
|
||||
cost: ["Grass", "Colorless"],
|
||||
|
@@ -13,9 +13,6 @@ const card: Card = {
|
||||
hp: 140,
|
||||
types: ["Grass"],
|
||||
stage: "Stage2",
|
||||
evolveFrom: {
|
||||
en: "Weepinbell"
|
||||
},
|
||||
|
||||
abilities: [{
|
||||
type: "Ability",
|
||||
|
@@ -13,9 +13,6 @@ const card: Card = {
|
||||
hp: 160,
|
||||
types: ["Grass"],
|
||||
stage: "Stage1",
|
||||
evolveFrom: {
|
||||
en: "Exeggcute"
|
||||
},
|
||||
|
||||
attacks: [{
|
||||
cost: ["Grass"],
|
||||
|
@@ -13,9 +13,6 @@ const card: Card = {
|
||||
hp: 160,
|
||||
types: ["Grass"],
|
||||
stage: "Stage1",
|
||||
evolveFrom: {
|
||||
en: "Exeggcute"
|
||||
},
|
||||
attacks: [{
|
||||
cost: ["Grass"],
|
||||
|
||||
|
@@ -13,9 +13,6 @@ const card: Card = {
|
||||
hp: 80,
|
||||
types: ["Grass"],
|
||||
stage: "Stage1",
|
||||
evolveFrom: {
|
||||
en: "Cottonee"
|
||||
},
|
||||
|
||||
attacks: [{
|
||||
cost: ["Colorless"],
|
||||
|
@@ -13,10 +13,6 @@ const card: Card = {
|
||||
hp: 100,
|
||||
types: ["Grass"],
|
||||
stage: "Stage1",
|
||||
evolveFrom: {
|
||||
en: "Petilil"
|
||||
},
|
||||
|
||||
|
||||
attacks: [{
|
||||
cost: ["Grass", "Grass"],
|
||||
|
@@ -12,10 +12,6 @@ const card: Card = {
|
||||
category: "Pokemon",
|
||||
hp: 120,
|
||||
stage: "Stage1",
|
||||
evolveFrom: {
|
||||
en: "Skiddo"
|
||||
},
|
||||
|
||||
|
||||
attacks: [{
|
||||
cost: ["Grass", "Colorless", "Colorless"],
|
||||
|
@@ -13,10 +13,6 @@ const card: Card = {
|
||||
hp: 90,
|
||||
types: ["Fire"],
|
||||
stage: "Stage1",
|
||||
evolveFrom: {
|
||||
en: "Charmander"
|
||||
},
|
||||
|
||||
|
||||
attacks: [{
|
||||
cost: ["Fire", "Colorless", "Colorless"],
|
||||
|
@@ -13,10 +13,6 @@ const card: Card = {
|
||||
hp: 150,
|
||||
types: ["Fire"],
|
||||
stage: "Stage2",
|
||||
evolveFrom: {
|
||||
en: "Charmeleon"
|
||||
},
|
||||
|
||||
|
||||
attacks: [{
|
||||
cost: ["Fire", "Fire", "Colorless", "Colorless"],
|
||||
|
@@ -13,10 +13,6 @@ const card: Card = {
|
||||
hp: 180,
|
||||
types: ["Fire"],
|
||||
stage: "Stage2",
|
||||
evolveFrom: {
|
||||
en: "Charmeleon"
|
||||
},
|
||||
|
||||
suffix: "EX",
|
||||
|
||||
attacks: [{
|
||||
|
@@ -13,10 +13,6 @@ const card: Card = {
|
||||
hp: 90,
|
||||
types: ["Fire"],
|
||||
stage: "Stage1",
|
||||
evolveFrom: {
|
||||
en: "Vulpix"
|
||||
},
|
||||
|
||||
|
||||
attacks: [{
|
||||
cost: ["Fire", "Fire"],
|
||||
|
@@ -13,10 +13,6 @@ const card: Card = {
|
||||
hp: 150,
|
||||
types: ["Fire"],
|
||||
stage: "Stage1",
|
||||
evolveFrom: {
|
||||
en: "Growlithe"
|
||||
},
|
||||
|
||||
|
||||
attacks: [{
|
||||
cost: ["Fire", "Fire", "Colorless"],
|
||||
|
@@ -13,10 +13,6 @@ const card: Card = {
|
||||
hp: 150,
|
||||
types: ["Fire"],
|
||||
stage: "Stage1",
|
||||
evolveFrom: {
|
||||
en: "Growlithe"
|
||||
},
|
||||
|
||||
suffix: "EX",
|
||||
|
||||
attacks: [{
|
||||
|
@@ -13,10 +13,6 @@ const card: Card = {
|
||||
hp: 100,
|
||||
types: ["Fire"],
|
||||
stage: "Stage1",
|
||||
evolveFrom: {
|
||||
en: "Ponyta"
|
||||
},
|
||||
|
||||
|
||||
attacks: [{
|
||||
cost: ["Fire"],
|
||||
|
@@ -13,10 +13,6 @@ const card: Card = {
|
||||
hp: 120,
|
||||
types: ["Fire"],
|
||||
stage: "Stage1",
|
||||
evolveFrom: {
|
||||
en: "Eevee"
|
||||
},
|
||||
|
||||
|
||||
attacks: [{
|
||||
cost: ["Fire", "Colorless", "Colorless"],
|
||||
|
@@ -13,10 +13,6 @@ const card: Card = {
|
||||
hp: 130,
|
||||
types: ["Fire"],
|
||||
stage: "Stage1",
|
||||
evolveFrom: {
|
||||
en: "Sizzlipede"
|
||||
},
|
||||
|
||||
|
||||
attacks: [{
|
||||
cost: ["Fire", "Colorless", "Colorless", "Colorless"],
|
||||
|
@@ -13,10 +13,6 @@ const card: Card = {
|
||||
hp: 80,
|
||||
types: ["Water"],
|
||||
stage: "Stage1",
|
||||
evolveFrom: {
|
||||
en: "Squirtle"
|
||||
},
|
||||
|
||||
|
||||
attacks: [{
|
||||
cost: ["Water", "Colorless"],
|
||||
|
@@ -13,10 +13,6 @@ const card: Card = {
|
||||
hp: 150,
|
||||
types: ["Water"],
|
||||
stage: "Stage2",
|
||||
evolveFrom: {
|
||||
en: "Wartortle"
|
||||
},
|
||||
|
||||
|
||||
attacks: [{
|
||||
cost: ["Water", "Colorless"],
|
||||
|
@@ -13,10 +13,6 @@ const card: Card = {
|
||||
hp: 180,
|
||||
types: ["Water"],
|
||||
stage: "Stage2",
|
||||
evolveFrom: {
|
||||
en: "Wartortle"
|
||||
},
|
||||
|
||||
suffix: "EX",
|
||||
|
||||
attacks: [{
|
||||
|
@@ -13,10 +13,6 @@ const card: Card = {
|
||||
hp: 90,
|
||||
types: ["Water"],
|
||||
stage: "Stage1",
|
||||
evolveFrom: {
|
||||
en: "Psyduck"
|
||||
},
|
||||
|
||||
|
||||
attacks: [{
|
||||
cost: ["Water", "Water"],
|
||||
|
@@ -13,10 +13,6 @@ const card: Card = {
|
||||
hp: 90,
|
||||
types: ["Water"],
|
||||
stage: "Stage1",
|
||||
evolveFrom: {
|
||||
en: "Poliwag"
|
||||
},
|
||||
|
||||
|
||||
attacks: [{
|
||||
cost: ["Colorless", "Colorless"],
|
||||
|
@@ -13,10 +13,6 @@ const card: Card = {
|
||||
hp: 150,
|
||||
types: ["Water"],
|
||||
stage: "Stage2",
|
||||
evolveFrom: {
|
||||
en: "Poliwhirl"
|
||||
},
|
||||
|
||||
|
||||
abilities: [{
|
||||
type: "Ability",
|
||||
|
@@ -13,10 +13,6 @@ const card: Card = {
|
||||
hp: 110,
|
||||
types: ["Water"],
|
||||
stage: "Stage1",
|
||||
evolveFrom: {
|
||||
en: "Tentacool"
|
||||
},
|
||||
|
||||
|
||||
attacks: [{
|
||||
cost: ["Water", "Colorless"],
|
||||
|
@@ -13,10 +13,6 @@ const card: Card = {
|
||||
hp: 120,
|
||||
types: ["Water"],
|
||||
stage: "Stage1",
|
||||
evolveFrom: {
|
||||
en: "Seel"
|
||||
},
|
||||
|
||||
|
||||
attacks: [{
|
||||
cost: ["Water", "Water", "Water"],
|
||||
|
@@ -13,10 +13,6 @@ const card: Card = {
|
||||
hp: 120,
|
||||
types: ["Water"],
|
||||
stage: "Stage1",
|
||||
evolveFrom: {
|
||||
en: "Shellder"
|
||||
},
|
||||
|
||||
|
||||
abilities: [{
|
||||
type: "Ability",
|
||||
|
@@ -13,10 +13,6 @@ const card: Card = {
|
||||
hp: 120,
|
||||
types: ["Water"],
|
||||
stage: "Stage1",
|
||||
evolveFrom: {
|
||||
en: "Krabby"
|
||||
},
|
||||
|
||||
|
||||
attacks: [{
|
||||
cost: ["Water", "Water", "Colorless"],
|
||||
|
@@ -13,10 +13,6 @@ const card: Card = {
|
||||
hp: 70,
|
||||
types: ["Water"],
|
||||
stage: "Stage1",
|
||||
evolveFrom: {
|
||||
en: "Horsea"
|
||||
},
|
||||
|
||||
|
||||
attacks: [{
|
||||
cost: ["Water", "Water", "Colorless"],
|
||||
|
@@ -13,10 +13,6 @@ const card: Card = {
|
||||
hp: 100,
|
||||
types: ["Water"],
|
||||
stage: "Stage1",
|
||||
evolveFrom: {
|
||||
en: "Goldeen"
|
||||
},
|
||||
|
||||
|
||||
attacks: [{
|
||||
cost: ["Water"],
|
||||
|
@@ -13,10 +13,6 @@ const card: Card = {
|
||||
hp: 90,
|
||||
types: ["Water"],
|
||||
stage: "Stage1",
|
||||
evolveFrom: {
|
||||
en: "Staryu"
|
||||
},
|
||||
|
||||
|
||||
attacks: [{
|
||||
cost: ["Water"],
|
||||
|
@@ -13,10 +13,6 @@ const card: Card = {
|
||||
hp: 130,
|
||||
types: ["Water"],
|
||||
stage: "Stage1",
|
||||
evolveFrom: {
|
||||
en: "Staryu"
|
||||
},
|
||||
|
||||
suffix: "EX",
|
||||
|
||||
attacks: [{
|
||||
|
@@ -13,10 +13,6 @@ const card: Card = {
|
||||
hp: 150,
|
||||
types: ["Water"],
|
||||
stage: "Stage1",
|
||||
evolveFrom: {
|
||||
en: "Magikarp"
|
||||
},
|
||||
|
||||
|
||||
attacks: [{
|
||||
cost: ["Water", "Water", "Water", "Water"],
|
||||
|
@@ -13,10 +13,6 @@ const card: Card = {
|
||||
hp: 130,
|
||||
types: ["Water"],
|
||||
stage: "Stage1",
|
||||
evolveFrom: {
|
||||
en: "Eevee"
|
||||
},
|
||||
|
||||
|
||||
attacks: [{
|
||||
cost: ["Water", "Colorless", "Colorless"],
|
||||
|
@@ -13,10 +13,6 @@ const card: Card = {
|
||||
hp: 90,
|
||||
types: ["Water"],
|
||||
stage: "Stage1",
|
||||
evolveFrom: {
|
||||
en: "Helix Fossil"
|
||||
},
|
||||
|
||||
|
||||
attacks: [{
|
||||
cost: ["Water"],
|
||||
|
@@ -13,10 +13,6 @@ const card: Card = {
|
||||
hp: 140,
|
||||
types: ["Water"],
|
||||
stage: "Stage2",
|
||||
evolveFrom: {
|
||||
en: "Omanyte"
|
||||
},
|
||||
|
||||
|
||||
attacks: [{
|
||||
cost: ["Water", "Colorless", "Colorless"],
|
||||
|
@@ -13,10 +13,6 @@ const card: Card = {
|
||||
hp: 90,
|
||||
types: ["Water"],
|
||||
stage: "Stage1",
|
||||
evolveFrom: {
|
||||
en: "Ducklett"
|
||||
},
|
||||
|
||||
|
||||
attacks: [{
|
||||
cost: ["Colorless", "Colorless", "Colorless"],
|
||||
|
@@ -13,10 +13,6 @@ const card: Card = {
|
||||
hp: 80,
|
||||
types: ["Water"],
|
||||
stage: "Stage1",
|
||||
evolveFrom: {
|
||||
en: "Froakie"
|
||||
},
|
||||
|
||||
|
||||
attacks: [{
|
||||
cost: ["Colorless"],
|
||||
|
@@ -13,10 +13,6 @@ const card: Card = {
|
||||
hp: 120,
|
||||
types: ["Water"],
|
||||
stage: "Stage2",
|
||||
evolveFrom: {
|
||||
en: "Frogadier"
|
||||
},
|
||||
|
||||
|
||||
abilities: [{
|
||||
type: "Ability",
|
||||
|
@@ -13,10 +13,6 @@ const card: Card = {
|
||||
hp: 90,
|
||||
types: ["Water"],
|
||||
stage: "Stage1",
|
||||
evolveFrom: {
|
||||
en: "Snom"
|
||||
},
|
||||
|
||||
|
||||
attacks: [{
|
||||
cost: ["Water", "Colorless"],
|
||||
|
@@ -13,10 +13,6 @@ const card: Card = {
|
||||
hp: 100,
|
||||
types: ["Lightning"],
|
||||
stage: "Stage1",
|
||||
evolveFrom: {
|
||||
en: "Pikachu"
|
||||
},
|
||||
|
||||
|
||||
attacks: [{
|
||||
cost: ["Lightning", "Lightning", "Lightning"],
|
||||
|
@@ -13,10 +13,6 @@ const card: Card = {
|
||||
hp: 80,
|
||||
types: ["Lightning"],
|
||||
stage: "Stage1",
|
||||
evolveFrom: {
|
||||
en: "Magnemite"
|
||||
},
|
||||
|
||||
|
||||
abilities: [{
|
||||
type: "Ability",
|
||||
|
@@ -13,10 +13,6 @@ const card: Card = {
|
||||
hp: 80,
|
||||
types: ["Lightning"],
|
||||
stage: "Stage1",
|
||||
evolveFrom: {
|
||||
en: "Voltorb"
|
||||
},
|
||||
|
||||
|
||||
attacks: [{
|
||||
cost: ["Lightning", "Lightning"],
|
||||
|
@@ -13,10 +13,6 @@ const card: Card = {
|
||||
hp: 90,
|
||||
types: ["Lightning"],
|
||||
stage: "Stage1",
|
||||
evolveFrom: {
|
||||
en: "Eevee"
|
||||
},
|
||||
|
||||
|
||||
attacks: [{
|
||||
cost: ["Lightning", "Colorless"],
|
||||
|
@@ -13,10 +13,6 @@ const card: Card = {
|
||||
hp: 90,
|
||||
types: ["Lightning"],
|
||||
stage: "Stage1",
|
||||
evolveFrom: {
|
||||
en: "Blitzle"
|
||||
},
|
||||
|
||||
|
||||
attacks: [{
|
||||
cost: ["Lightning"],
|
||||
|
@@ -13,10 +13,6 @@ const card: Card = {
|
||||
hp: 80,
|
||||
types: ["Lightning"],
|
||||
stage: "Stage1",
|
||||
evolveFrom: {
|
||||
en: "Tynamo"
|
||||
},
|
||||
|
||||
|
||||
attacks: [{
|
||||
cost: ["Lightning"],
|
||||
|
@@ -13,10 +13,6 @@ const card: Card = {
|
||||
hp: 140,
|
||||
types: ["Lightning"],
|
||||
stage: "Stage2",
|
||||
evolveFrom: {
|
||||
en: "Eelektrik"
|
||||
},
|
||||
|
||||
|
||||
attacks: [{
|
||||
cost: ["Lightning", "Lightning", "Colorless"],
|
||||
|
@@ -13,10 +13,6 @@ const card: Card = {
|
||||
hp: 90,
|
||||
types: ["Lightning"],
|
||||
stage: "Stage1",
|
||||
evolveFrom: {
|
||||
en: "Helioptile"
|
||||
},
|
||||
|
||||
|
||||
attacks: [{
|
||||
cost: ["Colorless", "Colorless"],
|
||||
|
@@ -13,10 +13,6 @@ const card: Card = {
|
||||
hp: 100,
|
||||
types: ["Psychic"],
|
||||
stage: "Stage1",
|
||||
evolveFrom: {
|
||||
en: "Clefairy"
|
||||
},
|
||||
|
||||
|
||||
attacks: [{
|
||||
cost: ["Psychic"],
|
||||
|
@@ -13,10 +13,6 @@ const card: Card = {
|
||||
hp: 80,
|
||||
types: ["Psychic"],
|
||||
stage: "Stage1",
|
||||
evolveFrom: {
|
||||
en: "Abra"
|
||||
},
|
||||
|
||||
|
||||
attacks: [{
|
||||
cost: ["Psychic", "Colorless", "Colorless"],
|
||||
|
@@ -13,10 +13,6 @@ const card: Card = {
|
||||
hp: 130,
|
||||
types: ["Psychic"],
|
||||
stage: "Stage2",
|
||||
evolveFrom: {
|
||||
en: "Kadabra"
|
||||
},
|
||||
|
||||
|
||||
attacks: [{
|
||||
cost: ["Psychic", "Colorless", "Colorless"],
|
||||
|
@@ -13,10 +13,6 @@ const card: Card = {
|
||||
hp: 130,
|
||||
types: ["Psychic"],
|
||||
stage: "Stage1",
|
||||
evolveFrom: {
|
||||
en: "Slowpoke"
|
||||
},
|
||||
|
||||
|
||||
attacks: [{
|
||||
cost: ["Psychic", "Psychic", "Colorless"],
|
||||
|
@@ -13,10 +13,6 @@ const card: Card = {
|
||||
hp: 80,
|
||||
types: ["Psychic"],
|
||||
stage: "Stage1",
|
||||
evolveFrom: {
|
||||
en: "Gastly"
|
||||
},
|
||||
|
||||
|
||||
attacks: [{
|
||||
cost: ["Psychic"],
|
||||
|
@@ -13,10 +13,6 @@ const card: Card = {
|
||||
hp: 130,
|
||||
types: ["Psychic"],
|
||||
stage: "Stage2",
|
||||
evolveFrom: {
|
||||
en: "Haunter"
|
||||
},
|
||||
|
||||
|
||||
attacks: [{
|
||||
cost: ["Psychic"],
|
||||
|
@@ -13,10 +13,6 @@ const card: Card = {
|
||||
hp: 170,
|
||||
types: ["Psychic"],
|
||||
stage: "Stage2",
|
||||
evolveFrom: {
|
||||
en: "Haunter"
|
||||
},
|
||||
|
||||
suffix: "EX",
|
||||
|
||||
abilities: [{
|
||||
|
@@ -13,10 +13,6 @@ const card: Card = {
|
||||
hp: 100,
|
||||
types: ["Psychic"],
|
||||
stage: "Stage1",
|
||||
evolveFrom: {
|
||||
en: "Drowzee"
|
||||
},
|
||||
|
||||
|
||||
abilities: [{
|
||||
type: "Ability",
|
||||
|
@@ -13,10 +13,6 @@ const card: Card = {
|
||||
hp: 80,
|
||||
types: ["Psychic"],
|
||||
stage: "Stage1",
|
||||
evolveFrom: {
|
||||
en: "Ralts"
|
||||
},
|
||||
|
||||
|
||||
attacks: [{
|
||||
cost: ["Psychic", "Colorless"],
|
||||
|
@@ -13,10 +13,6 @@ const card: Card = {
|
||||
hp: 110,
|
||||
types: ["Psychic"],
|
||||
stage: "Stage2",
|
||||
evolveFrom: {
|
||||
en: "Kirlia"
|
||||
},
|
||||
|
||||
|
||||
abilities: [{
|
||||
type: "Ability",
|
||||
|
@@ -13,10 +13,6 @@ const card: Card = {
|
||||
hp: 90,
|
||||
types: ["Psychic"],
|
||||
stage: "Stage1",
|
||||
evolveFrom: {
|
||||
en: "Woobat"
|
||||
},
|
||||
|
||||
|
||||
attacks: [{
|
||||
cost: ["Psychic", "Colorless"],
|
||||
|
@@ -13,10 +13,6 @@ const card: Card = {
|
||||
hp: 140,
|
||||
types: ["Psychic"],
|
||||
stage: "Stage1",
|
||||
evolveFrom: {
|
||||
en: "Golett"
|
||||
},
|
||||
|
||||
|
||||
attacks: [{
|
||||
cost: ["Psychic", "Psychic", "Colorless", "Colorless"],
|
||||
|
@@ -13,10 +13,6 @@ const card: Card = {
|
||||
hp: 100,
|
||||
types: ["Fighting"],
|
||||
stage: "Stage1",
|
||||
evolveFrom: {
|
||||
en: "Sandshrew"
|
||||
},
|
||||
|
||||
|
||||
attacks: [{
|
||||
cost: ["Fighting", "Fighting"],
|
||||
|
@@ -13,10 +13,6 @@ const card: Card = {
|
||||
hp: 70,
|
||||
types: ["Fighting"],
|
||||
stage: "Stage1",
|
||||
evolveFrom: {
|
||||
en: "Diglett"
|
||||
},
|
||||
|
||||
|
||||
attacks: [{
|
||||
cost: ["Fighting"],
|
||||
|
@@ -13,10 +13,6 @@ const card: Card = {
|
||||
hp: 90,
|
||||
types: ["Fighting"],
|
||||
stage: "Stage1",
|
||||
evolveFrom: {
|
||||
en: "Mankey"
|
||||
},
|
||||
|
||||
|
||||
attacks: [{
|
||||
cost: ["Fighting", "Fighting"],
|
||||
|
@@ -13,10 +13,6 @@ const card: Card = {
|
||||
hp: 100,
|
||||
types: ["Fighting"],
|
||||
stage: "Stage1",
|
||||
evolveFrom: {
|
||||
en: "Machop"
|
||||
},
|
||||
|
||||
|
||||
attacks: [{
|
||||
cost: ["Fighting", "Fighting"],
|
||||
|
@@ -13,10 +13,6 @@ const card: Card = {
|
||||
hp: 150,
|
||||
types: ["Fighting"],
|
||||
stage: "Stage2",
|
||||
evolveFrom: {
|
||||
en: "Machoke"
|
||||
},
|
||||
|
||||
|
||||
attacks: [{
|
||||
cost: ["Fighting", "Fighting", "Fighting"],
|
||||
|
@@ -13,10 +13,6 @@ const card: Card = {
|
||||
hp: 180,
|
||||
types: ["Fighting"],
|
||||
stage: "Stage2",
|
||||
evolveFrom: {
|
||||
en: "Machoke"
|
||||
},
|
||||
|
||||
suffix: "EX",
|
||||
|
||||
attacks: [{
|
||||
|
@@ -13,10 +13,6 @@ const card: Card = {
|
||||
hp: 100,
|
||||
types: ["Fighting"],
|
||||
stage: "Stage1",
|
||||
evolveFrom: {
|
||||
en: "Geodude"
|
||||
},
|
||||
|
||||
|
||||
attacks: [{
|
||||
cost: ["Fighting", "Colorless", "Colorless"],
|
||||
|
@@ -13,10 +13,6 @@ const card: Card = {
|
||||
hp: 160,
|
||||
types: ["Fighting"],
|
||||
stage: "Stage2",
|
||||
evolveFrom: {
|
||||
en: "Graveler"
|
||||
},
|
||||
|
||||
|
||||
attacks: [{
|
||||
cost: ["Fighting", "Colorless", "Colorless", "Colorless"],
|
||||
|
@@ -13,10 +13,6 @@ const card: Card = {
|
||||
hp: 140,
|
||||
types: ["Fighting"],
|
||||
stage: "Stage1",
|
||||
evolveFrom: {
|
||||
en: "Cubone"
|
||||
},
|
||||
|
||||
|
||||
attacks: [{
|
||||
cost: ["Fighting"],
|
||||
|
@@ -13,10 +13,6 @@ const card: Card = {
|
||||
hp: 140,
|
||||
types: ["Fighting"],
|
||||
stage: "Stage1",
|
||||
evolveFrom: {
|
||||
en: "Cubone"
|
||||
},
|
||||
|
||||
suffix: "EX",
|
||||
|
||||
attacks: [{
|
||||
|
@@ -13,10 +13,6 @@ const card: Card = {
|
||||
hp: 120,
|
||||
types: ["Fighting"],
|
||||
stage: "Stage1",
|
||||
evolveFrom: {
|
||||
en: "Rhyhorn"
|
||||
},
|
||||
|
||||
|
||||
attacks: [{
|
||||
cost: ["Fighting", "Fighting", "Fighting", "Colorless"],
|
||||
|
@@ -13,10 +13,6 @@ const card: Card = {
|
||||
hp: 90,
|
||||
types: ["Fighting"],
|
||||
stage: "Stage1",
|
||||
evolveFrom: {
|
||||
en: "Dome Fossil"
|
||||
},
|
||||
|
||||
|
||||
attacks: [{
|
||||
cost: ["Fighting"],
|
||||
|
@@ -13,10 +13,6 @@ const card: Card = {
|
||||
hp: 140,
|
||||
types: ["Fighting"],
|
||||
stage: "Stage2",
|
||||
evolveFrom: {
|
||||
en: "Kabuto"
|
||||
},
|
||||
|
||||
|
||||
attacks: [{
|
||||
cost: ["Fighting"],
|
||||
|
@@ -13,10 +13,6 @@ const card: Card = {
|
||||
hp: 80,
|
||||
types: ["Fighting"],
|
||||
stage: "Stage1",
|
||||
evolveFrom: {
|
||||
en: "Mienfoo"
|
||||
},
|
||||
|
||||
|
||||
attacks: [{
|
||||
cost: ["Colorless"],
|
||||
|
@@ -13,10 +13,6 @@ const card: Card = {
|
||||
hp: 130,
|
||||
types: ["Fighting"],
|
||||
stage: "Stage1",
|
||||
evolveFrom: {
|
||||
en: "Clobbopus"
|
||||
},
|
||||
|
||||
|
||||
attacks: [{
|
||||
cost: ["Fighting", "Fighting", "Colorless"],
|
||||
|
@@ -13,10 +13,6 @@ const card: Card = {
|
||||
hp: 100,
|
||||
types: ["Darkness"],
|
||||
stage: "Stage1",
|
||||
evolveFrom: {
|
||||
en: "Ekans"
|
||||
},
|
||||
|
||||
|
||||
attacks: [{
|
||||
cost: ["Darkness", "Colorless"],
|
||||
|
@@ -13,10 +13,6 @@ const card: Card = {
|
||||
hp: 80,
|
||||
types: ["Darkness"],
|
||||
stage: "Stage1",
|
||||
evolveFrom: {
|
||||
en: "Nidoran♀"
|
||||
},
|
||||
|
||||
|
||||
attacks: [{
|
||||
cost: ["Darkness"],
|
||||
|
@@ -13,9 +13,6 @@ const card: Card = {
|
||||
hp: 140,
|
||||
types: ["Darkness"],
|
||||
stage: "Stage2",
|
||||
evolveFrom: {
|
||||
en: "Nidorina"
|
||||
},
|
||||
|
||||
attacks: [{
|
||||
cost: ["Darkness", "Darkness", "Colorless"],
|
||||
|
@@ -13,9 +13,6 @@ const card: Card = {
|
||||
hp: 90,
|
||||
types: ["Darkness"],
|
||||
stage: "Stage1",
|
||||
evolveFrom: {
|
||||
en: "Nidoran♂"
|
||||
},
|
||||
|
||||
attacks: [{
|
||||
cost: ["Darkness", "Colorless"],
|
||||
|
@@ -13,9 +13,6 @@ const card: Card = {
|
||||
hp: 150,
|
||||
types: ["Darkness"],
|
||||
stage: "Stage2",
|
||||
evolveFrom: {
|
||||
en: "Nidorino"
|
||||
},
|
||||
|
||||
attacks: [{
|
||||
cost: ["Darkness", "Darkness", "Colorless"],
|
||||
|
@@ -13,9 +13,6 @@ const card: Card = {
|
||||
hp: 70,
|
||||
types: ["Darkness"],
|
||||
stage: "Stage1",
|
||||
evolveFrom: {
|
||||
en: "Zubat"
|
||||
},
|
||||
|
||||
attacks: [{
|
||||
cost: ["Colorless"],
|
||||
|
@@ -13,9 +13,6 @@ const card: Card = {
|
||||
hp: 130,
|
||||
types: ["Darkness"],
|
||||
stage: "Stage1",
|
||||
evolveFrom: {
|
||||
en: "Grimer"
|
||||
},
|
||||
|
||||
attacks: [{
|
||||
cost: ["Darkness", "Darkness", "Colorless"],
|
||||
|
@@ -13,9 +13,6 @@ const card: Card = {
|
||||
hp: 110,
|
||||
types: ["Darkness"],
|
||||
stage: "Stage1",
|
||||
evolveFrom: {
|
||||
en: "Koffing"
|
||||
},
|
||||
|
||||
abilities: [{
|
||||
type: "Ability",
|
||||
|
@@ -13,9 +13,6 @@ const card: Card = {
|
||||
hp: 90,
|
||||
types: ["Metal"],
|
||||
stage: "Stage1",
|
||||
evolveFrom: {
|
||||
en: "Pawniard"
|
||||
},
|
||||
|
||||
attacks: [{
|
||||
cost: ["Metal", "Metal"],
|
||||
|
@@ -13,9 +13,6 @@ const card: Card = {
|
||||
hp: 130,
|
||||
types: ["Metal"],
|
||||
stage: "Stage1",
|
||||
evolveFrom: {
|
||||
en: "Meltan"
|
||||
},
|
||||
|
||||
abilities: [{
|
||||
type: "Ability",
|
||||
|
@@ -13,9 +13,6 @@ const card: Card = {
|
||||
hp: 100,
|
||||
types: ["Dragon"],
|
||||
stage: "Stage1",
|
||||
evolveFrom: {
|
||||
en: "Dratini"
|
||||
},
|
||||
|
||||
attacks: [{
|
||||
cost: ["Water", "Lightning", "Colorless"],
|
||||
|
@@ -13,9 +13,6 @@ const card: Card = {
|
||||
hp: 160,
|
||||
types: ["Dragon"],
|
||||
stage: "Stage2",
|
||||
evolveFrom: {
|
||||
en: "Dragonair"
|
||||
},
|
||||
|
||||
attacks: [{
|
||||
cost: ["Water", "Lightning", "Colorless", "Colorless"],
|
||||
|
@@ -13,9 +13,6 @@ const card: Card = {
|
||||
hp: 80,
|
||||
types: ["Colorless"],
|
||||
stage: "Stage1",
|
||||
evolveFrom: {
|
||||
en: "Pidgey"
|
||||
},
|
||||
|
||||
attacks: [{
|
||||
cost: ["Colorless"],
|
||||
|
@@ -13,9 +13,6 @@ const card: Card = {
|
||||
hp: 130,
|
||||
types: ["Colorless"],
|
||||
stage: "Stage2",
|
||||
evolveFrom: {
|
||||
en: "Pidgeotto"
|
||||
},
|
||||
|
||||
abilities: [{
|
||||
type: "Ability",
|
||||
|
@@ -13,9 +13,6 @@ const card: Card = {
|
||||
hp: 80,
|
||||
types: ["Colorless"],
|
||||
stage: "Stage1",
|
||||
evolveFrom: {
|
||||
en: "Rattata"
|
||||
},
|
||||
|
||||
attacks: [{
|
||||
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