Complete card scrape for Genetic Apex (A1) and Mythical Island (A1a)
- Fix is_ex detection to only match ' ex' suffix (fixes Exeggutor false positive) - Fix trainer card detection with specific 'Trainer | Type' pattern - Improve trainer effect text extraction from content body - Scrape full A1 set: 286 cards - Scrape full A1a set: 86 cards - Total: 372 cards with images (some images failed due to rate limiting) - Re-scraped affected cards to fix is_ex and trainer type issues
This commit is contained in:
parent
5e1229aa7c
commit
e82b204849
File diff suppressed because it is too large
Load Diff
@ -7,6 +7,7 @@
|
||||
"rarity": "Common",
|
||||
"card_type": "pokemon",
|
||||
"image_url": "https://assets.pokemon-zone.com/game-assets/CardPreviews/cPK_10_000010_00_FUSHIGIDANE_C.webp",
|
||||
"image_file": "a1/001-bulbasaur.webp",
|
||||
"source_url": "https://www.pokemon-zone.com/cards/a1/1/bulbasaur/",
|
||||
"hp": 70,
|
||||
"pokemon_type": "grass",
|
||||
@ -34,6 +35,5 @@
|
||||
"resistance": null,
|
||||
"retreat_cost": 1,
|
||||
"flavor_text": null,
|
||||
"illustrator": "Narumi Sato",
|
||||
"image_file": "a1/001-bulbasaur.webp"
|
||||
"illustrator": "Narumi Sato"
|
||||
}
|
||||
@ -7,6 +7,7 @@
|
||||
"rarity": "Uncommon",
|
||||
"card_type": "pokemon",
|
||||
"image_url": "https://assets.pokemon-zone.com/game-assets/CardPreviews/cPK_10_000020_00_FUSHIGISOU_U.webp",
|
||||
"image_file": "a1/002-ivysaur.webp",
|
||||
"source_url": "https://www.pokemon-zone.com/cards/a1/2/ivysaur/",
|
||||
"hp": 90,
|
||||
"pokemon_type": "grass",
|
||||
@ -35,6 +36,5 @@
|
||||
"resistance": null,
|
||||
"retreat_cost": 2,
|
||||
"flavor_text": null,
|
||||
"illustrator": "Kurata So",
|
||||
"image_file": "a1/002-ivysaur.webp"
|
||||
"illustrator": "Kurata So"
|
||||
}
|
||||
@ -7,6 +7,7 @@
|
||||
"rarity": "Rare",
|
||||
"card_type": "pokemon",
|
||||
"image_url": "https://assets.pokemon-zone.com/game-assets/CardPreviews/cPK_10_000030_00_FUSHIGIBANA_R.webp",
|
||||
"image_file": "a1/003-venusaur.webp",
|
||||
"source_url": "https://www.pokemon-zone.com/cards/a1/3/venusaur/",
|
||||
"hp": 160,
|
||||
"pokemon_type": "grass",
|
||||
@ -36,6 +37,5 @@
|
||||
"resistance": null,
|
||||
"retreat_cost": 3,
|
||||
"flavor_text": null,
|
||||
"illustrator": "Ryota Murayama",
|
||||
"image_file": "a1/003-venusaur.webp"
|
||||
"illustrator": "Ryota Murayama"
|
||||
}
|
||||
@ -7,6 +7,7 @@
|
||||
"rarity": "Double Rare",
|
||||
"card_type": "pokemon",
|
||||
"image_url": "https://assets.pokemon-zone.com/game-assets/CardPreviews/cPK_10_000040_00_FUSHIGIBANAex_RR.webp",
|
||||
"image_file": "a1/004-venusaur-ex.webp",
|
||||
"source_url": "https://www.pokemon-zone.com/cards/a1/4/venusaur-ex/",
|
||||
"hp": 190,
|
||||
"pokemon_type": "grass",
|
||||
@ -48,6 +49,5 @@
|
||||
"resistance": null,
|
||||
"retreat_cost": 3,
|
||||
"flavor_text": null,
|
||||
"illustrator": "PLANETA CG Works",
|
||||
"image_file": "a1/004-venusaur-ex.webp"
|
||||
"illustrator": "PLANETA CG Works"
|
||||
}
|
||||
39
backend/data/cards/a1/006-metapod.json
Normal file
39
backend/data/cards/a1/006-metapod.json
Normal file
@ -0,0 +1,39 @@
|
||||
{
|
||||
"id": "a1-006-metapod",
|
||||
"name": "Metapod",
|
||||
"set_code": "a1",
|
||||
"set_name": "Genetic Apex",
|
||||
"card_number": 6,
|
||||
"rarity": "Common",
|
||||
"card_type": "pokemon",
|
||||
"image_url": "https://assets.pokemon-zone.com/game-assets/CardPreviews/cPK_10_000060_00_TRANSEL_C.webp",
|
||||
"image_file": "a1/006-metapod.webp",
|
||||
"source_url": "https://www.pokemon-zone.com/cards/a1/6/metapod/",
|
||||
"hp": 80,
|
||||
"pokemon_type": "grass",
|
||||
"stage": "stage_1",
|
||||
"evolves_from": "Caterpie",
|
||||
"is_ex": false,
|
||||
"abilities": [],
|
||||
"attacks": [
|
||||
{
|
||||
"name": "Bug Bite",
|
||||
"cost": [
|
||||
"colorless",
|
||||
"colorless"
|
||||
],
|
||||
"damage": 30,
|
||||
"damage_modifier": null,
|
||||
"effect_text": null,
|
||||
"effect_id": null
|
||||
}
|
||||
],
|
||||
"weakness": {
|
||||
"type": "fire",
|
||||
"value": 20
|
||||
},
|
||||
"resistance": null,
|
||||
"retreat_cost": 2,
|
||||
"flavor_text": null,
|
||||
"illustrator": "Yuka Morii"
|
||||
}
|
||||
46
backend/data/cards/a1/007-butterfree.json
Normal file
46
backend/data/cards/a1/007-butterfree.json
Normal file
@ -0,0 +1,46 @@
|
||||
{
|
||||
"id": "a1-007-butterfree",
|
||||
"name": "Butterfree",
|
||||
"set_code": "a1",
|
||||
"set_name": "Genetic Apex",
|
||||
"card_number": 7,
|
||||
"rarity": "Rare",
|
||||
"card_type": "pokemon",
|
||||
"image_url": "https://assets.pokemon-zone.com/game-assets/CardPreviews/cPK_10_000070_00_BUTTERFREE_R.webp",
|
||||
"image_file": "a1/007-butterfree.webp",
|
||||
"source_url": "https://www.pokemon-zone.com/cards/a1/7/butterfree/",
|
||||
"hp": 120,
|
||||
"pokemon_type": "grass",
|
||||
"stage": "stage_2",
|
||||
"evolves_from": "Metapod",
|
||||
"is_ex": false,
|
||||
"abilities": [
|
||||
{
|
||||
"name": "Powder Heal",
|
||||
"effect_text": "Once during your turn, you may heal 20 damage from each of your Pokémon.",
|
||||
"effect_id": null
|
||||
}
|
||||
],
|
||||
"attacks": [
|
||||
{
|
||||
"name": "Gust",
|
||||
"cost": [
|
||||
"grass",
|
||||
"colorless",
|
||||
"colorless"
|
||||
],
|
||||
"damage": 60,
|
||||
"damage_modifier": null,
|
||||
"effect_text": null,
|
||||
"effect_id": null
|
||||
}
|
||||
],
|
||||
"weakness": {
|
||||
"type": "fire",
|
||||
"value": 20
|
||||
},
|
||||
"resistance": null,
|
||||
"retreat_cost": 1,
|
||||
"flavor_text": null,
|
||||
"illustrator": "Shin Nagasawa"
|
||||
}
|
||||
38
backend/data/cards/a1/008-weedle.json
Normal file
38
backend/data/cards/a1/008-weedle.json
Normal file
@ -0,0 +1,38 @@
|
||||
{
|
||||
"id": "a1-008-weedle",
|
||||
"name": "Weedle",
|
||||
"set_code": "a1",
|
||||
"set_name": "Genetic Apex",
|
||||
"card_number": 8,
|
||||
"rarity": "Common",
|
||||
"card_type": "pokemon",
|
||||
"image_url": "https://assets.pokemon-zone.com/game-assets/CardPreviews/cPK_10_000080_00_BEEDLE_C.webp",
|
||||
"image_file": "a1/008-weedle.webp",
|
||||
"source_url": "https://www.pokemon-zone.com/cards/a1/8/weedle/",
|
||||
"hp": 50,
|
||||
"pokemon_type": "grass",
|
||||
"stage": "basic",
|
||||
"evolves_from": null,
|
||||
"is_ex": false,
|
||||
"abilities": [],
|
||||
"attacks": [
|
||||
{
|
||||
"name": "Sting",
|
||||
"cost": [
|
||||
"grass"
|
||||
],
|
||||
"damage": 20,
|
||||
"damage_modifier": null,
|
||||
"effect_text": null,
|
||||
"effect_id": null
|
||||
}
|
||||
],
|
||||
"weakness": {
|
||||
"type": "fire",
|
||||
"value": 20
|
||||
},
|
||||
"resistance": null,
|
||||
"retreat_cost": 1,
|
||||
"flavor_text": null,
|
||||
"illustrator": "Hajime Kusajima"
|
||||
}
|
||||
38
backend/data/cards/a1/009-kakuna.json
Normal file
38
backend/data/cards/a1/009-kakuna.json
Normal file
@ -0,0 +1,38 @@
|
||||
{
|
||||
"id": "a1-009-kakuna",
|
||||
"name": "Kakuna",
|
||||
"set_code": "a1",
|
||||
"set_name": "Genetic Apex",
|
||||
"card_number": 9,
|
||||
"rarity": "Common",
|
||||
"card_type": "pokemon",
|
||||
"image_url": "https://assets.pokemon-zone.com/game-assets/CardPreviews/cPK_10_000090_00_COCOON_C.webp",
|
||||
"image_file": "a1/009-kakuna.webp",
|
||||
"source_url": "https://www.pokemon-zone.com/cards/a1/9/kakuna/",
|
||||
"hp": 80,
|
||||
"pokemon_type": "grass",
|
||||
"stage": "stage_1",
|
||||
"evolves_from": "Weedle",
|
||||
"is_ex": false,
|
||||
"abilities": [],
|
||||
"attacks": [
|
||||
{
|
||||
"name": "Bug Bite",
|
||||
"cost": [
|
||||
"grass"
|
||||
],
|
||||
"damage": 30,
|
||||
"damage_modifier": null,
|
||||
"effect_text": null,
|
||||
"effect_id": null
|
||||
}
|
||||
],
|
||||
"weakness": {
|
||||
"type": "fire",
|
||||
"value": 20
|
||||
},
|
||||
"resistance": null,
|
||||
"retreat_cost": 2,
|
||||
"flavor_text": null,
|
||||
"illustrator": "miki kudo"
|
||||
}
|
||||
38
backend/data/cards/a1/010-beedrill.json
Normal file
38
backend/data/cards/a1/010-beedrill.json
Normal file
@ -0,0 +1,38 @@
|
||||
{
|
||||
"id": "a1-010-beedrill",
|
||||
"name": "Beedrill",
|
||||
"set_code": "a1",
|
||||
"set_name": "Genetic Apex",
|
||||
"card_number": 10,
|
||||
"rarity": "Rare",
|
||||
"card_type": "pokemon",
|
||||
"image_url": "https://assets.pokemon-zone.com/game-assets/CardPreviews/cPK_10_000100_00_SPEAR_R.webp",
|
||||
"image_file": "a1/010-beedrill.webp",
|
||||
"source_url": "https://www.pokemon-zone.com/cards/a1/10/beedrill/",
|
||||
"hp": 120,
|
||||
"pokemon_type": "grass",
|
||||
"stage": "stage_2",
|
||||
"evolves_from": "Kakuna",
|
||||
"is_ex": false,
|
||||
"abilities": [],
|
||||
"attacks": [
|
||||
{
|
||||
"name": "Sharp Sting",
|
||||
"cost": [
|
||||
"grass"
|
||||
],
|
||||
"damage": 70,
|
||||
"damage_modifier": null,
|
||||
"effect_text": null,
|
||||
"effect_id": null
|
||||
}
|
||||
],
|
||||
"weakness": {
|
||||
"type": "fire",
|
||||
"value": 20
|
||||
},
|
||||
"resistance": null,
|
||||
"retreat_cost": 1,
|
||||
"flavor_text": null,
|
||||
"illustrator": "You Iribi"
|
||||
}
|
||||
38
backend/data/cards/a1/011-oddish.json
Normal file
38
backend/data/cards/a1/011-oddish.json
Normal file
@ -0,0 +1,38 @@
|
||||
{
|
||||
"id": "a1-011-oddish",
|
||||
"name": "Oddish",
|
||||
"set_code": "a1",
|
||||
"set_name": "Genetic Apex",
|
||||
"card_number": 11,
|
||||
"rarity": "Common",
|
||||
"card_type": "pokemon",
|
||||
"image_url": "https://assets.pokemon-zone.com/game-assets/CardPreviews/cPK_10_000110_00_NAZONOKUSA_C.webp",
|
||||
"image_file": null,
|
||||
"source_url": "https://www.pokemon-zone.com/cards/a1/11/oddish/",
|
||||
"hp": 60,
|
||||
"pokemon_type": "grass",
|
||||
"stage": "basic",
|
||||
"evolves_from": null,
|
||||
"is_ex": false,
|
||||
"abilities": [],
|
||||
"attacks": [
|
||||
{
|
||||
"name": "Ram",
|
||||
"cost": [
|
||||
"grass"
|
||||
],
|
||||
"damage": 20,
|
||||
"damage_modifier": null,
|
||||
"effect_text": null,
|
||||
"effect_id": null
|
||||
}
|
||||
],
|
||||
"weakness": {
|
||||
"type": "fire",
|
||||
"value": 20
|
||||
},
|
||||
"resistance": null,
|
||||
"retreat_cost": 1,
|
||||
"flavor_text": null,
|
||||
"illustrator": "HYOGONOSUKE"
|
||||
}
|
||||
39
backend/data/cards/a1/012-gloom.json
Normal file
39
backend/data/cards/a1/012-gloom.json
Normal file
@ -0,0 +1,39 @@
|
||||
{
|
||||
"id": "a1-012-gloom",
|
||||
"name": "Gloom",
|
||||
"set_code": "a1",
|
||||
"set_name": "Genetic Apex",
|
||||
"card_number": 12,
|
||||
"rarity": "Uncommon",
|
||||
"card_type": "pokemon",
|
||||
"image_url": "https://assets.pokemon-zone.com/game-assets/CardPreviews/cPK_10_000120_00_KUSAIHANA_U.webp",
|
||||
"image_file": "a1/012-gloom.webp",
|
||||
"source_url": "https://www.pokemon-zone.com/cards/a1/12/gloom/",
|
||||
"hp": 80,
|
||||
"pokemon_type": "grass",
|
||||
"stage": "stage_1",
|
||||
"evolves_from": "Oddish",
|
||||
"is_ex": false,
|
||||
"abilities": [],
|
||||
"attacks": [
|
||||
{
|
||||
"name": "Drool",
|
||||
"cost": [
|
||||
"grass",
|
||||
"colorless"
|
||||
],
|
||||
"damage": 40,
|
||||
"damage_modifier": null,
|
||||
"effect_text": null,
|
||||
"effect_id": null
|
||||
}
|
||||
],
|
||||
"weakness": {
|
||||
"type": "fire",
|
||||
"value": 20
|
||||
},
|
||||
"resistance": null,
|
||||
"retreat_cost": 2,
|
||||
"flavor_text": null,
|
||||
"illustrator": "Anesaki Dynamic"
|
||||
}
|
||||
40
backend/data/cards/a1/013-vileplume.json
Normal file
40
backend/data/cards/a1/013-vileplume.json
Normal file
@ -0,0 +1,40 @@
|
||||
{
|
||||
"id": "a1-013-vileplume",
|
||||
"name": "Vileplume",
|
||||
"set_code": "a1",
|
||||
"set_name": "Genetic Apex",
|
||||
"card_number": 13,
|
||||
"rarity": "Rare",
|
||||
"card_type": "pokemon",
|
||||
"image_url": "https://assets.pokemon-zone.com/game-assets/CardPreviews/cPK_10_000130_00_RUFFRESIA_R.webp",
|
||||
"image_file": "a1/013-vileplume.webp",
|
||||
"source_url": "https://www.pokemon-zone.com/cards/a1/13/vileplume/",
|
||||
"hp": 140,
|
||||
"pokemon_type": "grass",
|
||||
"stage": "stage_2",
|
||||
"evolves_from": "Gloom",
|
||||
"is_ex": false,
|
||||
"abilities": [],
|
||||
"attacks": [
|
||||
{
|
||||
"name": "Soothing Scent",
|
||||
"cost": [
|
||||
"grass",
|
||||
"grass",
|
||||
"colorless"
|
||||
],
|
||||
"damage": 80,
|
||||
"damage_modifier": null,
|
||||
"effect_text": "Your opponent’s Active Pokémon is now Asleep.",
|
||||
"effect_id": null
|
||||
}
|
||||
],
|
||||
"weakness": {
|
||||
"type": "fire",
|
||||
"value": 20
|
||||
},
|
||||
"resistance": null,
|
||||
"retreat_cost": 3,
|
||||
"flavor_text": null,
|
||||
"illustrator": "Kyoko Umemoto"
|
||||
}
|
||||
39
backend/data/cards/a1/014-paras.json
Normal file
39
backend/data/cards/a1/014-paras.json
Normal file
@ -0,0 +1,39 @@
|
||||
{
|
||||
"id": "a1-014-paras",
|
||||
"name": "Paras",
|
||||
"set_code": "a1",
|
||||
"set_name": "Genetic Apex",
|
||||
"card_number": 14,
|
||||
"rarity": "Common",
|
||||
"card_type": "pokemon",
|
||||
"image_url": "https://assets.pokemon-zone.com/game-assets/CardPreviews/cPK_10_000140_00_PARAS_C.webp",
|
||||
"image_file": "a1/014-paras.webp",
|
||||
"source_url": "https://www.pokemon-zone.com/cards/a1/14/paras/",
|
||||
"hp": 70,
|
||||
"pokemon_type": "grass",
|
||||
"stage": "basic",
|
||||
"evolves_from": null,
|
||||
"is_ex": false,
|
||||
"abilities": [],
|
||||
"attacks": [
|
||||
{
|
||||
"name": "Scratch",
|
||||
"cost": [
|
||||
"grass",
|
||||
"colorless"
|
||||
],
|
||||
"damage": 30,
|
||||
"damage_modifier": null,
|
||||
"effect_text": null,
|
||||
"effect_id": null
|
||||
}
|
||||
],
|
||||
"weakness": {
|
||||
"type": "fire",
|
||||
"value": 20
|
||||
},
|
||||
"resistance": null,
|
||||
"retreat_cost": 1,
|
||||
"flavor_text": null,
|
||||
"illustrator": "Naoyo Kimura"
|
||||
}
|
||||
40
backend/data/cards/a1/015-parasect.json
Normal file
40
backend/data/cards/a1/015-parasect.json
Normal file
@ -0,0 +1,40 @@
|
||||
{
|
||||
"id": "a1-015-parasect",
|
||||
"name": "Parasect",
|
||||
"set_code": "a1",
|
||||
"set_name": "Genetic Apex",
|
||||
"card_number": 15,
|
||||
"rarity": "Uncommon",
|
||||
"card_type": "pokemon",
|
||||
"image_url": "https://assets.pokemon-zone.com/game-assets/CardPreviews/cPK_10_000150_00_PARASECT_U.webp",
|
||||
"image_file": "a1/015-parasect.webp",
|
||||
"source_url": "https://www.pokemon-zone.com/cards/a1/15/parasect/",
|
||||
"hp": 120,
|
||||
"pokemon_type": "grass",
|
||||
"stage": "stage_1",
|
||||
"evolves_from": "Paras",
|
||||
"is_ex": false,
|
||||
"abilities": [],
|
||||
"attacks": [
|
||||
{
|
||||
"name": "Slash",
|
||||
"cost": [
|
||||
"grass",
|
||||
"grass",
|
||||
"colorless"
|
||||
],
|
||||
"damage": 80,
|
||||
"damage_modifier": null,
|
||||
"effect_text": null,
|
||||
"effect_id": null
|
||||
}
|
||||
],
|
||||
"weakness": {
|
||||
"type": "fire",
|
||||
"value": 20
|
||||
},
|
||||
"resistance": null,
|
||||
"retreat_cost": 2,
|
||||
"flavor_text": null,
|
||||
"illustrator": "Eri Yamaki"
|
||||
}
|
||||
38
backend/data/cards/a1/016-venonat.json
Normal file
38
backend/data/cards/a1/016-venonat.json
Normal file
@ -0,0 +1,38 @@
|
||||
{
|
||||
"id": "a1-016-venonat",
|
||||
"name": "Venonat",
|
||||
"set_code": "a1",
|
||||
"set_name": "Genetic Apex",
|
||||
"card_number": 16,
|
||||
"rarity": "Common",
|
||||
"card_type": "pokemon",
|
||||
"image_url": "https://assets.pokemon-zone.com/game-assets/CardPreviews/cPK_10_000160_00_KONGPANG_C.webp",
|
||||
"image_file": "a1/016-venonat.webp",
|
||||
"source_url": "https://www.pokemon-zone.com/cards/a1/16/venonat/",
|
||||
"hp": 60,
|
||||
"pokemon_type": "grass",
|
||||
"stage": "basic",
|
||||
"evolves_from": null,
|
||||
"is_ex": false,
|
||||
"abilities": [],
|
||||
"attacks": [
|
||||
{
|
||||
"name": "Tackle",
|
||||
"cost": [
|
||||
"grass"
|
||||
],
|
||||
"damage": 20,
|
||||
"damage_modifier": null,
|
||||
"effect_text": null,
|
||||
"effect_id": null
|
||||
}
|
||||
],
|
||||
"weakness": {
|
||||
"type": "fire",
|
||||
"value": 20
|
||||
},
|
||||
"resistance": null,
|
||||
"retreat_cost": 1,
|
||||
"flavor_text": null,
|
||||
"illustrator": "HYOGONOSUKE"
|
||||
}
|
||||
38
backend/data/cards/a1/017-venomoth.json
Normal file
38
backend/data/cards/a1/017-venomoth.json
Normal file
@ -0,0 +1,38 @@
|
||||
{
|
||||
"id": "a1-017-venomoth",
|
||||
"name": "Venomoth",
|
||||
"set_code": "a1",
|
||||
"set_name": "Genetic Apex",
|
||||
"card_number": 17,
|
||||
"rarity": "Uncommon",
|
||||
"card_type": "pokemon",
|
||||
"image_url": "https://assets.pokemon-zone.com/game-assets/CardPreviews/cPK_10_000170_00_MORPHON_U.webp",
|
||||
"image_file": "a1/017-venomoth.webp",
|
||||
"source_url": "https://www.pokemon-zone.com/cards/a1/17/venomoth/",
|
||||
"hp": 80,
|
||||
"pokemon_type": "grass",
|
||||
"stage": "stage_1",
|
||||
"evolves_from": "Venonat",
|
||||
"is_ex": false,
|
||||
"abilities": [],
|
||||
"attacks": [
|
||||
{
|
||||
"name": "Poison Powder",
|
||||
"cost": [
|
||||
"grass"
|
||||
],
|
||||
"damage": 30,
|
||||
"damage_modifier": null,
|
||||
"effect_text": "Your opponent’s Active Pokémon is now Poisoned.",
|
||||
"effect_id": null
|
||||
}
|
||||
],
|
||||
"weakness": {
|
||||
"type": "fire",
|
||||
"value": 20
|
||||
},
|
||||
"resistance": null,
|
||||
"retreat_cost": 1,
|
||||
"flavor_text": null,
|
||||
"illustrator": "Mina Nakai"
|
||||
}
|
||||
38
backend/data/cards/a1/018-bellsprout.json
Normal file
38
backend/data/cards/a1/018-bellsprout.json
Normal file
@ -0,0 +1,38 @@
|
||||
{
|
||||
"id": "a1-018-bellsprout",
|
||||
"name": "Bellsprout",
|
||||
"set_code": "a1",
|
||||
"set_name": "Genetic Apex",
|
||||
"card_number": 18,
|
||||
"rarity": "Common",
|
||||
"card_type": "pokemon",
|
||||
"image_url": "https://assets.pokemon-zone.com/game-assets/CardPreviews/cPK_10_000180_00_MADATSUBOMI_C.webp",
|
||||
"image_file": "a1/018-bellsprout.webp",
|
||||
"source_url": "https://www.pokemon-zone.com/cards/a1/18/bellsprout/",
|
||||
"hp": 60,
|
||||
"pokemon_type": "grass",
|
||||
"stage": "basic",
|
||||
"evolves_from": null,
|
||||
"is_ex": false,
|
||||
"abilities": [],
|
||||
"attacks": [
|
||||
{
|
||||
"name": "Vine Whip",
|
||||
"cost": [
|
||||
"grass"
|
||||
],
|
||||
"damage": 20,
|
||||
"damage_modifier": null,
|
||||
"effect_text": null,
|
||||
"effect_id": null
|
||||
}
|
||||
],
|
||||
"weakness": {
|
||||
"type": "fire",
|
||||
"value": 20
|
||||
},
|
||||
"resistance": null,
|
||||
"retreat_cost": 1,
|
||||
"flavor_text": null,
|
||||
"illustrator": "HYOGONOSUKE"
|
||||
}
|
||||
39
backend/data/cards/a1/019-weepinbell.json
Normal file
39
backend/data/cards/a1/019-weepinbell.json
Normal file
@ -0,0 +1,39 @@
|
||||
{
|
||||
"id": "a1-019-weepinbell",
|
||||
"name": "Weepinbell",
|
||||
"set_code": "a1",
|
||||
"set_name": "Genetic Apex",
|
||||
"card_number": 19,
|
||||
"rarity": "Uncommon",
|
||||
"card_type": "pokemon",
|
||||
"image_url": "https://assets.pokemon-zone.com/game-assets/CardPreviews/cPK_10_000190_00_UTSUDON_U.webp",
|
||||
"image_file": "a1/019-weepinbell.webp",
|
||||
"source_url": "https://www.pokemon-zone.com/cards/a1/19/weepinbell/",
|
||||
"hp": 90,
|
||||
"pokemon_type": "grass",
|
||||
"stage": "stage_1",
|
||||
"evolves_from": "Bellsprout",
|
||||
"is_ex": false,
|
||||
"abilities": [],
|
||||
"attacks": [
|
||||
{
|
||||
"name": "Razor Leaf",
|
||||
"cost": [
|
||||
"grass",
|
||||
"colorless"
|
||||
],
|
||||
"damage": 40,
|
||||
"damage_modifier": null,
|
||||
"effect_text": null,
|
||||
"effect_id": null
|
||||
}
|
||||
],
|
||||
"weakness": {
|
||||
"type": "fire",
|
||||
"value": 20
|
||||
},
|
||||
"resistance": null,
|
||||
"retreat_cost": 2,
|
||||
"flavor_text": null,
|
||||
"illustrator": "Miki Tanaka"
|
||||
}
|
||||
45
backend/data/cards/a1/020-victreebel.json
Normal file
45
backend/data/cards/a1/020-victreebel.json
Normal file
@ -0,0 +1,45 @@
|
||||
{
|
||||
"id": "a1-020-victreebel",
|
||||
"name": "Victreebel",
|
||||
"set_code": "a1",
|
||||
"set_name": "Genetic Apex",
|
||||
"card_number": 20,
|
||||
"rarity": "Rare",
|
||||
"card_type": "pokemon",
|
||||
"image_url": "https://assets.pokemon-zone.com/game-assets/CardPreviews/cPK_10_000200_00_UTSUBOT_R.webp",
|
||||
"image_file": "a1/020-victreebel.webp",
|
||||
"source_url": "https://www.pokemon-zone.com/cards/a1/20/victreebel/",
|
||||
"hp": 140,
|
||||
"pokemon_type": "grass",
|
||||
"stage": "stage_2",
|
||||
"evolves_from": "Weepinbell",
|
||||
"is_ex": false,
|
||||
"abilities": [
|
||||
{
|
||||
"name": "Fragrance Trap",
|
||||
"effect_text": "If this Pokémon is in the Active Spot, once during your turn, you may switch in 1 of your opponent’s Benched Basic Pokémon to the Active Spot.",
|
||||
"effect_id": null
|
||||
}
|
||||
],
|
||||
"attacks": [
|
||||
{
|
||||
"name": "Vine Whip",
|
||||
"cost": [
|
||||
"grass",
|
||||
"colorless"
|
||||
],
|
||||
"damage": 60,
|
||||
"damage_modifier": null,
|
||||
"effect_text": null,
|
||||
"effect_id": null
|
||||
}
|
||||
],
|
||||
"weakness": {
|
||||
"type": "fire",
|
||||
"value": 20
|
||||
},
|
||||
"resistance": null,
|
||||
"retreat_cost": 2,
|
||||
"flavor_text": null,
|
||||
"illustrator": "Sumiyoshi Kizuki"
|
||||
}
|
||||
38
backend/data/cards/a1/021-exeggcute.json
Normal file
38
backend/data/cards/a1/021-exeggcute.json
Normal file
@ -0,0 +1,38 @@
|
||||
{
|
||||
"id": "a1-021-exeggcute",
|
||||
"name": "Exeggcute",
|
||||
"set_code": "a1",
|
||||
"set_name": "Genetic Apex",
|
||||
"card_number": 21,
|
||||
"rarity": "Common",
|
||||
"card_type": "pokemon",
|
||||
"image_url": "https://assets.pokemon-zone.com/game-assets/CardPreviews/cPK_10_000210_00_TAMATAMA_C.webp",
|
||||
"image_file": null,
|
||||
"source_url": "https://www.pokemon-zone.com/cards/a1/21/exeggcute/",
|
||||
"hp": 50,
|
||||
"pokemon_type": "grass",
|
||||
"stage": "basic",
|
||||
"evolves_from": null,
|
||||
"is_ex": false,
|
||||
"abilities": [],
|
||||
"attacks": [
|
||||
{
|
||||
"name": "Seed Bomb",
|
||||
"cost": [
|
||||
"grass"
|
||||
],
|
||||
"damage": 20,
|
||||
"damage_modifier": null,
|
||||
"effect_text": null,
|
||||
"effect_id": null
|
||||
}
|
||||
],
|
||||
"weakness": {
|
||||
"type": "fire",
|
||||
"value": 20
|
||||
},
|
||||
"resistance": null,
|
||||
"retreat_cost": 1,
|
||||
"flavor_text": null,
|
||||
"illustrator": "kawayoo"
|
||||
}
|
||||
38
backend/data/cards/a1/022-exeggutor.json
Normal file
38
backend/data/cards/a1/022-exeggutor.json
Normal file
@ -0,0 +1,38 @@
|
||||
{
|
||||
"id": "a1-022-exeggutor",
|
||||
"name": "Exeggutor",
|
||||
"set_code": "a1",
|
||||
"set_name": "Genetic Apex",
|
||||
"card_number": 22,
|
||||
"rarity": "Rare",
|
||||
"card_type": "pokemon",
|
||||
"image_url": "https://assets.pokemon-zone.com/game-assets/CardPreviews/cPK_10_000220_00_NASSY_R.webp",
|
||||
"image_file": null,
|
||||
"source_url": "https://www.pokemon-zone.com/cards/a1/22/exeggutor/",
|
||||
"hp": 130,
|
||||
"pokemon_type": "grass",
|
||||
"stage": "stage_1",
|
||||
"evolves_from": "Exeggcute",
|
||||
"is_ex": false,
|
||||
"abilities": [],
|
||||
"attacks": [
|
||||
{
|
||||
"name": "Stomp",
|
||||
"cost": [
|
||||
"grass"
|
||||
],
|
||||
"damage": 30,
|
||||
"damage_modifier": "x",
|
||||
"effect_text": "Flip a coin. If heads, this attack does 30 more damage.",
|
||||
"effect_id": null
|
||||
}
|
||||
],
|
||||
"weakness": {
|
||||
"type": "fire",
|
||||
"value": 20
|
||||
},
|
||||
"resistance": null,
|
||||
"retreat_cost": 3,
|
||||
"flavor_text": null,
|
||||
"illustrator": "Yukiko Baba"
|
||||
}
|
||||
38
backend/data/cards/a1/023-exeggutor-ex.json
Normal file
38
backend/data/cards/a1/023-exeggutor-ex.json
Normal file
@ -0,0 +1,38 @@
|
||||
{
|
||||
"id": "a1-023-exeggutor-ex",
|
||||
"name": "Exeggutor ex",
|
||||
"set_code": "a1",
|
||||
"set_name": "Genetic Apex",
|
||||
"card_number": 23,
|
||||
"rarity": "Double Rare",
|
||||
"card_type": "pokemon",
|
||||
"image_url": "https://assets.pokemon-zone.com/game-assets/CardPreviews/cPK_10_000230_00_NASSYex_RR.webp",
|
||||
"image_file": "a1/023-exeggutor-ex.webp",
|
||||
"source_url": "https://www.pokemon-zone.com/cards/a1/23/exeggutor-ex/",
|
||||
"hp": 160,
|
||||
"pokemon_type": "grass",
|
||||
"stage": "stage_1",
|
||||
"evolves_from": "Exeggcute",
|
||||
"is_ex": true,
|
||||
"abilities": [],
|
||||
"attacks": [
|
||||
{
|
||||
"name": "Tropical Swing",
|
||||
"cost": [
|
||||
"grass"
|
||||
],
|
||||
"damage": 40,
|
||||
"damage_modifier": "x",
|
||||
"effect_text": "Flip a coin. If heads, this attack does 40 more damage.",
|
||||
"effect_id": null
|
||||
}
|
||||
],
|
||||
"weakness": {
|
||||
"type": "fire",
|
||||
"value": 20
|
||||
},
|
||||
"resistance": null,
|
||||
"retreat_cost": 3,
|
||||
"flavor_text": null,
|
||||
"illustrator": "PLANETA CG Works"
|
||||
}
|
||||
39
backend/data/cards/a1/024-tangela.json
Normal file
39
backend/data/cards/a1/024-tangela.json
Normal file
@ -0,0 +1,39 @@
|
||||
{
|
||||
"id": "a1-024-tangela",
|
||||
"name": "Tangela",
|
||||
"set_code": "a1",
|
||||
"set_name": "Genetic Apex",
|
||||
"card_number": 24,
|
||||
"rarity": "Common",
|
||||
"card_type": "pokemon",
|
||||
"image_url": "https://assets.pokemon-zone.com/game-assets/CardPreviews/cPK_10_000240_00_MONJARA_C.webp",
|
||||
"image_file": null,
|
||||
"source_url": "https://www.pokemon-zone.com/cards/a1/24/tangela/",
|
||||
"hp": 80,
|
||||
"pokemon_type": "grass",
|
||||
"stage": "basic",
|
||||
"evolves_from": null,
|
||||
"is_ex": false,
|
||||
"abilities": [],
|
||||
"attacks": [
|
||||
{
|
||||
"name": "Absorb",
|
||||
"cost": [
|
||||
"grass",
|
||||
"colorless"
|
||||
],
|
||||
"damage": 40,
|
||||
"damage_modifier": null,
|
||||
"effect_text": "Heal 10 damage from this Pokémon.",
|
||||
"effect_id": null
|
||||
}
|
||||
],
|
||||
"weakness": {
|
||||
"type": "fire",
|
||||
"value": 20
|
||||
},
|
||||
"resistance": null,
|
||||
"retreat_cost": 2,
|
||||
"flavor_text": null,
|
||||
"illustrator": "Midori Harada"
|
||||
}
|
||||
38
backend/data/cards/a1/025-scyther.json
Normal file
38
backend/data/cards/a1/025-scyther.json
Normal file
@ -0,0 +1,38 @@
|
||||
{
|
||||
"id": "a1-025-scyther",
|
||||
"name": "Scyther",
|
||||
"set_code": "a1",
|
||||
"set_name": "Genetic Apex",
|
||||
"card_number": 25,
|
||||
"rarity": "Common",
|
||||
"card_type": "pokemon",
|
||||
"image_url": "https://assets.pokemon-zone.com/game-assets/CardPreviews/cPK_10_000250_00_STRIKE_C.webp",
|
||||
"image_file": "a1/025-scyther.webp",
|
||||
"source_url": "https://www.pokemon-zone.com/cards/a1/25/scyther/",
|
||||
"hp": 70,
|
||||
"pokemon_type": "grass",
|
||||
"stage": "basic",
|
||||
"evolves_from": null,
|
||||
"is_ex": false,
|
||||
"abilities": [],
|
||||
"attacks": [
|
||||
{
|
||||
"name": "Sharp Scythe",
|
||||
"cost": [
|
||||
"grass"
|
||||
],
|
||||
"damage": 30,
|
||||
"damage_modifier": null,
|
||||
"effect_text": null,
|
||||
"effect_id": null
|
||||
}
|
||||
],
|
||||
"weakness": {
|
||||
"type": "fire",
|
||||
"value": 20
|
||||
},
|
||||
"resistance": null,
|
||||
"retreat_cost": 1,
|
||||
"flavor_text": null,
|
||||
"illustrator": "Hasuno"
|
||||
}
|
||||
39
backend/data/cards/a1/026-pinsir.json
Normal file
39
backend/data/cards/a1/026-pinsir.json
Normal file
@ -0,0 +1,39 @@
|
||||
{
|
||||
"id": "a1-026-pinsir",
|
||||
"name": "Pinsir",
|
||||
"set_code": "a1",
|
||||
"set_name": "Genetic Apex",
|
||||
"card_number": 26,
|
||||
"rarity": "Uncommon",
|
||||
"card_type": "pokemon",
|
||||
"image_url": "https://assets.pokemon-zone.com/game-assets/CardPreviews/cPK_10_000260_00_KAILIOS_U.webp",
|
||||
"image_file": "a1/026-pinsir.webp",
|
||||
"source_url": "https://www.pokemon-zone.com/cards/a1/26/pinsir/",
|
||||
"hp": 90,
|
||||
"pokemon_type": "grass",
|
||||
"stage": "basic",
|
||||
"evolves_from": null,
|
||||
"is_ex": false,
|
||||
"abilities": [],
|
||||
"attacks": [
|
||||
{
|
||||
"name": "Double Horn",
|
||||
"cost": [
|
||||
"grass",
|
||||
"grass"
|
||||
],
|
||||
"damage": 50,
|
||||
"damage_modifier": "+",
|
||||
"effect_text": "Flip 2 coins. This attack does 50 damage for each heads.",
|
||||
"effect_id": null
|
||||
}
|
||||
],
|
||||
"weakness": {
|
||||
"type": "fire",
|
||||
"value": 20
|
||||
},
|
||||
"resistance": null,
|
||||
"retreat_cost": 2,
|
||||
"flavor_text": null,
|
||||
"illustrator": "Eri Yamaki"
|
||||
}
|
||||
38
backend/data/cards/a1/027-cottonee.json
Normal file
38
backend/data/cards/a1/027-cottonee.json
Normal file
@ -0,0 +1,38 @@
|
||||
{
|
||||
"id": "a1-027-cottonee",
|
||||
"name": "Cottonee",
|
||||
"set_code": "a1",
|
||||
"set_name": "Genetic Apex",
|
||||
"card_number": 27,
|
||||
"rarity": "Common",
|
||||
"card_type": "pokemon",
|
||||
"image_url": "https://assets.pokemon-zone.com/game-assets/CardPreviews/cPK_10_000270_00_MONMEN_C.webp",
|
||||
"image_file": "a1/027-cottonee.webp",
|
||||
"source_url": "https://www.pokemon-zone.com/cards/a1/27/cottonee/",
|
||||
"hp": 50,
|
||||
"pokemon_type": "grass",
|
||||
"stage": "basic",
|
||||
"evolves_from": null,
|
||||
"is_ex": false,
|
||||
"abilities": [],
|
||||
"attacks": [
|
||||
{
|
||||
"name": "Attach",
|
||||
"cost": [
|
||||
"colorless"
|
||||
],
|
||||
"damage": 10,
|
||||
"damage_modifier": null,
|
||||
"effect_text": null,
|
||||
"effect_id": null
|
||||
}
|
||||
],
|
||||
"weakness": {
|
||||
"type": "fire",
|
||||
"value": 20
|
||||
},
|
||||
"resistance": null,
|
||||
"retreat_cost": 1,
|
||||
"flavor_text": null,
|
||||
"illustrator": "Kanako Eo"
|
||||
}
|
||||
38
backend/data/cards/a1/028-whimsicott.json
Normal file
38
backend/data/cards/a1/028-whimsicott.json
Normal file
@ -0,0 +1,38 @@
|
||||
{
|
||||
"id": "a1-028-whimsicott",
|
||||
"name": "Whimsicott",
|
||||
"set_code": "a1",
|
||||
"set_name": "Genetic Apex",
|
||||
"card_number": 28,
|
||||
"rarity": "Uncommon",
|
||||
"card_type": "pokemon",
|
||||
"image_url": "https://assets.pokemon-zone.com/game-assets/CardPreviews/cPK_10_000280_00_ELFUUN_U.webp",
|
||||
"image_file": null,
|
||||
"source_url": "https://www.pokemon-zone.com/cards/a1/28/whimsicott/",
|
||||
"hp": 80,
|
||||
"pokemon_type": "grass",
|
||||
"stage": "stage_1",
|
||||
"evolves_from": "Cottonee",
|
||||
"is_ex": false,
|
||||
"abilities": [],
|
||||
"attacks": [
|
||||
{
|
||||
"name": "Rolling Tackle",
|
||||
"cost": [
|
||||
"colorless"
|
||||
],
|
||||
"damage": 40,
|
||||
"damage_modifier": null,
|
||||
"effect_text": null,
|
||||
"effect_id": null
|
||||
}
|
||||
],
|
||||
"weakness": {
|
||||
"type": "fire",
|
||||
"value": 20
|
||||
},
|
||||
"resistance": null,
|
||||
"retreat_cost": 1,
|
||||
"flavor_text": null,
|
||||
"illustrator": "Atsuko Nishida"
|
||||
}
|
||||
38
backend/data/cards/a1/029-petilil.json
Normal file
38
backend/data/cards/a1/029-petilil.json
Normal file
@ -0,0 +1,38 @@
|
||||
{
|
||||
"id": "a1-029-petilil",
|
||||
"name": "Petilil",
|
||||
"set_code": "a1",
|
||||
"set_name": "Genetic Apex",
|
||||
"card_number": 29,
|
||||
"rarity": "Common",
|
||||
"card_type": "pokemon",
|
||||
"image_url": "https://assets.pokemon-zone.com/game-assets/CardPreviews/cPK_10_000290_00_CHURINE_C.webp",
|
||||
"image_file": null,
|
||||
"source_url": "https://www.pokemon-zone.com/cards/a1/29/petilil/",
|
||||
"hp": 60,
|
||||
"pokemon_type": "grass",
|
||||
"stage": "basic",
|
||||
"evolves_from": null,
|
||||
"is_ex": false,
|
||||
"abilities": [],
|
||||
"attacks": [
|
||||
{
|
||||
"name": "Blot",
|
||||
"cost": [
|
||||
"grass"
|
||||
],
|
||||
"damage": 10,
|
||||
"damage_modifier": null,
|
||||
"effect_text": "Heal 10 damage from this Pokémon.",
|
||||
"effect_id": null
|
||||
}
|
||||
],
|
||||
"weakness": {
|
||||
"type": "fire",
|
||||
"value": 20
|
||||
},
|
||||
"resistance": null,
|
||||
"retreat_cost": 1,
|
||||
"flavor_text": null,
|
||||
"illustrator": "Naoyo Kimura"
|
||||
}
|
||||
39
backend/data/cards/a1/030-lilligant.json
Normal file
39
backend/data/cards/a1/030-lilligant.json
Normal file
@ -0,0 +1,39 @@
|
||||
{
|
||||
"id": "a1-030-lilligant",
|
||||
"name": "Lilligant",
|
||||
"set_code": "a1",
|
||||
"set_name": "Genetic Apex",
|
||||
"card_number": 30,
|
||||
"rarity": "Uncommon",
|
||||
"card_type": "pokemon",
|
||||
"image_url": "https://assets.pokemon-zone.com/game-assets/CardPreviews/cPK_10_000300_00_DREDEAR_U.webp",
|
||||
"image_file": null,
|
||||
"source_url": "https://www.pokemon-zone.com/cards/a1/30/lilligant/",
|
||||
"hp": 100,
|
||||
"pokemon_type": "grass",
|
||||
"stage": "stage_1",
|
||||
"evolves_from": "Petilil",
|
||||
"is_ex": false,
|
||||
"abilities": [],
|
||||
"attacks": [
|
||||
{
|
||||
"name": "Leaf Supply",
|
||||
"cost": [
|
||||
"grass",
|
||||
"grass"
|
||||
],
|
||||
"damage": 50,
|
||||
"damage_modifier": null,
|
||||
"effect_text": "Take aEnergy from your Energy Zone and attach it to 1 of your BenchedPokémon.",
|
||||
"effect_id": null
|
||||
}
|
||||
],
|
||||
"weakness": {
|
||||
"type": "fire",
|
||||
"value": 20
|
||||
},
|
||||
"resistance": null,
|
||||
"retreat_cost": 1,
|
||||
"flavor_text": null,
|
||||
"illustrator": "You Iribi"
|
||||
}
|
||||
38
backend/data/cards/a1/031-skiddo.json
Normal file
38
backend/data/cards/a1/031-skiddo.json
Normal file
@ -0,0 +1,38 @@
|
||||
{
|
||||
"id": "a1-031-skiddo",
|
||||
"name": "Skiddo",
|
||||
"set_code": "a1",
|
||||
"set_name": "Genetic Apex",
|
||||
"card_number": 31,
|
||||
"rarity": "Common",
|
||||
"card_type": "pokemon",
|
||||
"image_url": "https://assets.pokemon-zone.com/game-assets/CardPreviews/cPK_10_000310_00_MEECLE_C.webp",
|
||||
"image_file": "a1/031-skiddo.webp",
|
||||
"source_url": "https://www.pokemon-zone.com/cards/a1/31/skiddo/",
|
||||
"hp": 70,
|
||||
"pokemon_type": "grass",
|
||||
"stage": "basic",
|
||||
"evolves_from": null,
|
||||
"is_ex": false,
|
||||
"abilities": [],
|
||||
"attacks": [
|
||||
{
|
||||
"name": "Surprise Attack",
|
||||
"cost": [
|
||||
"colorless"
|
||||
],
|
||||
"damage": 40,
|
||||
"damage_modifier": null,
|
||||
"effect_text": "Flip a coin. If tails, this attack does nothing.",
|
||||
"effect_id": null
|
||||
}
|
||||
],
|
||||
"weakness": {
|
||||
"type": "fire",
|
||||
"value": 20
|
||||
},
|
||||
"resistance": null,
|
||||
"retreat_cost": 1,
|
||||
"flavor_text": null,
|
||||
"illustrator": "Naoki Saito"
|
||||
}
|
||||
40
backend/data/cards/a1/032-gogoat.json
Normal file
40
backend/data/cards/a1/032-gogoat.json
Normal file
@ -0,0 +1,40 @@
|
||||
{
|
||||
"id": "a1-032-gogoat",
|
||||
"name": "Gogoat",
|
||||
"set_code": "a1",
|
||||
"set_name": "Genetic Apex",
|
||||
"card_number": 32,
|
||||
"rarity": "Common",
|
||||
"card_type": "pokemon",
|
||||
"image_url": "https://assets.pokemon-zone.com/game-assets/CardPreviews/cPK_10_000320_00_GOGOAT_C.webp",
|
||||
"image_file": "a1/032-gogoat.webp",
|
||||
"source_url": "https://www.pokemon-zone.com/cards/a1/32/gogoat/",
|
||||
"hp": 120,
|
||||
"pokemon_type": "grass",
|
||||
"stage": "stage_1",
|
||||
"evolves_from": "Skiddo",
|
||||
"is_ex": false,
|
||||
"abilities": [],
|
||||
"attacks": [
|
||||
{
|
||||
"name": "Razor Leaf",
|
||||
"cost": [
|
||||
"grass",
|
||||
"colorless",
|
||||
"colorless"
|
||||
],
|
||||
"damage": 70,
|
||||
"damage_modifier": null,
|
||||
"effect_text": null,
|
||||
"effect_id": null
|
||||
}
|
||||
],
|
||||
"weakness": {
|
||||
"type": "fire",
|
||||
"value": 20
|
||||
},
|
||||
"resistance": null,
|
||||
"retreat_cost": 2,
|
||||
"flavor_text": null,
|
||||
"illustrator": "You Iribi"
|
||||
}
|
||||
38
backend/data/cards/a1/033-charmander.json
Normal file
38
backend/data/cards/a1/033-charmander.json
Normal file
@ -0,0 +1,38 @@
|
||||
{
|
||||
"id": "a1-033-charmander",
|
||||
"name": "Charmander",
|
||||
"set_code": "a1",
|
||||
"set_name": "Genetic Apex",
|
||||
"card_number": 33,
|
||||
"rarity": "Common",
|
||||
"card_type": "pokemon",
|
||||
"image_url": "https://assets.pokemon-zone.com/game-assets/CardPreviews/cPK_10_000330_00_HITOKAGE_C.webp",
|
||||
"image_file": null,
|
||||
"source_url": "https://www.pokemon-zone.com/cards/a1/33/charmander/",
|
||||
"hp": 60,
|
||||
"pokemon_type": "fire",
|
||||
"stage": "basic",
|
||||
"evolves_from": null,
|
||||
"is_ex": false,
|
||||
"abilities": [],
|
||||
"attacks": [
|
||||
{
|
||||
"name": "Ember",
|
||||
"cost": [
|
||||
"fire"
|
||||
],
|
||||
"damage": 30,
|
||||
"damage_modifier": null,
|
||||
"effect_text": "Discard aEnergy from this Pokémon.",
|
||||
"effect_id": null
|
||||
}
|
||||
],
|
||||
"weakness": {
|
||||
"type": "water",
|
||||
"value": 20
|
||||
},
|
||||
"resistance": null,
|
||||
"retreat_cost": 1,
|
||||
"flavor_text": null,
|
||||
"illustrator": "Teeziro"
|
||||
}
|
||||
40
backend/data/cards/a1/034-charmeleon.json
Normal file
40
backend/data/cards/a1/034-charmeleon.json
Normal file
@ -0,0 +1,40 @@
|
||||
{
|
||||
"id": "a1-034-charmeleon",
|
||||
"name": "Charmeleon",
|
||||
"set_code": "a1",
|
||||
"set_name": "Genetic Apex",
|
||||
"card_number": 34,
|
||||
"rarity": "Uncommon",
|
||||
"card_type": "pokemon",
|
||||
"image_url": "https://assets.pokemon-zone.com/game-assets/CardPreviews/cPK_10_000340_00_LIZARDO_U.webp",
|
||||
"image_file": null,
|
||||
"source_url": "https://www.pokemon-zone.com/cards/a1/34/charmeleon/",
|
||||
"hp": 90,
|
||||
"pokemon_type": "fire",
|
||||
"stage": "stage_1",
|
||||
"evolves_from": "Charmander",
|
||||
"is_ex": false,
|
||||
"abilities": [],
|
||||
"attacks": [
|
||||
{
|
||||
"name": "Fire Claws",
|
||||
"cost": [
|
||||
"fire",
|
||||
"colorless",
|
||||
"colorless"
|
||||
],
|
||||
"damage": 60,
|
||||
"damage_modifier": null,
|
||||
"effect_text": null,
|
||||
"effect_id": null
|
||||
}
|
||||
],
|
||||
"weakness": {
|
||||
"type": "water",
|
||||
"value": 20
|
||||
},
|
||||
"resistance": null,
|
||||
"retreat_cost": 2,
|
||||
"flavor_text": null,
|
||||
"illustrator": "kantaro"
|
||||
}
|
||||
41
backend/data/cards/a1/035-charizard.json
Normal file
41
backend/data/cards/a1/035-charizard.json
Normal file
@ -0,0 +1,41 @@
|
||||
{
|
||||
"id": "a1-035-charizard",
|
||||
"name": "Charizard",
|
||||
"set_code": "a1",
|
||||
"set_name": "Genetic Apex",
|
||||
"card_number": 35,
|
||||
"rarity": "Rare",
|
||||
"card_type": "pokemon",
|
||||
"image_url": "https://assets.pokemon-zone.com/game-assets/CardPreviews/cPK_10_000350_00_LIZARDON_R.webp",
|
||||
"image_file": "a1/035-charizard.webp",
|
||||
"source_url": "https://www.pokemon-zone.com/cards/a1/35/charizard/",
|
||||
"hp": 150,
|
||||
"pokemon_type": "fire",
|
||||
"stage": "stage_2",
|
||||
"evolves_from": "Charmeleon",
|
||||
"is_ex": false,
|
||||
"abilities": [],
|
||||
"attacks": [
|
||||
{
|
||||
"name": "Fire Spin",
|
||||
"cost": [
|
||||
"fire",
|
||||
"fire",
|
||||
"colorless",
|
||||
"colorless"
|
||||
],
|
||||
"damage": 150,
|
||||
"damage_modifier": null,
|
||||
"effect_text": "Discard 2Energy from this Pokémon.",
|
||||
"effect_id": null
|
||||
}
|
||||
],
|
||||
"weakness": {
|
||||
"type": "water",
|
||||
"value": 20
|
||||
},
|
||||
"resistance": null,
|
||||
"retreat_cost": 2,
|
||||
"flavor_text": null,
|
||||
"illustrator": "takuyoa"
|
||||
}
|
||||
53
backend/data/cards/a1/036-charizard-ex.json
Normal file
53
backend/data/cards/a1/036-charizard-ex.json
Normal file
@ -0,0 +1,53 @@
|
||||
{
|
||||
"id": "a1-036-charizard-ex",
|
||||
"name": "Charizard ex",
|
||||
"set_code": "a1",
|
||||
"set_name": "Genetic Apex",
|
||||
"card_number": 36,
|
||||
"rarity": "Double Rare",
|
||||
"card_type": "pokemon",
|
||||
"image_url": "https://assets.pokemon-zone.com/game-assets/CardPreviews/cPK_10_000360_00_LIZARDONex_RR.webp",
|
||||
"image_file": "a1/036-charizard-ex.webp",
|
||||
"source_url": "https://www.pokemon-zone.com/cards/a1/36/charizard-ex/",
|
||||
"hp": 180,
|
||||
"pokemon_type": "fire",
|
||||
"stage": "stage_2",
|
||||
"evolves_from": "Charmeleon",
|
||||
"is_ex": true,
|
||||
"abilities": [],
|
||||
"attacks": [
|
||||
{
|
||||
"name": "Slash",
|
||||
"cost": [
|
||||
"fire",
|
||||
"colorless",
|
||||
"colorless"
|
||||
],
|
||||
"damage": 60,
|
||||
"damage_modifier": null,
|
||||
"effect_text": null,
|
||||
"effect_id": null
|
||||
},
|
||||
{
|
||||
"name": "Crimson Storm",
|
||||
"cost": [
|
||||
"fire",
|
||||
"fire",
|
||||
"colorless",
|
||||
"colorless"
|
||||
],
|
||||
"damage": 200,
|
||||
"damage_modifier": null,
|
||||
"effect_text": "Discard 2Energy from this Pokémon.",
|
||||
"effect_id": null
|
||||
}
|
||||
],
|
||||
"weakness": {
|
||||
"type": "water",
|
||||
"value": 20
|
||||
},
|
||||
"resistance": null,
|
||||
"retreat_cost": 2,
|
||||
"flavor_text": null,
|
||||
"illustrator": "PLANETA Mochizuki"
|
||||
}
|
||||
38
backend/data/cards/a1/037-vulpix.json
Normal file
38
backend/data/cards/a1/037-vulpix.json
Normal file
@ -0,0 +1,38 @@
|
||||
{
|
||||
"id": "a1-037-vulpix",
|
||||
"name": "Vulpix",
|
||||
"set_code": "a1",
|
||||
"set_name": "Genetic Apex",
|
||||
"card_number": 37,
|
||||
"rarity": "Common",
|
||||
"card_type": "pokemon",
|
||||
"image_url": "https://assets.pokemon-zone.com/game-assets/CardPreviews/cPK_10_000370_00_ROKON_C.webp",
|
||||
"image_file": "a1/037-vulpix.webp",
|
||||
"source_url": "https://www.pokemon-zone.com/cards/a1/37/vulpix/",
|
||||
"hp": 50,
|
||||
"pokemon_type": "fire",
|
||||
"stage": "basic",
|
||||
"evolves_from": null,
|
||||
"is_ex": false,
|
||||
"abilities": [],
|
||||
"attacks": [
|
||||
{
|
||||
"name": "Tail Whip",
|
||||
"cost": [
|
||||
"colorless"
|
||||
],
|
||||
"damage": null,
|
||||
"damage_modifier": null,
|
||||
"effect_text": "Flip a coin. If heads, the Defending Pokémon can’t attack during your opponent’s next turn.",
|
||||
"effect_id": null
|
||||
}
|
||||
],
|
||||
"weakness": {
|
||||
"type": "water",
|
||||
"value": 20
|
||||
},
|
||||
"resistance": null,
|
||||
"retreat_cost": 1,
|
||||
"flavor_text": null,
|
||||
"illustrator": "Toshinao Aoki"
|
||||
}
|
||||
39
backend/data/cards/a1/038-ninetales.json
Normal file
39
backend/data/cards/a1/038-ninetales.json
Normal file
@ -0,0 +1,39 @@
|
||||
{
|
||||
"id": "a1-038-ninetales",
|
||||
"name": "Ninetales",
|
||||
"set_code": "a1",
|
||||
"set_name": "Genetic Apex",
|
||||
"card_number": 38,
|
||||
"rarity": "Uncommon",
|
||||
"card_type": "pokemon",
|
||||
"image_url": "https://assets.pokemon-zone.com/game-assets/CardPreviews/cPK_10_000380_00_KYUKON_U.webp",
|
||||
"image_file": null,
|
||||
"source_url": "https://www.pokemon-zone.com/cards/a1/38/ninetales/",
|
||||
"hp": 90,
|
||||
"pokemon_type": "fire",
|
||||
"stage": "stage_1",
|
||||
"evolves_from": "Vulpix",
|
||||
"is_ex": false,
|
||||
"abilities": [],
|
||||
"attacks": [
|
||||
{
|
||||
"name": "Flamethrower",
|
||||
"cost": [
|
||||
"fire",
|
||||
"fire"
|
||||
],
|
||||
"damage": 90,
|
||||
"damage_modifier": null,
|
||||
"effect_text": "Discard aEnergy from this Pokémon.",
|
||||
"effect_id": null
|
||||
}
|
||||
],
|
||||
"weakness": {
|
||||
"type": "water",
|
||||
"value": 20
|
||||
},
|
||||
"resistance": null,
|
||||
"retreat_cost": 1,
|
||||
"flavor_text": null,
|
||||
"illustrator": "You Iribi"
|
||||
}
|
||||
39
backend/data/cards/a1/039-growlithe.json
Normal file
39
backend/data/cards/a1/039-growlithe.json
Normal file
@ -0,0 +1,39 @@
|
||||
{
|
||||
"id": "a1-039-growlithe",
|
||||
"name": "Growlithe",
|
||||
"set_code": "a1",
|
||||
"set_name": "Genetic Apex",
|
||||
"card_number": 39,
|
||||
"rarity": "Common",
|
||||
"card_type": "pokemon",
|
||||
"image_url": "https://assets.pokemon-zone.com/game-assets/CardPreviews/cPK_10_000390_00_GARDIE_C.webp",
|
||||
"image_file": "a1/039-growlithe.webp",
|
||||
"source_url": "https://www.pokemon-zone.com/cards/a1/39/growlithe/",
|
||||
"hp": 70,
|
||||
"pokemon_type": "fire",
|
||||
"stage": "basic",
|
||||
"evolves_from": null,
|
||||
"is_ex": false,
|
||||
"abilities": [],
|
||||
"attacks": [
|
||||
{
|
||||
"name": "Bite",
|
||||
"cost": [
|
||||
"colorless",
|
||||
"colorless"
|
||||
],
|
||||
"damage": 20,
|
||||
"damage_modifier": null,
|
||||
"effect_text": null,
|
||||
"effect_id": null
|
||||
}
|
||||
],
|
||||
"weakness": {
|
||||
"type": "water",
|
||||
"value": 20
|
||||
},
|
||||
"resistance": null,
|
||||
"retreat_cost": 1,
|
||||
"flavor_text": null,
|
||||
"illustrator": "Mizue"
|
||||
}
|
||||
40
backend/data/cards/a1/040-arcanine.json
Normal file
40
backend/data/cards/a1/040-arcanine.json
Normal file
@ -0,0 +1,40 @@
|
||||
{
|
||||
"id": "a1-040-arcanine",
|
||||
"name": "Arcanine",
|
||||
"set_code": "a1",
|
||||
"set_name": "Genetic Apex",
|
||||
"card_number": 40,
|
||||
"rarity": "Rare",
|
||||
"card_type": "pokemon",
|
||||
"image_url": "https://assets.pokemon-zone.com/game-assets/CardPreviews/cPK_10_000400_00_WINDIE_R.webp",
|
||||
"image_file": "a1/040-arcanine.webp",
|
||||
"source_url": "https://www.pokemon-zone.com/cards/a1/40/arcanine/",
|
||||
"hp": 130,
|
||||
"pokemon_type": "fire",
|
||||
"stage": "stage_1",
|
||||
"evolves_from": "Growlithe",
|
||||
"is_ex": false,
|
||||
"abilities": [],
|
||||
"attacks": [
|
||||
{
|
||||
"name": "Heat Tackle",
|
||||
"cost": [
|
||||
"fire",
|
||||
"fire",
|
||||
"colorless"
|
||||
],
|
||||
"damage": 100,
|
||||
"damage_modifier": null,
|
||||
"effect_text": "This Pokémon also does 20 damage to itself.",
|
||||
"effect_id": null
|
||||
}
|
||||
],
|
||||
"weakness": {
|
||||
"type": "water",
|
||||
"value": 20
|
||||
},
|
||||
"resistance": null,
|
||||
"retreat_cost": 2,
|
||||
"flavor_text": null,
|
||||
"illustrator": "kodama"
|
||||
}
|
||||
40
backend/data/cards/a1/041-arcanine-ex.json
Normal file
40
backend/data/cards/a1/041-arcanine-ex.json
Normal file
@ -0,0 +1,40 @@
|
||||
{
|
||||
"id": "a1-041-arcanine-ex",
|
||||
"name": "Arcanine ex",
|
||||
"set_code": "a1",
|
||||
"set_name": "Genetic Apex",
|
||||
"card_number": 41,
|
||||
"rarity": "Double Rare",
|
||||
"card_type": "pokemon",
|
||||
"image_url": "https://assets.pokemon-zone.com/game-assets/CardPreviews/cPK_10_000410_00_WINDIEex_RR.webp",
|
||||
"image_file": "a1/041-arcanine-ex.webp",
|
||||
"source_url": "https://www.pokemon-zone.com/cards/a1/41/arcanine-ex/",
|
||||
"hp": 150,
|
||||
"pokemon_type": "fire",
|
||||
"stage": "stage_1",
|
||||
"evolves_from": "Growlithe",
|
||||
"is_ex": true,
|
||||
"abilities": [],
|
||||
"attacks": [
|
||||
{
|
||||
"name": "Inferno Onrush",
|
||||
"cost": [
|
||||
"fire",
|
||||
"fire",
|
||||
"colorless"
|
||||
],
|
||||
"damage": 120,
|
||||
"damage_modifier": null,
|
||||
"effect_text": "This Pokémon also does 20 damage to itself.",
|
||||
"effect_id": null
|
||||
}
|
||||
],
|
||||
"weakness": {
|
||||
"type": "water",
|
||||
"value": 20
|
||||
},
|
||||
"resistance": null,
|
||||
"retreat_cost": 2,
|
||||
"flavor_text": null,
|
||||
"illustrator": "PLANETA Saito"
|
||||
}
|
||||
38
backend/data/cards/a1/042-ponyta.json
Normal file
38
backend/data/cards/a1/042-ponyta.json
Normal file
@ -0,0 +1,38 @@
|
||||
{
|
||||
"id": "a1-042-ponyta",
|
||||
"name": "Ponyta",
|
||||
"set_code": "a1",
|
||||
"set_name": "Genetic Apex",
|
||||
"card_number": 42,
|
||||
"rarity": "Common",
|
||||
"card_type": "pokemon",
|
||||
"image_url": "https://assets.pokemon-zone.com/game-assets/CardPreviews/cPK_10_000420_00_PONYTA_C.webp",
|
||||
"image_file": null,
|
||||
"source_url": "https://www.pokemon-zone.com/cards/a1/42/ponyta/",
|
||||
"hp": 60,
|
||||
"pokemon_type": "fire",
|
||||
"stage": "basic",
|
||||
"evolves_from": null,
|
||||
"is_ex": false,
|
||||
"abilities": [],
|
||||
"attacks": [
|
||||
{
|
||||
"name": "Flare",
|
||||
"cost": [
|
||||
"fire"
|
||||
],
|
||||
"damage": 20,
|
||||
"damage_modifier": null,
|
||||
"effect_text": null,
|
||||
"effect_id": null
|
||||
}
|
||||
],
|
||||
"weakness": {
|
||||
"type": "water",
|
||||
"value": 20
|
||||
},
|
||||
"resistance": null,
|
||||
"retreat_cost": 1,
|
||||
"flavor_text": null,
|
||||
"illustrator": "Uta"
|
||||
}
|
||||
38
backend/data/cards/a1/043-rapidash.json
Normal file
38
backend/data/cards/a1/043-rapidash.json
Normal file
@ -0,0 +1,38 @@
|
||||
{
|
||||
"id": "a1-043-rapidash",
|
||||
"name": "Rapidash",
|
||||
"set_code": "a1",
|
||||
"set_name": "Genetic Apex",
|
||||
"card_number": 43,
|
||||
"rarity": "Uncommon",
|
||||
"card_type": "pokemon",
|
||||
"image_url": "https://assets.pokemon-zone.com/game-assets/CardPreviews/cPK_10_000430_00_GALLOP_U.webp",
|
||||
"image_file": null,
|
||||
"source_url": "https://www.pokemon-zone.com/cards/a1/43/rapidash/",
|
||||
"hp": 100,
|
||||
"pokemon_type": "fire",
|
||||
"stage": "stage_1",
|
||||
"evolves_from": "Ponyta",
|
||||
"is_ex": false,
|
||||
"abilities": [],
|
||||
"attacks": [
|
||||
{
|
||||
"name": "Fire Mane",
|
||||
"cost": [
|
||||
"fire"
|
||||
],
|
||||
"damage": 40,
|
||||
"damage_modifier": null,
|
||||
"effect_text": null,
|
||||
"effect_id": null
|
||||
}
|
||||
],
|
||||
"weakness": {
|
||||
"type": "water",
|
||||
"value": 20
|
||||
},
|
||||
"resistance": null,
|
||||
"retreat_cost": 1,
|
||||
"flavor_text": null,
|
||||
"illustrator": "Misa Tsutsui"
|
||||
}
|
||||
39
backend/data/cards/a1/044-magmar.json
Normal file
39
backend/data/cards/a1/044-magmar.json
Normal file
@ -0,0 +1,39 @@
|
||||
{
|
||||
"id": "a1-044-magmar",
|
||||
"name": "Magmar",
|
||||
"set_code": "a1",
|
||||
"set_name": "Genetic Apex",
|
||||
"card_number": 44,
|
||||
"rarity": "Common",
|
||||
"card_type": "pokemon",
|
||||
"image_url": "https://assets.pokemon-zone.com/game-assets/CardPreviews/cPK_10_000440_00_BOOBER_C.webp",
|
||||
"image_file": "a1/044-magmar.webp",
|
||||
"source_url": "https://www.pokemon-zone.com/cards/a1/44/magmar/",
|
||||
"hp": 80,
|
||||
"pokemon_type": "fire",
|
||||
"stage": "basic",
|
||||
"evolves_from": null,
|
||||
"is_ex": false,
|
||||
"abilities": [],
|
||||
"attacks": [
|
||||
{
|
||||
"name": "Magma Punch",
|
||||
"cost": [
|
||||
"fire",
|
||||
"fire"
|
||||
],
|
||||
"damage": 50,
|
||||
"damage_modifier": null,
|
||||
"effect_text": null,
|
||||
"effect_id": null
|
||||
}
|
||||
],
|
||||
"weakness": {
|
||||
"type": "water",
|
||||
"value": 20
|
||||
},
|
||||
"resistance": null,
|
||||
"retreat_cost": 2,
|
||||
"flavor_text": null,
|
||||
"illustrator": "Ryuta Fuse"
|
||||
}
|
||||
40
backend/data/cards/a1/045-flareon.json
Normal file
40
backend/data/cards/a1/045-flareon.json
Normal file
@ -0,0 +1,40 @@
|
||||
{
|
||||
"id": "a1-045-flareon",
|
||||
"name": "Flareon",
|
||||
"set_code": "a1",
|
||||
"set_name": "Genetic Apex",
|
||||
"card_number": 45,
|
||||
"rarity": "Rare",
|
||||
"card_type": "pokemon",
|
||||
"image_url": "https://assets.pokemon-zone.com/game-assets/CardPreviews/cPK_10_000450_00_BOOSTER_R.webp",
|
||||
"image_file": "a1/045-flareon.webp",
|
||||
"source_url": "https://www.pokemon-zone.com/cards/a1/45/flareon/",
|
||||
"hp": 120,
|
||||
"pokemon_type": "fire",
|
||||
"stage": "stage_1",
|
||||
"evolves_from": "Eevee",
|
||||
"is_ex": false,
|
||||
"abilities": [],
|
||||
"attacks": [
|
||||
{
|
||||
"name": "Flamethrower",
|
||||
"cost": [
|
||||
"fire",
|
||||
"colorless",
|
||||
"colorless"
|
||||
],
|
||||
"damage": 110,
|
||||
"damage_modifier": null,
|
||||
"effect_text": "Discard aEnergy from this Pokémon.",
|
||||
"effect_id": null
|
||||
}
|
||||
],
|
||||
"weakness": {
|
||||
"type": "water",
|
||||
"value": 20
|
||||
},
|
||||
"resistance": null,
|
||||
"retreat_cost": 2,
|
||||
"flavor_text": null,
|
||||
"illustrator": "sui"
|
||||
}
|
||||
40
backend/data/cards/a1/046-moltres.json
Normal file
40
backend/data/cards/a1/046-moltres.json
Normal file
@ -0,0 +1,40 @@
|
||||
{
|
||||
"id": "a1-046-moltres",
|
||||
"name": "Moltres",
|
||||
"set_code": "a1",
|
||||
"set_name": "Genetic Apex",
|
||||
"card_number": 46,
|
||||
"rarity": "Rare",
|
||||
"card_type": "pokemon",
|
||||
"image_url": "https://assets.pokemon-zone.com/game-assets/CardPreviews/cPK_10_000460_00_FIRE_R.webp",
|
||||
"image_file": "a1/046-moltres.webp",
|
||||
"source_url": "https://www.pokemon-zone.com/cards/a1/46/moltres/",
|
||||
"hp": 100,
|
||||
"pokemon_type": "fire",
|
||||
"stage": "basic",
|
||||
"evolves_from": null,
|
||||
"is_ex": false,
|
||||
"abilities": [],
|
||||
"attacks": [
|
||||
{
|
||||
"name": "Sky Attack",
|
||||
"cost": [
|
||||
"fire",
|
||||
"colorless",
|
||||
"colorless"
|
||||
],
|
||||
"damage": 130,
|
||||
"damage_modifier": null,
|
||||
"effect_text": "Flip a coin. If tails, this attack does nothing.",
|
||||
"effect_id": null
|
||||
}
|
||||
],
|
||||
"weakness": {
|
||||
"type": "lightning",
|
||||
"value": 20
|
||||
},
|
||||
"resistance": null,
|
||||
"retreat_cost": 1,
|
||||
"flavor_text": null,
|
||||
"illustrator": "Hitoshi Ariga"
|
||||
}
|
||||
50
backend/data/cards/a1/047-moltres-ex.json
Normal file
50
backend/data/cards/a1/047-moltres-ex.json
Normal file
@ -0,0 +1,50 @@
|
||||
{
|
||||
"id": "a1-047-moltres-ex",
|
||||
"name": "Moltres ex",
|
||||
"set_code": "a1",
|
||||
"set_name": "Genetic Apex",
|
||||
"card_number": 47,
|
||||
"rarity": "Double Rare",
|
||||
"card_type": "pokemon",
|
||||
"image_url": "https://assets.pokemon-zone.com/game-assets/CardPreviews/cPK_10_000470_00_FIREex_RR.webp",
|
||||
"image_file": "a1/047-moltres-ex.webp",
|
||||
"source_url": "https://www.pokemon-zone.com/cards/a1/47/moltres-ex/",
|
||||
"hp": 140,
|
||||
"pokemon_type": "fire",
|
||||
"stage": "basic",
|
||||
"evolves_from": null,
|
||||
"is_ex": true,
|
||||
"abilities": [],
|
||||
"attacks": [
|
||||
{
|
||||
"name": "Inferno Dance",
|
||||
"cost": [
|
||||
"fire"
|
||||
],
|
||||
"damage": null,
|
||||
"damage_modifier": null,
|
||||
"effect_text": "Flip 3 coins. Take an amount ofEnergy from your Energy Zone equal to the number of heads and attach it to your BenchedPokémon in any way you like.",
|
||||
"effect_id": null
|
||||
},
|
||||
{
|
||||
"name": "Heat Blast",
|
||||
"cost": [
|
||||
"fire",
|
||||
"colorless",
|
||||
"colorless"
|
||||
],
|
||||
"damage": 70,
|
||||
"damage_modifier": null,
|
||||
"effect_text": null,
|
||||
"effect_id": null
|
||||
}
|
||||
],
|
||||
"weakness": {
|
||||
"type": "lightning",
|
||||
"value": 20
|
||||
},
|
||||
"resistance": null,
|
||||
"retreat_cost": 2,
|
||||
"flavor_text": null,
|
||||
"illustrator": "PLANETA Tsuji"
|
||||
}
|
||||
38
backend/data/cards/a1/048-heatmor.json
Normal file
38
backend/data/cards/a1/048-heatmor.json
Normal file
@ -0,0 +1,38 @@
|
||||
{
|
||||
"id": "a1-048-heatmor",
|
||||
"name": "Heatmor",
|
||||
"set_code": "a1",
|
||||
"set_name": "Genetic Apex",
|
||||
"card_number": 48,
|
||||
"rarity": "Common",
|
||||
"card_type": "pokemon",
|
||||
"image_url": "https://assets.pokemon-zone.com/game-assets/CardPreviews/cPK_10_000480_00_KUITARAN_C.webp",
|
||||
"image_file": null,
|
||||
"source_url": "https://www.pokemon-zone.com/cards/a1/48/heatmor/",
|
||||
"hp": 80,
|
||||
"pokemon_type": "fire",
|
||||
"stage": "basic",
|
||||
"evolves_from": null,
|
||||
"is_ex": false,
|
||||
"abilities": [],
|
||||
"attacks": [
|
||||
{
|
||||
"name": "Combustion",
|
||||
"cost": [
|
||||
"fire"
|
||||
],
|
||||
"damage": 30,
|
||||
"damage_modifier": null,
|
||||
"effect_text": null,
|
||||
"effect_id": null
|
||||
}
|
||||
],
|
||||
"weakness": {
|
||||
"type": "water",
|
||||
"value": 20
|
||||
},
|
||||
"resistance": null,
|
||||
"retreat_cost": 1,
|
||||
"flavor_text": null,
|
||||
"illustrator": "Suwama Chiaki"
|
||||
}
|
||||
38
backend/data/cards/a1/049-salandit.json
Normal file
38
backend/data/cards/a1/049-salandit.json
Normal file
@ -0,0 +1,38 @@
|
||||
{
|
||||
"id": "a1-049-salandit",
|
||||
"name": "Salandit",
|
||||
"set_code": "a1",
|
||||
"set_name": "Genetic Apex",
|
||||
"card_number": 49,
|
||||
"rarity": "Common",
|
||||
"card_type": "pokemon",
|
||||
"image_url": "https://assets.pokemon-zone.com/game-assets/CardPreviews/cPK_10_000490_00_YATOUMORI_C.webp",
|
||||
"image_file": null,
|
||||
"source_url": "https://www.pokemon-zone.com/cards/a1/49/salandit/",
|
||||
"hp": 60,
|
||||
"pokemon_type": "fire",
|
||||
"stage": "basic",
|
||||
"evolves_from": null,
|
||||
"is_ex": false,
|
||||
"abilities": [],
|
||||
"attacks": [
|
||||
{
|
||||
"name": "Scratch",
|
||||
"cost": [
|
||||
"fire"
|
||||
],
|
||||
"damage": 20,
|
||||
"damage_modifier": null,
|
||||
"effect_text": null,
|
||||
"effect_id": null
|
||||
}
|
||||
],
|
||||
"weakness": {
|
||||
"type": "water",
|
||||
"value": 20
|
||||
},
|
||||
"resistance": null,
|
||||
"retreat_cost": 1,
|
||||
"flavor_text": null,
|
||||
"illustrator": "Kyoko Umemoto"
|
||||
}
|
||||
39
backend/data/cards/a1/050-salazzle.json
Normal file
39
backend/data/cards/a1/050-salazzle.json
Normal file
@ -0,0 +1,39 @@
|
||||
{
|
||||
"id": "a1-050-salazzle",
|
||||
"name": "Salazzle",
|
||||
"set_code": "a1",
|
||||
"set_name": "Genetic Apex",
|
||||
"card_number": 50,
|
||||
"rarity": "Common",
|
||||
"card_type": "pokemon",
|
||||
"image_url": "https://assets.pokemon-zone.com/game-assets/CardPreviews/cPK_10_000500_00_ENNEWT_C.webp",
|
||||
"image_file": "a1/050-salazzle.webp",
|
||||
"source_url": "https://www.pokemon-zone.com/cards/a1/50/salazzle/",
|
||||
"hp": 90,
|
||||
"pokemon_type": "fire",
|
||||
"stage": "stage_1",
|
||||
"evolves_from": "Salandit",
|
||||
"is_ex": false,
|
||||
"abilities": [],
|
||||
"attacks": [
|
||||
{
|
||||
"name": "Fire Claws",
|
||||
"cost": [
|
||||
"fire",
|
||||
"colorless"
|
||||
],
|
||||
"damage": 60,
|
||||
"damage_modifier": null,
|
||||
"effect_text": null,
|
||||
"effect_id": null
|
||||
}
|
||||
],
|
||||
"weakness": {
|
||||
"type": "water",
|
||||
"value": 20
|
||||
},
|
||||
"resistance": null,
|
||||
"retreat_cost": 1,
|
||||
"flavor_text": null,
|
||||
"illustrator": "hatachu"
|
||||
}
|
||||
38
backend/data/cards/a1/051-sizzlipede.json
Normal file
38
backend/data/cards/a1/051-sizzlipede.json
Normal file
@ -0,0 +1,38 @@
|
||||
{
|
||||
"id": "a1-051-sizzlipede",
|
||||
"name": "Sizzlipede",
|
||||
"set_code": "a1",
|
||||
"set_name": "Genetic Apex",
|
||||
"card_number": 51,
|
||||
"rarity": "Common",
|
||||
"card_type": "pokemon",
|
||||
"image_url": "https://assets.pokemon-zone.com/game-assets/CardPreviews/cPK_10_000510_00_YAKUDE_C.webp",
|
||||
"image_file": "a1/051-sizzlipede.webp",
|
||||
"source_url": "https://www.pokemon-zone.com/cards/a1/51/sizzlipede/",
|
||||
"hp": 60,
|
||||
"pokemon_type": "fire",
|
||||
"stage": "basic",
|
||||
"evolves_from": null,
|
||||
"is_ex": false,
|
||||
"abilities": [],
|
||||
"attacks": [
|
||||
{
|
||||
"name": "Gnaw",
|
||||
"cost": [
|
||||
"colorless"
|
||||
],
|
||||
"damage": 10,
|
||||
"damage_modifier": null,
|
||||
"effect_text": null,
|
||||
"effect_id": null
|
||||
}
|
||||
],
|
||||
"weakness": {
|
||||
"type": "water",
|
||||
"value": 20
|
||||
},
|
||||
"resistance": null,
|
||||
"retreat_cost": 1,
|
||||
"flavor_text": null,
|
||||
"illustrator": "Teeziro"
|
||||
}
|
||||
41
backend/data/cards/a1/052-centiskorch.json
Normal file
41
backend/data/cards/a1/052-centiskorch.json
Normal file
@ -0,0 +1,41 @@
|
||||
{
|
||||
"id": "a1-052-centiskorch",
|
||||
"name": "Centiskorch",
|
||||
"set_code": "a1",
|
||||
"set_name": "Genetic Apex",
|
||||
"card_number": 52,
|
||||
"rarity": "Uncommon",
|
||||
"card_type": "pokemon",
|
||||
"image_url": "https://assets.pokemon-zone.com/game-assets/CardPreviews/cPK_10_000520_00_MARUYAKUDE_U.webp",
|
||||
"image_file": null,
|
||||
"source_url": "https://www.pokemon-zone.com/cards/a1/52/centiskorch/",
|
||||
"hp": 130,
|
||||
"pokemon_type": "fire",
|
||||
"stage": "stage_1",
|
||||
"evolves_from": "Sizzlipede",
|
||||
"is_ex": false,
|
||||
"abilities": [],
|
||||
"attacks": [
|
||||
{
|
||||
"name": "Fire Blast",
|
||||
"cost": [
|
||||
"fire",
|
||||
"colorless",
|
||||
"colorless",
|
||||
"colorless"
|
||||
],
|
||||
"damage": 130,
|
||||
"damage_modifier": null,
|
||||
"effect_text": "Discard aEnergy from this Pokémon.",
|
||||
"effect_id": null
|
||||
}
|
||||
],
|
||||
"weakness": {
|
||||
"type": "water",
|
||||
"value": 20
|
||||
},
|
||||
"resistance": null,
|
||||
"retreat_cost": 3,
|
||||
"flavor_text": null,
|
||||
"illustrator": "GOSSAN"
|
||||
}
|
||||
38
backend/data/cards/a1/053-squirtle.json
Normal file
38
backend/data/cards/a1/053-squirtle.json
Normal file
@ -0,0 +1,38 @@
|
||||
{
|
||||
"id": "a1-053-squirtle",
|
||||
"name": "Squirtle",
|
||||
"set_code": "a1",
|
||||
"set_name": "Genetic Apex",
|
||||
"card_number": 53,
|
||||
"rarity": "Common",
|
||||
"card_type": "pokemon",
|
||||
"image_url": "https://assets.pokemon-zone.com/game-assets/CardPreviews/cPK_10_000530_00_ZENIGAME_C.webp",
|
||||
"image_file": "a1/053-squirtle.webp",
|
||||
"source_url": "https://www.pokemon-zone.com/cards/a1/53/squirtle/",
|
||||
"hp": 60,
|
||||
"pokemon_type": "water",
|
||||
"stage": "basic",
|
||||
"evolves_from": null,
|
||||
"is_ex": false,
|
||||
"abilities": [],
|
||||
"attacks": [
|
||||
{
|
||||
"name": "Water Gun",
|
||||
"cost": [
|
||||
"water"
|
||||
],
|
||||
"damage": 20,
|
||||
"damage_modifier": null,
|
||||
"effect_text": null,
|
||||
"effect_id": null
|
||||
}
|
||||
],
|
||||
"weakness": {
|
||||
"type": "lightning",
|
||||
"value": 20
|
||||
},
|
||||
"resistance": null,
|
||||
"retreat_cost": 1,
|
||||
"flavor_text": null,
|
||||
"illustrator": "Mizue"
|
||||
}
|
||||
39
backend/data/cards/a1/054-wartortle.json
Normal file
39
backend/data/cards/a1/054-wartortle.json
Normal file
@ -0,0 +1,39 @@
|
||||
{
|
||||
"id": "a1-054-wartortle",
|
||||
"name": "Wartortle",
|
||||
"set_code": "a1",
|
||||
"set_name": "Genetic Apex",
|
||||
"card_number": 54,
|
||||
"rarity": "Uncommon",
|
||||
"card_type": "pokemon",
|
||||
"image_url": "https://assets.pokemon-zone.com/game-assets/CardPreviews/cPK_10_000540_00_KAMEIL_U.webp",
|
||||
"image_file": "a1/054-wartortle.webp",
|
||||
"source_url": "https://www.pokemon-zone.com/cards/a1/54/wartortle/",
|
||||
"hp": 80,
|
||||
"pokemon_type": "water",
|
||||
"stage": "stage_1",
|
||||
"evolves_from": "Squirtle",
|
||||
"is_ex": false,
|
||||
"abilities": [],
|
||||
"attacks": [
|
||||
{
|
||||
"name": "Wave Splash",
|
||||
"cost": [
|
||||
"water",
|
||||
"colorless"
|
||||
],
|
||||
"damage": 40,
|
||||
"damage_modifier": null,
|
||||
"effect_text": null,
|
||||
"effect_id": null
|
||||
}
|
||||
],
|
||||
"weakness": {
|
||||
"type": "lightning",
|
||||
"value": 20
|
||||
},
|
||||
"resistance": null,
|
||||
"retreat_cost": 1,
|
||||
"flavor_text": null,
|
||||
"illustrator": "Nelnal"
|
||||
}
|
||||
40
backend/data/cards/a1/055-blastoise.json
Normal file
40
backend/data/cards/a1/055-blastoise.json
Normal file
@ -0,0 +1,40 @@
|
||||
{
|
||||
"id": "a1-055-blastoise",
|
||||
"name": "Blastoise",
|
||||
"set_code": "a1",
|
||||
"set_name": "Genetic Apex",
|
||||
"card_number": 55,
|
||||
"rarity": "Rare",
|
||||
"card_type": "pokemon",
|
||||
"image_url": "https://assets.pokemon-zone.com/game-assets/CardPreviews/cPK_10_000550_00_KAMEX_R.webp",
|
||||
"image_file": "a1/055-blastoise.webp",
|
||||
"source_url": "https://www.pokemon-zone.com/cards/a1/55/blastoise/",
|
||||
"hp": 150,
|
||||
"pokemon_type": "water",
|
||||
"stage": "stage_2",
|
||||
"evolves_from": "Wartortle",
|
||||
"is_ex": false,
|
||||
"abilities": [],
|
||||
"attacks": [
|
||||
{
|
||||
"name": "Hydro Pump",
|
||||
"cost": [
|
||||
"water",
|
||||
"water",
|
||||
"colorless"
|
||||
],
|
||||
"damage": 80,
|
||||
"damage_modifier": "x",
|
||||
"effect_text": "If this Pokémon has at least 2 extraEnergy attached, this attack does 60 more damage.",
|
||||
"effect_id": null
|
||||
}
|
||||
],
|
||||
"weakness": {
|
||||
"type": "lightning",
|
||||
"value": 20
|
||||
},
|
||||
"resistance": null,
|
||||
"retreat_cost": 3,
|
||||
"flavor_text": null,
|
||||
"illustrator": "Nurikabe"
|
||||
}
|
||||
51
backend/data/cards/a1/056-blastoise-ex.json
Normal file
51
backend/data/cards/a1/056-blastoise-ex.json
Normal file
@ -0,0 +1,51 @@
|
||||
{
|
||||
"id": "a1-056-blastoise-ex",
|
||||
"name": "Blastoise ex",
|
||||
"set_code": "a1",
|
||||
"set_name": "Genetic Apex",
|
||||
"card_number": 56,
|
||||
"rarity": "Double Rare",
|
||||
"card_type": "pokemon",
|
||||
"image_url": "https://assets.pokemon-zone.com/game-assets/CardPreviews/cPK_10_000560_00_KAMEXex_RR.webp",
|
||||
"image_file": "a1/056-blastoise-ex.webp",
|
||||
"source_url": "https://www.pokemon-zone.com/cards/a1/56/blastoise-ex/",
|
||||
"hp": 180,
|
||||
"pokemon_type": "water",
|
||||
"stage": "stage_2",
|
||||
"evolves_from": "Wartortle",
|
||||
"is_ex": true,
|
||||
"abilities": [],
|
||||
"attacks": [
|
||||
{
|
||||
"name": "Surf",
|
||||
"cost": [
|
||||
"water",
|
||||
"colorless"
|
||||
],
|
||||
"damage": 40,
|
||||
"damage_modifier": null,
|
||||
"effect_text": null,
|
||||
"effect_id": null
|
||||
},
|
||||
{
|
||||
"name": "Hydro Bazooka",
|
||||
"cost": [
|
||||
"water",
|
||||
"water",
|
||||
"colorless"
|
||||
],
|
||||
"damage": 100,
|
||||
"damage_modifier": "x",
|
||||
"effect_text": "If this Pokémon has at least 2 extraEnergy attached, this attack does 60 more damage.",
|
||||
"effect_id": null
|
||||
}
|
||||
],
|
||||
"weakness": {
|
||||
"type": "lightning",
|
||||
"value": 20
|
||||
},
|
||||
"resistance": null,
|
||||
"retreat_cost": 3,
|
||||
"flavor_text": null,
|
||||
"illustrator": "PLANETA Tsuji"
|
||||
}
|
||||
38
backend/data/cards/a1/057-psyduck.json
Normal file
38
backend/data/cards/a1/057-psyduck.json
Normal file
@ -0,0 +1,38 @@
|
||||
{
|
||||
"id": "a1-057-psyduck",
|
||||
"name": "Psyduck",
|
||||
"set_code": "a1",
|
||||
"set_name": "Genetic Apex",
|
||||
"card_number": 57,
|
||||
"rarity": "Common",
|
||||
"card_type": "pokemon",
|
||||
"image_url": "https://assets.pokemon-zone.com/game-assets/CardPreviews/cPK_10_000570_00_KODUCK_C.webp",
|
||||
"image_file": "a1/057-psyduck.webp",
|
||||
"source_url": "https://www.pokemon-zone.com/cards/a1/57/psyduck/",
|
||||
"hp": 60,
|
||||
"pokemon_type": "water",
|
||||
"stage": "basic",
|
||||
"evolves_from": null,
|
||||
"is_ex": false,
|
||||
"abilities": [],
|
||||
"attacks": [
|
||||
{
|
||||
"name": "Headache",
|
||||
"cost": [
|
||||
"colorless"
|
||||
],
|
||||
"damage": 10,
|
||||
"damage_modifier": null,
|
||||
"effect_text": "Your opponent can’t use any Supporter cards from their hand during their next turn.",
|
||||
"effect_id": null
|
||||
}
|
||||
],
|
||||
"weakness": {
|
||||
"type": "lightning",
|
||||
"value": 20
|
||||
},
|
||||
"resistance": null,
|
||||
"retreat_cost": 1,
|
||||
"flavor_text": null,
|
||||
"illustrator": "Shibuzoh."
|
||||
}
|
||||
39
backend/data/cards/a1/058-golduck.json
Normal file
39
backend/data/cards/a1/058-golduck.json
Normal file
@ -0,0 +1,39 @@
|
||||
{
|
||||
"id": "a1-058-golduck",
|
||||
"name": "Golduck",
|
||||
"set_code": "a1",
|
||||
"set_name": "Genetic Apex",
|
||||
"card_number": 58,
|
||||
"rarity": "Uncommon",
|
||||
"card_type": "pokemon",
|
||||
"image_url": "https://assets.pokemon-zone.com/game-assets/CardPreviews/cPK_10_000580_00_GOLDUCK_U.webp",
|
||||
"image_file": null,
|
||||
"source_url": "https://www.pokemon-zone.com/cards/a1/58/golduck/",
|
||||
"hp": 90,
|
||||
"pokemon_type": "water",
|
||||
"stage": "stage_1",
|
||||
"evolves_from": "Psyduck",
|
||||
"is_ex": false,
|
||||
"abilities": [],
|
||||
"attacks": [
|
||||
{
|
||||
"name": "Aqua Edge",
|
||||
"cost": [
|
||||
"water",
|
||||
"water"
|
||||
],
|
||||
"damage": 70,
|
||||
"damage_modifier": null,
|
||||
"effect_text": null,
|
||||
"effect_id": null
|
||||
}
|
||||
],
|
||||
"weakness": {
|
||||
"type": "lightning",
|
||||
"value": 20
|
||||
},
|
||||
"resistance": null,
|
||||
"retreat_cost": 1,
|
||||
"flavor_text": null,
|
||||
"illustrator": "Naoki Saito"
|
||||
}
|
||||
38
backend/data/cards/a1/059-poliwag.json
Normal file
38
backend/data/cards/a1/059-poliwag.json
Normal file
@ -0,0 +1,38 @@
|
||||
{
|
||||
"id": "a1-059-poliwag",
|
||||
"name": "Poliwag",
|
||||
"set_code": "a1",
|
||||
"set_name": "Genetic Apex",
|
||||
"card_number": 59,
|
||||
"rarity": "Common",
|
||||
"card_type": "pokemon",
|
||||
"image_url": "https://assets.pokemon-zone.com/game-assets/CardPreviews/cPK_10_000590_00_NYOROMO_C.webp",
|
||||
"image_file": "a1/059-poliwag.webp",
|
||||
"source_url": "https://www.pokemon-zone.com/cards/a1/59/poliwag/",
|
||||
"hp": 60,
|
||||
"pokemon_type": "water",
|
||||
"stage": "basic",
|
||||
"evolves_from": null,
|
||||
"is_ex": false,
|
||||
"abilities": [],
|
||||
"attacks": [
|
||||
{
|
||||
"name": "Razor Fin",
|
||||
"cost": [
|
||||
"colorless"
|
||||
],
|
||||
"damage": 10,
|
||||
"damage_modifier": null,
|
||||
"effect_text": null,
|
||||
"effect_id": null
|
||||
}
|
||||
],
|
||||
"weakness": {
|
||||
"type": "lightning",
|
||||
"value": 20
|
||||
},
|
||||
"resistance": null,
|
||||
"retreat_cost": 1,
|
||||
"flavor_text": null,
|
||||
"illustrator": "Shibuzoh."
|
||||
}
|
||||
39
backend/data/cards/a1/060-poliwhirl.json
Normal file
39
backend/data/cards/a1/060-poliwhirl.json
Normal file
@ -0,0 +1,39 @@
|
||||
{
|
||||
"id": "a1-060-poliwhirl",
|
||||
"name": "Poliwhirl",
|
||||
"set_code": "a1",
|
||||
"set_name": "Genetic Apex",
|
||||
"card_number": 60,
|
||||
"rarity": "Uncommon",
|
||||
"card_type": "pokemon",
|
||||
"image_url": "https://assets.pokemon-zone.com/game-assets/CardPreviews/cPK_10_000600_00_NYOROZO_U.webp",
|
||||
"image_file": "a1/060-poliwhirl.webp",
|
||||
"source_url": "https://www.pokemon-zone.com/cards/a1/60/poliwhirl/",
|
||||
"hp": 90,
|
||||
"pokemon_type": "water",
|
||||
"stage": "stage_1",
|
||||
"evolves_from": "Poliwag",
|
||||
"is_ex": false,
|
||||
"abilities": [],
|
||||
"attacks": [
|
||||
{
|
||||
"name": "Knuckle Punch",
|
||||
"cost": [
|
||||
"colorless",
|
||||
"colorless"
|
||||
],
|
||||
"damage": 40,
|
||||
"damage_modifier": null,
|
||||
"effect_text": null,
|
||||
"effect_id": null
|
||||
}
|
||||
],
|
||||
"weakness": {
|
||||
"type": "lightning",
|
||||
"value": 20
|
||||
},
|
||||
"resistance": null,
|
||||
"retreat_cost": 2,
|
||||
"flavor_text": null,
|
||||
"illustrator": "Yuka Morii"
|
||||
}
|
||||
46
backend/data/cards/a1/061-poliwrath.json
Normal file
46
backend/data/cards/a1/061-poliwrath.json
Normal file
@ -0,0 +1,46 @@
|
||||
{
|
||||
"id": "a1-061-poliwrath",
|
||||
"name": "Poliwrath",
|
||||
"set_code": "a1",
|
||||
"set_name": "Genetic Apex",
|
||||
"card_number": 61,
|
||||
"rarity": "Rare",
|
||||
"card_type": "pokemon",
|
||||
"image_url": "https://assets.pokemon-zone.com/game-assets/CardPreviews/cPK_10_000610_00_NYOROBON_R.webp",
|
||||
"image_file": "a1/061-poliwrath.webp",
|
||||
"source_url": "https://www.pokemon-zone.com/cards/a1/61/poliwrath/",
|
||||
"hp": 150,
|
||||
"pokemon_type": "water",
|
||||
"stage": "stage_2",
|
||||
"evolves_from": "Poliwhirl",
|
||||
"is_ex": false,
|
||||
"abilities": [
|
||||
{
|
||||
"name": "Counterattack",
|
||||
"effect_text": "If this Pokémon is in the Active Spot and is damaged by an attack from your opponent’s Pokémon, do 20 damage to the Attacking Pokémon.",
|
||||
"effect_id": null
|
||||
}
|
||||
],
|
||||
"attacks": [
|
||||
{
|
||||
"name": "Mega Punch",
|
||||
"cost": [
|
||||
"water",
|
||||
"colorless",
|
||||
"colorless"
|
||||
],
|
||||
"damage": 80,
|
||||
"damage_modifier": null,
|
||||
"effect_text": null,
|
||||
"effect_id": null
|
||||
}
|
||||
],
|
||||
"weakness": {
|
||||
"type": "lightning",
|
||||
"value": 20
|
||||
},
|
||||
"resistance": null,
|
||||
"retreat_cost": 2,
|
||||
"flavor_text": null,
|
||||
"illustrator": "Akira Komayama"
|
||||
}
|
||||
38
backend/data/cards/a1/062-tentacool.json
Normal file
38
backend/data/cards/a1/062-tentacool.json
Normal file
@ -0,0 +1,38 @@
|
||||
{
|
||||
"id": "a1-062-tentacool",
|
||||
"name": "Tentacool",
|
||||
"set_code": "a1",
|
||||
"set_name": "Genetic Apex",
|
||||
"card_number": 62,
|
||||
"rarity": "Common",
|
||||
"card_type": "pokemon",
|
||||
"image_url": "https://assets.pokemon-zone.com/game-assets/CardPreviews/cPK_10_000620_00_MENOKURAGE_C.webp",
|
||||
"image_file": "a1/062-tentacool.webp",
|
||||
"source_url": "https://www.pokemon-zone.com/cards/a1/62/tentacool/",
|
||||
"hp": 60,
|
||||
"pokemon_type": "water",
|
||||
"stage": "basic",
|
||||
"evolves_from": null,
|
||||
"is_ex": false,
|
||||
"abilities": [],
|
||||
"attacks": [
|
||||
{
|
||||
"name": "Gentle Slap",
|
||||
"cost": [
|
||||
"water"
|
||||
],
|
||||
"damage": 20,
|
||||
"damage_modifier": null,
|
||||
"effect_text": null,
|
||||
"effect_id": null
|
||||
}
|
||||
],
|
||||
"weakness": {
|
||||
"type": "lightning",
|
||||
"value": 20
|
||||
},
|
||||
"resistance": null,
|
||||
"retreat_cost": 1,
|
||||
"flavor_text": null,
|
||||
"illustrator": "Shinya Komatsu"
|
||||
}
|
||||
39
backend/data/cards/a1/063-tentacruel.json
Normal file
39
backend/data/cards/a1/063-tentacruel.json
Normal file
@ -0,0 +1,39 @@
|
||||
{
|
||||
"id": "a1-063-tentacruel",
|
||||
"name": "Tentacruel",
|
||||
"set_code": "a1",
|
||||
"set_name": "Genetic Apex",
|
||||
"card_number": 63,
|
||||
"rarity": "Uncommon",
|
||||
"card_type": "pokemon",
|
||||
"image_url": "https://assets.pokemon-zone.com/game-assets/CardPreviews/cPK_10_000630_00_DOKUKURAGE_U.webp",
|
||||
"image_file": "a1/063-tentacruel.webp",
|
||||
"source_url": "https://www.pokemon-zone.com/cards/a1/63/tentacruel/",
|
||||
"hp": 110,
|
||||
"pokemon_type": "water",
|
||||
"stage": "stage_1",
|
||||
"evolves_from": "Tentacool",
|
||||
"is_ex": false,
|
||||
"abilities": [],
|
||||
"attacks": [
|
||||
{
|
||||
"name": "Poison Tentacles",
|
||||
"cost": [
|
||||
"water",
|
||||
"colorless"
|
||||
],
|
||||
"damage": 50,
|
||||
"damage_modifier": null,
|
||||
"effect_text": "Your opponent’s Active Pokémon is now Poisoned.",
|
||||
"effect_id": null
|
||||
}
|
||||
],
|
||||
"weakness": {
|
||||
"type": "lightning",
|
||||
"value": 20
|
||||
},
|
||||
"resistance": null,
|
||||
"retreat_cost": 2,
|
||||
"flavor_text": null,
|
||||
"illustrator": "kodama"
|
||||
}
|
||||
39
backend/data/cards/a1/064-seel.json
Normal file
39
backend/data/cards/a1/064-seel.json
Normal file
@ -0,0 +1,39 @@
|
||||
{
|
||||
"id": "a1-064-seel",
|
||||
"name": "Seel",
|
||||
"set_code": "a1",
|
||||
"set_name": "Genetic Apex",
|
||||
"card_number": 64,
|
||||
"rarity": "Common",
|
||||
"card_type": "pokemon",
|
||||
"image_url": "https://assets.pokemon-zone.com/game-assets/CardPreviews/cPK_10_000640_00_PAWOU_C.webp",
|
||||
"image_file": "a1/064-seel.webp",
|
||||
"source_url": "https://www.pokemon-zone.com/cards/a1/64/seel/",
|
||||
"hp": 80,
|
||||
"pokemon_type": "water",
|
||||
"stage": "basic",
|
||||
"evolves_from": null,
|
||||
"is_ex": false,
|
||||
"abilities": [],
|
||||
"attacks": [
|
||||
{
|
||||
"name": "Headbutt",
|
||||
"cost": [
|
||||
"colorless",
|
||||
"colorless"
|
||||
],
|
||||
"damage": 30,
|
||||
"damage_modifier": null,
|
||||
"effect_text": null,
|
||||
"effect_id": null
|
||||
}
|
||||
],
|
||||
"weakness": {
|
||||
"type": "lightning",
|
||||
"value": 20
|
||||
},
|
||||
"resistance": null,
|
||||
"retreat_cost": 2,
|
||||
"flavor_text": null,
|
||||
"illustrator": "Masako Yamashita"
|
||||
}
|
||||
40
backend/data/cards/a1/065-dewgong.json
Normal file
40
backend/data/cards/a1/065-dewgong.json
Normal file
@ -0,0 +1,40 @@
|
||||
{
|
||||
"id": "a1-065-dewgong",
|
||||
"name": "Dewgong",
|
||||
"set_code": "a1",
|
||||
"set_name": "Genetic Apex",
|
||||
"card_number": 65,
|
||||
"rarity": "Uncommon",
|
||||
"card_type": "pokemon",
|
||||
"image_url": "https://assets.pokemon-zone.com/game-assets/CardPreviews/cPK_10_000650_00_JUGON_U.webp",
|
||||
"image_file": "a1/065-dewgong.webp",
|
||||
"source_url": "https://www.pokemon-zone.com/cards/a1/65/dewgong/",
|
||||
"hp": 120,
|
||||
"pokemon_type": "water",
|
||||
"stage": "stage_1",
|
||||
"evolves_from": "Seel",
|
||||
"is_ex": false,
|
||||
"abilities": [],
|
||||
"attacks": [
|
||||
{
|
||||
"name": "Surf",
|
||||
"cost": [
|
||||
"water",
|
||||
"water",
|
||||
"water"
|
||||
],
|
||||
"damage": 90,
|
||||
"damage_modifier": null,
|
||||
"effect_text": null,
|
||||
"effect_id": null
|
||||
}
|
||||
],
|
||||
"weakness": {
|
||||
"type": "lightning",
|
||||
"value": 20
|
||||
},
|
||||
"resistance": null,
|
||||
"retreat_cost": 3,
|
||||
"flavor_text": null,
|
||||
"illustrator": "Kanako Eo"
|
||||
}
|
||||
38
backend/data/cards/a1/066-shellder.json
Normal file
38
backend/data/cards/a1/066-shellder.json
Normal file
@ -0,0 +1,38 @@
|
||||
{
|
||||
"id": "a1-066-shellder",
|
||||
"name": "Shellder",
|
||||
"set_code": "a1",
|
||||
"set_name": "Genetic Apex",
|
||||
"card_number": 66,
|
||||
"rarity": "Common",
|
||||
"card_type": "pokemon",
|
||||
"image_url": "https://assets.pokemon-zone.com/game-assets/CardPreviews/cPK_10_000660_00_SHELLDER_C.webp",
|
||||
"image_file": "a1/066-shellder.webp",
|
||||
"source_url": "https://www.pokemon-zone.com/cards/a1/66/shellder/",
|
||||
"hp": 60,
|
||||
"pokemon_type": "water",
|
||||
"stage": "basic",
|
||||
"evolves_from": null,
|
||||
"is_ex": false,
|
||||
"abilities": [],
|
||||
"attacks": [
|
||||
{
|
||||
"name": "Tongue Slap",
|
||||
"cost": [
|
||||
"water"
|
||||
],
|
||||
"damage": 20,
|
||||
"damage_modifier": null,
|
||||
"effect_text": null,
|
||||
"effect_id": null
|
||||
}
|
||||
],
|
||||
"weakness": {
|
||||
"type": "lightning",
|
||||
"value": 20
|
||||
},
|
||||
"resistance": null,
|
||||
"retreat_cost": 1,
|
||||
"flavor_text": null,
|
||||
"illustrator": "Sumiyoshi Kizuki"
|
||||
}
|
||||
46
backend/data/cards/a1/067-cloyster.json
Normal file
46
backend/data/cards/a1/067-cloyster.json
Normal file
@ -0,0 +1,46 @@
|
||||
{
|
||||
"id": "a1-067-cloyster",
|
||||
"name": "Cloyster",
|
||||
"set_code": "a1",
|
||||
"set_name": "Genetic Apex",
|
||||
"card_number": 67,
|
||||
"rarity": "Uncommon",
|
||||
"card_type": "pokemon",
|
||||
"image_url": "https://assets.pokemon-zone.com/game-assets/CardPreviews/cPK_10_000670_00_PARSHEN_U.webp",
|
||||
"image_file": "a1/067-cloyster.webp",
|
||||
"source_url": "https://www.pokemon-zone.com/cards/a1/67/cloyster/",
|
||||
"hp": 120,
|
||||
"pokemon_type": "water",
|
||||
"stage": "stage_1",
|
||||
"evolves_from": "Shellder",
|
||||
"is_ex": false,
|
||||
"abilities": [
|
||||
{
|
||||
"name": "Shell Armor",
|
||||
"effect_text": "This Pokémon takes −10 damage from attacks.",
|
||||
"effect_id": null
|
||||
}
|
||||
],
|
||||
"attacks": [
|
||||
{
|
||||
"name": "Surf",
|
||||
"cost": [
|
||||
"water",
|
||||
"water",
|
||||
"colorless"
|
||||
],
|
||||
"damage": 70,
|
||||
"damage_modifier": null,
|
||||
"effect_text": null,
|
||||
"effect_id": null
|
||||
}
|
||||
],
|
||||
"weakness": {
|
||||
"type": "lightning",
|
||||
"value": 20
|
||||
},
|
||||
"resistance": null,
|
||||
"retreat_cost": 3,
|
||||
"flavor_text": null,
|
||||
"illustrator": "Saya Tsuruta"
|
||||
}
|
||||
39
backend/data/cards/a1/068-krabby.json
Normal file
39
backend/data/cards/a1/068-krabby.json
Normal file
@ -0,0 +1,39 @@
|
||||
{
|
||||
"id": "a1-068-krabby",
|
||||
"name": "Krabby",
|
||||
"set_code": "a1",
|
||||
"set_name": "Genetic Apex",
|
||||
"card_number": 68,
|
||||
"rarity": "Common",
|
||||
"card_type": "pokemon",
|
||||
"image_url": "https://assets.pokemon-zone.com/game-assets/CardPreviews/cPK_10_000680_00_CRAB_C.webp",
|
||||
"image_file": "a1/068-krabby.webp",
|
||||
"source_url": "https://www.pokemon-zone.com/cards/a1/68/krabby/",
|
||||
"hp": 70,
|
||||
"pokemon_type": "water",
|
||||
"stage": "basic",
|
||||
"evolves_from": null,
|
||||
"is_ex": false,
|
||||
"abilities": [],
|
||||
"attacks": [
|
||||
{
|
||||
"name": "Vise Grip",
|
||||
"cost": [
|
||||
"water",
|
||||
"colorless"
|
||||
],
|
||||
"damage": 40,
|
||||
"damage_modifier": null,
|
||||
"effect_text": null,
|
||||
"effect_id": null
|
||||
}
|
||||
],
|
||||
"weakness": {
|
||||
"type": "lightning",
|
||||
"value": 20
|
||||
},
|
||||
"resistance": null,
|
||||
"retreat_cost": 2,
|
||||
"flavor_text": null,
|
||||
"illustrator": "Tomokazu Komiya"
|
||||
}
|
||||
40
backend/data/cards/a1/069-kingler.json
Normal file
40
backend/data/cards/a1/069-kingler.json
Normal file
@ -0,0 +1,40 @@
|
||||
{
|
||||
"id": "a1-069-kingler",
|
||||
"name": "Kingler",
|
||||
"set_code": "a1",
|
||||
"set_name": "Genetic Apex",
|
||||
"card_number": 69,
|
||||
"rarity": "Uncommon",
|
||||
"card_type": "pokemon",
|
||||
"image_url": "https://assets.pokemon-zone.com/game-assets/CardPreviews/cPK_10_000690_00_KINGLER_U.webp",
|
||||
"image_file": "a1/069-kingler.webp",
|
||||
"source_url": "https://www.pokemon-zone.com/cards/a1/69/kingler/",
|
||||
"hp": 120,
|
||||
"pokemon_type": "water",
|
||||
"stage": "stage_1",
|
||||
"evolves_from": "Krabby",
|
||||
"is_ex": false,
|
||||
"abilities": [],
|
||||
"attacks": [
|
||||
{
|
||||
"name": "KO Crab",
|
||||
"cost": [
|
||||
"water",
|
||||
"water",
|
||||
"colorless"
|
||||
],
|
||||
"damage": 80,
|
||||
"damage_modifier": "x",
|
||||
"effect_text": "Flip 2 coins. If both of them are heads, this attack does 80 more damage.",
|
||||
"effect_id": null
|
||||
}
|
||||
],
|
||||
"weakness": {
|
||||
"type": "lightning",
|
||||
"value": 20
|
||||
},
|
||||
"resistance": null,
|
||||
"retreat_cost": 3,
|
||||
"flavor_text": null,
|
||||
"illustrator": "Shigenori Negishi"
|
||||
}
|
||||
38
backend/data/cards/a1/070-horsea.json
Normal file
38
backend/data/cards/a1/070-horsea.json
Normal file
@ -0,0 +1,38 @@
|
||||
{
|
||||
"id": "a1-070-horsea",
|
||||
"name": "Horsea",
|
||||
"set_code": "a1",
|
||||
"set_name": "Genetic Apex",
|
||||
"card_number": 70,
|
||||
"rarity": "Common",
|
||||
"card_type": "pokemon",
|
||||
"image_url": "https://assets.pokemon-zone.com/game-assets/CardPreviews/cPK_10_000700_00_TATTU_C.webp",
|
||||
"image_file": "a1/070-horsea.webp",
|
||||
"source_url": "https://www.pokemon-zone.com/cards/a1/70/horsea/",
|
||||
"hp": 60,
|
||||
"pokemon_type": "water",
|
||||
"stage": "basic",
|
||||
"evolves_from": null,
|
||||
"is_ex": false,
|
||||
"abilities": [],
|
||||
"attacks": [
|
||||
{
|
||||
"name": "Water Gun",
|
||||
"cost": [
|
||||
"water"
|
||||
],
|
||||
"damage": 20,
|
||||
"damage_modifier": null,
|
||||
"effect_text": null,
|
||||
"effect_id": null
|
||||
}
|
||||
],
|
||||
"weakness": {
|
||||
"type": "lightning",
|
||||
"value": 20
|
||||
},
|
||||
"resistance": null,
|
||||
"retreat_cost": 1,
|
||||
"flavor_text": null,
|
||||
"illustrator": "Saya Tsuruta"
|
||||
}
|
||||
40
backend/data/cards/a1/071-seadra.json
Normal file
40
backend/data/cards/a1/071-seadra.json
Normal file
@ -0,0 +1,40 @@
|
||||
{
|
||||
"id": "a1-071-seadra",
|
||||
"name": "Seadra",
|
||||
"set_code": "a1",
|
||||
"set_name": "Genetic Apex",
|
||||
"card_number": 71,
|
||||
"rarity": "Uncommon",
|
||||
"card_type": "pokemon",
|
||||
"image_url": "https://assets.pokemon-zone.com/game-assets/CardPreviews/cPK_10_000710_00_SEADRA_U.webp",
|
||||
"image_file": "a1/071-seadra.webp",
|
||||
"source_url": "https://www.pokemon-zone.com/cards/a1/71/seadra/",
|
||||
"hp": 70,
|
||||
"pokemon_type": "water",
|
||||
"stage": "stage_1",
|
||||
"evolves_from": "Horsea",
|
||||
"is_ex": false,
|
||||
"abilities": [],
|
||||
"attacks": [
|
||||
{
|
||||
"name": "Water Arrow",
|
||||
"cost": [
|
||||
"water",
|
||||
"water",
|
||||
"water"
|
||||
],
|
||||
"damage": null,
|
||||
"damage_modifier": null,
|
||||
"effect_text": "This attack does 50 damage to 1 of your opponent’s Pokémon.",
|
||||
"effect_id": null
|
||||
}
|
||||
],
|
||||
"weakness": {
|
||||
"type": "lightning",
|
||||
"value": 20
|
||||
},
|
||||
"resistance": null,
|
||||
"retreat_cost": 1,
|
||||
"flavor_text": null,
|
||||
"illustrator": "Sanosuke Sakuma"
|
||||
}
|
||||
38
backend/data/cards/a1/072-goldeen.json
Normal file
38
backend/data/cards/a1/072-goldeen.json
Normal file
@ -0,0 +1,38 @@
|
||||
{
|
||||
"id": "a1-072-goldeen",
|
||||
"name": "Goldeen",
|
||||
"set_code": "a1",
|
||||
"set_name": "Genetic Apex",
|
||||
"card_number": 72,
|
||||
"rarity": "Common",
|
||||
"card_type": "pokemon",
|
||||
"image_url": "https://assets.pokemon-zone.com/game-assets/CardPreviews/cPK_10_000720_00_TOSAKINTO_C.webp",
|
||||
"image_file": "a1/072-goldeen.webp",
|
||||
"source_url": "https://www.pokemon-zone.com/cards/a1/72/goldeen/",
|
||||
"hp": 60,
|
||||
"pokemon_type": "water",
|
||||
"stage": "basic",
|
||||
"evolves_from": null,
|
||||
"is_ex": false,
|
||||
"abilities": [],
|
||||
"attacks": [
|
||||
{
|
||||
"name": "Flop",
|
||||
"cost": [
|
||||
"colorless"
|
||||
],
|
||||
"damage": 10,
|
||||
"damage_modifier": null,
|
||||
"effect_text": null,
|
||||
"effect_id": null
|
||||
}
|
||||
],
|
||||
"weakness": {
|
||||
"type": "lightning",
|
||||
"value": 20
|
||||
},
|
||||
"resistance": null,
|
||||
"retreat_cost": 1,
|
||||
"flavor_text": null,
|
||||
"illustrator": "Kyoko Umemoto"
|
||||
}
|
||||
38
backend/data/cards/a1/073-seaking.json
Normal file
38
backend/data/cards/a1/073-seaking.json
Normal file
@ -0,0 +1,38 @@
|
||||
{
|
||||
"id": "a1-073-seaking",
|
||||
"name": "Seaking",
|
||||
"set_code": "a1",
|
||||
"set_name": "Genetic Apex",
|
||||
"card_number": 73,
|
||||
"rarity": "Common",
|
||||
"card_type": "pokemon",
|
||||
"image_url": "https://assets.pokemon-zone.com/game-assets/CardPreviews/cPK_10_000730_00_AZUMAO_C.webp",
|
||||
"image_file": null,
|
||||
"source_url": "https://www.pokemon-zone.com/cards/a1/73/seaking/",
|
||||
"hp": 100,
|
||||
"pokemon_type": "water",
|
||||
"stage": "stage_1",
|
||||
"evolves_from": "Goldeen",
|
||||
"is_ex": false,
|
||||
"abilities": [],
|
||||
"attacks": [
|
||||
{
|
||||
"name": "Horn Hazard",
|
||||
"cost": [
|
||||
"water"
|
||||
],
|
||||
"damage": 80,
|
||||
"damage_modifier": null,
|
||||
"effect_text": "Flip a coin. If tails, this attack does nothing.",
|
||||
"effect_id": null
|
||||
}
|
||||
],
|
||||
"weakness": {
|
||||
"type": "lightning",
|
||||
"value": 20
|
||||
},
|
||||
"resistance": null,
|
||||
"retreat_cost": 1,
|
||||
"flavor_text": null,
|
||||
"illustrator": "Kyoko Umemoto"
|
||||
}
|
||||
38
backend/data/cards/a1/074-staryu.json
Normal file
38
backend/data/cards/a1/074-staryu.json
Normal file
@ -0,0 +1,38 @@
|
||||
{
|
||||
"id": "a1-074-staryu",
|
||||
"name": "Staryu",
|
||||
"set_code": "a1",
|
||||
"set_name": "Genetic Apex",
|
||||
"card_number": 74,
|
||||
"rarity": "Common",
|
||||
"card_type": "pokemon",
|
||||
"image_url": "https://assets.pokemon-zone.com/game-assets/CardPreviews/cPK_10_000740_00_HITODEMAN_C.webp",
|
||||
"image_file": null,
|
||||
"source_url": "https://www.pokemon-zone.com/cards/a1/74/staryu/",
|
||||
"hp": 50,
|
||||
"pokemon_type": "water",
|
||||
"stage": "basic",
|
||||
"evolves_from": null,
|
||||
"is_ex": false,
|
||||
"abilities": [],
|
||||
"attacks": [
|
||||
{
|
||||
"name": "Smack",
|
||||
"cost": [
|
||||
"water"
|
||||
],
|
||||
"damage": 20,
|
||||
"damage_modifier": null,
|
||||
"effect_text": null,
|
||||
"effect_id": null
|
||||
}
|
||||
],
|
||||
"weakness": {
|
||||
"type": "lightning",
|
||||
"value": 20
|
||||
},
|
||||
"resistance": null,
|
||||
"retreat_cost": 1,
|
||||
"flavor_text": null,
|
||||
"illustrator": "Hiroki Asanuma"
|
||||
}
|
||||
38
backend/data/cards/a1/075-starmie.json
Normal file
38
backend/data/cards/a1/075-starmie.json
Normal file
@ -0,0 +1,38 @@
|
||||
{
|
||||
"id": "a1-075-starmie",
|
||||
"name": "Starmie",
|
||||
"set_code": "a1",
|
||||
"set_name": "Genetic Apex",
|
||||
"card_number": 75,
|
||||
"rarity": "Uncommon",
|
||||
"card_type": "pokemon",
|
||||
"image_url": "https://assets.pokemon-zone.com/game-assets/CardPreviews/cPK_10_000750_00_STARMIE_U.webp",
|
||||
"image_file": "a1/075-starmie.webp",
|
||||
"source_url": "https://www.pokemon-zone.com/cards/a1/75/starmie/",
|
||||
"hp": 90,
|
||||
"pokemon_type": "water",
|
||||
"stage": "stage_1",
|
||||
"evolves_from": "Staryu",
|
||||
"is_ex": false,
|
||||
"abilities": [],
|
||||
"attacks": [
|
||||
{
|
||||
"name": "Wave Splash",
|
||||
"cost": [
|
||||
"water"
|
||||
],
|
||||
"damage": 40,
|
||||
"damage_modifier": null,
|
||||
"effect_text": null,
|
||||
"effect_id": null
|
||||
}
|
||||
],
|
||||
"weakness": {
|
||||
"type": "lightning",
|
||||
"value": 20
|
||||
},
|
||||
"resistance": null,
|
||||
"retreat_cost": 0,
|
||||
"flavor_text": null,
|
||||
"illustrator": "Yukiko Baba"
|
||||
}
|
||||
39
backend/data/cards/a1/076-starmie-ex.json
Normal file
39
backend/data/cards/a1/076-starmie-ex.json
Normal file
@ -0,0 +1,39 @@
|
||||
{
|
||||
"id": "a1-076-starmie-ex",
|
||||
"name": "Starmie ex",
|
||||
"set_code": "a1",
|
||||
"set_name": "Genetic Apex",
|
||||
"card_number": 76,
|
||||
"rarity": "Double Rare",
|
||||
"card_type": "pokemon",
|
||||
"image_url": "https://assets.pokemon-zone.com/game-assets/CardPreviews/cPK_10_000760_00_STARMIEex_RR.webp",
|
||||
"image_file": null,
|
||||
"source_url": "https://www.pokemon-zone.com/cards/a1/76/starmie-ex/",
|
||||
"hp": 130,
|
||||
"pokemon_type": "water",
|
||||
"stage": "stage_1",
|
||||
"evolves_from": "Staryu",
|
||||
"is_ex": true,
|
||||
"abilities": [],
|
||||
"attacks": [
|
||||
{
|
||||
"name": "Hydro Splash",
|
||||
"cost": [
|
||||
"water",
|
||||
"water"
|
||||
],
|
||||
"damage": 90,
|
||||
"damage_modifier": null,
|
||||
"effect_text": null,
|
||||
"effect_id": null
|
||||
}
|
||||
],
|
||||
"weakness": {
|
||||
"type": "lightning",
|
||||
"value": 20
|
||||
},
|
||||
"resistance": null,
|
||||
"retreat_cost": 0,
|
||||
"flavor_text": null,
|
||||
"illustrator": "PLANETA Igarashi"
|
||||
}
|
||||
38
backend/data/cards/a1/077-magikarp.json
Normal file
38
backend/data/cards/a1/077-magikarp.json
Normal file
@ -0,0 +1,38 @@
|
||||
{
|
||||
"id": "a1-077-magikarp",
|
||||
"name": "Magikarp",
|
||||
"set_code": "a1",
|
||||
"set_name": "Genetic Apex",
|
||||
"card_number": 77,
|
||||
"rarity": "Common",
|
||||
"card_type": "pokemon",
|
||||
"image_url": "https://assets.pokemon-zone.com/game-assets/CardPreviews/cPK_10_000770_00_KOIKING_C.webp",
|
||||
"image_file": null,
|
||||
"source_url": "https://www.pokemon-zone.com/cards/a1/77/magikarp/",
|
||||
"hp": 30,
|
||||
"pokemon_type": "water",
|
||||
"stage": "basic",
|
||||
"evolves_from": null,
|
||||
"is_ex": false,
|
||||
"abilities": [],
|
||||
"attacks": [
|
||||
{
|
||||
"name": "Splash",
|
||||
"cost": [
|
||||
"colorless"
|
||||
],
|
||||
"damage": 10,
|
||||
"damage_modifier": null,
|
||||
"effect_text": null,
|
||||
"effect_id": null
|
||||
}
|
||||
],
|
||||
"weakness": {
|
||||
"type": "lightning",
|
||||
"value": 20
|
||||
},
|
||||
"resistance": null,
|
||||
"retreat_cost": 1,
|
||||
"flavor_text": null,
|
||||
"illustrator": "Sekio"
|
||||
}
|
||||
41
backend/data/cards/a1/078-gyarados.json
Normal file
41
backend/data/cards/a1/078-gyarados.json
Normal file
@ -0,0 +1,41 @@
|
||||
{
|
||||
"id": "a1-078-gyarados",
|
||||
"name": "Gyarados",
|
||||
"set_code": "a1",
|
||||
"set_name": "Genetic Apex",
|
||||
"card_number": 78,
|
||||
"rarity": "Rare",
|
||||
"card_type": "pokemon",
|
||||
"image_url": "https://assets.pokemon-zone.com/game-assets/CardPreviews/cPK_10_000780_00_GYARADOS_R.webp",
|
||||
"image_file": "a1/078-gyarados.webp",
|
||||
"source_url": "https://www.pokemon-zone.com/cards/a1/78/gyarados/",
|
||||
"hp": 150,
|
||||
"pokemon_type": "water",
|
||||
"stage": "stage_1",
|
||||
"evolves_from": "Magikarp",
|
||||
"is_ex": false,
|
||||
"abilities": [],
|
||||
"attacks": [
|
||||
{
|
||||
"name": "Hyper Beam",
|
||||
"cost": [
|
||||
"water",
|
||||
"water",
|
||||
"water",
|
||||
"water"
|
||||
],
|
||||
"damage": 100,
|
||||
"damage_modifier": null,
|
||||
"effect_text": "Discard a random Energy from your opponent’s Active Pokémon.",
|
||||
"effect_id": null
|
||||
}
|
||||
],
|
||||
"weakness": {
|
||||
"type": "lightning",
|
||||
"value": 20
|
||||
},
|
||||
"resistance": null,
|
||||
"retreat_cost": 4,
|
||||
"flavor_text": null,
|
||||
"illustrator": "Mitsuhiro Arita"
|
||||
}
|
||||
38
backend/data/cards/a1/079-lapras.json
Normal file
38
backend/data/cards/a1/079-lapras.json
Normal file
@ -0,0 +1,38 @@
|
||||
{
|
||||
"id": "a1-079-lapras",
|
||||
"name": "Lapras",
|
||||
"set_code": "a1",
|
||||
"set_name": "Genetic Apex",
|
||||
"card_number": 79,
|
||||
"rarity": "Rare",
|
||||
"card_type": "pokemon",
|
||||
"image_url": "https://assets.pokemon-zone.com/game-assets/CardPreviews/cPK_10_000790_00_LAPLACE_R.webp",
|
||||
"image_file": "a1/079-lapras.webp",
|
||||
"source_url": "https://www.pokemon-zone.com/cards/a1/79/lapras/",
|
||||
"hp": 100,
|
||||
"pokemon_type": "water",
|
||||
"stage": "basic",
|
||||
"evolves_from": null,
|
||||
"is_ex": false,
|
||||
"abilities": [],
|
||||
"attacks": [
|
||||
{
|
||||
"name": "Hydro Pump",
|
||||
"cost": [
|
||||
"water"
|
||||
],
|
||||
"damage": 20,
|
||||
"damage_modifier": "x",
|
||||
"effect_text": "If this Pokémon has at least 3 extraEnergy attached, this attack does 70 more damage.",
|
||||
"effect_id": null
|
||||
}
|
||||
],
|
||||
"weakness": {
|
||||
"type": "lightning",
|
||||
"value": 20
|
||||
},
|
||||
"resistance": null,
|
||||
"retreat_cost": 2,
|
||||
"flavor_text": null,
|
||||
"illustrator": "Sekio"
|
||||
}
|
||||
40
backend/data/cards/a1/080-vaporeon.json
Normal file
40
backend/data/cards/a1/080-vaporeon.json
Normal file
@ -0,0 +1,40 @@
|
||||
{
|
||||
"id": "a1-080-vaporeon",
|
||||
"name": "Vaporeon",
|
||||
"set_code": "a1",
|
||||
"set_name": "Genetic Apex",
|
||||
"card_number": 80,
|
||||
"rarity": "Rare",
|
||||
"card_type": "pokemon",
|
||||
"image_url": "https://assets.pokemon-zone.com/game-assets/CardPreviews/cPK_10_000800_00_SHOWERS_R.webp",
|
||||
"image_file": "a1/080-vaporeon.webp",
|
||||
"source_url": "https://www.pokemon-zone.com/cards/a1/80/vaporeon/",
|
||||
"hp": 130,
|
||||
"pokemon_type": "water",
|
||||
"stage": "stage_1",
|
||||
"evolves_from": "Eevee",
|
||||
"is_ex": false,
|
||||
"abilities": [],
|
||||
"attacks": [
|
||||
{
|
||||
"name": "Bubble Drain",
|
||||
"cost": [
|
||||
"water",
|
||||
"colorless",
|
||||
"colorless"
|
||||
],
|
||||
"damage": 60,
|
||||
"damage_modifier": null,
|
||||
"effect_text": "Heal 30 damage from this Pokémon.",
|
||||
"effect_id": null
|
||||
}
|
||||
],
|
||||
"weakness": {
|
||||
"type": "lightning",
|
||||
"value": 20
|
||||
},
|
||||
"resistance": null,
|
||||
"retreat_cost": 2,
|
||||
"flavor_text": null,
|
||||
"illustrator": "Kagemaru Himeno"
|
||||
}
|
||||
38
backend/data/cards/a1/081-omanyte.json
Normal file
38
backend/data/cards/a1/081-omanyte.json
Normal file
@ -0,0 +1,38 @@
|
||||
{
|
||||
"id": "a1-081-omanyte",
|
||||
"name": "Omanyte",
|
||||
"set_code": "a1",
|
||||
"set_name": "Genetic Apex",
|
||||
"card_number": 81,
|
||||
"rarity": "Uncommon",
|
||||
"card_type": "pokemon",
|
||||
"image_url": "https://assets.pokemon-zone.com/game-assets/CardPreviews/cPK_10_000810_00_OMNITE_U.webp",
|
||||
"image_file": null,
|
||||
"source_url": "https://www.pokemon-zone.com/cards/a1/81/omanyte/",
|
||||
"hp": 90,
|
||||
"pokemon_type": "water",
|
||||
"stage": "stage_1",
|
||||
"evolves_from": "Helix Fossil",
|
||||
"is_ex": false,
|
||||
"abilities": [],
|
||||
"attacks": [
|
||||
{
|
||||
"name": "Water Gun",
|
||||
"cost": [
|
||||
"water"
|
||||
],
|
||||
"damage": 40,
|
||||
"damage_modifier": null,
|
||||
"effect_text": null,
|
||||
"effect_id": null
|
||||
}
|
||||
],
|
||||
"weakness": {
|
||||
"type": "lightning",
|
||||
"value": 20
|
||||
},
|
||||
"resistance": null,
|
||||
"retreat_cost": 1,
|
||||
"flavor_text": null,
|
||||
"illustrator": "Suwama Chiaki"
|
||||
}
|
||||
40
backend/data/cards/a1/082-omastar.json
Normal file
40
backend/data/cards/a1/082-omastar.json
Normal file
@ -0,0 +1,40 @@
|
||||
{
|
||||
"id": "a1-082-omastar",
|
||||
"name": "Omastar",
|
||||
"set_code": "a1",
|
||||
"set_name": "Genetic Apex",
|
||||
"card_number": 82,
|
||||
"rarity": "Rare",
|
||||
"card_type": "pokemon",
|
||||
"image_url": "https://assets.pokemon-zone.com/game-assets/CardPreviews/cPK_10_000820_00_OMSTAR_R.webp",
|
||||
"image_file": "a1/082-omastar.webp",
|
||||
"source_url": "https://www.pokemon-zone.com/cards/a1/82/omastar/",
|
||||
"hp": 140,
|
||||
"pokemon_type": "water",
|
||||
"stage": "stage_2",
|
||||
"evolves_from": "Omanyte",
|
||||
"is_ex": false,
|
||||
"abilities": [],
|
||||
"attacks": [
|
||||
{
|
||||
"name": "Ancient Whirlpool",
|
||||
"cost": [
|
||||
"water",
|
||||
"colorless",
|
||||
"colorless"
|
||||
],
|
||||
"damage": 70,
|
||||
"damage_modifier": null,
|
||||
"effect_text": "During your opponent’s next turn, the Defending Pokémon can’t attack.",
|
||||
"effect_id": null
|
||||
}
|
||||
],
|
||||
"weakness": {
|
||||
"type": "lightning",
|
||||
"value": 20
|
||||
},
|
||||
"resistance": null,
|
||||
"retreat_cost": 2,
|
||||
"flavor_text": null,
|
||||
"illustrator": "kirisAki"
|
||||
}
|
||||
40
backend/data/cards/a1/083-articuno.json
Normal file
40
backend/data/cards/a1/083-articuno.json
Normal file
@ -0,0 +1,40 @@
|
||||
{
|
||||
"id": "a1-083-articuno",
|
||||
"name": "Articuno",
|
||||
"set_code": "a1",
|
||||
"set_name": "Genetic Apex",
|
||||
"card_number": 83,
|
||||
"rarity": "Rare",
|
||||
"card_type": "pokemon",
|
||||
"image_url": "https://assets.pokemon-zone.com/game-assets/CardPreviews/cPK_10_000830_00_FREEZER_R.webp",
|
||||
"image_file": "a1/083-articuno.webp",
|
||||
"source_url": "https://www.pokemon-zone.com/cards/a1/83/articuno/",
|
||||
"hp": 100,
|
||||
"pokemon_type": "water",
|
||||
"stage": "basic",
|
||||
"evolves_from": null,
|
||||
"is_ex": false,
|
||||
"abilities": [],
|
||||
"attacks": [
|
||||
{
|
||||
"name": "Ice Beam",
|
||||
"cost": [
|
||||
"water",
|
||||
"water",
|
||||
"colorless"
|
||||
],
|
||||
"damage": 60,
|
||||
"damage_modifier": null,
|
||||
"effect_text": "Flip a coin. If heads, your opponent’s Active Pokémon is now Paralyzed.",
|
||||
"effect_id": null
|
||||
}
|
||||
],
|
||||
"weakness": {
|
||||
"type": "lightning",
|
||||
"value": 20
|
||||
},
|
||||
"resistance": null,
|
||||
"retreat_cost": 1,
|
||||
"flavor_text": null,
|
||||
"illustrator": "Hitoshi Ariga"
|
||||
}
|
||||
51
backend/data/cards/a1/084-articuno-ex.json
Normal file
51
backend/data/cards/a1/084-articuno-ex.json
Normal file
@ -0,0 +1,51 @@
|
||||
{
|
||||
"id": "a1-084-articuno-ex",
|
||||
"name": "Articuno ex",
|
||||
"set_code": "a1",
|
||||
"set_name": "Genetic Apex",
|
||||
"card_number": 84,
|
||||
"rarity": "Double Rare",
|
||||
"card_type": "pokemon",
|
||||
"image_url": "https://assets.pokemon-zone.com/game-assets/CardPreviews/cPK_10_000840_00_FREEZERex_RR.webp",
|
||||
"image_file": "a1/084-articuno-ex.webp",
|
||||
"source_url": "https://www.pokemon-zone.com/cards/a1/84/articuno-ex/",
|
||||
"hp": 140,
|
||||
"pokemon_type": "water",
|
||||
"stage": "basic",
|
||||
"evolves_from": null,
|
||||
"is_ex": true,
|
||||
"abilities": [],
|
||||
"attacks": [
|
||||
{
|
||||
"name": "Ice Wing",
|
||||
"cost": [
|
||||
"water",
|
||||
"colorless"
|
||||
],
|
||||
"damage": 40,
|
||||
"damage_modifier": null,
|
||||
"effect_text": null,
|
||||
"effect_id": null
|
||||
},
|
||||
{
|
||||
"name": "Blizzard",
|
||||
"cost": [
|
||||
"water",
|
||||
"water",
|
||||
"water"
|
||||
],
|
||||
"damage": 80,
|
||||
"damage_modifier": null,
|
||||
"effect_text": "This attack also does 10 damage to each of your opponent’s Benched Pokémon.",
|
||||
"effect_id": null
|
||||
}
|
||||
],
|
||||
"weakness": {
|
||||
"type": "lightning",
|
||||
"value": 20
|
||||
},
|
||||
"resistance": null,
|
||||
"retreat_cost": 2,
|
||||
"flavor_text": null,
|
||||
"illustrator": "PLANETA Saito"
|
||||
}
|
||||
39
backend/data/cards/a1/085-ducklett.json
Normal file
39
backend/data/cards/a1/085-ducklett.json
Normal file
@ -0,0 +1,39 @@
|
||||
{
|
||||
"id": "a1-085-ducklett",
|
||||
"name": "Ducklett",
|
||||
"set_code": "a1",
|
||||
"set_name": "Genetic Apex",
|
||||
"card_number": 85,
|
||||
"rarity": "Common",
|
||||
"card_type": "pokemon",
|
||||
"image_url": "https://assets.pokemon-zone.com/game-assets/CardPreviews/cPK_10_000850_00_KOARUHIE_C.webp",
|
||||
"image_file": "a1/085-ducklett.webp",
|
||||
"source_url": "https://www.pokemon-zone.com/cards/a1/85/ducklett/",
|
||||
"hp": 50,
|
||||
"pokemon_type": "water",
|
||||
"stage": "basic",
|
||||
"evolves_from": null,
|
||||
"is_ex": false,
|
||||
"abilities": [],
|
||||
"attacks": [
|
||||
{
|
||||
"name": "Flap",
|
||||
"cost": [
|
||||
"colorless",
|
||||
"colorless"
|
||||
],
|
||||
"damage": 30,
|
||||
"damage_modifier": null,
|
||||
"effect_text": null,
|
||||
"effect_id": null
|
||||
}
|
||||
],
|
||||
"weakness": {
|
||||
"type": "lightning",
|
||||
"value": 20
|
||||
},
|
||||
"resistance": null,
|
||||
"retreat_cost": 1,
|
||||
"flavor_text": null,
|
||||
"illustrator": "Yumi"
|
||||
}
|
||||
40
backend/data/cards/a1/086-swanna.json
Normal file
40
backend/data/cards/a1/086-swanna.json
Normal file
@ -0,0 +1,40 @@
|
||||
{
|
||||
"id": "a1-086-swanna",
|
||||
"name": "Swanna",
|
||||
"set_code": "a1",
|
||||
"set_name": "Genetic Apex",
|
||||
"card_number": 86,
|
||||
"rarity": "Uncommon",
|
||||
"card_type": "pokemon",
|
||||
"image_url": "https://assets.pokemon-zone.com/game-assets/CardPreviews/cPK_10_000860_00_SWANNA_U.webp",
|
||||
"image_file": "a1/086-swanna.webp",
|
||||
"source_url": "https://www.pokemon-zone.com/cards/a1/86/swanna/",
|
||||
"hp": 90,
|
||||
"pokemon_type": "water",
|
||||
"stage": "stage_1",
|
||||
"evolves_from": "Ducklett",
|
||||
"is_ex": false,
|
||||
"abilities": [],
|
||||
"attacks": [
|
||||
{
|
||||
"name": "Wing Attack",
|
||||
"cost": [
|
||||
"colorless",
|
||||
"colorless",
|
||||
"colorless"
|
||||
],
|
||||
"damage": 70,
|
||||
"damage_modifier": null,
|
||||
"effect_text": null,
|
||||
"effect_id": null
|
||||
}
|
||||
],
|
||||
"weakness": {
|
||||
"type": "lightning",
|
||||
"value": 20
|
||||
},
|
||||
"resistance": null,
|
||||
"retreat_cost": 1,
|
||||
"flavor_text": null,
|
||||
"illustrator": "sui"
|
||||
}
|
||||
38
backend/data/cards/a1/087-froakie.json
Normal file
38
backend/data/cards/a1/087-froakie.json
Normal file
@ -0,0 +1,38 @@
|
||||
{
|
||||
"id": "a1-087-froakie",
|
||||
"name": "Froakie",
|
||||
"set_code": "a1",
|
||||
"set_name": "Genetic Apex",
|
||||
"card_number": 87,
|
||||
"rarity": "Common",
|
||||
"card_type": "pokemon",
|
||||
"image_url": "https://assets.pokemon-zone.com/game-assets/CardPreviews/cPK_10_000870_00_KEROMATSU_C.webp",
|
||||
"image_file": null,
|
||||
"source_url": "https://www.pokemon-zone.com/cards/a1/87/froakie/",
|
||||
"hp": 60,
|
||||
"pokemon_type": "water",
|
||||
"stage": "basic",
|
||||
"evolves_from": null,
|
||||
"is_ex": false,
|
||||
"abilities": [],
|
||||
"attacks": [
|
||||
{
|
||||
"name": "Flop",
|
||||
"cost": [
|
||||
"colorless"
|
||||
],
|
||||
"damage": 10,
|
||||
"damage_modifier": null,
|
||||
"effect_text": null,
|
||||
"effect_id": null
|
||||
}
|
||||
],
|
||||
"weakness": {
|
||||
"type": "lightning",
|
||||
"value": 20
|
||||
},
|
||||
"resistance": null,
|
||||
"retreat_cost": 1,
|
||||
"flavor_text": null,
|
||||
"illustrator": "Aya Kusube"
|
||||
}
|
||||
38
backend/data/cards/a1/088-frogadier.json
Normal file
38
backend/data/cards/a1/088-frogadier.json
Normal file
@ -0,0 +1,38 @@
|
||||
{
|
||||
"id": "a1-088-frogadier",
|
||||
"name": "Frogadier",
|
||||
"set_code": "a1",
|
||||
"set_name": "Genetic Apex",
|
||||
"card_number": 88,
|
||||
"rarity": "Uncommon",
|
||||
"card_type": "pokemon",
|
||||
"image_url": "https://assets.pokemon-zone.com/game-assets/CardPreviews/cPK_10_000880_00_GEKOGASHIRA_U.webp",
|
||||
"image_file": "a1/088-frogadier.webp",
|
||||
"source_url": "https://www.pokemon-zone.com/cards/a1/88/frogadier/",
|
||||
"hp": 80,
|
||||
"pokemon_type": "water",
|
||||
"stage": "stage_1",
|
||||
"evolves_from": "Froakie",
|
||||
"is_ex": false,
|
||||
"abilities": [],
|
||||
"attacks": [
|
||||
{
|
||||
"name": "Water Drip",
|
||||
"cost": [
|
||||
"colorless"
|
||||
],
|
||||
"damage": 30,
|
||||
"damage_modifier": null,
|
||||
"effect_text": null,
|
||||
"effect_id": null
|
||||
}
|
||||
],
|
||||
"weakness": {
|
||||
"type": "lightning",
|
||||
"value": 20
|
||||
},
|
||||
"resistance": null,
|
||||
"retreat_cost": 1,
|
||||
"flavor_text": null,
|
||||
"illustrator": "Akira Komayama"
|
||||
}
|
||||
45
backend/data/cards/a1/089-greninja.json
Normal file
45
backend/data/cards/a1/089-greninja.json
Normal file
@ -0,0 +1,45 @@
|
||||
{
|
||||
"id": "a1-089-greninja",
|
||||
"name": "Greninja",
|
||||
"set_code": "a1",
|
||||
"set_name": "Genetic Apex",
|
||||
"card_number": 89,
|
||||
"rarity": "Rare",
|
||||
"card_type": "pokemon",
|
||||
"image_url": "https://assets.pokemon-zone.com/game-assets/CardPreviews/cPK_10_000890_00_GEKKOUGA_R.webp",
|
||||
"image_file": "a1/089-greninja.webp",
|
||||
"source_url": "https://www.pokemon-zone.com/cards/a1/89/greninja/",
|
||||
"hp": 120,
|
||||
"pokemon_type": "water",
|
||||
"stage": "stage_2",
|
||||
"evolves_from": "Frogadier",
|
||||
"is_ex": false,
|
||||
"abilities": [
|
||||
{
|
||||
"name": "Water Shuriken",
|
||||
"effect_text": "Once during your turn, you may do 20 damage to 1 of your opponent’s Pokémon.",
|
||||
"effect_id": null
|
||||
}
|
||||
],
|
||||
"attacks": [
|
||||
{
|
||||
"name": "Mist Slash",
|
||||
"cost": [
|
||||
"water",
|
||||
"colorless"
|
||||
],
|
||||
"damage": 60,
|
||||
"damage_modifier": null,
|
||||
"effect_text": null,
|
||||
"effect_id": null
|
||||
}
|
||||
],
|
||||
"weakness": {
|
||||
"type": "lightning",
|
||||
"value": 20
|
||||
},
|
||||
"resistance": null,
|
||||
"retreat_cost": 1,
|
||||
"flavor_text": null,
|
||||
"illustrator": "5ban Graphics"
|
||||
}
|
||||
38
backend/data/cards/a1/090-pyukumuku.json
Normal file
38
backend/data/cards/a1/090-pyukumuku.json
Normal file
@ -0,0 +1,38 @@
|
||||
{
|
||||
"id": "a1-090-pyukumuku",
|
||||
"name": "Pyukumuku",
|
||||
"set_code": "a1",
|
||||
"set_name": "Genetic Apex",
|
||||
"card_number": 90,
|
||||
"rarity": "Common",
|
||||
"card_type": "pokemon",
|
||||
"image_url": "https://assets.pokemon-zone.com/game-assets/CardPreviews/cPK_10_000900_00_NAMAKOBUSHI_C.webp",
|
||||
"image_file": null,
|
||||
"source_url": "https://www.pokemon-zone.com/cards/a1/90/pyukumuku/",
|
||||
"hp": 70,
|
||||
"pokemon_type": "water",
|
||||
"stage": "basic",
|
||||
"evolves_from": null,
|
||||
"is_ex": false,
|
||||
"abilities": [],
|
||||
"attacks": [
|
||||
{
|
||||
"name": "Rain Splash",
|
||||
"cost": [
|
||||
"water"
|
||||
],
|
||||
"damage": 30,
|
||||
"damage_modifier": null,
|
||||
"effect_text": null,
|
||||
"effect_id": null
|
||||
}
|
||||
],
|
||||
"weakness": {
|
||||
"type": "lightning",
|
||||
"value": 20
|
||||
},
|
||||
"resistance": null,
|
||||
"retreat_cost": 1,
|
||||
"flavor_text": null,
|
||||
"illustrator": "OOYAMA"
|
||||
}
|
||||
39
backend/data/cards/a1/091-bruxish.json
Normal file
39
backend/data/cards/a1/091-bruxish.json
Normal file
@ -0,0 +1,39 @@
|
||||
{
|
||||
"id": "a1-091-bruxish",
|
||||
"name": "Bruxish",
|
||||
"set_code": "a1",
|
||||
"set_name": "Genetic Apex",
|
||||
"card_number": 91,
|
||||
"rarity": "Uncommon",
|
||||
"card_type": "pokemon",
|
||||
"image_url": "https://assets.pokemon-zone.com/game-assets/CardPreviews/cPK_10_000910_00_HAGIGISHIRI_U.webp",
|
||||
"image_file": null,
|
||||
"source_url": "https://www.pokemon-zone.com/cards/a1/91/bruxish/",
|
||||
"hp": 90,
|
||||
"pokemon_type": "water",
|
||||
"stage": "basic",
|
||||
"evolves_from": null,
|
||||
"is_ex": false,
|
||||
"abilities": [],
|
||||
"attacks": [
|
||||
{
|
||||
"name": "Second Strike",
|
||||
"cost": [
|
||||
"water",
|
||||
"colorless"
|
||||
],
|
||||
"damage": 10,
|
||||
"damage_modifier": "x",
|
||||
"effect_text": "If your opponent’s Active Pokémon has damage on it, this attack does 60 more damage.",
|
||||
"effect_id": null
|
||||
}
|
||||
],
|
||||
"weakness": {
|
||||
"type": "lightning",
|
||||
"value": 20
|
||||
},
|
||||
"resistance": null,
|
||||
"retreat_cost": 1,
|
||||
"flavor_text": null,
|
||||
"illustrator": "Mizue"
|
||||
}
|
||||
38
backend/data/cards/a1/092-snom.json
Normal file
38
backend/data/cards/a1/092-snom.json
Normal file
@ -0,0 +1,38 @@
|
||||
{
|
||||
"id": "a1-092-snom",
|
||||
"name": "Snom",
|
||||
"set_code": "a1",
|
||||
"set_name": "Genetic Apex",
|
||||
"card_number": 92,
|
||||
"rarity": "Common",
|
||||
"card_type": "pokemon",
|
||||
"image_url": "https://assets.pokemon-zone.com/game-assets/CardPreviews/cPK_10_000920_00_YUKIHAMI_C.webp",
|
||||
"image_file": "a1/092-snom.webp",
|
||||
"source_url": "https://www.pokemon-zone.com/cards/a1/92/snom/",
|
||||
"hp": 50,
|
||||
"pokemon_type": "water",
|
||||
"stage": "basic",
|
||||
"evolves_from": null,
|
||||
"is_ex": false,
|
||||
"abilities": [],
|
||||
"attacks": [
|
||||
{
|
||||
"name": "Ram",
|
||||
"cost": [
|
||||
"colorless"
|
||||
],
|
||||
"damage": 10,
|
||||
"damage_modifier": null,
|
||||
"effect_text": null,
|
||||
"effect_id": null
|
||||
}
|
||||
],
|
||||
"weakness": {
|
||||
"type": "metal",
|
||||
"value": 20
|
||||
},
|
||||
"resistance": null,
|
||||
"retreat_cost": 1,
|
||||
"flavor_text": null,
|
||||
"illustrator": "ryoma uratsuka"
|
||||
}
|
||||
39
backend/data/cards/a1/093-frosmoth.json
Normal file
39
backend/data/cards/a1/093-frosmoth.json
Normal file
@ -0,0 +1,39 @@
|
||||
{
|
||||
"id": "a1-093-frosmoth",
|
||||
"name": "Frosmoth",
|
||||
"set_code": "a1",
|
||||
"set_name": "Genetic Apex",
|
||||
"card_number": 93,
|
||||
"rarity": "Uncommon",
|
||||
"card_type": "pokemon",
|
||||
"image_url": "https://assets.pokemon-zone.com/game-assets/CardPreviews/cPK_10_000930_00_MOTHNOW_U.webp",
|
||||
"image_file": "a1/093-frosmoth.webp",
|
||||
"source_url": "https://www.pokemon-zone.com/cards/a1/93/frosmoth/",
|
||||
"hp": 90,
|
||||
"pokemon_type": "water",
|
||||
"stage": "stage_1",
|
||||
"evolves_from": "Snom",
|
||||
"is_ex": false,
|
||||
"abilities": [],
|
||||
"attacks": [
|
||||
{
|
||||
"name": "Powder Snow",
|
||||
"cost": [
|
||||
"water",
|
||||
"colorless"
|
||||
],
|
||||
"damage": 40,
|
||||
"damage_modifier": null,
|
||||
"effect_text": "Your opponent’s Active Pokémon is now Asleep.",
|
||||
"effect_id": null
|
||||
}
|
||||
],
|
||||
"weakness": {
|
||||
"type": "metal",
|
||||
"value": 20
|
||||
},
|
||||
"resistance": null,
|
||||
"retreat_cost": 1,
|
||||
"flavor_text": null,
|
||||
"illustrator": "aoki"
|
||||
}
|
||||
38
backend/data/cards/a1/094-pikachu.json
Normal file
38
backend/data/cards/a1/094-pikachu.json
Normal file
@ -0,0 +1,38 @@
|
||||
{
|
||||
"id": "a1-094-pikachu",
|
||||
"name": "Pikachu",
|
||||
"set_code": "a1",
|
||||
"set_name": "Genetic Apex",
|
||||
"card_number": 94,
|
||||
"rarity": "Common",
|
||||
"card_type": "pokemon",
|
||||
"image_url": "https://assets.pokemon-zone.com/game-assets/CardPreviews/cPK_10_000940_00_PIKACHU_C.webp",
|
||||
"image_file": null,
|
||||
"source_url": "https://www.pokemon-zone.com/cards/a1/94/pikachu/",
|
||||
"hp": 60,
|
||||
"pokemon_type": "lightning",
|
||||
"stage": "basic",
|
||||
"evolves_from": null,
|
||||
"is_ex": false,
|
||||
"abilities": [],
|
||||
"attacks": [
|
||||
{
|
||||
"name": "Gnaw",
|
||||
"cost": [
|
||||
"lightning"
|
||||
],
|
||||
"damage": 20,
|
||||
"damage_modifier": null,
|
||||
"effect_text": null,
|
||||
"effect_id": null
|
||||
}
|
||||
],
|
||||
"weakness": {
|
||||
"type": "fighting",
|
||||
"value": 20
|
||||
},
|
||||
"resistance": null,
|
||||
"retreat_cost": 1,
|
||||
"flavor_text": null,
|
||||
"illustrator": "Mitsuhiro Arita"
|
||||
}
|
||||
40
backend/data/cards/a1/095-raichu.json
Normal file
40
backend/data/cards/a1/095-raichu.json
Normal file
@ -0,0 +1,40 @@
|
||||
{
|
||||
"id": "a1-095-raichu",
|
||||
"name": "Raichu",
|
||||
"set_code": "a1",
|
||||
"set_name": "Genetic Apex",
|
||||
"card_number": 95,
|
||||
"rarity": "Rare",
|
||||
"card_type": "pokemon",
|
||||
"image_url": "https://assets.pokemon-zone.com/game-assets/CardPreviews/cPK_10_000950_00_RAICHU_R.webp",
|
||||
"image_file": "a1/095-raichu.webp",
|
||||
"source_url": "https://www.pokemon-zone.com/cards/a1/95/raichu/",
|
||||
"hp": 100,
|
||||
"pokemon_type": "lightning",
|
||||
"stage": "stage_1",
|
||||
"evolves_from": "Pikachu",
|
||||
"is_ex": false,
|
||||
"abilities": [],
|
||||
"attacks": [
|
||||
{
|
||||
"name": "Thunderbolt",
|
||||
"cost": [
|
||||
"lightning",
|
||||
"lightning",
|
||||
"lightning"
|
||||
],
|
||||
"damage": 140,
|
||||
"damage_modifier": null,
|
||||
"effect_text": "Discard all Energy from this Pokémon.",
|
||||
"effect_id": null
|
||||
}
|
||||
],
|
||||
"weakness": {
|
||||
"type": "fighting",
|
||||
"value": 20
|
||||
},
|
||||
"resistance": null,
|
||||
"retreat_cost": 1,
|
||||
"flavor_text": null,
|
||||
"illustrator": "AKIRA EGAWA"
|
||||
}
|
||||
39
backend/data/cards/a1/096-pikachu-ex.json
Normal file
39
backend/data/cards/a1/096-pikachu-ex.json
Normal file
@ -0,0 +1,39 @@
|
||||
{
|
||||
"id": "a1-096-pikachu-ex",
|
||||
"name": "Pikachu ex",
|
||||
"set_code": "a1",
|
||||
"set_name": "Genetic Apex",
|
||||
"card_number": 96,
|
||||
"rarity": "Double Rare",
|
||||
"card_type": "pokemon",
|
||||
"image_url": "https://assets.pokemon-zone.com/game-assets/CardPreviews/cPK_10_000960_00_PIKACHUex_RR.webp",
|
||||
"image_file": "a1/096-pikachu-ex.webp",
|
||||
"source_url": "https://www.pokemon-zone.com/cards/a1/96/pikachu-ex/",
|
||||
"hp": 120,
|
||||
"pokemon_type": "lightning",
|
||||
"stage": "basic",
|
||||
"evolves_from": null,
|
||||
"is_ex": true,
|
||||
"abilities": [],
|
||||
"attacks": [
|
||||
{
|
||||
"name": "Circle Circuit",
|
||||
"cost": [
|
||||
"lightning",
|
||||
"lightning"
|
||||
],
|
||||
"damage": 30,
|
||||
"damage_modifier": "+",
|
||||
"effect_text": "This attack does 30 damage for each of your BenchedPokémon.",
|
||||
"effect_id": null
|
||||
}
|
||||
],
|
||||
"weakness": {
|
||||
"type": "fighting",
|
||||
"value": 20
|
||||
},
|
||||
"resistance": null,
|
||||
"retreat_cost": 1,
|
||||
"flavor_text": null,
|
||||
"illustrator": "PLANETA CG Works"
|
||||
}
|
||||
38
backend/data/cards/a1/097-magnemite.json
Normal file
38
backend/data/cards/a1/097-magnemite.json
Normal file
@ -0,0 +1,38 @@
|
||||
{
|
||||
"id": "a1-097-magnemite",
|
||||
"name": "Magnemite",
|
||||
"set_code": "a1",
|
||||
"set_name": "Genetic Apex",
|
||||
"card_number": 97,
|
||||
"rarity": "Common",
|
||||
"card_type": "pokemon",
|
||||
"image_url": "https://assets.pokemon-zone.com/game-assets/CardPreviews/cPK_10_000970_00_COIL_C.webp",
|
||||
"image_file": null,
|
||||
"source_url": "https://www.pokemon-zone.com/cards/a1/97/magnemite/",
|
||||
"hp": 60,
|
||||
"pokemon_type": "lightning",
|
||||
"stage": "basic",
|
||||
"evolves_from": null,
|
||||
"is_ex": false,
|
||||
"abilities": [],
|
||||
"attacks": [
|
||||
{
|
||||
"name": "Lightning Ball",
|
||||
"cost": [
|
||||
"lightning"
|
||||
],
|
||||
"damage": 20,
|
||||
"damage_modifier": null,
|
||||
"effect_text": null,
|
||||
"effect_id": null
|
||||
}
|
||||
],
|
||||
"weakness": {
|
||||
"type": "fighting",
|
||||
"value": 20
|
||||
},
|
||||
"resistance": null,
|
||||
"retreat_cost": 1,
|
||||
"flavor_text": null,
|
||||
"illustrator": "sowsow"
|
||||
}
|
||||
47
backend/data/cards/a1/098-magneton.json
Normal file
47
backend/data/cards/a1/098-magneton.json
Normal file
@ -0,0 +1,47 @@
|
||||
{
|
||||
"id": "a1-098-magneton",
|
||||
"name": "Magneton",
|
||||
"set_code": "a1",
|
||||
"set_name": "Genetic Apex",
|
||||
"card_number": 98,
|
||||
"rarity": "Rare",
|
||||
"card_type": "pokemon",
|
||||
"image_url": "https://assets.pokemon-zone.com/game-assets/CardPreviews/cPK_10_000980_00_RARECOIL_R.webp",
|
||||
"image_file": "a1/098-magneton.webp",
|
||||
"source_url": "https://www.pokemon-zone.com/cards/a1/98/magneton/",
|
||||
"hp": 80,
|
||||
"pokemon_type": "lightning",
|
||||
"stage": "stage_1",
|
||||
"evolves_from": "Magnemite",
|
||||
"is_ex": false,
|
||||
"abilities": [
|
||||
{
|
||||
"name": "Volt Charge",
|
||||
"effect_text": "Once during your turn, you may take aEnergy from your Energy Zone and attach it to this Pokémon.",
|
||||
"effect_id": null
|
||||
}
|
||||
],
|
||||
"attacks": [
|
||||
{
|
||||
"name": "Spinning Attack",
|
||||
"cost": [
|
||||
"lightning",
|
||||
"colorless",
|
||||
"colorless",
|
||||
"colorless"
|
||||
],
|
||||
"damage": 60,
|
||||
"damage_modifier": null,
|
||||
"effect_text": null,
|
||||
"effect_id": null
|
||||
}
|
||||
],
|
||||
"weakness": {
|
||||
"type": "fighting",
|
||||
"value": 20
|
||||
},
|
||||
"resistance": null,
|
||||
"retreat_cost": 2,
|
||||
"flavor_text": null,
|
||||
"illustrator": "kirisAki"
|
||||
}
|
||||
38
backend/data/cards/a1/099-voltorb.json
Normal file
38
backend/data/cards/a1/099-voltorb.json
Normal file
@ -0,0 +1,38 @@
|
||||
{
|
||||
"id": "a1-099-voltorb",
|
||||
"name": "Voltorb",
|
||||
"set_code": "a1",
|
||||
"set_name": "Genetic Apex",
|
||||
"card_number": 99,
|
||||
"rarity": "Common",
|
||||
"card_type": "pokemon",
|
||||
"image_url": "https://assets.pokemon-zone.com/game-assets/CardPreviews/cPK_10_000990_00_BIRIRIDAMA_C.webp",
|
||||
"image_file": "a1/099-voltorb.webp",
|
||||
"source_url": "https://www.pokemon-zone.com/cards/a1/99/voltorb/",
|
||||
"hp": 60,
|
||||
"pokemon_type": "lightning",
|
||||
"stage": "basic",
|
||||
"evolves_from": null,
|
||||
"is_ex": false,
|
||||
"abilities": [],
|
||||
"attacks": [
|
||||
{
|
||||
"name": "Tackle",
|
||||
"cost": [
|
||||
"lightning"
|
||||
],
|
||||
"damage": 20,
|
||||
"damage_modifier": null,
|
||||
"effect_text": null,
|
||||
"effect_id": null
|
||||
}
|
||||
],
|
||||
"weakness": {
|
||||
"type": "fighting",
|
||||
"value": 20
|
||||
},
|
||||
"resistance": null,
|
||||
"retreat_cost": 1,
|
||||
"flavor_text": null,
|
||||
"illustrator": "SATOSHI NAKAI"
|
||||
}
|
||||
39
backend/data/cards/a1/100-electrode.json
Normal file
39
backend/data/cards/a1/100-electrode.json
Normal file
@ -0,0 +1,39 @@
|
||||
{
|
||||
"id": "a1-100-electrode",
|
||||
"name": "Electrode",
|
||||
"set_code": "a1",
|
||||
"set_name": "Genetic Apex",
|
||||
"card_number": 100,
|
||||
"rarity": "Uncommon",
|
||||
"card_type": "pokemon",
|
||||
"image_url": "https://assets.pokemon-zone.com/game-assets/CardPreviews/cPK_10_001000_00_MARUMINE_U.webp",
|
||||
"image_file": "a1/100-electrode.webp",
|
||||
"source_url": "https://www.pokemon-zone.com/cards/a1/100/electrode/",
|
||||
"hp": 80,
|
||||
"pokemon_type": "lightning",
|
||||
"stage": "stage_1",
|
||||
"evolves_from": "Voltorb",
|
||||
"is_ex": false,
|
||||
"abilities": [],
|
||||
"attacks": [
|
||||
{
|
||||
"name": "Electro Ball",
|
||||
"cost": [
|
||||
"lightning",
|
||||
"lightning"
|
||||
],
|
||||
"damage": 70,
|
||||
"damage_modifier": null,
|
||||
"effect_text": null,
|
||||
"effect_id": null
|
||||
}
|
||||
],
|
||||
"weakness": {
|
||||
"type": "fighting",
|
||||
"value": 20
|
||||
},
|
||||
"resistance": null,
|
||||
"retreat_cost": 0,
|
||||
"flavor_text": null,
|
||||
"illustrator": "Asako Ito"
|
||||
}
|
||||
Some files were not shown because too many files have changed in this diff Show More
Loading…
Reference in New Issue
Block a user