mirror of
https://github.com/tcgdex/cards-database.git
synced 2025-06-17 01:49:19 +00:00
feat: Add Astral Radiance (#305)
This commit is contained in:
39
data/Sword & Shield/Astral Radiance/TG27.ts
Normal file
39
data/Sword & Shield/Astral Radiance/TG27.ts
Normal file
@ -0,0 +1,39 @@
|
||||
import { Card } from "../../../interfaces"
|
||||
import Set from "../Astral Radiance"
|
||||
|
||||
const card: Card = {
|
||||
set: Set,
|
||||
|
||||
name: {
|
||||
en: "Milo",
|
||||
fr: "Percy",
|
||||
es: "Percy",
|
||||
it: "Yarrow",
|
||||
pt: "Milo",
|
||||
de: "Yarro"
|
||||
},
|
||||
|
||||
rarity: "Ultra Rare",
|
||||
category: "Trainer",
|
||||
|
||||
effect: {
|
||||
en: "Discard up to 2 cards from your hand, and draw 2 cards for each card you discarded in this way.",
|
||||
fr: "Défaussez jusqu'à 2 cartes de votre main, puis piochez 2 cartes pour chaque carte défaussée de cette façon.",
|
||||
es: "Descarta hasta 2 cartas de tu mano y roba 2 cartas por cada carta que hayas descartado de esta manera.",
|
||||
it: "Scarta fino a due carte che hai in mano e pesca due carte per ogni carta che hai scartato in questo modo.",
|
||||
pt: "Descarte até 2 cartas da sua mão e compre 2 cartas para cada carta descartada desta forma.",
|
||||
de: "Lege bis zu 2 Karten aus deiner Hand auf deinen Ablagestapel und ziehe 2 Karten für jede auf diese Weise auf deinen Ablagestapel gelegte Karte."
|
||||
},
|
||||
|
||||
trainerType: "Supporter",
|
||||
regulationMark: "D",
|
||||
|
||||
variants: {
|
||||
normal: false,
|
||||
reverse: false,
|
||||
holo: true,
|
||||
firstEdition: false
|
||||
}
|
||||
}
|
||||
|
||||
export default card
|
Reference in New Issue
Block a user