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:
@ -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 opponent’s Active Pokémon’s 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
|
||||
|
Reference in New Issue
Block a user