Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: add missing retreat cost and weakness for some cards #527

Merged
merged 1 commit into from
Aug 25, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 1 addition & 3 deletions data/Base/Base Set 2/4.ts
Original file line number Diff line number Diff line change
Expand Up @@ -63,9 +63,7 @@ const card: Card = {
value: "-30"
},
],



retreat: 3,

}

Expand Down
2 changes: 2 additions & 0 deletions data/Base/Base Set/4.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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."
}
Expand Down
2 changes: 2 additions & 0 deletions data/Base/Team Rocket/21.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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."
}
Expand Down
2 changes: 2 additions & 0 deletions data/Base/Team Rocket/4.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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."
}
Expand Down
6 changes: 1 addition & 5 deletions data/Base/Wizards Black Star Promos/1.ts
Original file line number Diff line number Diff line change
Expand Up @@ -55,11 +55,7 @@ const card: Card = {
value: "×2"
},
],





retreat: 1,
}

export default card
1 change: 1 addition & 0 deletions data/Base/Wizards Black Star Promos/24.ts
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@ const card: Card = {
value: "×2"
},
],
retreat: 1,

description: {
fr: "Votre anniversaire : _________________________________________"
Expand Down
1 change: 1 addition & 0 deletions data/Base/Wizards Black Star Promos/4.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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."
Expand Down
5 changes: 1 addition & 4 deletions data/E-Card/Expedition Base Set/39.ts
Original file line number Diff line number Diff line change
Expand Up @@ -71,10 +71,7 @@ const card: Card = {
value: "×2"
},
],




retreat: 2,

}

Expand Down
5 changes: 1 addition & 4 deletions data/E-Card/Expedition Base Set/40.ts
Original file line number Diff line number Diff line change
Expand Up @@ -67,10 +67,7 @@ const card: Card = {
value: "×2"
},
],




retreat: 3,

}

Expand Down
5 changes: 1 addition & 4 deletions data/E-Card/Expedition Base Set/6.ts
Original file line number Diff line number Diff line change
Expand Up @@ -67,10 +67,7 @@ const card: Card = {
value: "×2"
},
],




retreat: 3,

}

Expand Down
5 changes: 1 addition & 4 deletions data/EX/Crystal Guardians/4.ts
Original file line number Diff line number Diff line change
Expand Up @@ -68,10 +68,7 @@ const card: Card = {
value: "×2"
},
],




retreat: 2,

}

Expand Down
5 changes: 1 addition & 4 deletions data/EX/Power Keepers/6.ts
Original file line number Diff line number Diff line change
Expand Up @@ -66,10 +66,7 @@ const card: Card = {
value: "×2"
},
],




retreat: 2,

}

Expand Down
4 changes: 1 addition & 3 deletions data/Gym/Gym Challenge/2.ts
Original file line number Diff line number Diff line change
Expand Up @@ -63,9 +63,7 @@ const card: Card = {
value: "-30"
},
],



retreat: 3,

}

Expand Down
4 changes: 1 addition & 3 deletions data/Legendary Collection/Legendary Collection/3.ts
Original file line number Diff line number Diff line change
Expand Up @@ -63,9 +63,7 @@ const card: Card = {
value: "-30"
},
],



retreat: 3,

}

Expand Down
5 changes: 1 addition & 4 deletions data/POP/Nintendo Black Star Promos/12.ts
Original file line number Diff line number Diff line change
Expand Up @@ -55,10 +55,7 @@ const card: Card = {
value: "×2"
},
],




retreat: 1,

}

Expand Down
1 change: 1 addition & 0 deletions data/Platinum/Pokémon Rumble/7.ts
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@ const card: Card = {
value: "-20"
},
],
retreat: 1,



Expand Down
8 changes: 7 additions & 1 deletion data/Scarlet & Violet/151/006.ts
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,12 @@ const card: Card = {
damage: 330
}],

weaknesses: [
{
type: "Water",
value: "×2"
},
],
retreat: 2,
regulationMark: "G",

Expand All @@ -75,4 +81,4 @@ const card: Card = {
}
}

export default card
export default card
6 changes: 6 additions & 0 deletions data/Sword & Shield/Brilliant Stars/017.ts
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,12 @@ const card: Card = {
damage: 180
}],

weaknesses: [
{
type: "Water",
value: "×2"
},
],
retreat: 2,
regulationMark: "F",
variants: {
Expand Down
6 changes: 6 additions & 0 deletions data/Sword & Shield/Brilliant Stars/018.ts
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,12 @@ const card: Card = {
damage: 320
}],

weaknesses: [
{
type: "Water",
value: "×2"
},
],
retreat: 2,
regulationMark: "F",
variants: {
Expand Down
6 changes: 6 additions & 0 deletions data/Sword & Shield/Crown Zenith/018.ts
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,12 @@ const card: Card = {
damage: 180
}],

weaknesses: [
{
type: "Water",
value: "×2"
},
],
retreat: 2,
regulationMark: "F",
variants: {
Expand Down
6 changes: 6 additions & 0 deletions data/Sword & Shield/Crown Zenith/019.ts
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,12 @@ const card: Card = {
damage: 320
}],

weaknesses: [
{
type: "Water",
value: "×2"
},
],
retreat: 2,
regulationMark: "F",
variants: {
Expand Down
6 changes: 6 additions & 0 deletions data/Sword & Shield/Crown Zenith/020.ts
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,12 @@ const card: Card = {
damage: 250
}],

weaknesses: [
{
type: "Water",
value: "×2"
},
],
retreat: 3,
regulationMark: "F",
variants: {
Expand Down
12 changes: 10 additions & 2 deletions data/Sword & Shield/Pokémon Futsal 2020/1.ts
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,15 @@ const card: Card = {
reverse: false,
holo: true,
firstEdition: false
}
},

weaknesses: [
{
type: "Fighting",
value: "×2"
},
],
retreat: 1,
}

export default card
export default card
Loading