mirror of
https://github.com/tcgdex/cards-database.git
synced 2025-06-17 18:09:19 +00:00
Sword & Shield Fixes (#84)
* some fixes Signed-off-by: Avior <github@avior.me> * Some more changes Signed-off-by: Avior <github@avior.me> * u Signed-off-by: Avior <github@avior.me> * continuing update Signed-off-by: Avior <github@avior.me> * Finished ? Signed-off-by: Avior <github@avior.me> * Removed files that were not meant to be * Remoed even more files
This commit is contained in:
@ -16,7 +16,7 @@ const card: Card = {
|
||||
fr: "Sulfura de Galar",
|
||||
es: "Moltres de Galar",
|
||||
it: "Moltres di Galar",
|
||||
pt: "Galarian Moltres",
|
||||
pt: "Moltres de Galar",
|
||||
de: "Galar-Lavados"
|
||||
},
|
||||
|
||||
@ -41,7 +41,7 @@ const card: Card = {
|
||||
|
||||
effect: {
|
||||
en: "When you play this Pokémon from your hand onto your Bench during your turn, you may attach up to 2 Darkness Energy cards from your hand to this Pokémon.",
|
||||
fr: "Lorsque vous jouez ce Pokémon de votre main sur votre Banc pendant votre tour, vous pouvez attacher jusqu’à 2 cartes Énergie Darkness de votre main à ce Pokémon.",
|
||||
fr: "Lorsque vous jouez ce Pokémon de votre main sur votre Banc pendant votre tour, vous pouvez attacher jusqu'à 2 cartes Énergie Darkness de votre main à ce Pokémon.",
|
||||
es: "Cuando juegas este Pokémon de tu mano a tu Banca durante tu turno, puedes unir hasta 2 cartas de Energía Darkness de tu mano a este Pokémon.",
|
||||
it: "Quando giochi questo Pokémon dalla tua mano e lo metti in panchina durante il tuo turno, puoi assegnargli fino a due carte Energia Darkness dalla tua mano.",
|
||||
pt: "When you play this Pokémon from your hand onto your Bench during your turn, you may attach up to 2 Darkness Energy cards from your hand to this Pokémon.",
|
||||
@ -61,7 +61,7 @@ const card: Card = {
|
||||
|
||||
effect: {
|
||||
en: "This attack does 50 more damage for each Prize card your opponent has taken.",
|
||||
fr: "Cette attaque inflige 50 dégâts supplémentaires pour chaque carte Récompense que votre adversaire a récupérée.",
|
||||
fr: "Cette attaque inflige 50 dégâts supplémentaires pour chaque carte Récompense que votre adversaire a récupérée.",
|
||||
es: "Este ataque hace 50 puntos de daño más por cada carta de Premio que haya cogido tu rival.",
|
||||
it: "Questo attacco infligge 50 danni in più per ogni carta Premio presa dal tuo avversario.",
|
||||
pt: "This attack does 50 more damage for each Prize card your opponent has taken.",
|
||||
@ -77,7 +77,14 @@ const card: Card = {
|
||||
value: "×2"
|
||||
}],
|
||||
|
||||
retreat: 2
|
||||
retreat: 2,
|
||||
|
||||
description: {
|
||||
en: "The sinister aura that blazes like molten fire around this Pokémon is what inspired the name Moltres."
|
||||
},
|
||||
|
||||
dexId: [146],
|
||||
regulationMark: "E"
|
||||
}
|
||||
|
||||
export default card
|
||||
export default card
|
||||
|
Reference in New Issue
Block a user