1
0
mirror of https://github.com/tcgdex/cards-database.git synced 2025-06-15 17:09:19 +00:00

Updated informations (#23)

Signed-off-by: Avior <florian.bouillon@delta-wings.net>
This commit is contained in:
2021-05-26 20:35:35 +02:00
committed by GitHub
parent ef2d099e6e
commit 151c00be78
820 changed files with 9255 additions and 2679 deletions

View File

@ -4,21 +4,19 @@ import Set from '../Rebel Clash'
const card: Card = {
name: {
en: "Probopass",
fr: "Tarinorme"
},
illustrator: "Anesaki Dynamic",
rarity: "Rare",
category: "Pokemon",
set: Set,
evolveFrom: {
en: "Nosepass",
fr: "Tarinor"
},
attacks: [
{
cost: [
@ -26,9 +24,11 @@ const card: Card = {
],
name: {
en: "Gravitational Drop",
fr: "Chute Gravitationnelle"
},
effect: {
en: "This attack does 30 more damage for each Colorless in your opponents Active Pokémons Retreat Cost.",
fr: "Cette attaque inflige 30 dégâts supplémentaires pour chaque Colorless dans le Coût de Retraite du Pokémon Actif de votre adversaire."
},
damage: "10+",
@ -41,28 +41,31 @@ const card: Card = {
],
name: {
en: "Heavy Impact",
fr: "Gros Impact"
},
damage: 120,
},
],
weaknesses: [
{
type: "Fire",
value: "×2"
},
],
resistances: [
{
type: "Grass",
value: "-30"
},
],
retreat: 4,
hp: 140,
types: ["Metal"]
}
export default card