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:
@ -16,7 +16,7 @@ const card: Card = {
|
||||
fr: "Valise de Secours",
|
||||
es: "Carrito de Rescate",
|
||||
it: "Trolley di Salvataggio",
|
||||
pt: "Rescue Carrier",
|
||||
pt: "Carrinho de Resgate",
|
||||
de: "Rettungsbox"
|
||||
},
|
||||
|
||||
@ -25,15 +25,16 @@ const card: Card = {
|
||||
|
||||
effect: {
|
||||
en: "Put up to 2 Pokémon, each with 90 HP or less, from your discard pile into your hand.",
|
||||
fr: "Ajoutez jusqu’à 2 Pokémon, avec chacun 90 PV ou moins, de votre pile de défausse à votre main.",
|
||||
fr: "Ajoutez jusqu'à 2 Pokémon, avec chacun 90 PV ou moins, de votre pile de défausse à votre main.",
|
||||
es: "Pon hasta 2 Pokémon, cada uno con 90 PS o menos, de tu pila de descartes en tu mano.",
|
||||
it: "Prendi fino a due Pokémon, ciascuno con 90 PS o meno, dalla tua pila degli scarti e aggiungili alle carte che hai in mano.",
|
||||
pt: "Put up to 2 Pokémon, each with 90 HP or less, from your discard pile into your hand.",
|
||||
pt: "Coloque até 2 Pokémon, cada um com 90 PS ou menos, da sua pilha de descarte na sua mão.",
|
||||
de: "Nimm bis zu 2 Pokémon, jedes mit 90 oder weniger KP, aus deinem Ablagestapel auf deine Hand."
|
||||
},
|
||||
|
||||
trainerType: "Item",
|
||||
illustrator: "Ryo Ueda"
|
||||
illustrator: "Ryo Ueda",
|
||||
regulationMark: "E"
|
||||
}
|
||||
|
||||
export default card
|
||||
export default card
|
||||
|
Reference in New Issue
Block a user