Skip to content

Commit

Permalink
Added evolveFrom tag to all Genetic Apex cards (#642)
Browse files Browse the repository at this point in the history
Co-authored-by: Avior <[email protected]>
  • Loading branch information
FalconChipp and Aviortheking authored Jan 30, 2025
1 parent 6b3633e commit 2a2b646
Show file tree
Hide file tree
Showing 133 changed files with 469 additions and 0 deletions.
3 changes: 3 additions & 0 deletions data/Pokémon TCG Pocket/Genetic Apex/002.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,9 @@ const card: Card = {
hp: 90,
types: ["Grass"],
stage: "Stage1",
evolveFrom: {
en: "Bulbasaur"
},

attacks: [{
cost: ["Grass", "Colorless", "Colorless"],
Expand Down
3 changes: 3 additions & 0 deletions data/Pokémon TCG Pocket/Genetic Apex/003.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,9 @@ const card: Card = {
hp: 160,
types: ["Grass"],
stage: "Stage2",
evolveFrom: {
en: "Ivysaur"
},

attacks: [{
cost: ["Grass", "Grass", "Colorless", "Colorless"],
Expand Down
3 changes: 3 additions & 0 deletions data/Pokémon TCG Pocket/Genetic Apex/004.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,9 @@ const card: Card = {
hp: 190,
types: ["Grass"],
stage: "Stage2",
evolveFrom: {
en: "Ivysaur"
},
suffix: "EX",

attacks: [{
Expand Down
3 changes: 3 additions & 0 deletions data/Pokémon TCG Pocket/Genetic Apex/006.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,9 @@ const card: Card = {
hp: 80,
types: ["Grass"],
stage: "Stage1",
evolveFrom: {
en: "Caterpie"
},

attacks: [{
cost: ["Colorless", "Colorless"],
Expand Down
3 changes: 3 additions & 0 deletions data/Pokémon TCG Pocket/Genetic Apex/007.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,9 @@ const card: Card = {
hp: 120,
types: ["Grass"],
stage: "Stage2",
evolveFrom: {
en: "Metapod"
},

abilities: [{
type: "Ability",
Expand Down
3 changes: 3 additions & 0 deletions data/Pokémon TCG Pocket/Genetic Apex/009.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,9 @@ const card: Card = {
hp: 80,
types: ["Grass"],
stage: "Stage1",
evolveFrom: {
en: "Weedle"
},

attacks: [{
cost: ["Grass"],
Expand Down
3 changes: 3 additions & 0 deletions data/Pokémon TCG Pocket/Genetic Apex/010.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,9 @@ const card: Card = {
hp: 120,
types: ["Grass"],
stage: "Stage2",
evolveFrom: {
en: "Kakuna"
},

attacks: [{
cost: ["Grass"],
Expand Down
3 changes: 3 additions & 0 deletions data/Pokémon TCG Pocket/Genetic Apex/012.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,9 @@ const card: Card = {
hp: 80,
types: ["Grass"],
stage: "Stage1",
evolveFrom: {
en: "Oddish"
},

attacks: [{
cost: ["Grass", "Colorless"],
Expand Down
3 changes: 3 additions & 0 deletions data/Pokémon TCG Pocket/Genetic Apex/013.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,9 @@ const card: Card = {
hp: 140,
types: ["Grass"],
stage: "Stage2",
evolveFrom: {
en: "Gloom"
},

attacks: [{
cost: ["Grass", "Grass", "Colorless"],
Expand Down
3 changes: 3 additions & 0 deletions data/Pokémon TCG Pocket/Genetic Apex/015.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,9 @@ const card: Card = {
hp: 120,
types: ["Grass"],
stage: "Stage1",
evolveFrom: {
en: "Paras"
},

attacks: [{
cost: ["Grass", "Grass", "Colorless"],
Expand Down
3 changes: 3 additions & 0 deletions data/Pokémon TCG Pocket/Genetic Apex/017.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,9 @@ const card: Card = {
hp: 80,
types: ["Grass"],
stage: "Stage1",
evolveFrom: {
en: "Venonat"
},

attacks: [{
cost: ["Grass"],
Expand Down
3 changes: 3 additions & 0 deletions data/Pokémon TCG Pocket/Genetic Apex/019.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,9 @@ const card: Card = {
hp: 90,
types: ["Grass"],
stage: "Stage1",
evolveFrom: {
en: "Bellsprout"
},

attacks: [{
cost: ["Grass", "Colorless"],
Expand Down
3 changes: 3 additions & 0 deletions data/Pokémon TCG Pocket/Genetic Apex/020.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,9 @@ const card: Card = {
hp: 140,
types: ["Grass"],
stage: "Stage2",
evolveFrom: {
en: "Weepinbell"
},

abilities: [{
type: "Ability",
Expand Down
3 changes: 3 additions & 0 deletions data/Pokémon TCG Pocket/Genetic Apex/022.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,9 @@ const card: Card = {
hp: 160,
types: ["Grass"],
stage: "Stage1",
evolveFrom: {
en: "Exeggcute"
},

attacks: [{
cost: ["Grass"],
Expand Down
3 changes: 3 additions & 0 deletions data/Pokémon TCG Pocket/Genetic Apex/023.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,9 @@ const card: Card = {
hp: 160,
types: ["Grass"],
stage: "Stage1",
evolveFrom: {
en: "Exeggcute"
},
attacks: [{
cost: ["Grass"],

Expand Down
3 changes: 3 additions & 0 deletions data/Pokémon TCG Pocket/Genetic Apex/028.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,9 @@ const card: Card = {
hp: 80,
types: ["Grass"],
stage: "Stage1",
evolveFrom: {
en: "Cottonee"
},

attacks: [{
cost: ["Colorless"],
Expand Down
4 changes: 4 additions & 0 deletions data/Pokémon TCG Pocket/Genetic Apex/030.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,10 @@ const card: Card = {
hp: 100,
types: ["Grass"],
stage: "Stage1",
evolveFrom: {
en: "Petilil"
},


attacks: [{
cost: ["Grass", "Grass"],
Expand Down
4 changes: 4 additions & 0 deletions data/Pokémon TCG Pocket/Genetic Apex/032.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,10 @@ const card: Card = {
category: "Pokemon",
hp: 120,
stage: "Stage1",
evolveFrom: {
en: "Skiddo"
},


attacks: [{
cost: ["Grass", "Colorless", "Colorless"],
Expand Down
4 changes: 4 additions & 0 deletions data/Pokémon TCG Pocket/Genetic Apex/034.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,10 @@ const card: Card = {
hp: 90,
types: ["Fire"],
stage: "Stage1",
evolveFrom: {
en: "Charmander"
},


attacks: [{
cost: ["Fire", "Colorless", "Colorless"],
Expand Down
4 changes: 4 additions & 0 deletions data/Pokémon TCG Pocket/Genetic Apex/035.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,10 @@ const card: Card = {
hp: 150,
types: ["Fire"],
stage: "Stage2",
evolveFrom: {
en: "Charmeleon"
},


attacks: [{
cost: ["Fire", "Fire", "Colorless", "Colorless"],
Expand Down
4 changes: 4 additions & 0 deletions data/Pokémon TCG Pocket/Genetic Apex/036.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,10 @@ const card: Card = {
hp: 180,
types: ["Fire"],
stage: "Stage2",
evolveFrom: {
en: "Charmeleon"
},

suffix: "EX",

attacks: [{
Expand Down
4 changes: 4 additions & 0 deletions data/Pokémon TCG Pocket/Genetic Apex/038.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,10 @@ const card: Card = {
hp: 90,
types: ["Fire"],
stage: "Stage1",
evolveFrom: {
en: "Vulpix"
},


attacks: [{
cost: ["Fire", "Fire"],
Expand Down
4 changes: 4 additions & 0 deletions data/Pokémon TCG Pocket/Genetic Apex/040.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,10 @@ const card: Card = {
hp: 150,
types: ["Fire"],
stage: "Stage1",
evolveFrom: {
en: "Growlithe"
},


attacks: [{
cost: ["Fire", "Fire", "Colorless"],
Expand Down
4 changes: 4 additions & 0 deletions data/Pokémon TCG Pocket/Genetic Apex/041.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,10 @@ const card: Card = {
hp: 150,
types: ["Fire"],
stage: "Stage1",
evolveFrom: {
en: "Growlithe"
},

suffix: "EX",

attacks: [{
Expand Down
4 changes: 4 additions & 0 deletions data/Pokémon TCG Pocket/Genetic Apex/043.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,10 @@ const card: Card = {
hp: 100,
types: ["Fire"],
stage: "Stage1",
evolveFrom: {
en: "Ponyta"
},


attacks: [{
cost: ["Fire"],
Expand Down
4 changes: 4 additions & 0 deletions data/Pokémon TCG Pocket/Genetic Apex/045.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,10 @@ const card: Card = {
hp: 120,
types: ["Fire"],
stage: "Stage1",
evolveFrom: {
en: "Eevee"
},


attacks: [{
cost: ["Fire", "Colorless", "Colorless"],
Expand Down
4 changes: 4 additions & 0 deletions data/Pokémon TCG Pocket/Genetic Apex/052.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,10 @@ const card: Card = {
hp: 130,
types: ["Fire"],
stage: "Stage1",
evolveFrom: {
en: "Sizzlipede"
},


attacks: [{
cost: ["Fire", "Colorless", "Colorless", "Colorless"],
Expand Down
4 changes: 4 additions & 0 deletions data/Pokémon TCG Pocket/Genetic Apex/054.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,10 @@ const card: Card = {
hp: 80,
types: ["Water"],
stage: "Stage1",
evolveFrom: {
en: "Squirtle"
},


attacks: [{
cost: ["Water", "Colorless"],
Expand Down
4 changes: 4 additions & 0 deletions data/Pokémon TCG Pocket/Genetic Apex/055.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,10 @@ const card: Card = {
hp: 150,
types: ["Water"],
stage: "Stage2",
evolveFrom: {
en: "Wartortle"
},


attacks: [{
cost: ["Water", "Colorless"],
Expand Down
4 changes: 4 additions & 0 deletions data/Pokémon TCG Pocket/Genetic Apex/056.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,10 @@ const card: Card = {
hp: 180,
types: ["Water"],
stage: "Stage2",
evolveFrom: {
en: "Wartortle"
},

suffix: "EX",

attacks: [{
Expand Down
4 changes: 4 additions & 0 deletions data/Pokémon TCG Pocket/Genetic Apex/058.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,10 @@ const card: Card = {
hp: 90,
types: ["Water"],
stage: "Stage1",
evolveFrom: {
en: "Psyduck"
},


attacks: [{
cost: ["Water", "Water"],
Expand Down
4 changes: 4 additions & 0 deletions data/Pokémon TCG Pocket/Genetic Apex/060.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,10 @@ const card: Card = {
hp: 90,
types: ["Water"],
stage: "Stage1",
evolveFrom: {
en: "Poliwag"
},


attacks: [{
cost: ["Colorless", "Colorless"],
Expand Down
4 changes: 4 additions & 0 deletions data/Pokémon TCG Pocket/Genetic Apex/061.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,10 @@ const card: Card = {
hp: 150,
types: ["Water"],
stage: "Stage2",
evolveFrom: {
en: "Poliwhirl"
},


abilities: [{
type: "Ability",
Expand Down
4 changes: 4 additions & 0 deletions data/Pokémon TCG Pocket/Genetic Apex/063.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,10 @@ const card: Card = {
hp: 110,
types: ["Water"],
stage: "Stage1",
evolveFrom: {
en: "Tentacool"
},


attacks: [{
cost: ["Water", "Colorless"],
Expand Down
4 changes: 4 additions & 0 deletions data/Pokémon TCG Pocket/Genetic Apex/065.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,10 @@ const card: Card = {
hp: 120,
types: ["Water"],
stage: "Stage1",
evolveFrom: {
en: "Seel"
},


attacks: [{
cost: ["Water", "Water", "Water"],
Expand Down
4 changes: 4 additions & 0 deletions data/Pokémon TCG Pocket/Genetic Apex/067.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,10 @@ const card: Card = {
hp: 120,
types: ["Water"],
stage: "Stage1",
evolveFrom: {
en: "Shellder"
},


abilities: [{
type: "Ability",
Expand Down
4 changes: 4 additions & 0 deletions data/Pokémon TCG Pocket/Genetic Apex/069.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,10 @@ const card: Card = {
hp: 120,
types: ["Water"],
stage: "Stage1",
evolveFrom: {
en: "Krabby"
},


attacks: [{
cost: ["Water", "Water", "Colorless"],
Expand Down
Loading

0 comments on commit 2a2b646

Please sign in to comment.