1
0
mirror of https://github.com/tcgdex/cards-database.git synced 2025-06-20 11:09:19 +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,89 +4,107 @@ 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-9",
localId: 9,
// Card informations
name: {
en: "Swalot",
},
hp: 100,
type: [
Type.PSYCHIC,
],
dexId: 317,
image: {
low: {
en: "https://assets.tcgdex.net/en/pl/pl4/9/low",
},
high: {
en: "https://assets.tcgdex.net/en/pl/pl4/9/high",
},
},
evolveFrom: {
en: "Gulpin",
},
tags: [
Tag.STAGE1,
],
illustrator: "Aya Kusube",
rarity: Rarity.RARE,
category: Category.POKEMON,
set,
image: {
low: {
en: "https://assets.tcgdex.net/en/pl/pl4/9/low",
},
high: {
en: "https://assets.tcgdex.net/en/pl/pl4/9/high",
},
},
// Card Pokémon Informations
evolveFrom: {
en: "Gulpin",
},
dexId: 317,
type: [
Type.PSYCHIC,
],
attacks: [
{
cost: [
Type.PSYCHIC,
],
name: {
en: "Damage Roller",
},
text: {
en: "Put damage counters on the Defending Pokémon until the Defending Pokémon has the same remaining HP as Swalot. (If the Defending Pokémon has the same or less remaining HP as Swalot, this attack does nothing.)",
},
attacks: [{
cost: [
Type.PSYCHIC
],
name: {
en: "Damage Roller",
},
text: {
en: "Put damage counters on the Defending Pokémon until the Defending Pokémon has the same remaining HP as Swalot. (If the Defending Pokémon has the same or less remaining HP as Swalot, this attack does nothing.)",
{
cost: [
Type.PSYCHIC,
Type.PSYCHIC,
Type.COLORLESS,
],
name: {
en: "Entangle Tackle",
},
text: {
en: "You may do 50 damage plus 30 more damage. If you do, this attack does 30 damage to 1 of your Pokémon, and don't apply Weakness and Resistance to this damage.",
},
damage: "50+",
},
},{
cost: [
Type.PSYCHIC,
Type.PSYCHIC,
Type.COLORLESS
],
name: {
en: "Entangle Tackle",
],
weaknesses: [
{
type: Type.PSYCHIC,
value: "+20",
},
text: {
en: "You may do 50 damage plus 30 more damage. If you do, this attack does 30 damage to 1 of your Pokémon, and don't apply Weakness and Resistance to this damage.",
},
damage: 50
}],
weaknesses: [{
type: Type.PSYCHIC,
value: "+20"
}],
],
retreat: 3,
// Card Trainer/Energy informations
rarity: Rarity.RARE,
category: Category.POKEMON,
set: {
name: "Arceus",
code: "pl4"
}
}
export default card
export default card