1
0
mirror of https://github.com/tcgdex/cards-database.git synced 2025-06-18 10:19:18 +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,82 +4,99 @@ 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-40",
localId: 40,
// Card informations
name: {
en: "Gulpin",
},
hp: 60,
type: [
Type.PSYCHIC,
],
dexId: 316,
image: {
low: {
en: "https://assets.tcgdex.net/en/pl/pl4/40/low",
},
high: {
en: "https://assets.tcgdex.net/en/pl/pl4/40/high",
},
},
evolveFrom: {},
tags: [
Tag.BASIC,
],
illustrator: "Sachiko Adachi",
rarity: Rarity.UNCOMMON,
category: Category.POKEMON,
set,
image: {
low: {
en: "https://assets.tcgdex.net/en/pl/pl4/40/low",
},
high: {
en: "https://assets.tcgdex.net/en/pl/pl4/40/high",
},
},
// Card Pokémon Informations
dexId: 316,
type: [
Type.PSYCHIC,
],
attacks: [
{
cost: [
Type.COLORLESS,
],
name: {
en: "Endure",
},
text: {
en: "Flip a coin. If heads, during your opponent's next turn, if Gulpin would be Knocked Out by damage from an attack, Gulpin is not Knocked Out and its remaining HP becomes 10 instead.",
},
attacks: [{
cost: [
Type.COLORLESS
],
name: {
en: "Endure",
},
text: {
en: "Flip a coin. If heads, during your opponent's next turn, if Gulpin would be Knocked Out by damage from an attack, Gulpin is not Knocked Out and its remaining HP becomes 10 instead.",
{
cost: [
Type.PSYCHIC,
],
name: {
en: "Pound",
},
damage: 10,
},
},{
cost: [
Type.PSYCHIC
],
name: {
en: "Pound",
],
weaknesses: [
{
type: Type.PSYCHIC,
value: "+10",
},
damage: 10
}],
weaknesses: [{
type: Type.PSYCHIC,
value: "+10"
}],
],
retreat: 2,
// Card Trainer/Energy informations
rarity: Rarity.UNCOMMON,
category: Category.POKEMON,
set: {
name: "Arceus",
code: "pl4"
}
}
export default card
export default card