mirror of
https://github.com/tcgdex/cards-database.git
synced 2025-06-18 18:29: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:
@ -41,7 +41,7 @@ const card: Card = {
|
||||
|
||||
effect: {
|
||||
en: "If this Pokémon has 3 or more Water Energy attached, it gets +150 HP.",
|
||||
fr: "Si au moins 3 Énergies Water sont attachées à ce Pokémon, il reçoit +150 PV.",
|
||||
fr: "Si au moins 3 Énergies Water sont attachées à ce Pokémon, il reçoit +150 PV.",
|
||||
es: "Si este Pokémon tiene 3 Energías Water o más unidas a él, obtiene 150 PS más.",
|
||||
it: "Se questo Pokémon ha tre o più Energie Water assegnate, ha 150 PS in più.",
|
||||
pt: "If this Pokémon has 3 or more Water Energy attached, it gets +150 HP.",
|
||||
@ -61,7 +61,7 @@ const card: Card = {
|
||||
|
||||
effect: {
|
||||
en: "This attack does 30 more damage for each basic Energy attached to this Pokémon.",
|
||||
fr: "Cette attaque inflige 30 dégâts supplémentaires pour chaque Énergie de base attachée à ce Pokémon.",
|
||||
fr: "Cette attaque inflige 30 dégâts supplémentaires pour chaque Énergie de base attachée à ce Pokémon.",
|
||||
es: "Este ataque hace 30 puntos de daño más por cada Energía Básica unida a este Pokémon.",
|
||||
it: "Questo attacco infligge 30 danni in più per ogni Energia base assegnata a questo Pokémon.",
|
||||
pt: "This attack does 30 more damage for each basic Energy attached to this Pokémon.",
|
||||
@ -77,7 +77,14 @@ const card: Card = {
|
||||
value: "×2"
|
||||
}],
|
||||
|
||||
retreat: 1
|
||||
retreat: 1,
|
||||
|
||||
description: {
|
||||
en: "When it senses danger, its eyes tear up. The sparkle of its tears signals other Wishiwashi to gather."
|
||||
},
|
||||
|
||||
dexId: [746],
|
||||
regulationMark: "E"
|
||||
}
|
||||
|
||||
export default card
|
Reference in New Issue
Block a user