mirror of
https://github.com/tcgdex/cards-database.git
synced 2025-06-13 16:19:18 +00:00
Updated informations (#23)
Signed-off-by: Avior <florian.bouillon@delta-wings.net>
This commit is contained in:
24
data/Sword & Shield/Rebel Clash/206.ts
Normal file
24
data/Sword & Shield/Rebel Clash/206.ts
Normal file
@ -0,0 +1,24 @@
|
||||
import { Card } from '../../../interfaces'
|
||||
import Set from '../Rebel Clash'
|
||||
|
||||
const card: Card = {
|
||||
set: Set,
|
||||
|
||||
name: {
|
||||
en: "Big Charm",
|
||||
fr: "Grande Amulette"
|
||||
},
|
||||
|
||||
illustrator: "inose yukie",
|
||||
rarity: "Rare",
|
||||
category: "Trainer",
|
||||
|
||||
effect: {
|
||||
en: "The Pokémon this card is attached to gets +30 HP.",
|
||||
fr: "Cette carte ajoute 30 PV au Pokémon auquel elle est attachée."
|
||||
},
|
||||
|
||||
trainerType: "Tool"
|
||||
}
|
||||
|
||||
export default card
|
Reference in New Issue
Block a user