Skip to content

Commit

Permalink
fix: Pokémon GO rarities
Browse files Browse the repository at this point in the history
Signed-off-by: Avior <github@avior.me>
  • Loading branch information
Aviortheking committed Nov 12, 2023
1 parent fd43150 commit 9a8d54a
Show file tree
Hide file tree
Showing 29 changed files with 57 additions and 57 deletions.
4 changes: 2 additions & 2 deletions data/Sword & Shield/Pokémon GO/003.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ const card: Card = {
de: "Bisaflor"
},

rarity: "Rare",
rarity: "Holo Rare",
category: "Pokemon",
hp: 180,
types: ["Grass"],
Expand Down Expand Up @@ -75,4 +75,4 @@ const card: Card = {
}
}

export default card
export default card
4 changes: 2 additions & 2 deletions data/Sword & Shield/Pokémon GO/004.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ const card: Card = {
de: "Strahlendes Bisaflor"
},

rarity: "Ultra Rare",
rarity: "Radiant Rare",
category: "Pokemon",
hp: 150,
types: ["Grass"],
Expand Down Expand Up @@ -74,4 +74,4 @@ const card: Card = {
}
}

export default card
export default card
4 changes: 2 additions & 2 deletions data/Sword & Shield/Pokémon GO/005.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ const card: Card = {
de: "Alola-Kokowei V"
},

rarity: "Ultra Rare",
rarity: "Holo Rare V",
category: "Pokemon",
hp: 240,
types: ["Grass"],
Expand Down Expand Up @@ -71,4 +71,4 @@ const card: Card = {
}
}

export default card
export default card
4 changes: 2 additions & 2 deletions data/Sword & Shield/Pokémon GO/010.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ const card: Card = {
de: "Glurak"
},

rarity: "Rare",
rarity: "Holo Rare",
category: "Pokemon",
hp: 170,
types: ["Fire"],
Expand Down Expand Up @@ -84,4 +84,4 @@ const card: Card = {
}
}

export default card
export default card
4 changes: 2 additions & 2 deletions data/Sword & Shield/Pokémon GO/011.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ const card: Card = {
de: "Strahlendes Glurak"
},

rarity: "Ultra Rare",
rarity: "Radiant Rare",
category: "Pokemon",
hp: 160,
types: ["Fire"],
Expand Down Expand Up @@ -74,4 +74,4 @@ const card: Card = {
}
}

export default card
export default card
4 changes: 2 additions & 2 deletions data/Sword & Shield/Pokémon GO/012.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ const card: Card = {
de: "Lavados"
},

rarity: "Rare",
rarity: "Holo Rare",
category: "Pokemon",
hp: 120,
types: ["Fire"],
Expand Down Expand Up @@ -65,4 +65,4 @@ const card: Card = {
}
}

export default card
export default card
4 changes: 2 additions & 2 deletions data/Sword & Shield/Pokémon GO/017.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ const card: Card = {
de: "Turtok"
},

rarity: "Rare",
rarity: "Holo Rare",
category: "Pokemon",
hp: 170,
types: ["Water"],
Expand Down Expand Up @@ -84,4 +84,4 @@ const card: Card = {
}
}

export default card
export default card
4 changes: 2 additions & 2 deletions data/Sword & Shield/Pokémon GO/018.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ const card: Card = {
de: "Strahlendes Turtok"
},

rarity: "Ultra Rare",
rarity: "Radiant Rare",
category: "Pokemon",
hp: 150,
types: ["Water"],
Expand Down Expand Up @@ -74,4 +74,4 @@ const card: Card = {
}
}

export default card
export default card
4 changes: 2 additions & 2 deletions data/Sword & Shield/Pokémon GO/022.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ const card: Card = {
de: "Garados"
},

rarity: "Rare",
rarity: "Holo Rare",
category: "Pokemon",
hp: 170,
types: ["Water"],
Expand Down Expand Up @@ -82,4 +82,4 @@ const card: Card = {
}
}

export default card
export default card
4 changes: 2 additions & 2 deletions data/Sword & Shield/Pokémon GO/023.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ const card: Card = {
de: "Lapras"
},

rarity: "Rare",
rarity: "Holo Rare",
category: "Pokemon",
hp: 120,
types: ["Water"],
Expand Down Expand Up @@ -65,4 +65,4 @@ const card: Card = {
}
}

export default card
export default card
4 changes: 2 additions & 2 deletions data/Sword & Shield/Pokémon GO/024.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ const card: Card = {
de: "Arktos"
},

rarity: "Rare",
rarity: "Holo Rare",
category: "Pokemon",
hp: 120,
types: ["Water"],
Expand Down Expand Up @@ -65,4 +65,4 @@ const card: Card = {
}
}

export default card
export default card
4 changes: 2 additions & 2 deletions data/Sword & Shield/Pokémon GO/026.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ const card: Card = {
de: "Tectass"
},

rarity: "Rare",
rarity: "Holo Rare",
category: "Pokemon",
hp: 130,
types: ["Water"],
Expand Down Expand Up @@ -75,4 +75,4 @@ const card: Card = {
}
}

export default card
export default card
4 changes: 2 additions & 2 deletions data/Sword & Shield/Pokémon GO/028.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ const card: Card = {
de: "Pikachu"
},

rarity: "Rare",
rarity: "Holo Rare",
category: "Pokemon",
hp: 70,
types: ["Lightning"],
Expand Down Expand Up @@ -52,4 +52,4 @@ const card: Card = {
}
}

export default card
export default card
4 changes: 2 additions & 2 deletions data/Sword & Shield/Pokémon GO/029.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ const card: Card = {
de: "Zapdos"
},

rarity: "Rare",
rarity: "Holo Rare",
category: "Pokemon",
hp: 120,
types: ["Lightning"],
Expand Down Expand Up @@ -65,4 +65,4 @@ const card: Card = {
}
}

export default card
export default card
4 changes: 2 additions & 2 deletions data/Sword & Shield/Pokémon GO/030.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ const card: Card = {
de: "Mewtu V"
},

rarity: "Ultra Rare",
rarity: "Holo Rare V",
category: "Pokemon",
hp: 220,
types: ["Psychic"],
Expand Down Expand Up @@ -66,4 +66,4 @@ const card: Card = {
}
}

export default card
export default card
4 changes: 2 additions & 2 deletions data/Sword & Shield/Pokémon GO/031.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ const card: Card = {
de: "Mewtu VSTAR"
},

rarity: "Ultra Rare",
rarity: "Holo Rare VMAX",
category: "Pokemon",
hp: 280,
types: ["Psychic"],
Expand Down Expand Up @@ -83,4 +83,4 @@ const card: Card = {
}
}

export default card
export default card
4 changes: 2 additions & 2 deletions data/Sword & Shield/Pokémon GO/035.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ const card: Card = {
de: "Feelinara"
},

rarity: "Rare",
rarity: "Holo Rare",
category: "Pokemon",
hp: 120,
types: ["Psychic"],
Expand Down Expand Up @@ -82,4 +82,4 @@ const card: Card = {
}
}

export default card
export default card
4 changes: 2 additions & 2 deletions data/Sword & Shield/Pokémon GO/040.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ const card: Card = {
de: "Meistagrif V"
},

rarity: "Ultra Rare",
rarity: "Holo Rare V",
category: "Pokemon",
hp: 230,
types: ["Fighting"],
Expand Down Expand Up @@ -75,4 +75,4 @@ const card: Card = {
}
}

export default card
export default card
4 changes: 2 additions & 2 deletions data/Sword & Shield/Pokémon GO/043.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ const card: Card = {
de: "Despotar"
},

rarity: "Rare",
rarity: "Holo Rare",
category: "Pokemon",
hp: 180,
types: ["Darkness"],
Expand Down Expand Up @@ -84,4 +84,4 @@ const card: Card = {
}
}

export default card
export default card
4 changes: 2 additions & 2 deletions data/Sword & Shield/Pokémon GO/046.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ const card: Card = {
de: "Melmetal"
},

rarity: "Rare",
rarity: "Holo Rare",
category: "Pokemon",
hp: 160,
types: ["Metal"],
Expand Down Expand Up @@ -75,4 +75,4 @@ const card: Card = {
}
}

export default card
export default card
4 changes: 2 additions & 2 deletions data/Sword & Shield/Pokémon GO/047.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ const card: Card = {
de: "Melmetal V"
},

rarity: "Ultra Rare",
rarity: "Holo Rare V",
category: "Pokemon",
hp: 220,
types: ["Metal"],
Expand Down Expand Up @@ -66,4 +66,4 @@ const card: Card = {
}
}

export default card
export default card
4 changes: 2 additions & 2 deletions data/Sword & Shield/Pokémon GO/048.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ const card: Card = {
de: "Melmetal VMAX"
},

rarity: "Ultra Rare",
rarity: "Holo Rare VMAX",
category: "Pokemon",
hp: 330,
types: ["Metal"],
Expand Down Expand Up @@ -62,4 +62,4 @@ const card: Card = {
}
}

export default card
export default card
4 changes: 2 additions & 2 deletions data/Sword & Shield/Pokémon GO/049.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ const card: Card = {
de: "Dragoran V"
},

rarity: "Ultra Rare",
rarity: "Holo Rare V",
category: "Pokemon",
hp: 230,
types: ["Dragon"],
Expand Down Expand Up @@ -66,4 +66,4 @@ const card: Card = {
}
}

export default card
export default card
4 changes: 2 additions & 2 deletions data/Sword & Shield/Pokémon GO/050.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ const card: Card = {
de: "Dragoran VSTAR"
},

rarity: "Ultra Rare",
rarity: "Holo Rare VSTAR",
category: "Pokemon",
hp: 280,
types: ["Dragon"],
Expand Down Expand Up @@ -83,4 +83,4 @@ const card: Card = {
}
}

export default card
export default card
4 changes: 2 additions & 2 deletions data/Sword & Shield/Pokémon GO/052.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ const card: Card = {
de: "Heiteira"
},

rarity: "Rare",
rarity: "Holo Rare",
category: "Pokemon",
hp: 200,
types: ["Colorless"],
Expand Down Expand Up @@ -73,4 +73,4 @@ const card: Card = {
}
}

export default card
export default card
Loading

0 comments on commit 9a8d54a

Please sign in to comment.