Skip to content

Commit

Permalink
fix: Shinies rarity
Browse files Browse the repository at this point in the history
Signed-off-by: Avior <[email protected]>
  • Loading branch information
Aviortheking committed Dec 27, 2023
1 parent 69b0152 commit 1574723
Show file tree
Hide file tree
Showing 121 changed files with 128 additions and 121 deletions.
2 changes: 1 addition & 1 deletion data/Sword & Shield/Shining Fates/SV001.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ const card: Card = {
},

illustrator: "Akira Komayama",
rarity: "Ultra Rare",
rarity: "Shiny rare",
category: "Pokemon",
hp: 50,
types: ["Grass"],
Expand Down
2 changes: 1 addition & 1 deletion data/Sword & Shield/Shining Fates/SV002.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ const card: Card = {
},

illustrator: "Masakazu Fukuda",
rarity: "Ultra Rare",
rarity: "Shiny rare",
category: "Pokemon",
hp: 80,
types: ["Grass"],
Expand Down
2 changes: 1 addition & 1 deletion data/Sword & Shield/Shining Fates/SV003.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ const card: Card = {
},

illustrator: "nagimiso",
rarity: "Ultra Rare",
rarity: "Shiny rare",
category: "Pokemon",
hp: 140,
types: ["Grass"],
Expand Down
2 changes: 1 addition & 1 deletion data/Sword & Shield/Shining Fates/SV004.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ const card: Card = {
},

illustrator: "Sanosuke Sakuma",
rarity: "Ultra Rare",
rarity: "Shiny rare",
category: "Pokemon",
hp: 60,
types: ["Grass"],
Expand Down
2 changes: 1 addition & 1 deletion data/Sword & Shield/Shining Fates/SV005.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ const card: Card = {
},

illustrator: "tetsuya koizumi",
rarity: "Ultra Rare",
rarity: "Shiny rare",
category: "Pokemon",
hp: 90,
types: ["Grass"],
Expand Down
2 changes: 1 addition & 1 deletion data/Sword & Shield/Shining Fates/SV006.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ const card: Card = {
},

illustrator: "Ryuta Fuse",
rarity: "Ultra Rare",
rarity: "Shiny rare",
category: "Pokemon",
hp: 170,
types: ["Grass"],
Expand Down
2 changes: 1 addition & 1 deletion data/Sword & Shield/Shining Fates/SV007.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ const card: Card = {
},

illustrator: "Kyoko Umemoto",
rarity: "Ultra Rare",
rarity: "Shiny rare",
category: "Pokemon",
hp: 50,
types: ["Grass"],
Expand Down
2 changes: 1 addition & 1 deletion data/Sword & Shield/Shining Fates/SV008.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ const card: Card = {
},

illustrator: "tetsuya koizumi",
rarity: "Ultra Rare",
rarity: "Shiny rare",
category: "Pokemon",
hp: 70,
types: ["Grass"],
Expand Down
2 changes: 1 addition & 1 deletion data/Sword & Shield/Shining Fates/SV009.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ const card: Card = {
},

illustrator: "SATOSHI NAKAI",
rarity: "Ultra Rare",
rarity: "Shiny rare",
category: "Pokemon",
hp: 130,
types: ["Grass"],
Expand Down
2 changes: 1 addition & 1 deletion data/Sword & Shield/Shining Fates/SV010.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ const card: Card = {
},

illustrator: "Kyoko Umemoto",
rarity: "Ultra Rare",
rarity: "Shiny rare",
category: "Pokemon",
hp: 50,
types: ["Grass"],
Expand Down
2 changes: 1 addition & 1 deletion data/Sword & Shield/Shining Fates/SV011.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ const card: Card = {
},

illustrator: "Mizue",
rarity: "Ultra Rare",
rarity: "Shiny rare",
category: "Pokemon",
hp: 80,
types: ["Grass"],
Expand Down
2 changes: 1 addition & 1 deletion data/Sword & Shield/Shining Fates/SV012.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ const card: Card = {
},

illustrator: "otumami",
rarity: "Ultra Rare",
rarity: "Shiny rare",
category: "Pokemon",
hp: 40,
types: ["Grass"],
Expand Down
2 changes: 1 addition & 1 deletion data/Sword & Shield/Shining Fates/SV013.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ const card: Card = {
},

illustrator: "Shigenori Negishi",
rarity: "Ultra Rare",
rarity: "Shiny rare",
category: "Pokemon",
hp: 80,
types: ["Grass"],
Expand Down
2 changes: 1 addition & 1 deletion data/Sword & Shield/Shining Fates/SV014.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ const card: Card = {
},

illustrator: "Kouki Saitou",
rarity: "Ultra Rare",
rarity: "Shiny rare",
category: "Pokemon",
hp: 90,
types: ["Grass"],
Expand Down
2 changes: 1 addition & 1 deletion data/Sword & Shield/Shining Fates/SV015.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ const card: Card = {
},

illustrator: "MAHOU",
rarity: "Ultra Rare",
rarity: "Shiny rare",
category: "Pokemon",
hp: 60,
types: ["Fire"],
Expand Down
2 changes: 1 addition & 1 deletion data/Sword & Shield/Shining Fates/SV016.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ const card: Card = {
},

illustrator: "Lee HyunJung",
rarity: "Ultra Rare",
rarity: "Shiny rare",
category: "Pokemon",
hp: 90,
types: ["Fire"],
Expand Down
2 changes: 1 addition & 1 deletion data/Sword & Shield/Shining Fates/SV017.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ const card: Card = {
},

illustrator: "Hitoshi Ariga",
rarity: "Ultra Rare",
rarity: "Shiny rare",
category: "Pokemon",
hp: 170,
types: ["Fire"],
Expand Down
2 changes: 1 addition & 1 deletion data/Sword & Shield/Shining Fates/SV018.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ const card: Card = {
},

illustrator: "Shigenori Negishi",
rarity: "Ultra Rare",
rarity: "Shiny rare",
category: "Pokemon",
hp: 70,
types: ["Fire"],
Expand Down
2 changes: 1 addition & 1 deletion data/Sword & Shield/Shining Fates/SV019.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ const card: Card = {
},

illustrator: "SATOSHI NAKAI",
rarity: "Ultra Rare",
rarity: "Shiny rare",
category: "Pokemon",
hp: 130,
types: ["Fire"],
Expand Down
2 changes: 1 addition & 1 deletion data/Sword & Shield/Shining Fates/SV020.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ const card: Card = {
},

illustrator: "Masakazu Fukuda",
rarity: "Ultra Rare",
rarity: "Shiny rare",
category: "Pokemon",
hp: 80,
types: ["Water"],
Expand Down
2 changes: 1 addition & 1 deletion data/Sword & Shield/Shining Fates/SV021.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ const card: Card = {
},

illustrator: "Hideki Ishikawa",
rarity: "Ultra Rare",
rarity: "Shiny rare",
category: "Pokemon",
hp: 120,
types: ["Water"],
Expand Down
2 changes: 1 addition & 1 deletion data/Sword & Shield/Shining Fates/SV022.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ const card: Card = {
},

illustrator: "Kagemaru Himeno",
rarity: "Ultra Rare",
rarity: "Shiny rare",
category: "Pokemon",
hp: 120,
types: ["Water"],
Expand Down
2 changes: 1 addition & 1 deletion data/Sword & Shield/Shining Fates/SV023.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ const card: Card = {
},

illustrator: "SATOSHI NAKAI",
rarity: "Ultra Rare",
rarity: "Shiny rare",
category: "Pokemon",
hp: 80,
types: ["Water"],
Expand Down
2 changes: 1 addition & 1 deletion data/Sword & Shield/Shining Fates/SV024.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ const card: Card = {
},

illustrator: "nagimiso",
rarity: "Ultra Rare",
rarity: "Shiny rare",
category: "Pokemon",
hp: 140,
types: ["Water"],
Expand Down
2 changes: 1 addition & 1 deletion data/Sword & Shield/Shining Fates/SV025.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ const card: Card = {
},

illustrator: "Saya Tsuruta",
rarity: "Ultra Rare",
rarity: "Shiny rare",
category: "Pokemon",
hp: 60,
types: ["Water"],
Expand Down
2 changes: 1 addition & 1 deletion data/Sword & Shield/Shining Fates/SV026.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ const card: Card = {
},

illustrator: "Ryuta Fuse",
rarity: "Ultra Rare",
rarity: "Shiny rare",
category: "Pokemon",
hp: 90,
types: ["Water"],
Expand Down
2 changes: 1 addition & 1 deletion data/Sword & Shield/Shining Fates/SV027.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ const card: Card = {
},

illustrator: "nagimiso",
rarity: "Ultra Rare",
rarity: "Shiny rare",
category: "Pokemon",
hp: 160,
types: ["Water"],
Expand Down
2 changes: 1 addition & 1 deletion data/Sword & Shield/Shining Fates/SV028.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ const card: Card = {
},

illustrator: "otumami",
rarity: "Ultra Rare",
rarity: "Shiny rare",
category: "Pokemon",
hp: 80,
types: ["Water"],
Expand Down
2 changes: 1 addition & 1 deletion data/Sword & Shield/Shining Fates/SV029.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ const card: Card = {
},

illustrator: "Shin Nagasawa",
rarity: "Ultra Rare",
rarity: "Shiny rare",
category: "Pokemon",
hp: 130,
types: ["Water"],
Expand Down
2 changes: 1 addition & 1 deletion data/Sword & Shield/Shining Fates/SV030.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ const card: Card = {
},

illustrator: "Akira Komayama",
rarity: "Ultra Rare",
rarity: "Shiny rare",
category: "Pokemon",
hp: 110,
types: ["Water"],
Expand Down
2 changes: 1 addition & 1 deletion data/Sword & Shield/Shining Fates/SV031.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ const card: Card = {
},

illustrator: "Shigenori Negishi",
rarity: "Ultra Rare",
rarity: "Shiny rare",
category: "Pokemon",
hp: 60,
types: ["Water"],
Expand Down
2 changes: 1 addition & 1 deletion data/Sword & Shield/Shining Fates/SV032.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ const card: Card = {
},

illustrator: "Misa Tsutsui",
rarity: "Ultra Rare",
rarity: "Shiny rare",
category: "Pokemon",
hp: 120,
types: ["Water"],
Expand Down
2 changes: 1 addition & 1 deletion data/Sword & Shield/Shining Fates/SV033.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ const card: Card = {
},

illustrator: "Yumi",
rarity: "Ultra Rare",
rarity: "Shiny rare",
category: "Pokemon",
hp: 50,
types: ["Water"],
Expand Down
2 changes: 1 addition & 1 deletion data/Sword & Shield/Shining Fates/SV034.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ const card: Card = {
},

illustrator: "Akira Komayama",
rarity: "Ultra Rare",
rarity: "Shiny rare",
category: "Pokemon",
hp: 90,
types: ["Water"],
Expand Down
2 changes: 1 addition & 1 deletion data/Sword & Shield/Shining Fates/SV035.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ const card: Card = {
},

illustrator: "Shigenori Negishi",
rarity: "Ultra Rare",
rarity: "Shiny rare",
category: "Pokemon",
hp: 120,
types: ["Water"],
Expand Down
2 changes: 1 addition & 1 deletion data/Sword & Shield/Shining Fates/SV036.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ const card: Card = {
},

illustrator: "SATOSHI NAKAI",
rarity: "Ultra Rare",
rarity: "Shiny rare",
category: "Pokemon",
hp: 150,
types: ["Water"],
Expand Down
2 changes: 1 addition & 1 deletion data/Sword & Shield/Shining Fates/SV037.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ const card: Card = {
},

illustrator: "Masakazu Fukuda",
rarity: "Ultra Rare",
rarity: "Shiny rare",
category: "Pokemon",
hp: 150,
types: ["Water"],
Expand Down
2 changes: 1 addition & 1 deletion data/Sword & Shield/Shining Fates/SV038.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ const card: Card = {
},

illustrator: "kirisAki",
rarity: "Ultra Rare",
rarity: "Shiny rare",
category: "Pokemon",
hp: 80,
types: ["Lightning"],
Expand Down
2 changes: 1 addition & 1 deletion data/Sword & Shield/Shining Fates/SV039.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ const card: Card = {
},

illustrator: "sowsow",
rarity: "Ultra Rare",
rarity: "Shiny rare",
category: "Pokemon",
hp: 70,
types: ["Lightning"],
Expand Down
2 changes: 1 addition & 1 deletion data/Sword & Shield/Shining Fates/SV040.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ const card: Card = {
},

illustrator: "Kagemaru Himeno",
rarity: "Ultra Rare",
rarity: "Shiny rare",
category: "Pokemon",
hp: 130,
types: ["Lightning"],
Expand Down
2 changes: 1 addition & 1 deletion data/Sword & Shield/Shining Fates/SV041.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ const card: Card = {
},

illustrator: "Kouki Saitou",
rarity: "Ultra Rare",
rarity: "Shiny rare",
category: "Pokemon",
hp: 70,
types: ["Lightning"],
Expand Down
2 changes: 1 addition & 1 deletion data/Sword & Shield/Shining Fates/SV042.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ const card: Card = {
},

illustrator: "Hideki Ishikawa",
rarity: "Ultra Rare",
rarity: "Shiny rare",
category: "Pokemon",
hp: 120,
types: ["Lightning"],
Expand Down
2 changes: 1 addition & 1 deletion data/Sword & Shield/Shining Fates/SV043.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ const card: Card = {
},

illustrator: "Motofumi Fujiwara",
rarity: "Ultra Rare",
rarity: "Shiny rare",
category: "Pokemon",
hp: 80,
types: ["Lightning"],
Expand Down
2 changes: 1 addition & 1 deletion data/Sword & Shield/Shining Fates/SV044.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ const card: Card = {
},

illustrator: "Akira Komayama",
rarity: "Ultra Rare",
rarity: "Shiny rare",
category: "Pokemon",
hp: 80,
types: ["Lightning"],
Expand Down
Loading

0 comments on commit 1574723

Please sign in to comment.