From 5fbcd82457c081d5f73f973f636b36e67433af5f Mon Sep 17 00:00:00 2001 From: Felipe Contreras Salinas Date: Sat, 24 Aug 2024 20:45:45 -0400 Subject: [PATCH] fix: add missing retreat cost and weakness for some cards (#527) Co-authored-by: Felipe Contreras Salinas --- data/Base/Base Set 2/4.ts | 4 +--- data/Base/Base Set/4.ts | 2 ++ data/Base/Team Rocket/21.ts | 2 ++ data/Base/Team Rocket/4.ts | 2 ++ data/Base/Wizards Black Star Promos/1.ts | 6 +----- data/Base/Wizards Black Star Promos/24.ts | 1 + data/Base/Wizards Black Star Promos/4.ts | 1 + data/E-Card/Expedition Base Set/39.ts | 5 +---- data/E-Card/Expedition Base Set/40.ts | 5 +---- data/E-Card/Expedition Base Set/6.ts | 5 +---- data/EX/Crystal Guardians/4.ts | 5 +---- data/EX/Power Keepers/6.ts | 5 +---- data/Gym/Gym Challenge/2.ts | 4 +--- data/Legendary Collection/Legendary Collection/3.ts | 4 +--- data/POP/Nintendo Black Star Promos/12.ts | 5 +---- data/Platinum/Pokémon Rumble/7.ts | 1 + data/Scarlet & Violet/151/006.ts | 8 +++++++- data/Sword & Shield/Brilliant Stars/017.ts | 6 ++++++ data/Sword & Shield/Brilliant Stars/018.ts | 6 ++++++ data/Sword & Shield/Crown Zenith/018.ts | 6 ++++++ data/Sword & Shield/Crown Zenith/019.ts | 6 ++++++ data/Sword & Shield/Crown Zenith/020.ts | 6 ++++++ data/Sword & Shield/Pokémon Futsal 2020/1.ts | 12 ++++++++++-- 23 files changed, 66 insertions(+), 41 deletions(-) diff --git a/data/Base/Base Set 2/4.ts b/data/Base/Base Set 2/4.ts index 93759f64b..ce143b475 100644 --- a/data/Base/Base Set 2/4.ts +++ b/data/Base/Base Set 2/4.ts @@ -63,9 +63,7 @@ const card: Card = { value: "-30" }, ], - - - + retreat: 3, } diff --git a/data/Base/Base Set/4.ts b/data/Base/Base Set/4.ts index 0b8c2cca4..79759979b 100644 --- a/data/Base/Base Set/4.ts +++ b/data/Base/Base Set/4.ts @@ -82,6 +82,8 @@ const card: Card = { }, ], + retreat: 3, + description: { fr: "Il peut fondre la roche de son souffle brûlant. Il est souvent la cause de nombreux incendies." } diff --git a/data/Base/Team Rocket/21.ts b/data/Base/Team Rocket/21.ts index 91bd6a096..85d3f7e18 100644 --- a/data/Base/Team Rocket/21.ts +++ b/data/Base/Team Rocket/21.ts @@ -77,6 +77,8 @@ const card: Card = { }, ], + retreat: 3, + description: { fr: "Comme possédé, il crache du feu tel un volcan, essayant de brûler tout ce qu'il voit." } diff --git a/data/Base/Team Rocket/4.ts b/data/Base/Team Rocket/4.ts index 91bd6a096..85d3f7e18 100644 --- a/data/Base/Team Rocket/4.ts +++ b/data/Base/Team Rocket/4.ts @@ -77,6 +77,8 @@ const card: Card = { }, ], + retreat: 3, + description: { fr: "Comme possédé, il crache du feu tel un volcan, essayant de brûler tout ce qu'il voit." } diff --git a/data/Base/Wizards Black Star Promos/1.ts b/data/Base/Wizards Black Star Promos/1.ts index 03c0fdfa5..2686c848d 100644 --- a/data/Base/Wizards Black Star Promos/1.ts +++ b/data/Base/Wizards Black Star Promos/1.ts @@ -55,11 +55,7 @@ const card: Card = { value: "×2" }, ], - - - - - + retreat: 1, } export default card diff --git a/data/Base/Wizards Black Star Promos/24.ts b/data/Base/Wizards Black Star Promos/24.ts index 7de28b436..477176c7b 100644 --- a/data/Base/Wizards Black Star Promos/24.ts +++ b/data/Base/Wizards Black Star Promos/24.ts @@ -49,6 +49,7 @@ const card: Card = { value: "×2" }, ], + retreat: 1, description: { fr: "Votre anniversaire : _________________________________________" diff --git a/data/Base/Wizards Black Star Promos/4.ts b/data/Base/Wizards Black Star Promos/4.ts index 07889d9d0..25a9c1d55 100644 --- a/data/Base/Wizards Black Star Promos/4.ts +++ b/data/Base/Wizards Black Star Promos/4.ts @@ -64,6 +64,7 @@ const card: Card = { value: "×2" }, ], + retreat: 1, description: { fr: "Quand plusieurs de ces Pokémon se réunissent, ils attirent tellement d'électricité qu'ils peuvent provoquer des coups de foudre." diff --git a/data/E-Card/Expedition Base Set/39.ts b/data/E-Card/Expedition Base Set/39.ts index 480087cba..37cfb0d47 100644 --- a/data/E-Card/Expedition Base Set/39.ts +++ b/data/E-Card/Expedition Base Set/39.ts @@ -71,10 +71,7 @@ const card: Card = { value: "×2" }, ], - - - - + retreat: 2, } diff --git a/data/E-Card/Expedition Base Set/40.ts b/data/E-Card/Expedition Base Set/40.ts index 1ada2e195..127587937 100644 --- a/data/E-Card/Expedition Base Set/40.ts +++ b/data/E-Card/Expedition Base Set/40.ts @@ -67,10 +67,7 @@ const card: Card = { value: "×2" }, ], - - - - + retreat: 3, } diff --git a/data/E-Card/Expedition Base Set/6.ts b/data/E-Card/Expedition Base Set/6.ts index 1ada2e195..127587937 100644 --- a/data/E-Card/Expedition Base Set/6.ts +++ b/data/E-Card/Expedition Base Set/6.ts @@ -67,10 +67,7 @@ const card: Card = { value: "×2" }, ], - - - - + retreat: 3, } diff --git a/data/EX/Crystal Guardians/4.ts b/data/EX/Crystal Guardians/4.ts index 77ac43766..893e0987e 100644 --- a/data/EX/Crystal Guardians/4.ts +++ b/data/EX/Crystal Guardians/4.ts @@ -68,10 +68,7 @@ const card: Card = { value: "×2" }, ], - - - - + retreat: 2, } diff --git a/data/EX/Power Keepers/6.ts b/data/EX/Power Keepers/6.ts index c20598acd..3d6f33e2e 100644 --- a/data/EX/Power Keepers/6.ts +++ b/data/EX/Power Keepers/6.ts @@ -66,10 +66,7 @@ const card: Card = { value: "×2" }, ], - - - - + retreat: 2, } diff --git a/data/Gym/Gym Challenge/2.ts b/data/Gym/Gym Challenge/2.ts index 94ba5590d..bc869f255 100644 --- a/data/Gym/Gym Challenge/2.ts +++ b/data/Gym/Gym Challenge/2.ts @@ -63,9 +63,7 @@ const card: Card = { value: "-30" }, ], - - - + retreat: 3, } diff --git a/data/Legendary Collection/Legendary Collection/3.ts b/data/Legendary Collection/Legendary Collection/3.ts index ba486a427..459e19185 100644 --- a/data/Legendary Collection/Legendary Collection/3.ts +++ b/data/Legendary Collection/Legendary Collection/3.ts @@ -63,9 +63,7 @@ const card: Card = { value: "-30" }, ], - - - + retreat: 3, } diff --git a/data/POP/Nintendo Black Star Promos/12.ts b/data/POP/Nintendo Black Star Promos/12.ts index 3fb3dc4b0..8cece5000 100644 --- a/data/POP/Nintendo Black Star Promos/12.ts +++ b/data/POP/Nintendo Black Star Promos/12.ts @@ -55,10 +55,7 @@ const card: Card = { value: "×2" }, ], - - - - + retreat: 1, } diff --git a/data/Platinum/Pokémon Rumble/7.ts b/data/Platinum/Pokémon Rumble/7.ts index 6e00f7543..9e65c7288 100644 --- a/data/Platinum/Pokémon Rumble/7.ts +++ b/data/Platinum/Pokémon Rumble/7.ts @@ -50,6 +50,7 @@ const card: Card = { value: "-20" }, ], + retreat: 1, diff --git a/data/Scarlet & Violet/151/006.ts b/data/Scarlet & Violet/151/006.ts index c851b95c3..31284d8cb 100644 --- a/data/Scarlet & Violet/151/006.ts +++ b/data/Scarlet & Violet/151/006.ts @@ -66,6 +66,12 @@ const card: Card = { damage: 330 }], + weaknesses: [ + { + type: "Water", + value: "×2" + }, + ], retreat: 2, regulationMark: "G", @@ -75,4 +81,4 @@ const card: Card = { } } -export default card \ No newline at end of file +export default card diff --git a/data/Sword & Shield/Brilliant Stars/017.ts b/data/Sword & Shield/Brilliant Stars/017.ts index 5d52e58e7..4f4726f6c 100644 --- a/data/Sword & Shield/Brilliant Stars/017.ts +++ b/data/Sword & Shield/Brilliant Stars/017.ts @@ -58,6 +58,12 @@ const card: Card = { damage: 180 }], + weaknesses: [ + { + type: "Water", + value: "×2" + }, + ], retreat: 2, regulationMark: "F", variants: { diff --git a/data/Sword & Shield/Brilliant Stars/018.ts b/data/Sword & Shield/Brilliant Stars/018.ts index 0ec967ecb..79eb711b2 100644 --- a/data/Sword & Shield/Brilliant Stars/018.ts +++ b/data/Sword & Shield/Brilliant Stars/018.ts @@ -76,6 +76,12 @@ const card: Card = { damage: 320 }], + weaknesses: [ + { + type: "Water", + value: "×2" + }, + ], retreat: 2, regulationMark: "F", variants: { diff --git a/data/Sword & Shield/Crown Zenith/018.ts b/data/Sword & Shield/Crown Zenith/018.ts index 28fc94a2b..ffee48f93 100644 --- a/data/Sword & Shield/Crown Zenith/018.ts +++ b/data/Sword & Shield/Crown Zenith/018.ts @@ -58,6 +58,12 @@ const card: Card = { damage: 180 }], + weaknesses: [ + { + type: "Water", + value: "×2" + }, + ], retreat: 2, regulationMark: "F", variants: { diff --git a/data/Sword & Shield/Crown Zenith/019.ts b/data/Sword & Shield/Crown Zenith/019.ts index 10098ae2b..554970fd7 100644 --- a/data/Sword & Shield/Crown Zenith/019.ts +++ b/data/Sword & Shield/Crown Zenith/019.ts @@ -76,6 +76,12 @@ const card: Card = { damage: 320 }], + weaknesses: [ + { + type: "Water", + value: "×2" + }, + ], retreat: 2, regulationMark: "F", variants: { diff --git a/data/Sword & Shield/Crown Zenith/020.ts b/data/Sword & Shield/Crown Zenith/020.ts index bbc794687..2289cf229 100644 --- a/data/Sword & Shield/Crown Zenith/020.ts +++ b/data/Sword & Shield/Crown Zenith/020.ts @@ -65,6 +65,12 @@ const card: Card = { damage: 250 }], + weaknesses: [ + { + type: "Water", + value: "×2" + }, + ], retreat: 3, regulationMark: "F", variants: { diff --git a/data/Sword & Shield/Pokémon Futsal 2020/1.ts b/data/Sword & Shield/Pokémon Futsal 2020/1.ts index 4f046f846..c783efcf8 100644 --- a/data/Sword & Shield/Pokémon Futsal 2020/1.ts +++ b/data/Sword & Shield/Pokémon Futsal 2020/1.ts @@ -47,7 +47,15 @@ const card: Card = { reverse: false, holo: true, firstEdition: false - } + }, + + weaknesses: [ + { + type: "Fighting", + value: "×2" + }, + ], + retreat: 1, } -export default card \ No newline at end of file +export default card