-
-
Notifications
You must be signed in to change notification settings - Fork 36
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Showing
980 changed files
with
56,256 additions
and
2 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 '../Scarlet & Violet' | ||
|
||
const set: Set = { | ||
id: "sv03.5", | ||
|
||
name: { | ||
de: "151", | ||
en: "151", | ||
es: "151", | ||
fr: "151", | ||
it: "151", | ||
pt: "151" | ||
}, | ||
|
||
serie: serie, | ||
|
||
cardCount: { | ||
official: 165 | ||
}, | ||
|
||
releaseDate: "2023-09-22" | ||
} | ||
|
||
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,50 @@ | ||
import { Card } from "../../../interfaces" | ||
import Set from "../151" | ||
|
||
const card: Card = { | ||
set: Set, | ||
|
||
name: { | ||
fr: "Bulbizarre", | ||
en: "Bulbasaur", | ||
es: "Bulbasaur", | ||
it: "Bulbasaur", | ||
pt: "Bulbasaur", | ||
de: "Bisasam" | ||
}, | ||
|
||
rarity: "Common", | ||
category: "Pokemon", | ||
hp: 70, | ||
types: ["Grass"], | ||
stage: "Basic", | ||
|
||
attacks: [{ | ||
cost: ["Grass", "Colorless"], | ||
|
||
name: { | ||
fr: "Vampigraine", | ||
en: "Leech Seed", | ||
es: "Drenadoras", | ||
it: "Parassiseme", | ||
pt: "Semente Sanguessuga", | ||
de: "Egelsamen" | ||
}, | ||
|
||
effect: { | ||
fr: "Soignez 20 dégâts de ce Pokémon.", | ||
en: "Heal 20 damage from this Pokémon.", | ||
es: "Cura 20 puntos de daño a este Pokémon.", | ||
it: "Cura questo Pokémon da 20 danni.", | ||
pt: "Cure 20 pontos de dano deste Pokémon.", | ||
de: "Heile 20 Schadenspunkte bei diesem Pokémon." | ||
}, | ||
|
||
damage: 20 | ||
}], | ||
|
||
retreat: 2, | ||
regulationMark: "G" | ||
} | ||
|
||
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,63 @@ | ||
import { Card } from "../../../interfaces" | ||
import Set from "../151" | ||
|
||
const card: Card = { | ||
set: Set, | ||
|
||
name: { | ||
fr: "Herbizarre", | ||
en: "Ivysaur", | ||
es: "Ivysaur", | ||
it: "Ivysaur", | ||
pt: "Ivysaur", | ||
de: "Bisaknosp" | ||
}, | ||
|
||
rarity: "Uncommon", | ||
category: "Pokemon", | ||
hp: 100, | ||
types: ["Grass"], | ||
stage: "Stage1", | ||
|
||
attacks: [{ | ||
cost: ["Grass", "Colorless"], | ||
|
||
name: { | ||
fr: "Vampigraine", | ||
en: "Leech Seed", | ||
es: "Drenadoras", | ||
it: "Parassiseme", | ||
pt: "Semente Sanguessuga", | ||
de: "Egelsamen" | ||
}, | ||
|
||
effect: { | ||
fr: "Soignez 20 dégâts de ce Pokémon.", | ||
en: "Heal 20 damage from this Pokémon.", | ||
es: "Cura 20 puntos de daño a este Pokémon.", | ||
it: "Cura questo Pokémon da 20 danni.", | ||
pt: "Cure 20 pontos de dano deste Pokémon.", | ||
de: "Heile 20 Schadenspunkte bei diesem Pokémon." | ||
}, | ||
|
||
damage: 30 | ||
}, { | ||
cost: ["Grass", "Grass", "Colorless"], | ||
|
||
name: { | ||
fr: "Fouet Lianes", | ||
en: "Vine Whip", | ||
es: "Látigo Cepa", | ||
it: "Frustata", | ||
pt: "Chicote de Vinha", | ||
de: "Rankenhieb" | ||
}, | ||
|
||
damage: 80 | ||
}], | ||
|
||
retreat: 3, | ||
regulationMark: "G" | ||
} | ||
|
||
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,72 @@ | ||
import { Card } from "../../../interfaces" | ||
import Set from "../151" | ||
|
||
const card: Card = { | ||
set: Set, | ||
|
||
name: { | ||
fr: "Florizarre-ex", | ||
en: "Venusaur ex", | ||
es: "Venusaur ex", | ||
it: "Venusaur-ex", | ||
pt: "Venusaur ex", | ||
de: "Bisaflor-ex" | ||
}, | ||
|
||
rarity: "Double rare", | ||
category: "Pokemon", | ||
hp: 340, | ||
types: ["Grass"], | ||
stage: "Stage2", | ||
|
||
abilities: [{ | ||
type: "Ability", | ||
|
||
name: { | ||
fr: "Fleur Paisible", | ||
en: "Tranquil Flower", | ||
es: "Flor Silente", | ||
it: "Calmafiore", | ||
pt: "Flor Serena", | ||
de: "Ruhige Blume" | ||
}, | ||
|
||
effect: { | ||
fr: "Une fois pendant votre tour, si ce Pokémon est sur le Poste Actif, vous pouvez soigner 60 dégâts de l'un de vos Pokémon.", | ||
en: "Once during your turn, if this Pokémon is in the Active Spot, you may heal 60 damage from 1 of your Pokémon.", | ||
es: "Una vez durante tu turno, si este Pokémon está en el Puesto Activo, puedes curar 60 puntos de daño a uno de tus Pokémon.", | ||
it: "Una sola volta durante il tuo turno, se questo Pokémon è in posizione attiva, puoi curare uno dei tuoi Pokémon da 60 danni.", | ||
pt: "Uma vez durante o seu turno, se este Pokémon estiver no Campo Ativo, você poderá curar 60 pontos de dano de 1 dos seus Pokémon.", | ||
de: "Einmal während deines Zuges, wenn dieses Pokémon in der Aktiven Position ist, kannst du 60 Schadenspunkte bei 1 deiner Pokémon heilen." | ||
} | ||
}], | ||
|
||
attacks: [{ | ||
cost: ["Grass", "Grass", "Colorless"], | ||
|
||
name: { | ||
fr: "Fouet Vénéneux", | ||
en: "Dangerous Toxwhip", | ||
es: "Toxilatigazo Peligroso", | ||
it: "Tossifrusta Pericolosa", | ||
pt: "Chicotóxico Perigoso", | ||
de: "Gefährliche Giftranke" | ||
}, | ||
|
||
effect: { | ||
fr: "Le Pokémon Actif de votre adversaire est maintenant Confus et Empoisonné.", | ||
en: "Your opponent's Active Pokémon is now Confused and Poisoned.", | ||
es: "El Pokémon Activo de tu rival pasa a estar Confundido y Envenenado.", | ||
it: "Il Pokémon attivo del tuo avversario viene confuso e avvelenato.", | ||
pt: "O Pokémon Ativo do seu oponente agora está Confuso e Envenenado.", | ||
de: "Das Aktive Pokémon deines Gegners ist jetzt verwirrt und vergiftet." | ||
}, | ||
|
||
damage: 150 | ||
}], | ||
|
||
retreat: 4, | ||
regulationMark: "G" | ||
} | ||
|
||
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,61 @@ | ||
import { Card } from "../../../interfaces" | ||
import Set from "../151" | ||
|
||
const card: Card = { | ||
set: Set, | ||
|
||
name: { | ||
fr: "Salamèche", | ||
en: "Charmander", | ||
es: "Charmander", | ||
it: "Charmander", | ||
pt: "Charmander", | ||
de: "Glumanda" | ||
}, | ||
|
||
rarity: "Common", | ||
category: "Pokemon", | ||
hp: 70, | ||
types: ["Fire"], | ||
stage: "Basic", | ||
|
||
attacks: [{ | ||
cost: ["Fire"], | ||
|
||
name: { | ||
fr: "Destruction Ardente", | ||
en: "Blazing Destruction", | ||
es: "Destrucción Abrasadora", | ||
it: "Raso al Fuoco", | ||
pt: "Destruição Flamejante", | ||
de: "Feurige Verwüstung" | ||
}, | ||
|
||
effect: { | ||
fr: "Défaussez un Stade en jeu.", | ||
en: "Discard a Stadium in play.", | ||
es: "Descarta 1 Estadio en juego.", | ||
it: "Scarta una carta Stadio in gioco.", | ||
pt: "Descarte um Estádio em jogo.", | ||
de: "Lege 1 Stadionkarte im Spiel auf den Ablagestapel." | ||
} | ||
}, { | ||
cost: ["Fire", "Fire"], | ||
|
||
name: { | ||
fr: "Crachage de Feu Régulier", | ||
en: "Steady Firebreathing", | ||
es: "Lanzallamas Continuo", | ||
it: "Soffiofuoco Mirato", | ||
pt: "Hálito de Fogo Constante", | ||
de: "Stetiger Feuerhauch" | ||
}, | ||
|
||
damage: 30 | ||
}], | ||
|
||
retreat: 1, | ||
regulationMark: "G" | ||
} | ||
|
||
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,63 @@ | ||
import { Card } from "../../../interfaces" | ||
import Set from "../151" | ||
|
||
const card: Card = { | ||
set: Set, | ||
|
||
name: { | ||
fr: "Reptincel", | ||
en: "Charmeleon", | ||
es: "Charmeleon", | ||
it: "Charmeleon", | ||
pt: "Charmeleon", | ||
de: "Glutexo" | ||
}, | ||
|
||
rarity: "Uncommon", | ||
category: "Pokemon", | ||
hp: 100, | ||
types: ["Fire"], | ||
stage: "Stage1", | ||
|
||
attacks: [{ | ||
cost: ["Fire"], | ||
|
||
name: { | ||
fr: "Fournaise", | ||
en: "Combustion", | ||
es: "Combustión", | ||
it: "Fuoco Continuo", | ||
pt: "Combustão", | ||
de: "Glühen" | ||
}, | ||
|
||
damage: 20 | ||
}, { | ||
cost: ["Fire", "Fire", "Fire"], | ||
|
||
name: { | ||
fr: "Déflagration", | ||
en: "Fire Blast", | ||
es: "Llamarada", | ||
it: "Fuocobomba", | ||
pt: "Rajada de Fogo", | ||
de: "Feuersturm" | ||
}, | ||
|
||
effect: { | ||
fr: "Défaussez une Énergie de ce Pokémon.", | ||
en: "Discard an Energy from this Pokémon.", | ||
es: "Descarta 1 Energía de este Pokémon.", | ||
it: "Scarta un'Energia da questo Pokémon.", | ||
pt: "Descarte uma Energia deste Pokémon.", | ||
de: "Lege 1 Energie von diesem Pokémon auf deinen Ablagestapel." | ||
}, | ||
|
||
damage: 90 | ||
}], | ||
|
||
retreat: 2, | ||
regulationMark: "G" | ||
} | ||
|
||
export default card |
Oops, something went wrong.