mirror of
https://github.com/tcgdex/cards-database.git
synced 2025-06-16 01:19:18 +00:00
Updated informations (#23)
Signed-off-by: Avior <florian.bouillon@delta-wings.net>
This commit is contained in:
@ -4,6 +4,7 @@ import Set from '../Darkness Ablaze'
|
||||
const card: Card = {
|
||||
name: {
|
||||
en: "Aggron",
|
||||
fr: "Galeking"
|
||||
},
|
||||
illustrator: "Hasuno",
|
||||
rarity: "Rare",
|
||||
@ -17,6 +18,7 @@ const card: Card = {
|
||||
],
|
||||
evolveFrom: {
|
||||
en: "Lairon",
|
||||
fr: "Galegon"
|
||||
},
|
||||
|
||||
|
||||
@ -25,9 +27,11 @@ const card: Card = {
|
||||
type: "Ability",
|
||||
name: {
|
||||
en: "Sturdy",
|
||||
fr: "Fermeté"
|
||||
},
|
||||
effect: {
|
||||
en: "If this Pokémon has full HP and would be Knocked Out by damage from an attack, it is not Knocked Out, and its remaining HP becomes 10.",
|
||||
fr: "Si ce Pokémon a tous ses PV et doit être mis K.O. par les dégâts d’une attaque, il n’est pas mis K.O. et il lui reste 10 PV."
|
||||
},
|
||||
},
|
||||
],
|
||||
@ -41,6 +45,7 @@ const card: Card = {
|
||||
],
|
||||
name: {
|
||||
en: "Gigaton Stomp",
|
||||
fr: "Écrasement Gigatonne"
|
||||
},
|
||||
|
||||
damage: 160,
|
||||
|
Reference in New Issue
Block a user