mirror of
https://github.com/tcgdex/cards-database.git
synced 2025-06-16 01:19:18 +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:
@ -18,7 +18,11 @@ const card: Card = {
|
||||
|
||||
evolveFrom: {
|
||||
en: "Growlithe",
|
||||
fr: "Caninos"
|
||||
fr: "Caninos",
|
||||
es: "Growlithe",
|
||||
it: "Growlithe",
|
||||
pt: "Growlithe",
|
||||
de: "Fukano"
|
||||
},
|
||||
|
||||
abilities: [
|
||||
@ -34,7 +38,7 @@ const card: Card = {
|
||||
},
|
||||
effect: {
|
||||
en: "If this Pokémon has a Burning Scarf attached, it gets +100 HP.",
|
||||
fr: "Si un Bandana Brûlant est attaché à ce Pokémon, il reçoit +100 PV.",
|
||||
fr: "Si un Bandana Brûlant est attaché à ce Pokémon, il reçoit +100 PV.",
|
||||
es: "Si este Pokémon tiene 1 Bandana Ardiente unida a él, obtiene 100 PS más.",
|
||||
it: "Se questo Pokémon ha una carta Bandana Ardente assegnata, ha 100 PS in più.",
|
||||
pt: "Se este Pokémon tiver 1 Cachecol em Chamas ligado a ele, receberá 100 PS a mais.",
|
||||
|
Reference in New Issue
Block a user