Skip to content

Commit

Permalink
fix: Brilliant Stars
Browse files Browse the repository at this point in the history
Signed-off-by: Avior <[email protected]>
  • Loading branch information
Aviortheking committed Dec 19, 2023
1 parent 40fde6c commit 5c2d5a0
Show file tree
Hide file tree
Showing 37 changed files with 74 additions and 74 deletions.
4 changes: 2 additions & 2 deletions data/Sword & Shield/Brilliant Stars/008.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ const card: Card = {
de: "Chelterrar"
},

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

export default card
export default card
4 changes: 2 additions & 2 deletions data/Sword & Shield/Brilliant Stars/013.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ const card: Card = {
de: "Shaymin V"
},

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

export default card
export default card
4 changes: 2 additions & 2 deletions data/Sword & Shield/Brilliant Stars/014.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ const card: Card = {
de: "Shaymin VSTAR"
},

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

export default card
export default card
4 changes: 2 additions & 2 deletions data/Sword & Shield/Brilliant Stars/016.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ const card: Card = {
de: "Zarude V"
},

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

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

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

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

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

export default card
export default card
4 changes: 2 additions & 2 deletions data/Sword & Shield/Brilliant Stars/021.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 @@ -53,4 +53,4 @@ const card: Card = {
}
}

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

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

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

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

export default card
export default card
4 changes: 2 additions & 2 deletions data/Sword & Shield/Brilliant Stars/027.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ const card: Card = {
de: "Grillchita V"
},

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

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

rarity: "Ultra Rare",
rarity: "Holo Rare V",
category: "Pokemon",
hp: 220,
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/Brilliant Stars/029.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ const card: Card = {
de: "Kingler VMAX"
},

rarity: "Ultra Rare",
rarity: "Holo Rare VMAX",
category: "Pokemon",
hp: 330,
types: ["Water"],
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/Brilliant Stars/037.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ const card: Card = {
de: "Impoleon"
},

rarity: "Rare",
rarity: "Holo Rare",
category: "Pokemon",
hp: 160,
types: ["Water"],
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/Brilliant Stars/040.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ const card: Card = {
de: "Lumineon V"
},

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

export default card
export default card
4 changes: 2 additions & 2 deletions data/Sword & Shield/Brilliant Stars/045.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ const card: Card = {
de: "Raichu V"
},

rarity: "Ultra Rare",
rarity: "Holo Rare V",
category: "Pokemon",
hp: 200,
types: ["Lightning"],
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/Brilliant Stars/048.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ const card: Card = {
de: "Raikou V"
},

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

export default card
export default card
4 changes: 2 additions & 2 deletions data/Sword & Shield/Brilliant Stars/057.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ const card: Card = {
de: "Granbull V"
},

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

export default card
export default card
4 changes: 2 additions & 2 deletions data/Sword & Shield/Brilliant Stars/062.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ const card: Card = {
de: "Zwirrfinst"
},

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

export default card
export default card
4 changes: 2 additions & 2 deletions data/Sword & Shield/Brilliant Stars/064.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ const card: Card = {
de: "Elfun V"
},

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

export default card
export default card
4 changes: 2 additions & 2 deletions data/Sword & Shield/Brilliant Stars/065.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ const card: Card = {
de: "Elfun VSTAR"
},

rarity: "Ultra Rare",
rarity: "Holo Rare VSTAR",
category: "Pokemon",
hp: 250,
types: ["Psychic"],
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/Brilliant Stars/068.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ const card: Card = {
de: "Mimigma V"
},

rarity: "Ultra Rare",
rarity: "Holo Rare V",
category: "Pokemon",
hp: 160,
types: ["Psychic"],
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/Brilliant Stars/069.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ const card: Card = {
de: "Mimigma VMAX"
},

rarity: "Ultra Rare",
rarity: "Holo Rare VMAX",
category: "Pokemon",
hp: 300,
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/Brilliant Stars/079.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ const card: Card = {
de: "Lucario"
},

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

export default card
export default card
4 changes: 2 additions & 2 deletions data/Sword & Shield/Brilliant Stars/088.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ const card: Card = {
de: "Kramshef V"
},

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

export default card
export default card
4 changes: 2 additions & 2 deletions data/Sword & Shield/Brilliant Stars/095.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ const card: Card = {
de: "Morpeko V"
},

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

export default card
export default card
Loading

0 comments on commit 5c2d5a0

Please sign in to comment.