-
-
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.
- Loading branch information
1 parent
7fe2f02
commit b333423
Showing
267 changed files
with
15,494 additions
and
5 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
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 "../Paradox Rift" | ||
|
||
const card: Card = { | ||
set: Set, | ||
|
||
name: { | ||
en: "Surskit", | ||
fr: "Arakdo", | ||
es: "Surskit", | ||
it: "Surskit", | ||
pt: "Surskit", | ||
de: "Gehweiher" | ||
}, | ||
|
||
rarity: "Common", | ||
category: "Pokemon", | ||
hp: 50, | ||
types: ["Grass"], | ||
stage: "Basic", | ||
|
||
attacks: [{ | ||
cost: ["Grass"], | ||
|
||
name: { | ||
en: "Triple Spin", | ||
fr: "Triple Tour", | ||
es: "Triple Giro", | ||
it: "Triploturbo", | ||
pt: "Giro Triplo", | ||
de: "Dreifachdreher" | ||
}, | ||
|
||
effect: { | ||
en: "Flip 3 coins. This attack does 10 damage for each heads.", | ||
fr: "Lancez 3 pièces. Cette attaque inflige 10 dégâts pour chaque côté face.", | ||
es: "Lanza 3 monedas. Este ataque hace 10 puntos de daño por cada cara.", | ||
it: "Lancia tre volte una moneta. Questo attacco infligge 10 danni ogni volta che esce testa.", | ||
pt: "Jogue 3 moedas. Este ataque causa 10 pontos de dano para cada cara.", | ||
de: "Wirf 3 Münzen. Diese Attacke fügt 10 Schadenspunkte pro Kopf zu." | ||
}, | ||
|
||
damage: "10×" | ||
}], | ||
|
||
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,61 @@ | ||
import { Card } from "../../../interfaces" | ||
import Set from "../Paradox Rift" | ||
|
||
const card: Card = { | ||
set: Set, | ||
|
||
name: { | ||
en: "Masquerain", | ||
fr: "Maskadra", | ||
es: "Masquerain", | ||
it: "Masquerain", | ||
pt: "Masquerain", | ||
de: "Maskeregen" | ||
}, | ||
|
||
rarity: "Uncommon", | ||
category: "Pokemon", | ||
hp: 100, | ||
types: ["Grass"], | ||
stage: "Stage1", | ||
|
||
attacks: [{ | ||
cost: ["Grass"], | ||
|
||
name: { | ||
en: "Daunting Eyes", | ||
fr: "Regard Intimidant", | ||
es: "Ojos Intimidantes", | ||
it: "Occhi Minacciosi", | ||
pt: "Olhos Aterrorizantes", | ||
de: "Einschüchternde Augen" | ||
}, | ||
|
||
effect: { | ||
en: "Flip a coin until you get tails. For each heads, shuffle an Energy attached to your opponent's Active Pokémon into their deck.", | ||
fr: "Lancez une pièce jusqu'à obtenir un côté pile. Pour chaque côté face, mélangez une Énergie attachée au Pokémon Actif de votre adversaire avec son deck.", | ||
es: "Lanza 1 moneda hasta que salga cruz. Por cada cara, pon 1 Energía unida al Pokémon Activo de tu rival en su baraja y barájala.", | ||
it: "Lancia una moneta finché non esce croce. Ogni volta che esce testa, rimischia un'Energia assegnata al Pokémon attivo del tuo avversario nel suo mazzo.", | ||
pt: "Jogue uma moeda até sair coroa. Para cada cara, embaralhe uma Energia ligada ao Pokémon Ativo do seu oponente no baralho dele.", | ||
de: "Wirf so lange 1 Münze, bis sie Zahl zeigt. Mische pro Kopf 1 an das Aktive Pokémon deines Gegners angelegte Energie in sein Deck." | ||
} | ||
}, { | ||
cost: ["Grass", "Colorless"], | ||
|
||
name: { | ||
en: "Cutting Wind", | ||
fr: "Vent Glacial", | ||
es: "Viento Helado", | ||
it: "Vento Tagliente", | ||
pt: "Vento Dilacerante", | ||
de: "Schneidender Wind" | ||
}, | ||
|
||
damage: 70 | ||
}], | ||
|
||
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,72 @@ | ||
import { Card } from "../../../interfaces" | ||
import Set from "../Paradox Rift" | ||
|
||
const card: Card = { | ||
set: Set, | ||
|
||
name: { | ||
en: "Froslass ex", | ||
fr: "Momartik-ex", | ||
es: "Froslass ex", | ||
it: "Froslass-ex", | ||
pt: "Froslass ex", | ||
de: "Frosdedje-ex" | ||
}, | ||
|
||
rarity: "Double rare", | ||
category: "Pokemon", | ||
hp: 250, | ||
types: ["Grass"], | ||
stage: "Stage1", | ||
|
||
abilities: [{ | ||
type: "Ability", | ||
|
||
name: { | ||
en: "Evanescent", | ||
fr: "Évanescent", | ||
es: "Evanescente", | ||
it: "Evanescente", | ||
pt: "Evanescente", | ||
de: "Vergänglichkeit" | ||
}, | ||
|
||
effect: { | ||
en: "If this Pokémon is in the Active Spot and is Knocked Out, flip a coin. If heads, your opponent takes 1 fewer Prize card.", | ||
fr: "Si ce Pokémon est sur le Poste Actif et est mis K.O., lancez une pièce. Si c'est face, votre adversaire récupère une carte Récompense de moins.", | ||
es: "Si este Pokémon está en el Puesto Activo y queda Fuera de Combate, lanza 1 moneda. Si sale cara, tu rival coge 1 carta de Premio menos.", | ||
it: "Se questo Pokémon è in posizione attiva e viene messo KO, lancia una moneta. Se esce testa, il tuo avversario prende una carta Premio in meno.", | ||
pt: "Se este Pokémon estiver no Campo Ativo e for Nocauteado, jogue uma moeda. Se sair cara, seu oponente pegará 1 carta de Prêmio a menos.", | ||
de: "Wenn dieses Pokémon in der Aktiven Position ist und kampfunfähig wird, wirf 1 Münze. Bei Kopf nimmt dein Gegner 1 Preiskarte weniger." | ||
} | ||
}], | ||
|
||
attacks: [{ | ||
cost: ["Water", "Water"], | ||
|
||
name: { | ||
en: "Frost Bullet", | ||
fr: "Kunaï Givré", | ||
es: "Bala Helada", | ||
it: "Dardogelo", | ||
pt: "Projétil Congelado", | ||
de: "Frostprojektil" | ||
}, | ||
|
||
effect: { | ||
en: "This attack also does 20 damage to 1 of your opponent's Benched Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.)", | ||
fr: "Cette attaque inflige aussi 20 dégâts à l'un des Pokémon de Banc de votre adversaire. (N'appliquez ni la Faiblesse ni la Résistance aux Pokémon de Banc.)", | ||
es: "Este ataque también hace 20 puntos de daño a uno de los Pokémon en Banca de tu rival. (No apliques Debilidad y Resistencia a los Pokémon en Banca).", | ||
it: "Questo attacco infligge anche 20 danni a uno dei Pokémon nella panchina del tuo avversario. Non applicare debolezza e resistenza ai Pokémon in panchina.", | ||
pt: "Este ataque também causa 20 pontos de dano a 1 dos Pokémon no Banco do seu oponente. (Não aplique Fraqueza e Resistência aos Pokémon no Banco.)", | ||
de: "Diese Attacke fügt auch 1 Pokémon auf der Bank deines Gegners 20 Schadenspunkte zu. (Wende Schwäche und Resistenz bei Pokémon auf der Bank nicht an.)" | ||
}, | ||
|
||
damage: 140 | ||
}], | ||
|
||
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,70 @@ | ||
import { Card } from "../../../interfaces" | ||
import Set from "../Paradox Rift" | ||
|
||
const card: Card = { | ||
set: Set, | ||
|
||
name: { | ||
en: "Pansage", | ||
fr: "Feuillajou", | ||
es: "Pansage", | ||
it: "Pansage", | ||
pt: "Pansage", | ||
de: "Vegimak" | ||
}, | ||
|
||
rarity: "Common", | ||
category: "Pokemon", | ||
hp: 70, | ||
types: ["Grass"], | ||
stage: "Basic", | ||
|
||
attacks: [{ | ||
cost: ["Colorless"], | ||
|
||
name: { | ||
en: "Call for Family", | ||
fr: "Appel à la Famille", | ||
es: "Llamar a la Familia", | ||
it: "Cerca Famiglia", | ||
pt: "Chamar a Família", | ||
de: "Familienruf" | ||
}, | ||
|
||
effect: { | ||
en: "Search your deck for a Basic Pokémon and put it onto your Bench. Then, shuffle your deck.", | ||
fr: "Cherchez dans votre deck un Pokémon de base, puis placez-le sur votre Banc. Mélangez ensuite votre deck.", | ||
es: "Busca en tu baraja 1 Pokémon Básico y ponlo en tu Banca. Después, baraja las cartas de tu baraja.", | ||
it: "Cerca nel tuo mazzo un Pokémon Base e mettilo nella tua panchina. Poi rimischia le carte del tuo mazzo.", | ||
pt: "Procure por um Pokémon Básico no seu baralho e coloque-o no seu Banco. Em seguida, embaralhe o seu baralho.", | ||
de: "Durchsuche dein Deck nach 1 Basis-Pokémon und lege es auf deine Bank. Mische anschließend dein Deck." | ||
} | ||
}, { | ||
cost: ["Grass", "Colorless", "Colorless"], | ||
|
||
name: { | ||
en: "Leech Seed", | ||
fr: "Vampigraine", | ||
es: "Drenadoras", | ||
it: "Parassiseme", | ||
pt: "Semente Sanguessuga", | ||
de: "Egelsamen" | ||
}, | ||
|
||
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: 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,72 @@ | ||
import { Card } from "../../../interfaces" | ||
import Set from "../Paradox Rift" | ||
|
||
const card: Card = { | ||
set: Set, | ||
|
||
name: { | ||
en: "Simisage", | ||
fr: "Feuiloutan", | ||
es: "Simisage", | ||
it: "Simisage", | ||
pt: "Simisage", | ||
de: "Vegichita" | ||
}, | ||
|
||
rarity: "Uncommon", | ||
category: "Pokemon", | ||
hp: 100, | ||
types: ["Grass"], | ||
stage: "Stage1", | ||
|
||
abilities: [{ | ||
type: "Ability", | ||
|
||
name: { | ||
en: "Monkey Trio", | ||
fr: "Trio Simiesque", | ||
es: "Trío de Monos", | ||
it: "Trio delle Scimmie", | ||
pt: "Trio Primata", | ||
de: "Affentrio" | ||
}, | ||
|
||
effect: { | ||
en: "If you have Simisage, Simisear, and Simipour in play, ignore all Colorless Energy in the costs of attacks used by this Pokémon.", | ||
fr: "Si vous avez Feuiloutan, Flamoutan et Flotoutan en jeu, ignorez toutes les Énergies Colorless dans le coût des attaques utilisées par ce Pokémon.", | ||
es: "Si tienes a Simisage, Simisear y Simipour en juego, ignora todas las Energías Colorless en los costes de los ataques usados por este Pokémon.", | ||
it: "Se hai in gioco Simisage, Simisear e Simipour, ignora tutte le Energie Colorless necessarie per gli attacchi usati da questo Pokémon.", | ||
pt: "Se você tiver Simisage, Simisear e Simipour em jogo, ignore todas as Energias Colorless nos custos dos ataques usados por este Pokémon.", | ||
de: "Wenn du Vegichita, Grillchita und Sodachita im Spiel hast, ignoriere alle Colorless-Energien in den Kosten der von diesem Pokémon eingesetzten Attacken." | ||
} | ||
}], | ||
|
||
attacks: [{ | ||
cost: ["Grass", "Colorless", "Colorless"], | ||
|
||
name: { | ||
en: "Arm Thrust Needle", | ||
fr: "Cogne Aiguille", | ||
es: "Púa Empujón", | ||
it: "Ago Sberletese", | ||
pt: "Golpe de Braço Espinhoso", | ||
de: "Armstoßnadel" | ||
}, | ||
|
||
effect: { | ||
en: "During your opponent's next turn, prevent all damage done to this Pokémon by attacks from Pokémon that have an Ability, except any Simisage.", | ||
fr: "Pendant le prochain tour de votre adversaire, évitez tous les dégâts infligés à ce Pokémon par les attaques de Pokémon ayant un talent, à l'exception d'un Feuiloutan.", | ||
es: "Durante el próximo turno de tu rival, se evita todo el daño infligido a este Pokémon por ataques de Pokémon que tengan una habilidad, excepto de los Simisage.", | ||
it: "Durante il prossimo turno del tuo avversario, previeni tutti i danni inflitti a questo Pokémon dagli attacchi dei Pokémon che hanno un'abilità, a eccezione di qualsiasi Simisage.", | ||
pt: "Durante o próximo turno do seu oponente, previna todo o dano causado a este Pokémon por ataques de Pokémon que têm uma Habilidade, exceto por quaisquer Simisage.", | ||
de: "Verhindere während des nächsten Zuges deines Gegners allen Schaden, der diesem Pokémon durch Attacken von Pokémon, die eine Fähigkeit haben, zugefügt wird, außer Vegichita." | ||
}, | ||
|
||
damage: 100 | ||
}], | ||
|
||
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,41 @@ | ||
import { Card } from "../../../interfaces" | ||
import Set from "../Paradox Rift" | ||
|
||
const card: Card = { | ||
set: Set, | ||
|
||
name: { | ||
en: "Dwebble", | ||
fr: "Crabicoque", | ||
es: "Dwebble", | ||
it: "Dwebble", | ||
pt: "Dwebble", | ||
de: "Lithomith" | ||
}, | ||
|
||
rarity: "Common", | ||
category: "Pokemon", | ||
hp: 60, | ||
types: ["Grass"], | ||
stage: "Basic", | ||
|
||
attacks: [{ | ||
cost: ["Colorless", "Colorless"], | ||
|
||
name: { | ||
en: "Beat", | ||
fr: "Bataille", | ||
es: "Toque", | ||
it: "Battuta", | ||
pt: "Pulso", | ||
de: "Verprügler" | ||
}, | ||
|
||
damage: 20 | ||
}], | ||
|
||
retreat: 1, | ||
regulationMark: "G" | ||
} | ||
|
||
export default card |
Oops, something went wrong.