mirror of
https://github.com/tcgdex/cards-database.git
synced 2025-06-13 00:09:18 +00:00
fix: Add Base serie translations (#161)
Signed-off-by: Avior <github@avior.me>
This commit is contained in:
@ -4,23 +4,26 @@ import Set from '../Base Set'
|
||||
const card: Card = {
|
||||
name: {
|
||||
en: "Porygon",
|
||||
fr: "Porygon"
|
||||
},
|
||||
|
||||
illustrator: "Tomoaki Imakuni",
|
||||
rarity: "Uncommon",
|
||||
category: "Pokemon",
|
||||
|
||||
set: Set,
|
||||
|
||||
dexId: [
|
||||
137,
|
||||
],
|
||||
|
||||
hp: 30,
|
||||
|
||||
types: [
|
||||
"Colorless",
|
||||
],
|
||||
|
||||
stage: "Basic",
|
||||
|
||||
|
||||
attacks: [
|
||||
{
|
||||
cost: [
|
||||
@ -28,9 +31,11 @@ const card: Card = {
|
||||
],
|
||||
name: {
|
||||
en: "Conversion 1",
|
||||
fr: "Adaptation 1"
|
||||
},
|
||||
effect: {
|
||||
en: "If the Defending Pokémon has a Weakness, you may change it to a type of your choice other than Colorless.",
|
||||
fr: "Si le Pokémon Défenseur avait une Faiblesse, vous pouvez la changer pour le type de votre choix, excepté Incolore."
|
||||
},
|
||||
|
||||
},
|
||||
@ -41,19 +46,23 @@ const card: Card = {
|
||||
],
|
||||
name: {
|
||||
en: "Conversion 2",
|
||||
fr: "Adaptation 2"
|
||||
},
|
||||
effect: {
|
||||
en: "Change Porygon's Resistance to a type of your choice other than Colorless.",
|
||||
fr: "Changez la Résistance de Porygon pour un type de votre choix, excepté Incolore."
|
||||
},
|
||||
|
||||
},
|
||||
],
|
||||
|
||||
weaknesses: [
|
||||
{
|
||||
type: "Fighting",
|
||||
value: "×2"
|
||||
},
|
||||
],
|
||||
|
||||
resistances: [
|
||||
{
|
||||
type: "Psychic",
|
||||
@ -61,9 +70,9 @@ const card: Card = {
|
||||
},
|
||||
],
|
||||
|
||||
|
||||
|
||||
|
||||
description: {
|
||||
fr: "Un Pokémon fait de programmes et d'algorithmes. Il peut survivre en milieu virtuel."
|
||||
}
|
||||
}
|
||||
|
||||
export default card
|
||||
|
Reference in New Issue
Block a user