-
-
Notifications
You must be signed in to change notification settings - Fork 43
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: Added Lost Origin datas (#360)
- Loading branch information
1 parent
7467090
commit 0146baa
Showing
248 changed files
with
16,467 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,25 @@ | ||
import { Set } from '../../interfaces' | ||
import serie from '../Sword & Shield' | ||
|
||
const set: Set = { | ||
id: "swsh11", | ||
|
||
name: { | ||
en: "Lost Origin", | ||
fr: "Origine Perdue", | ||
es: "Origen Perdido", | ||
de: "Verlorener Ursprung", | ||
it: "Origine Perduta", | ||
pt: "Origem Perdida" | ||
}, | ||
|
||
serie: serie, | ||
|
||
cardCount: { | ||
official: 196 | ||
}, | ||
|
||
releaseDate: "2022-09-09" | ||
} | ||
|
||
export default set |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,46 @@ | ||
import { Card } from "../../../interfaces" | ||
import Set from "../Lost Origin" | ||
|
||
const card: Card = { | ||
set: Set, | ||
|
||
name: { | ||
en: "Oddish", | ||
fr: "Mystherbe", | ||
es: "Oddish", | ||
it: "Oddish", | ||
pt: "Oddish", | ||
de: "Myrapla" | ||
}, | ||
|
||
rarity: "Common", | ||
category: "Pokemon", | ||
hp: 50, | ||
types: ["Grass"], | ||
stage: "Basic", | ||
|
||
attacks: [{ | ||
cost: ["Grass", "Colorless"], | ||
|
||
name: { | ||
en: "Ram", | ||
fr: "Collision", | ||
es: "Apisonar", | ||
it: "Carica", | ||
pt: "Aríete", | ||
de: "Ramme" | ||
}, | ||
|
||
damage: 30 | ||
}], | ||
|
||
retreat: 1, | ||
regulationMark: "F", | ||
variants: { | ||
"normal": true, | ||
"reverse": true, | ||
"holo": false | ||
} | ||
} | ||
|
||
export default card |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,65 @@ | ||
import { Card } from "../../../interfaces" | ||
import Set from "../Lost Origin" | ||
|
||
const card: Card = { | ||
set: Set, | ||
|
||
name: { | ||
en: "Gloom", | ||
fr: "Ortide", | ||
es: "Gloom", | ||
it: "Gloom", | ||
pt: "Gloom", | ||
de: "Duflor" | ||
}, | ||
|
||
rarity: "Uncommon", | ||
category: "Pokemon", | ||
hp: 80, | ||
types: ["Grass"], | ||
|
||
evolveFrom: { | ||
en: "Oddish", | ||
fr: "Mystherbe", | ||
es: "Oddish", | ||
it: "Oddish", | ||
pt: "Oddish", | ||
de: "Myrapla" | ||
}, | ||
|
||
stage: "Stage1", | ||
|
||
attacks: [{ | ||
cost: ["Grass", "Colorless"], | ||
|
||
name: { | ||
en: "Absorb", | ||
fr: "Vole-Vie", | ||
es: "Absorber", | ||
it: "Assorbimento", | ||
pt: "Absorção", | ||
de: "Absorber" | ||
}, | ||
|
||
effect: { | ||
en: "Heal 30 damage from this Pokémon.", | ||
fr: "Soignez 30 dégâts de ce Pokémon.", | ||
es: "Cura 30 puntos de daño a este Pokémon.", | ||
it: "Cura questo Pokémon da 30 danni.", | ||
pt: "Cure 30 pontos de dano deste Pokémon.", | ||
de: "Heile 30 Schadenspunkte bei diesem Pokémon." | ||
}, | ||
|
||
damage: 30 | ||
}], | ||
|
||
retreat: 2, | ||
regulationMark: "F", | ||
variants: { | ||
"normal": true, | ||
"reverse": true, | ||
"holo": false | ||
} | ||
} | ||
|
||
export default card |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,87 @@ | ||
import { Card } from "../../../interfaces" | ||
import Set from "../Lost Origin" | ||
|
||
const card: Card = { | ||
set: Set, | ||
|
||
name: { | ||
en: "Vileplume", | ||
fr: "Rafflesia", | ||
es: "Vileplume", | ||
it: "Vileplume", | ||
pt: "Vileplume", | ||
de: "Giflor" | ||
}, | ||
|
||
rarity: "Rare", | ||
category: "Pokemon", | ||
hp: 150, | ||
types: ["Grass"], | ||
|
||
evolveFrom: { | ||
en: "Gloom", | ||
fr: "Ortide", | ||
es: "Gloom", | ||
it: "Gloom", | ||
pt: "Gloom", | ||
de: "Duflor" | ||
}, | ||
|
||
stage: "Stage2", | ||
|
||
attacks: [{ | ||
cost: ["Grass", "Colorless"], | ||
|
||
name: { | ||
en: "Mega Drain", | ||
fr: "Méga-Sangsue", | ||
es: "Megaagotar", | ||
it: "Megassorbimento", | ||
pt: "Megadreno", | ||
de: "Megasauger" | ||
}, | ||
|
||
effect: { | ||
en: "Heal 30 damage from this Pokémon.", | ||
fr: "Soignez 30 dégâts de ce Pokémon.", | ||
es: "Cura 30 puntos de daño a este Pokémon.", | ||
it: "Cura questo Pokémon da 30 danni.", | ||
pt: "Cure 30 pontos de dano deste Pokémon.", | ||
de: "Heile 30 Schadenspunkte bei diesem Pokémon." | ||
}, | ||
|
||
damage: 50 | ||
}, { | ||
cost: ["Grass", "Colorless", "Colorless"], | ||
|
||
name: { | ||
en: "Allergy Storm", | ||
fr: "Tempête Allergène", | ||
es: "Tormenta Alergénica", | ||
it: "Allergitempesta", | ||
pt: "Tempestade Alérgica", | ||
de: "Allergiesturm" | ||
}, | ||
|
||
effect: { | ||
en: "Flip a coin. If heads, during your opponent's next turn, they can't play any Supporter cards from their hand. If tails, during your opponent's next turn, they can't play any Item cards from their hand.", | ||
fr: "Lancez une pièce. Si c'est face, pendant le prochain tour de votre adversaire, il ne peut pas jouer de cartes Supporter de sa main. Si c'est pile, pendant le prochain tour de votre adversaire, il ne peut pas jouer de cartes Objet de sa main.", | ||
es: "Lanza 1 moneda. Si sale cara, durante el próximo turno de tu rival, este no puede jugar ninguna carta de Partidario de su mano. Si sale cruz, durante el próximo turno de tu rival, este no puede jugar ninguna carta de Objeto de su mano.", | ||
it: "Lancia una moneta. Se esce testa, durante il suo prossimo turno, il tuo avversario non può giocare le carte Aiuto che ha in mano. Se esce croce, durante il suo prossimo turno, il tuo avversario non può giocare le carte Strumento che ha in mano.", | ||
pt: "Jogue 1 moeda. Se sair cara, durante o próximo turno do seu oponente, ele(a) não poderá jogar nenhuma carta de Apoiador da própria mão. Se sair coroa, durante o próximo turno do seu oponente, ele(a) não poderá jogar nenhuma carta de Item da própria mão.", | ||
de: "Wirf 1 Münze. Bei Kopf kann dein Gegner während seines nächsten Zuges keine Unterstützerkarten aus seiner Hand spielen. Bei Zahl kann dein Gegner während seines nächsten Zuges keine Itemkarten aus seiner Hand spielen." | ||
}, | ||
|
||
damage: 90 | ||
}], | ||
|
||
retreat: 2, | ||
regulationMark: "F", | ||
variants: { | ||
"normal": false, | ||
"reverse": true, | ||
"holo": true | ||
} | ||
} | ||
|
||
export default card |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,55 @@ | ||
import { Card } from "../../../interfaces" | ||
import Set from "../Lost Origin" | ||
|
||
const card: Card = { | ||
set: Set, | ||
|
||
name: { | ||
en: "Paras", | ||
fr: "Paras", | ||
es: "Paras", | ||
it: "Paras", | ||
pt: "Paras", | ||
de: "Paras" | ||
}, | ||
|
||
rarity: "Common", | ||
category: "Pokemon", | ||
hp: 70, | ||
types: ["Grass"], | ||
stage: "Basic", | ||
|
||
attacks: [{ | ||
cost: ["Grass", "Colorless"], | ||
|
||
name: { | ||
en: "Absorb", | ||
fr: "Vole-Vie", | ||
es: "Absorber", | ||
it: "Assorbimento", | ||
pt: "Absorção", | ||
de: "Absorber" | ||
}, | ||
|
||
effect: { | ||
en: "Heal 10 damage from this Pokémon.", | ||
fr: "Soignez 10 dégâts de ce Pokémon.", | ||
es: "Cura 10 puntos de daño a este Pokémon.", | ||
it: "Cura questo Pokémon da 10 danni.", | ||
pt: "Cure 10 pontos de dano deste Pokémon.", | ||
de: "Heile 10 Schadenspunkte bei diesem Pokémon." | ||
}, | ||
|
||
damage: 20 | ||
}], | ||
|
||
retreat: 1, | ||
regulationMark: "F", | ||
variants: { | ||
"normal": true, | ||
"reverse": true, | ||
"holo": false | ||
} | ||
} | ||
|
||
export default card |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,87 @@ | ||
import { Card } from "../../../interfaces" | ||
import Set from "../Lost Origin" | ||
|
||
const card: Card = { | ||
set: Set, | ||
|
||
name: { | ||
en: "Parasect", | ||
fr: "Parasect", | ||
es: "Parasect", | ||
it: "Parasect", | ||
pt: "Parasect", | ||
de: "Parasek" | ||
}, | ||
|
||
rarity: "Rare", | ||
category: "Pokemon", | ||
hp: 120, | ||
types: ["Grass"], | ||
|
||
evolveFrom: { | ||
en: "Paras", | ||
fr: "Paras", | ||
es: "Paras", | ||
it: "Paras", | ||
pt: "Paras", | ||
de: "Paras" | ||
}, | ||
|
||
stage: "Stage1", | ||
|
||
abilities: [{ | ||
type: "Ability", | ||
|
||
name: { | ||
en: "Lethargy Spores", | ||
fr: "Spores Soporifiques", | ||
es: "Esporas Letargo", | ||
it: "Spore Letargiche", | ||
pt: "Esporos Letárgicos", | ||
de: "Trägheitssporen" | ||
}, | ||
|
||
effect: { | ||
en: "When you play this Pokémon from your hand to evolve 1 of your Pokémon during your turn, you may make both Active Pokémon Asleep and Poisoned.", | ||
fr: "Lorsque vous jouez ce Pokémon de votre main pour faire évoluer l'un de vos Pokémon pendant votre tour, vous pouvez laisser les deux Pokémon Actifs Endormis et Empoisonnés.", | ||
es: "Cuando juegas este Pokémon de tu mano para hacer evolucionar a 1 de tus Pokémon durante tu turno, puedes dejar a ambos Pokémon Activos Dormidos y Envenenados.", | ||
it: "Quando giochi questo Pokémon dalla tua mano per far evolvere uno dei tuoi Pokémon durante il tuo turno, puoi lasciare entrambi i Pokémon attivi addormentati e avvelenati.", | ||
pt: "Quando você jogar este Pokémon da sua mão para evoluir 1 dos seus Pokémon durante o seu turno, você poderá deixar ambos os Pokémon Ativos Adormecidos e Envenenados.", | ||
de: "Wenn du dieses Pokémon aus deiner Hand spielst, um 1 deiner Pokémon während deines Zuges zu entwickeln, kannst du beide Aktive Pokémon einschlafen lassen und vergiften." | ||
} | ||
}], | ||
|
||
attacks: [{ | ||
cost: ["Grass", "Colorless"], | ||
|
||
name: { | ||
en: "X-Scissor", | ||
fr: "Plaie Croix", | ||
es: "Tijera X", | ||
it: "Forbice X", | ||
pt: "Tesoura X", | ||
de: "Kreuzschere" | ||
}, | ||
|
||
effect: { | ||
en: "Flip a coin. If heads, this attack does 50 more damage.", | ||
fr: "Lancez une pièce. Si c'est face, cette attaque inflige 50 dégâts supplémentaires.", | ||
es: "Lanza 1 moneda. Si sale cara, este ataque hace 50 puntos de daño más.", | ||
it: "Lancia una moneta. Se esce testa, questo attacco infligge 50 danni in più.", | ||
pt: "Jogue 1 moeda. Se sair cara, este ataque causará 50 pontos de dano a mais.", | ||
de: "Wirf 1 Münze. Bei Kopf fügt diese Attacke 50 Schadenspunkte mehr zu." | ||
}, | ||
|
||
damage: "50+" | ||
}], | ||
|
||
retreat: 2, | ||
regulationMark: "F", | ||
variants: { | ||
"normal": true, | ||
"reverse": true, | ||
"holo": false | ||
} | ||
} | ||
|
||
export default card |
Oops, something went wrong.