1
0
mirror of https://github.com/tcgdex/cards-database.git synced 2025-06-18 02:19:17 +00:00

Updated PL 4 set

Signed-off-by: Avior <florian.bouillon@delta-wings.net>
This commit is contained in:
2020-05-04 15:27:22 +02:00
parent 2a42283d1d
commit 6a58422ae6
92 changed files with 6581 additions and 4998 deletions

View File

@ -4,91 +4,114 @@ import Tag from '@tcgdex/sdk/interfaces/Tag'
import Rarity from '@tcgdex/sdk/interfaces/Rarity'
import AbilityType from '@tcgdex/sdk/interfaces/AbilityType'
import Category from '@tcgdex/sdk/interfaces/Category'
import set from '../../../sets/pl/pl4'
const card: Card = {
// ids
// Card Global Informations
id: "pl4-51",
localId: 51,
// Card informations
name: {
en: "Wormadam Trash Cloak",
},
hp: 90,
type: [
Type.METAL,
],
dexId: 413,
image: {
low: {
en: "https://assets.tcgdex.net/en/pl/pl4/51/low",
},
high: {
en: "https://assets.tcgdex.net/en/pl/pl4/51/high",
},
},
evolveFrom: {
en: "Burmy Trash Cloak",
},
tags: [
Tag.STAGE1,
],
illustrator: "Miki Tanaka",
rarity: Rarity.UNCOMMON,
category: Category.POKEMON,
set,
image: {
low: {
en: "https://assets.tcgdex.net/en/pl/pl4/51/low",
},
high: {
en: "https://assets.tcgdex.net/en/pl/pl4/51/high",
},
},
// Card Pokémon Informations
evolveFrom: {
en: "Burmy Trash Cloak",
},
dexId: 413,
type: [
Type.METAL,
],
attacks: [
{
cost: [
Type.METAL,
],
name: {
en: "Cloak Shard",
},
text: {
en: "Choose 1 of your opponent's Pokémon. This attack does 10 damage to that Pokémon. If you have Wormadam Plant Cloak in play, this attack does 40 damage to that Pokémon instead. (Don't apply Weakness and Resistance for Benched Pokémon.)",
},
attacks: [{
cost: [
Type.METAL
],
name: {
en: "Cloak Shard",
},
text: {
en: "Choose 1 of your opponent's Pokémon. This attack does 10 damage to that Pokémon. If you have Wormadam Plant Cloak in play, this attack does 40 damage to that Pokémon instead. (Don't apply Weakness and Resistance for Benched Pokémon.)",
{
cost: [
Type.COLORLESS,
Type.COLORLESS,
],
name: {
en: "Serve Trash",
},
text: {
en: "You may search your opponent's discard pile for any 1 card, show it to your opponent, and put it on top of his or her deck.",
},
damage: 30,
},
},{
cost: [
Type.COLORLESS,
Type.COLORLESS
],
name: {
en: "Serve Trash",
],
weaknesses: [
{
type: Type.FIRE,
value: "+20",
},
text: {
en: "You may search your opponent's discard pile for any 1 card, show it to your opponent, and put it on top of his or her deck.",
],
resistances: [
{
type: Type.PSYCHIC,
value: "-20",
},
damage: 30
}],
],
weaknesses: [{
type: Type.FIRE,
value: "+20"
}],
resistances: [{
type: Type.PSYCHIC,
value: "-20"
}],
retreat: 1,
// Card Trainer/Energy informations
rarity: Rarity.UNCOMMON,
category: Category.POKEMON,
set: {
name: "Arceus",
code: "pl4"
}
}
export default card
export default card