mirror of
https://github.com/tcgdex/cards-database.git
synced 2025-06-07 13:49:54 +00:00
fix: add missing retreat cost and weakness for some cards (#527)
Co-authored-by: Felipe Contreras Salinas <felipe@bstr.cl>
This commit is contained in:
parent
cfd6d5c0e8
commit
5fbcd82457
@ -63,9 +63,7 @@ const card: Card = {
|
||||
value: "-30"
|
||||
},
|
||||
],
|
||||
|
||||
|
||||
|
||||
retreat: 3,
|
||||
|
||||
}
|
||||
|
||||
|
@ -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."
|
||||
}
|
||||
|
@ -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."
|
||||
}
|
||||
|
@ -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."
|
||||
}
|
||||
|
@ -55,11 +55,7 @@ const card: Card = {
|
||||
value: "×2"
|
||||
},
|
||||
],
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
retreat: 1,
|
||||
}
|
||||
|
||||
export default card
|
||||
|
@ -49,6 +49,7 @@ const card: Card = {
|
||||
value: "×2"
|
||||
},
|
||||
],
|
||||
retreat: 1,
|
||||
|
||||
description: {
|
||||
fr: "Votre anniversaire : _________________________________________"
|
||||
|
@ -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."
|
||||
|
@ -71,10 +71,7 @@ const card: Card = {
|
||||
value: "×2"
|
||||
},
|
||||
],
|
||||
|
||||
|
||||
|
||||
|
||||
retreat: 2,
|
||||
|
||||
}
|
||||
|
||||
|
@ -67,10 +67,7 @@ const card: Card = {
|
||||
value: "×2"
|
||||
},
|
||||
],
|
||||
|
||||
|
||||
|
||||
|
||||
retreat: 3,
|
||||
|
||||
}
|
||||
|
||||
|
@ -67,10 +67,7 @@ const card: Card = {
|
||||
value: "×2"
|
||||
},
|
||||
],
|
||||
|
||||
|
||||
|
||||
|
||||
retreat: 3,
|
||||
|
||||
}
|
||||
|
||||
|
@ -68,10 +68,7 @@ const card: Card = {
|
||||
value: "×2"
|
||||
},
|
||||
],
|
||||
|
||||
|
||||
|
||||
|
||||
retreat: 2,
|
||||
|
||||
}
|
||||
|
||||
|
@ -66,10 +66,7 @@ const card: Card = {
|
||||
value: "×2"
|
||||
},
|
||||
],
|
||||
|
||||
|
||||
|
||||
|
||||
retreat: 2,
|
||||
|
||||
}
|
||||
|
||||
|
@ -63,9 +63,7 @@ const card: Card = {
|
||||
value: "-30"
|
||||
},
|
||||
],
|
||||
|
||||
|
||||
|
||||
retreat: 3,
|
||||
|
||||
}
|
||||
|
||||
|
@ -63,9 +63,7 @@ const card: Card = {
|
||||
value: "-30"
|
||||
},
|
||||
],
|
||||
|
||||
|
||||
|
||||
retreat: 3,
|
||||
|
||||
}
|
||||
|
||||
|
@ -55,10 +55,7 @@ const card: Card = {
|
||||
value: "×2"
|
||||
},
|
||||
],
|
||||
|
||||
|
||||
|
||||
|
||||
retreat: 1,
|
||||
|
||||
}
|
||||
|
||||
|
@ -50,6 +50,7 @@ const card: Card = {
|
||||
value: "-20"
|
||||
},
|
||||
],
|
||||
retreat: 1,
|
||||
|
||||
|
||||
|
||||
|
@ -66,6 +66,12 @@ const card: Card = {
|
||||
damage: 330
|
||||
}],
|
||||
|
||||
weaknesses: [
|
||||
{
|
||||
type: "Water",
|
||||
value: "×2"
|
||||
},
|
||||
],
|
||||
retreat: 2,
|
||||
regulationMark: "G",
|
||||
|
||||
|
@ -58,6 +58,12 @@ const card: Card = {
|
||||
damage: 180
|
||||
}],
|
||||
|
||||
weaknesses: [
|
||||
{
|
||||
type: "Water",
|
||||
value: "×2"
|
||||
},
|
||||
],
|
||||
retreat: 2,
|
||||
regulationMark: "F",
|
||||
variants: {
|
||||
|
@ -76,6 +76,12 @@ const card: Card = {
|
||||
damage: 320
|
||||
}],
|
||||
|
||||
weaknesses: [
|
||||
{
|
||||
type: "Water",
|
||||
value: "×2"
|
||||
},
|
||||
],
|
||||
retreat: 2,
|
||||
regulationMark: "F",
|
||||
variants: {
|
||||
|
@ -58,6 +58,12 @@ const card: Card = {
|
||||
damage: 180
|
||||
}],
|
||||
|
||||
weaknesses: [
|
||||
{
|
||||
type: "Water",
|
||||
value: "×2"
|
||||
},
|
||||
],
|
||||
retreat: 2,
|
||||
regulationMark: "F",
|
||||
variants: {
|
||||
|
@ -76,6 +76,12 @@ const card: Card = {
|
||||
damage: 320
|
||||
}],
|
||||
|
||||
weaknesses: [
|
||||
{
|
||||
type: "Water",
|
||||
value: "×2"
|
||||
},
|
||||
],
|
||||
retreat: 2,
|
||||
regulationMark: "F",
|
||||
variants: {
|
||||
|
@ -65,6 +65,12 @@ const card: Card = {
|
||||
damage: 250
|
||||
}],
|
||||
|
||||
weaknesses: [
|
||||
{
|
||||
type: "Water",
|
||||
value: "×2"
|
||||
},
|
||||
],
|
||||
retreat: 3,
|
||||
regulationMark: "F",
|
||||
variants: {
|
||||
|
@ -47,7 +47,15 @@ const card: Card = {
|
||||
reverse: false,
|
||||
holo: true,
|
||||
firstEdition: false
|
||||
}
|
||||
},
|
||||
|
||||
weaknesses: [
|
||||
{
|
||||
type: "Fighting",
|
||||
value: "×2"
|
||||
},
|
||||
],
|
||||
retreat: 1,
|
||||
}
|
||||
|
||||
export default card
|
Loading…
x
Reference in New Issue
Block a user