1
0
mirror of https://github.com/tcgdex/cards-database.git synced 2025-06-13 08:19:17 +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,19 +4,14 @@ import Set from '../Rebel Clash'
const card: Card = {
name: {
en: "Dragapult V",
fr: "Lanssorien V"
},
illustrator: "aky CG Works",
rarity: "Ultra Rare",
category: "Pokemon",
set: Set,
attacks: [
{
cost: [
@ -24,6 +19,7 @@ const card: Card = {
],
name: {
en: "Bite",
fr: "Morsure"
},
damage: 30,
@ -36,30 +32,34 @@ const card: Card = {
],
name: {
en: "Jet Assault",
fr: "Assaut Propulsé"
},
effect: {
en: "If this Pokémon moved from your Bench to the Active Spot this turn, this attack does 80 more damage.",
fr: "Si ce Pokémon a été déplacé de votre Banc vers le Poste Actif pendant ce tour, cette attaque inflige 80 dégâts supplémentaires."
},
damage: "60+",
},
],
weaknesses: [
{
type: "Darkness",
value: "×2"
},
],
resistances: [
{
type: "Fighting",
value: "-30"
},
],
retreat: 1,
hp: 210,
types: ["Psychic"]
}
export default card