mirror of
https://github.com/tcgdex/cards-database.git
synced 2025-04-22 19:02:10 +00:00
Chilling-Reign (#10)
only missing the secrets cards as they are secret :D Signed-off-by: Avior <florian.bouillon@delta-wings.net>
This commit is contained in:
parent
b0d0319f04
commit
abbffb45b7
37
data/Sword & Shield/Chilling Reign/1.ts
Normal file
37
data/Sword & Shield/Chilling Reign/1.ts
Normal file
@ -0,0 +1,37 @@
|
||||
import { Card } from '../../../interfaces'
|
||||
import Set from '../Chilling Reign'
|
||||
|
||||
const card: Card = {
|
||||
set: Set,
|
||||
|
||||
name: {
|
||||
en: "Weedle",
|
||||
fr: "Aspicot"
|
||||
},
|
||||
|
||||
illustrator: "Sanosuke Sakuma",
|
||||
rarity: "Common",
|
||||
category: "Pokemon",
|
||||
hp: 40,
|
||||
types: ["Grass"],
|
||||
|
||||
attacks: [{
|
||||
name: {
|
||||
en: "Pierce",
|
||||
fr: "Transpercement"
|
||||
},
|
||||
|
||||
damage: 20,
|
||||
cost: ["Grass"]
|
||||
}],
|
||||
|
||||
weaknesses: [{
|
||||
type: "Fire",
|
||||
value: "×2"
|
||||
}],
|
||||
|
||||
retreat: 1,
|
||||
regulationMark: "E"
|
||||
}
|
||||
|
||||
export default card
|
56
data/Sword & Shield/Chilling Reign/10.ts
Normal file
56
data/Sword & Shield/Chilling Reign/10.ts
Normal file
@ -0,0 +1,56 @@
|
||||
import { Card } from '../../../interfaces'
|
||||
import Set from '../Chilling Reign'
|
||||
|
||||
const card: Card = {
|
||||
set: Set,
|
||||
|
||||
name: {
|
||||
en: "Abomasnow",
|
||||
fr: "Blizzaroi"
|
||||
},
|
||||
|
||||
illustrator: "Akira Komayama",
|
||||
rarity: "Rare",
|
||||
category: "Pokemon",
|
||||
hp: 140,
|
||||
types: ["Grass"],
|
||||
|
||||
evolveFrom: {
|
||||
en: "Snover",
|
||||
fr: "Blizzi"
|
||||
},
|
||||
|
||||
abilities: [{
|
||||
type: "Ability",
|
||||
|
||||
name: {
|
||||
en: "Toughness Boost",
|
||||
fr: "Boost d’Endurance"
|
||||
},
|
||||
|
||||
effect: {
|
||||
en: "Your Single Strike Pokémon in play, except any Abomasnow, get +50 HP. You can’t apply more than 1 Toughness Boost Ability at a time.",
|
||||
fr: "Vos Pokémon Poing Final en jeu, à l’exception de Blizzaroi, reçoivent +50 PV. Vous ne pouvez utiliser qu’un talent Boost d’Endurance à la fois."
|
||||
}
|
||||
}],
|
||||
|
||||
attacks: [{
|
||||
name: {
|
||||
en: "Mega Punch",
|
||||
fr: "Ultimapoing"
|
||||
},
|
||||
|
||||
damage: 90,
|
||||
cost: ["Grass", "Colorless", "Colorless"]
|
||||
}],
|
||||
|
||||
weaknesses: [{
|
||||
type: "Fire",
|
||||
value: "×2"
|
||||
}],
|
||||
|
||||
retreat: 3,
|
||||
regulationMark: "E"
|
||||
}
|
||||
|
||||
export default card
|
47
data/Sword & Shield/Chilling Reign/100.ts
Normal file
47
data/Sword & Shield/Chilling Reign/100.ts
Normal file
@ -0,0 +1,47 @@
|
||||
import { Card } from '../../../interfaces'
|
||||
import Set from '../Chilling Reign'
|
||||
|
||||
const card: Card = {
|
||||
set: Set,
|
||||
|
||||
name: {
|
||||
en: "Galarian Slowking VMAX",
|
||||
fr: "Roigada de Galar VMAX"
|
||||
},
|
||||
|
||||
illustrator: "5ban Graphics",
|
||||
rarity: "Rare",
|
||||
category: "Pokemon",
|
||||
hp: 320,
|
||||
types: ["Darkness"],
|
||||
|
||||
evolveFrom: {
|
||||
en: "Galarian Slowking V",
|
||||
fr: "Roigada de Galar-V"
|
||||
},
|
||||
|
||||
attacks: [{
|
||||
name: {
|
||||
en: "Max Toxify",
|
||||
fr: "Toxomax"
|
||||
},
|
||||
|
||||
effect: {
|
||||
en: "Your opponent’s Active Pokémon is now Poisoned. During Pokémon Checkup, put 12 damage counters on that Pokémon instead of 1.",
|
||||
fr: "Le Pokémon Actif de votre adversaire est maintenant Empoisonné. Pendant le Contrôle Pokémon, placez 12 marqueurs de dégâts sur ce Pokémon-là au lieu d’un."
|
||||
},
|
||||
|
||||
damage: 10,
|
||||
cost: ["Darkness", "Colorless"]
|
||||
}],
|
||||
|
||||
weaknesses: [{
|
||||
type: "Fighting",
|
||||
value: "×2"
|
||||
}],
|
||||
|
||||
retreat: 3,
|
||||
regulationMark: "E"
|
||||
}
|
||||
|
||||
export default card
|
56
data/Sword & Shield/Chilling Reign/101.ts
Normal file
56
data/Sword & Shield/Chilling Reign/101.ts
Normal file
@ -0,0 +1,56 @@
|
||||
import { Card } from '../../../interfaces'
|
||||
import Set from '../Chilling Reign'
|
||||
|
||||
const card: Card = {
|
||||
set: Set,
|
||||
|
||||
name: {
|
||||
en: "Qwilfish",
|
||||
fr: "Qwilfish"
|
||||
},
|
||||
|
||||
illustrator: "Anesaki Dynamic",
|
||||
rarity: "Common",
|
||||
category: "Pokemon",
|
||||
hp: 90,
|
||||
types: ["Darkness"],
|
||||
|
||||
abilities: [{
|
||||
type: "Ability",
|
||||
|
||||
name: {
|
||||
en: "Bursting Needles",
|
||||
fr: "Piquants Éclatants"
|
||||
},
|
||||
|
||||
effect: {
|
||||
en: "If this Pokémon is in the Active Spot and is Knocked Out by damage from an attack from your opponent’s Pokémon, put 6 damage counters on the Attacking Pokémon.",
|
||||
fr: "Si ce Pokémon est sur le Poste Actif et est mis K.O. par les dégâts d’une attaque d’un Pokémon de votre adversaire, placez 6 marqueurs de dégâts sur le Pokémon Attaquant."
|
||||
}
|
||||
}],
|
||||
|
||||
attacks: [{
|
||||
name: {
|
||||
en: "Poison Jab",
|
||||
fr: "Direct Toxik"
|
||||
},
|
||||
|
||||
effect: {
|
||||
en: "Your opponent’s Active Pokémon is now Poisoned.",
|
||||
fr: "Le Pokémon Actif de votre adversaire est maintenant Empoisonné."
|
||||
},
|
||||
|
||||
damage: 30,
|
||||
cost: ["Colorless", "Colorless"]
|
||||
}],
|
||||
|
||||
weaknesses: [{
|
||||
type: "Fighting",
|
||||
value: "×2"
|
||||
}],
|
||||
|
||||
retreat: 1,
|
||||
regulationMark: "E"
|
||||
}
|
||||
|
||||
export default card
|
42
data/Sword & Shield/Chilling Reign/102.ts
Normal file
42
data/Sword & Shield/Chilling Reign/102.ts
Normal file
@ -0,0 +1,42 @@
|
||||
import { Card } from '../../../interfaces'
|
||||
import Set from '../Chilling Reign'
|
||||
|
||||
const card: Card = {
|
||||
set: Set,
|
||||
|
||||
name: {
|
||||
en: "Seviper",
|
||||
fr: "Séviper"
|
||||
},
|
||||
|
||||
illustrator: "Anesaki Dynamic",
|
||||
rarity: "Rare",
|
||||
category: "Pokemon",
|
||||
hp: 110,
|
||||
types: ["Darkness"],
|
||||
|
||||
attacks: [{
|
||||
name: {
|
||||
en: "Strong Tail",
|
||||
fr: "Queue Puissante"
|
||||
},
|
||||
|
||||
effect: {
|
||||
en: "If you played a Single Strike Supporter card from your hand during this turn, this attack does 90 more damage.",
|
||||
fr: "Si vous avez joué une carte Supporter Poing Final de votre main pendant ce tour, cette attaque inflige 90 dégâts supplémentaires."
|
||||
},
|
||||
|
||||
damage: "90+",
|
||||
cost: ["Darkness", "Darkness", "Colorless"]
|
||||
}],
|
||||
|
||||
weaknesses: [{
|
||||
type: "Fighting",
|
||||
value: "×2"
|
||||
}],
|
||||
|
||||
retreat: 2,
|
||||
regulationMark: "E"
|
||||
}
|
||||
|
||||
export default card
|
49
data/Sword & Shield/Chilling Reign/103.ts
Normal file
49
data/Sword & Shield/Chilling Reign/103.ts
Normal file
@ -0,0 +1,49 @@
|
||||
import { Card } from '../../../interfaces'
|
||||
import Set from '../Chilling Reign'
|
||||
|
||||
const card: Card = {
|
||||
set: Set,
|
||||
|
||||
name: {
|
||||
en: "Spiritomb",
|
||||
fr: "Spiritomb"
|
||||
},
|
||||
|
||||
illustrator: "Shibuzoh.",
|
||||
rarity: "Rare",
|
||||
category: "Pokemon",
|
||||
hp: 70,
|
||||
types: ["Darkness"],
|
||||
|
||||
attacks: [{
|
||||
name: {
|
||||
en: "Ghostly Cries",
|
||||
fr: "Lamentations Spectrales"
|
||||
},
|
||||
|
||||
effect: {
|
||||
en: "For each Pokémon in your opponent’s discard pile, put 1 damage counter on your opponent’s Pokémon in any way you like. If you placed any damage counters in this way, your opponent shuffles all Pokémon from their discard pile into their deck.",
|
||||
fr: "Pour chaque Pokémon dans la pile de défausse de votre adversaire, placez un marqueur de dégâts sur les Pokémon de votre adversaire comme il vous plaît. Si vous avez placé des marqueurs de dégâts de cette façon, votre adversaire mélange tous les Pokémon de sa pile de défausse avec son deck."
|
||||
},
|
||||
|
||||
cost: ["Colorless"]
|
||||
}, {
|
||||
name: {
|
||||
en: "Will-O-Wisp",
|
||||
fr: "Feu Follet"
|
||||
},
|
||||
|
||||
damage: 20,
|
||||
cost: ["Darkness"]
|
||||
}],
|
||||
|
||||
weaknesses: [{
|
||||
type: "Grass",
|
||||
value: "×2"
|
||||
}],
|
||||
|
||||
retreat: 1,
|
||||
regulationMark: "E"
|
||||
}
|
||||
|
||||
export default card
|
56
data/Sword & Shield/Chilling Reign/104.ts
Normal file
56
data/Sword & Shield/Chilling Reign/104.ts
Normal file
@ -0,0 +1,56 @@
|
||||
import { Card } from '../../../interfaces'
|
||||
import Set from '../Chilling Reign'
|
||||
|
||||
const card: Card = {
|
||||
set: Set,
|
||||
|
||||
name: {
|
||||
en: "Liepard V",
|
||||
fr: "Léopardus V"
|
||||
},
|
||||
|
||||
illustrator: "Ayaka Yoshida",
|
||||
rarity: "Rare",
|
||||
category: "Pokemon",
|
||||
hp: 190,
|
||||
types: ["Darkness"],
|
||||
|
||||
abilities: [{
|
||||
type: "Ability",
|
||||
|
||||
name: {
|
||||
en: "Hidden Claw",
|
||||
fr: "Griffes Cachées"
|
||||
},
|
||||
|
||||
effect: {
|
||||
en: "When you play this Pokémon from your hand onto your Bench during your turn, you may discard a Pokémon Tool from a Pokémon (yours or your opponent’s).",
|
||||
fr: "Lorsque vous jouez ce Pokémon de votre main sur votre Banc pendant votre tour, vous pouvez défausser un Outil Pokémon d’un Pokémon (le vôtre ou celui de votre adversaire)."
|
||||
}
|
||||
}],
|
||||
|
||||
attacks: [{
|
||||
name: {
|
||||
en: "Shadow Ripper",
|
||||
fr: "Écorchure Obscure"
|
||||
},
|
||||
|
||||
effect: {
|
||||
en: "You may put this Pokémon and all attached cards into your hand.",
|
||||
fr: "Vous pouvez ajouter à votre main ce Pokémon et toutes les cartes attachées."
|
||||
},
|
||||
|
||||
damage: 110,
|
||||
cost: ["Darkness", "Colorless", "Colorless"]
|
||||
}],
|
||||
|
||||
weaknesses: [{
|
||||
type: "Grass",
|
||||
value: "×2"
|
||||
}],
|
||||
|
||||
retreat: 1,
|
||||
regulationMark: "E"
|
||||
}
|
||||
|
||||
export default card
|
42
data/Sword & Shield/Chilling Reign/105.ts
Normal file
42
data/Sword & Shield/Chilling Reign/105.ts
Normal file
@ -0,0 +1,42 @@
|
||||
import { Card } from '../../../interfaces'
|
||||
import Set from '../Chilling Reign'
|
||||
|
||||
const card: Card = {
|
||||
set: Set,
|
||||
|
||||
name: {
|
||||
en: "Venipede",
|
||||
fr: "Venipatte"
|
||||
},
|
||||
|
||||
illustrator: "Oswaldo KATO",
|
||||
rarity: "Common",
|
||||
category: "Pokemon",
|
||||
hp: 70,
|
||||
types: ["Darkness"],
|
||||
|
||||
attacks: [{
|
||||
name: {
|
||||
en: "Poison Sting",
|
||||
fr: "Dard-Venin"
|
||||
},
|
||||
|
||||
effect: {
|
||||
en: "Your opponent’s Active Pokémon is now Poisoned.",
|
||||
fr: "Le Pokémon Actif de votre adversaire est maintenant Empoisonné."
|
||||
},
|
||||
|
||||
damage: 10,
|
||||
cost: ["Darkness"]
|
||||
}],
|
||||
|
||||
weaknesses: [{
|
||||
type: "Fighting",
|
||||
value: "×2"
|
||||
}],
|
||||
|
||||
retreat: 2,
|
||||
regulationMark: "E"
|
||||
}
|
||||
|
||||
export default card
|
55
data/Sword & Shield/Chilling Reign/106.ts
Normal file
55
data/Sword & Shield/Chilling Reign/106.ts
Normal file
@ -0,0 +1,55 @@
|
||||
import { Card } from '../../../interfaces'
|
||||
import Set from '../Chilling Reign'
|
||||
|
||||
const card: Card = {
|
||||
set: Set,
|
||||
|
||||
name: {
|
||||
en: "Whirlipede",
|
||||
fr: "Scobolide"
|
||||
},
|
||||
|
||||
illustrator: "hatachu",
|
||||
rarity: "Uncommon",
|
||||
category: "Pokemon",
|
||||
hp: 90,
|
||||
types: ["Darkness"],
|
||||
|
||||
evolveFrom: {
|
||||
en: "Venipede",
|
||||
fr: "Venipatte"
|
||||
},
|
||||
|
||||
attacks: [{
|
||||
name: {
|
||||
en: "Poison Sting",
|
||||
fr: "Dard-Venin"
|
||||
},
|
||||
|
||||
effect: {
|
||||
en: "Your opponent’s Active Pokémon is now Poisoned.",
|
||||
fr: "Le Pokémon Actif de votre adversaire est maintenant Empoisonné."
|
||||
},
|
||||
|
||||
damage: 20,
|
||||
cost: ["Darkness"]
|
||||
}, {
|
||||
name: {
|
||||
en: "Rolling Tackle",
|
||||
fr: "Roulé-Boulé"
|
||||
},
|
||||
|
||||
damage: 50,
|
||||
cost: ["Darkness", "Colorless", "Colorless"]
|
||||
}],
|
||||
|
||||
weaknesses: [{
|
||||
type: "Fighting",
|
||||
value: "×2"
|
||||
}],
|
||||
|
||||
retreat: 3,
|
||||
regulationMark: "E"
|
||||
}
|
||||
|
||||
export default card
|
60
data/Sword & Shield/Chilling Reign/107.ts
Normal file
60
data/Sword & Shield/Chilling Reign/107.ts
Normal file
@ -0,0 +1,60 @@
|
||||
import { Card } from '../../../interfaces'
|
||||
import Set from '../Chilling Reign'
|
||||
|
||||
const card: Card = {
|
||||
set: Set,
|
||||
|
||||
name: {
|
||||
en: "Scolipede",
|
||||
fr: "Brutapode"
|
||||
},
|
||||
|
||||
illustrator: "Megumi Higuchi",
|
||||
rarity: "Rare",
|
||||
category: "Pokemon",
|
||||
hp: 160,
|
||||
types: ["Darkness"],
|
||||
|
||||
evolveFrom: {
|
||||
en: "Whirlipede",
|
||||
fr: "Scobolide"
|
||||
},
|
||||
|
||||
attacks: [{
|
||||
name: {
|
||||
en: "Poison Sting",
|
||||
fr: "Dard-Venin"
|
||||
},
|
||||
|
||||
effect: {
|
||||
en: "Your opponent’s Active Pokémon is now Poisoned.",
|
||||
fr: "Le Pokémon Actif de votre adversaire est maintenant Empoisonné."
|
||||
},
|
||||
|
||||
damage: 50,
|
||||
cost: ["Darkness"]
|
||||
}, {
|
||||
name: {
|
||||
en: "Venoshock",
|
||||
fr: "Choc Venin"
|
||||
},
|
||||
|
||||
effect: {
|
||||
en: "If your opponent’s Active Pokémon is Poisoned, this attack does 120 more damage.",
|
||||
fr: "Si le Pokémon Actif de votre adversaire est Empoisonné, cette attaque inflige 120 dégâts supplémentaires."
|
||||
},
|
||||
|
||||
damage: "100+",
|
||||
cost: ["Darkness", "Colorless", "Colorless"]
|
||||
}],
|
||||
|
||||
weaknesses: [{
|
||||
type: "Fighting",
|
||||
value: "×2"
|
||||
}],
|
||||
|
||||
retreat: 3,
|
||||
regulationMark: "E"
|
||||
}
|
||||
|
||||
export default card
|
60
data/Sword & Shield/Chilling Reign/108.ts
Normal file
60
data/Sword & Shield/Chilling Reign/108.ts
Normal file
@ -0,0 +1,60 @@
|
||||
import { Card } from '../../../interfaces'
|
||||
import Set from '../Chilling Reign'
|
||||
|
||||
const card: Card = {
|
||||
set: Set,
|
||||
|
||||
name: {
|
||||
en: "Single Strike Urshifu",
|
||||
fr: "Shifours Poing Final"
|
||||
},
|
||||
|
||||
illustrator: "Mitsuhiro Arita",
|
||||
rarity: "Rare",
|
||||
category: "Pokemon",
|
||||
hp: 140,
|
||||
types: ["Darkness"],
|
||||
|
||||
evolveFrom: {
|
||||
en: "Kubfu",
|
||||
fr: "Wushours"
|
||||
},
|
||||
|
||||
attacks: [{
|
||||
name: {
|
||||
en: "Field Crush",
|
||||
fr: "Broyeur de Terrain"
|
||||
},
|
||||
|
||||
effect: {
|
||||
en: "If your opponent has a Stadium in play, discard it.",
|
||||
fr: "Si votre adversaire a un Stade en jeu, défaussez-le."
|
||||
},
|
||||
|
||||
damage: 50,
|
||||
cost: ["Darkness", "Colorless"]
|
||||
}, {
|
||||
name: {
|
||||
en: "Fists of Strife",
|
||||
fr: "Poings de Dispute"
|
||||
},
|
||||
|
||||
effect: {
|
||||
en: "If this Pokémon has any damage counters on it, this attack does 100 more damage.",
|
||||
fr: "Si au moins un marqueur de dégâts est placé sur ce Pokémon, cette attaque inflige 100 dégâts supplémentaires."
|
||||
},
|
||||
|
||||
damage: "100+",
|
||||
cost: ["Darkness", "Darkness", "Colorless"]
|
||||
}],
|
||||
|
||||
weaknesses: [{
|
||||
type: "Grass",
|
||||
value: "×2"
|
||||
}],
|
||||
|
||||
retreat: 2,
|
||||
regulationMark: "E"
|
||||
}
|
||||
|
||||
export default card
|
50
data/Sword & Shield/Chilling Reign/109.ts
Normal file
50
data/Sword & Shield/Chilling Reign/109.ts
Normal file
@ -0,0 +1,50 @@
|
||||
import { Card } from '../../../interfaces'
|
||||
import Set from '../Chilling Reign'
|
||||
|
||||
const card: Card = {
|
||||
set: Set,
|
||||
|
||||
name: {
|
||||
en: "Aron",
|
||||
fr: "Galekid"
|
||||
},
|
||||
|
||||
illustrator: "Kyoko Umemoto",
|
||||
rarity: "Common",
|
||||
category: "Pokemon",
|
||||
hp: 70,
|
||||
types: ["Metal"],
|
||||
|
||||
attacks: [{
|
||||
name: {
|
||||
en: "Gnaw",
|
||||
fr: "Ronge"
|
||||
},
|
||||
|
||||
damage: 20,
|
||||
cost: ["Colorless", "Colorless"]
|
||||
}, {
|
||||
name: {
|
||||
en: "Rolling Tackle",
|
||||
fr: "Roulé-Boulé"
|
||||
},
|
||||
|
||||
damage: 50,
|
||||
cost: ["Metal", "Colorless", "Colorless"]
|
||||
}],
|
||||
|
||||
weaknesses: [{
|
||||
type: "Fire",
|
||||
value: "×2"
|
||||
}],
|
||||
|
||||
resistances: [{
|
||||
type: "Grass",
|
||||
value: "-30"
|
||||
}],
|
||||
|
||||
retreat: 2,
|
||||
regulationMark: "E"
|
||||
}
|
||||
|
||||
export default card
|
49
data/Sword & Shield/Chilling Reign/11.ts
Normal file
49
data/Sword & Shield/Chilling Reign/11.ts
Normal file
@ -0,0 +1,49 @@
|
||||
import { Card } from '../../../interfaces'
|
||||
import Set from '../Chilling Reign'
|
||||
|
||||
const card: Card = {
|
||||
set: Set,
|
||||
|
||||
name: {
|
||||
en: "Deerling",
|
||||
fr: "Vivaldaim"
|
||||
},
|
||||
|
||||
illustrator: "Lee HyunJung",
|
||||
rarity: "Common",
|
||||
category: "Pokemon",
|
||||
hp: 60,
|
||||
types: ["Grass"],
|
||||
|
||||
attacks: [{
|
||||
name: {
|
||||
en: "Growl",
|
||||
fr: "Rugissement"
|
||||
},
|
||||
|
||||
effect: {
|
||||
en: "During your opponent’s next turn, the Defending Pokémon’s attacks do 20 less damage (before applying Weakness and Resistance).",
|
||||
fr: "Pendant le prochain tour de votre adversaire, les attaques du Pokémon Défenseur infligent 20 dégâts de moins (avant application de la Faiblesse et de la Résistance)."
|
||||
},
|
||||
|
||||
cost: ["Colorless"]
|
||||
}, {
|
||||
name: {
|
||||
en: "Rear Kick",
|
||||
fr: "Ruade"
|
||||
},
|
||||
|
||||
damage: 20,
|
||||
cost: ["Grass", "Colorless"]
|
||||
}],
|
||||
|
||||
weaknesses: [{
|
||||
type: "Fire",
|
||||
value: "×2"
|
||||
}],
|
||||
|
||||
retreat: 1,
|
||||
regulationMark: "E"
|
||||
}
|
||||
|
||||
export default card
|
55
data/Sword & Shield/Chilling Reign/110.ts
Normal file
55
data/Sword & Shield/Chilling Reign/110.ts
Normal file
@ -0,0 +1,55 @@
|
||||
import { Card } from '../../../interfaces'
|
||||
import Set from '../Chilling Reign'
|
||||
|
||||
const card: Card = {
|
||||
set: Set,
|
||||
|
||||
name: {
|
||||
en: "Lairon",
|
||||
fr: "Galegon"
|
||||
},
|
||||
|
||||
illustrator: "HYOGONOSUKE",
|
||||
rarity: "Uncommon",
|
||||
category: "Pokemon",
|
||||
hp: 100,
|
||||
types: ["Metal"],
|
||||
|
||||
evolveFrom: {
|
||||
en: "Aron",
|
||||
fr: "Galekid"
|
||||
},
|
||||
|
||||
attacks: [{
|
||||
name: {
|
||||
en: "Tackle",
|
||||
fr: "Charge"
|
||||
},
|
||||
|
||||
damage: 50,
|
||||
cost: ["Metal", "Colorless", "Colorless"]
|
||||
}, {
|
||||
name: {
|
||||
en: "Metal Claw",
|
||||
fr: "Griffe Acier"
|
||||
},
|
||||
|
||||
damage: 90,
|
||||
cost: ["Metal", "Metal", "Colorless", "Colorless"]
|
||||
}],
|
||||
|
||||
weaknesses: [{
|
||||
type: "Fire",
|
||||
value: "×2"
|
||||
}],
|
||||
|
||||
resistances: [{
|
||||
type: "Grass",
|
||||
value: "-30"
|
||||
}],
|
||||
|
||||
retreat: 3,
|
||||
regulationMark: "E"
|
||||
}
|
||||
|
||||
export default card
|
65
data/Sword & Shield/Chilling Reign/111.ts
Normal file
65
data/Sword & Shield/Chilling Reign/111.ts
Normal file
@ -0,0 +1,65 @@
|
||||
import { Card } from '../../../interfaces'
|
||||
import Set from '../Chilling Reign'
|
||||
|
||||
const card: Card = {
|
||||
set: Set,
|
||||
|
||||
name: {
|
||||
en: "Aggron",
|
||||
fr: "Galeking"
|
||||
},
|
||||
|
||||
illustrator: "Teeziro",
|
||||
rarity: "Rare",
|
||||
category: "Pokemon",
|
||||
hp: 180,
|
||||
types: ["Metal"],
|
||||
|
||||
evolveFrom: {
|
||||
en: "Lairon",
|
||||
fr: "Galegon"
|
||||
},
|
||||
|
||||
attacks: [{
|
||||
name: {
|
||||
en: "Guard Press",
|
||||
fr: "Pression de Garde"
|
||||
},
|
||||
|
||||
effect: {
|
||||
en: "During your opponent’s next turn, this Pokémon takes 30 less damage from attacks (after applying Weakness and Resistance).",
|
||||
fr: "Pendant le prochain tour de votre adversaire, ce Pokémon subit 30 dégâts de moins provenant des attaques (après application de la Faiblesse et de la Résistance)."
|
||||
},
|
||||
|
||||
damage: 100,
|
||||
cost: ["Metal", "Colorless", "Colorless"]
|
||||
}, {
|
||||
name: {
|
||||
en: "Seismic Rift",
|
||||
fr: "Faille Sismique"
|
||||
},
|
||||
|
||||
effect: {
|
||||
en: "This attack also does 30 damage to each of your Pokémon. (Don’t apply Weakness and Resistance for Benched Pokémon.)",
|
||||
fr: "Cette attaque inflige aussi 30 dégâts à chacun de vos Pokémon. (N’appliquez ni la Faiblesse ni la Résistance aux Pokémon de Banc.)"
|
||||
},
|
||||
|
||||
damage: 240,
|
||||
cost: ["Metal", "Metal", "Colorless", "Colorless"]
|
||||
}],
|
||||
|
||||
weaknesses: [{
|
||||
type: "Fire",
|
||||
value: "×2"
|
||||
}],
|
||||
|
||||
resistances: [{
|
||||
type: "Grass",
|
||||
value: "-30"
|
||||
}],
|
||||
|
||||
retreat: 4,
|
||||
regulationMark: "E"
|
||||
}
|
||||
|
||||
export default card
|
60
data/Sword & Shield/Chilling Reign/112.ts
Normal file
60
data/Sword & Shield/Chilling Reign/112.ts
Normal file
@ -0,0 +1,60 @@
|
||||
import { Card } from '../../../interfaces'
|
||||
import Set from '../Chilling Reign'
|
||||
|
||||
const card: Card = {
|
||||
set: Set,
|
||||
|
||||
name: {
|
||||
en: "Metagross V",
|
||||
fr: "Métalosse V"
|
||||
},
|
||||
|
||||
illustrator: "PLANETA Mochizuki",
|
||||
rarity: "Rare",
|
||||
category: "Pokemon",
|
||||
hp: 220,
|
||||
types: ["Metal"],
|
||||
|
||||
attacks: [{
|
||||
name: {
|
||||
en: "Bullet Punch",
|
||||
fr: "Pisto-Poing"
|
||||
},
|
||||
|
||||
effect: {
|
||||
en: "Flip 2 coins. This attack does 20 more damage for each heads.",
|
||||
fr: "Lancez 2 pièces. Cette attaque inflige 20 dégâts supplémentaires pour chaque côté face."
|
||||
},
|
||||
|
||||
damage: "20+",
|
||||
cost: ["Metal"]
|
||||
}, {
|
||||
name: {
|
||||
en: "Synchro Hammer",
|
||||
fr: "Marteau Synchro"
|
||||
},
|
||||
|
||||
effect: {
|
||||
en: "If this Pokémon and your opponent’s Active Pokémon have the same amount of Energy attached, this attack does 90 more damage.",
|
||||
fr: "Si ce Pokémon et le Pokémon Actif de votre adversaire ont le même nombre d’Énergies attachées, cette attaque inflige 90 dégâts supplémentaires."
|
||||
},
|
||||
|
||||
damage: "60+",
|
||||
cost: ["Metal", "Colorless"]
|
||||
}],
|
||||
|
||||
weaknesses: [{
|
||||
type: "Fire",
|
||||
value: "×2"
|
||||
}],
|
||||
|
||||
resistances: [{
|
||||
type: "Grass",
|
||||
value: "-30"
|
||||
}],
|
||||
|
||||
retreat: 3,
|
||||
regulationMark: "E"
|
||||
}
|
||||
|
||||
export default card
|
64
data/Sword & Shield/Chilling Reign/113.ts
Normal file
64
data/Sword & Shield/Chilling Reign/113.ts
Normal file
@ -0,0 +1,64 @@
|
||||
import { Card } from '../../../interfaces'
|
||||
import Set from '../Chilling Reign'
|
||||
|
||||
const card: Card = {
|
||||
set: Set,
|
||||
|
||||
name: {
|
||||
en: "Metagross VMAX",
|
||||
fr: "Métalosse VMAX"
|
||||
},
|
||||
|
||||
illustrator: "Ryota Murayama",
|
||||
rarity: "Rare",
|
||||
category: "Pokemon",
|
||||
hp: 330,
|
||||
types: ["Metal"],
|
||||
|
||||
evolveFrom: {
|
||||
en: "Metagross V",
|
||||
fr: "Métalosse-V"
|
||||
},
|
||||
|
||||
attacks: [{
|
||||
name: {
|
||||
en: "Zap Traction",
|
||||
fr: "Magnétisation"
|
||||
},
|
||||
|
||||
effect: {
|
||||
en: "Search your deck for up to 2 cards and put them into your hand. Then, shuffle your deck.",
|
||||
fr: "Cherchez dans votre deck jusqu’à 2 cartes, puis ajoutez-les à votre main. Mélangez ensuite votre deck."
|
||||
},
|
||||
|
||||
cost: ["Metal"]
|
||||
}, {
|
||||
name: {
|
||||
en: "Max Rush",
|
||||
fr: "Chargeomax"
|
||||
},
|
||||
|
||||
effect: {
|
||||
en: "During your next turn, this Pokémon’s Max Rush attack does 150 more damage.",
|
||||
fr: "Pendant votre prochain tour, l’attaque Chargeomax de ce Pokémon inflige 150 dégâts supplémentaires."
|
||||
},
|
||||
|
||||
damage: 100,
|
||||
cost: ["Metal", "Colorless"]
|
||||
}],
|
||||
|
||||
weaknesses: [{
|
||||
type: "Fire",
|
||||
value: "×2"
|
||||
}],
|
||||
|
||||
resistances: [{
|
||||
type: "Grass",
|
||||
value: "-30"
|
||||
}],
|
||||
|
||||
retreat: 3,
|
||||
regulationMark: "E"
|
||||
}
|
||||
|
||||
export default card
|
55
data/Sword & Shield/Chilling Reign/114.ts
Normal file
55
data/Sword & Shield/Chilling Reign/114.ts
Normal file
@ -0,0 +1,55 @@
|
||||
import { Card } from '../../../interfaces'
|
||||
import Set from '../Chilling Reign'
|
||||
|
||||
const card: Card = {
|
||||
set: Set,
|
||||
|
||||
name: {
|
||||
en: "Cobalion",
|
||||
fr: "Cobaltium"
|
||||
},
|
||||
|
||||
illustrator: "Kazuma Koda",
|
||||
rarity: "Rare",
|
||||
category: "Pokemon",
|
||||
hp: 120,
|
||||
types: ["Metal"],
|
||||
|
||||
attacks: [{
|
||||
name: {
|
||||
en: "Headbang",
|
||||
fr: "Frappe de Tête"
|
||||
},
|
||||
|
||||
damage: 40,
|
||||
cost: ["Metal", "Colorless"]
|
||||
}, {
|
||||
name: {
|
||||
en: "Metal Slash",
|
||||
fr: "Tranche Métallique"
|
||||
},
|
||||
|
||||
effect: {
|
||||
en: "During your next turn, this Pokémon can’t attack.",
|
||||
fr: "Pendant votre prochain tour, ce Pokémon ne peut pas attaquer."
|
||||
},
|
||||
|
||||
damage: 130,
|
||||
cost: ["Metal", "Metal", "Colorless"]
|
||||
}],
|
||||
|
||||
weaknesses: [{
|
||||
type: "Fire",
|
||||
value: "×2"
|
||||
}],
|
||||
|
||||
resistances: [{
|
||||
type: "Grass",
|
||||
value: "-30"
|
||||
}],
|
||||
|
||||
retreat: 2,
|
||||
regulationMark: "E"
|
||||
}
|
||||
|
||||
export default card
|
55
data/Sword & Shield/Chilling Reign/115.ts
Normal file
55
data/Sword & Shield/Chilling Reign/115.ts
Normal file
@ -0,0 +1,55 @@
|
||||
import { Card } from '../../../interfaces'
|
||||
import Set from '../Chilling Reign'
|
||||
|
||||
const card: Card = {
|
||||
set: Set,
|
||||
|
||||
name: {
|
||||
en: "Tauros",
|
||||
fr: "Tauros"
|
||||
},
|
||||
|
||||
illustrator: "nagimiso",
|
||||
rarity: "Rare",
|
||||
category: "Pokemon",
|
||||
hp: 130,
|
||||
types: ["Colorless"],
|
||||
|
||||
attacks: [{
|
||||
name: {
|
||||
en: "Raging Bull",
|
||||
fr: "Taureau Furieux"
|
||||
},
|
||||
|
||||
effect: {
|
||||
en: "This attack does 20 more damage for each damage counter on this Pokémon. This Pokémon is now Confused.",
|
||||
fr: "Cette attaque inflige 20 dégâts supplémentaires pour chaque marqueur de dégâts sur ce Pokémon. Ce Pokémon est maintenant Confus."
|
||||
},
|
||||
|
||||
damage: "20+",
|
||||
cost: ["Colorless", "Colorless"]
|
||||
}, {
|
||||
name: {
|
||||
en: "Take Down",
|
||||
fr: "Bélier"
|
||||
},
|
||||
|
||||
effect: {
|
||||
en: "This Pokémon also does 30 damage to itself.",
|
||||
fr: "Ce Pokémon s’inflige aussi 30 dégâts."
|
||||
},
|
||||
|
||||
damage: 80,
|
||||
cost: ["Colorless", "Colorless"]
|
||||
}],
|
||||
|
||||
weaknesses: [{
|
||||
type: "Fighting",
|
||||
value: "×2"
|
||||
}],
|
||||
|
||||
retreat: 2,
|
||||
regulationMark: "E"
|
||||
}
|
||||
|
||||
export default card
|
37
data/Sword & Shield/Chilling Reign/116.ts
Normal file
37
data/Sword & Shield/Chilling Reign/116.ts
Normal file
@ -0,0 +1,37 @@
|
||||
import { Card } from '../../../interfaces'
|
||||
import Set from '../Chilling Reign'
|
||||
|
||||
const card: Card = {
|
||||
set: Set,
|
||||
|
||||
name: {
|
||||
en: "Porygon",
|
||||
fr: "Porygon"
|
||||
},
|
||||
|
||||
illustrator: "ryoma uratsuka",
|
||||
rarity: "Common",
|
||||
category: "Pokemon",
|
||||
hp: 60,
|
||||
types: ["Colorless"],
|
||||
|
||||
attacks: [{
|
||||
name: {
|
||||
en: "Sharpen",
|
||||
fr: "Affûtage"
|
||||
},
|
||||
|
||||
damage: 20,
|
||||
cost: ["Colorless"]
|
||||
}],
|
||||
|
||||
weaknesses: [{
|
||||
type: "Fighting",
|
||||
value: "×2"
|
||||
}],
|
||||
|
||||
retreat: 2,
|
||||
regulationMark: "E"
|
||||
}
|
||||
|
||||
export default card
|
47
data/Sword & Shield/Chilling Reign/117.ts
Normal file
47
data/Sword & Shield/Chilling Reign/117.ts
Normal file
@ -0,0 +1,47 @@
|
||||
import { Card } from '../../../interfaces'
|
||||
import Set from '../Chilling Reign'
|
||||
|
||||
const card: Card = {
|
||||
set: Set,
|
||||
|
||||
name: {
|
||||
en: "Porygon2",
|
||||
fr: "Porygon2"
|
||||
},
|
||||
|
||||
illustrator: "Nagomi Nijo",
|
||||
rarity: "Uncommon",
|
||||
category: "Pokemon",
|
||||
hp: 90,
|
||||
types: ["Colorless"],
|
||||
|
||||
evolveFrom: {
|
||||
en: "Porygon",
|
||||
fr: "Porygon"
|
||||
},
|
||||
|
||||
attacks: [{
|
||||
name: {
|
||||
en: "Tri Attack",
|
||||
fr: "Triplattaque"
|
||||
},
|
||||
|
||||
effect: {
|
||||
en: "Flip 3 coins. This attack does 30 damage for each heads.",
|
||||
fr: "Lancez 3 pièces. Cette attaque inflige 30 dégâts pour chaque côté face."
|
||||
},
|
||||
|
||||
damage: "30×",
|
||||
cost: ["Colorless", "Colorless"]
|
||||
}],
|
||||
|
||||
weaknesses: [{
|
||||
type: "Fighting",
|
||||
value: "×2"
|
||||
}],
|
||||
|
||||
retreat: 2,
|
||||
regulationMark: "E"
|
||||
}
|
||||
|
||||
export default card
|
61
data/Sword & Shield/Chilling Reign/118.ts
Normal file
61
data/Sword & Shield/Chilling Reign/118.ts
Normal file
@ -0,0 +1,61 @@
|
||||
import { Card } from '../../../interfaces'
|
||||
import Set from '../Chilling Reign'
|
||||
|
||||
const card: Card = {
|
||||
set: Set,
|
||||
|
||||
name: {
|
||||
en: "Porygon-Z",
|
||||
fr: "Porygon-Z"
|
||||
},
|
||||
|
||||
illustrator: "Tomokazu Komiya",
|
||||
rarity: "Rare",
|
||||
category: "Pokemon",
|
||||
hp: 140,
|
||||
types: ["Colorless"],
|
||||
|
||||
evolveFrom: {
|
||||
en: "Porygon2",
|
||||
fr: "Porygon2"
|
||||
},
|
||||
|
||||
abilities: [{
|
||||
type: "Ability",
|
||||
|
||||
name: {
|
||||
en: "Bug Transmission",
|
||||
fr: "Piratage"
|
||||
},
|
||||
|
||||
effect: {
|
||||
en: "Whenever you attach an Energy card from your hand to this Pokémon during your turn, you may make your opponent’s Active Pokémon Confused.",
|
||||
fr: "Chaque fois que vous attachez une carte Énergie de votre main à ce Pokémon pendant votre tour, vous pouvez laisser le Pokémon Actif de votre adversaire Confus."
|
||||
}
|
||||
}],
|
||||
|
||||
attacks: [{
|
||||
name: {
|
||||
en: "Superbeam",
|
||||
fr: "Super Rayon"
|
||||
},
|
||||
|
||||
effect: {
|
||||
en: "Discard 2 Energy from this Pokémon.",
|
||||
fr: "Défaussez 2 Énergies de ce Pokémon."
|
||||
},
|
||||
|
||||
damage: 170,
|
||||
cost: ["Colorless", "Colorless", "Colorless"]
|
||||
}],
|
||||
|
||||
weaknesses: [{
|
||||
type: "Fighting",
|
||||
value: "×2"
|
||||
}],
|
||||
|
||||
retreat: 2,
|
||||
regulationMark: "E"
|
||||
}
|
||||
|
||||
export default card
|
56
data/Sword & Shield/Chilling Reign/119.ts
Normal file
56
data/Sword & Shield/Chilling Reign/119.ts
Normal file
@ -0,0 +1,56 @@
|
||||
import { Card } from '../../../interfaces'
|
||||
import Set from '../Chilling Reign'
|
||||
|
||||
const card: Card = {
|
||||
set: Set,
|
||||
|
||||
name: {
|
||||
en: "Blissey V",
|
||||
fr: "Leuphorie V"
|
||||
},
|
||||
|
||||
illustrator: "Saki Hayashiro",
|
||||
rarity: "Rare",
|
||||
category: "Pokemon",
|
||||
hp: 250,
|
||||
types: ["Colorless"],
|
||||
|
||||
abilities: [{
|
||||
type: "Ability",
|
||||
|
||||
name: {
|
||||
en: "Natural Cure",
|
||||
fr: "Médic Nature"
|
||||
},
|
||||
|
||||
effect: {
|
||||
en: "Whenever you attach an Energy card from your hand to this Pokémon, it recovers from all Special Conditions.",
|
||||
fr: "Chaque fois que vous attachez une carte Énergie de votre main à ce Pokémon, il guérit de tous les États Spéciaux."
|
||||
}
|
||||
}],
|
||||
|
||||
attacks: [{
|
||||
name: {
|
||||
en: "Blissful Blast",
|
||||
fr: "Explosion Euphorique"
|
||||
},
|
||||
|
||||
effect: {
|
||||
en: "This attack does 30 more damage for each Energy attached to this Pokémon. If you did any damage with this attack, you may attach up to 3 Energy cards from your discard pile to this Pokémon.",
|
||||
fr: "Cette attaque inflige 30 dégâts supplémentaires pour chaque Énergie attachée à ce Pokémon. Si vous avez infligé des dégâts avec cette attaque, vous pouvez attacher jusqu’à 3 cartes Énergie de votre pile de défausse à ce Pokémon."
|
||||
},
|
||||
|
||||
damage: "10+",
|
||||
cost: ["Colorless"]
|
||||
}],
|
||||
|
||||
weaknesses: [{
|
||||
type: "Fighting",
|
||||
value: "×2"
|
||||
}],
|
||||
|
||||
retreat: 4,
|
||||
regulationMark: "E"
|
||||
}
|
||||
|
||||
export default card
|
55
data/Sword & Shield/Chilling Reign/12.ts
Normal file
55
data/Sword & Shield/Chilling Reign/12.ts
Normal file
@ -0,0 +1,55 @@
|
||||
import { Card } from '../../../interfaces'
|
||||
import Set from '../Chilling Reign'
|
||||
|
||||
const card: Card = {
|
||||
set: Set,
|
||||
|
||||
name: {
|
||||
en: "Sawsbuck",
|
||||
fr: "Haydaim"
|
||||
},
|
||||
|
||||
illustrator: "Sekio",
|
||||
rarity: "Rare",
|
||||
category: "Pokemon",
|
||||
hp: 110,
|
||||
types: ["Grass"],
|
||||
|
||||
evolveFrom: {
|
||||
en: "Deerling",
|
||||
fr: "Vivaldaim"
|
||||
},
|
||||
|
||||
attacks: [{
|
||||
name: {
|
||||
en: "Tackle",
|
||||
fr: "Charge"
|
||||
},
|
||||
|
||||
damage: 30,
|
||||
cost: ["Colorless"]
|
||||
}, {
|
||||
name: {
|
||||
en: "Winter Horn",
|
||||
fr: "Corne Hivernale"
|
||||
},
|
||||
|
||||
effect: {
|
||||
en: "If you have a Stadium in play, this attack does 80 more damage.",
|
||||
fr: "Si vous avez un Stade en jeu, cette attaque inflige 80 dégâts supplémentaires."
|
||||
},
|
||||
|
||||
damage: "80+",
|
||||
cost: ["Grass", "Colorless", "Colorless"]
|
||||
}],
|
||||
|
||||
weaknesses: [{
|
||||
type: "Fire",
|
||||
value: "×2"
|
||||
}],
|
||||
|
||||
retreat: 1,
|
||||
regulationMark: "E"
|
||||
}
|
||||
|
||||
export default card
|
42
data/Sword & Shield/Chilling Reign/120.ts
Normal file
42
data/Sword & Shield/Chilling Reign/120.ts
Normal file
@ -0,0 +1,42 @@
|
||||
import { Card } from '../../../interfaces'
|
||||
import Set from '../Chilling Reign'
|
||||
|
||||
const card: Card = {
|
||||
set: Set,
|
||||
|
||||
name: {
|
||||
en: "Zangoose",
|
||||
fr: "Mangriff"
|
||||
},
|
||||
|
||||
illustrator: "Anesaki Dynamic",
|
||||
rarity: "Rare",
|
||||
category: "Pokemon",
|
||||
hp: 110,
|
||||
types: ["Colorless"],
|
||||
|
||||
attacks: [{
|
||||
name: {
|
||||
en: "Gale Claws",
|
||||
fr: "Tempête de Griffes"
|
||||
},
|
||||
|
||||
effect: {
|
||||
en: "If you played a Rapid Strike Supporter card from your hand during this turn, this attack also does 50 damage to 2 of your opponent’s Benched Pokémon. (Don’t apply Weakness and Resistance for Benched Pokémon.)",
|
||||
fr: "Si vous avez joué une carte Supporter Mille Poings de votre main pendant ce tour, cette attaque inflige aussi 50 dégâts à 2 des Pokémon de Banc de votre adversaire. (N’appliquez ni la Faiblesse ni la Résistance aux Pokémon de Banc.)"
|
||||
},
|
||||
|
||||
damage: 50,
|
||||
cost: ["Colorless", "Colorless", "Colorless"]
|
||||
}],
|
||||
|
||||
weaknesses: [{
|
||||
type: "Fighting",
|
||||
value: "×2"
|
||||
}],
|
||||
|
||||
retreat: 2,
|
||||
regulationMark: "E"
|
||||
}
|
||||
|
||||
export default card
|
@ -32,8 +32,8 @@ const card: Card = {
|
||||
fr: 'Météorologie'
|
||||
},
|
||||
effect: {
|
||||
en: 'If you have 8 or more Stadium cards in your discard pile, ignore all Energy in this pokémon\'s attack costs.',
|
||||
fr: 'Si vous avez 8 cartes STade ou plus dans votre pile de défausse, ignorez toutes les Énergies dans le coût des attaques de ce Pokémon.',
|
||||
en: "If you have 8 or more Stadium cards in your discard pile, ignore all Energy in this Pokémon’s attack costs.",
|
||||
fr: "Si vous avez 8 cartes Stade ou plus dans votre pile de défausse, ignorez toutes les Énergies dans le coût des attaques de ce Pokémon.",
|
||||
}
|
||||
}],
|
||||
|
||||
@ -50,7 +50,7 @@ const card: Card = {
|
||||
},
|
||||
effect: {
|
||||
en: "Draw cards until you have 6 cards in your hand.",
|
||||
fr: "Piochez des cartes jusq'à en avoir 6 en main.",
|
||||
fr: "Piochez des cartes jusqu’à en avoir 6 en main.",
|
||||
},
|
||||
damage: 80
|
||||
}
|
||||
|
51
data/Sword & Shield/Chilling Reign/122.ts
Normal file
51
data/Sword & Shield/Chilling Reign/122.ts
Normal file
@ -0,0 +1,51 @@
|
||||
import { Card } from '../../../interfaces'
|
||||
import Set from '../Chilling Reign'
|
||||
|
||||
const card: Card = {
|
||||
set: Set,
|
||||
|
||||
name: {
|
||||
en: "Kecleon",
|
||||
fr: "Kecleon"
|
||||
},
|
||||
|
||||
illustrator: "KIYOTAKA OSHIYAMA",
|
||||
rarity: "Rare",
|
||||
category: "Pokemon",
|
||||
hp: 90,
|
||||
types: ["Colorless"],
|
||||
|
||||
abilities: [{
|
||||
type: "Ability",
|
||||
|
||||
name: {
|
||||
en: "Chromashift",
|
||||
fr: "Chromutation"
|
||||
},
|
||||
|
||||
effect: {
|
||||
en: "This Pokémon is the same type as any basic Energy attached to it. (If it has 2 or more different types of basic Energy attached, this Pokémon is each of those types.)",
|
||||
fr: "Ce Pokémon est du même type que l’Énergie de base qui lui est attachée. (Si de l’Énergie de base de 2 types différents ou plus est attachée à ce Pokémon, ce Pokémon est de chacun de ces types.)"
|
||||
}
|
||||
}],
|
||||
|
||||
attacks: [{
|
||||
name: {
|
||||
en: "Spinning Attack",
|
||||
fr: "Attaque Tournante"
|
||||
},
|
||||
|
||||
damage: 90,
|
||||
cost: ["Colorless", "Colorless", "Colorless"]
|
||||
}],
|
||||
|
||||
weaknesses: [{
|
||||
type: "Fighting",
|
||||
value: "×2"
|
||||
}],
|
||||
|
||||
retreat: 2,
|
||||
regulationMark: "E"
|
||||
}
|
||||
|
||||
export default card
|
60
data/Sword & Shield/Chilling Reign/123.ts
Normal file
60
data/Sword & Shield/Chilling Reign/123.ts
Normal file
@ -0,0 +1,60 @@
|
||||
import { Card } from '../../../interfaces'
|
||||
import Set from '../Chilling Reign'
|
||||
|
||||
const card: Card = {
|
||||
set: Set,
|
||||
|
||||
name: {
|
||||
en: "Shaymin",
|
||||
fr: "Shaymin"
|
||||
},
|
||||
|
||||
illustrator: "Megumi Mizutani",
|
||||
rarity: "Rare",
|
||||
category: "Pokemon",
|
||||
hp: 70,
|
||||
types: ["Colorless"],
|
||||
|
||||
attacks: [{
|
||||
name: {
|
||||
en: "Return",
|
||||
fr: "Retour"
|
||||
},
|
||||
|
||||
effect: {
|
||||
en: "You may draw cards until you have 6 cards in your hand.",
|
||||
fr: "Vous pouvez piocher des cartes jusqu’à en avoir 6 en main."
|
||||
},
|
||||
|
||||
damage: 10,
|
||||
cost: ["Colorless"]
|
||||
}, {
|
||||
name: {
|
||||
en: "Sky Return",
|
||||
fr: "Retour Aérien"
|
||||
},
|
||||
|
||||
effect: {
|
||||
en: "Put this Pokémon and all attached cards into your hand.",
|
||||
fr: "Ajoutez à votre main ce Pokémon et toutes les cartes attachées."
|
||||
},
|
||||
|
||||
damage: 30,
|
||||
cost: ["Colorless", "Colorless"]
|
||||
}],
|
||||
|
||||
weaknesses: [{
|
||||
type: "Lightning",
|
||||
value: "×2"
|
||||
}],
|
||||
|
||||
resistances: [{
|
||||
type: "Fighting",
|
||||
value: "-30"
|
||||
}],
|
||||
|
||||
retreat: 1,
|
||||
regulationMark: "E"
|
||||
}
|
||||
|
||||
export default card
|
60
data/Sword & Shield/Chilling Reign/124.ts
Normal file
60
data/Sword & Shield/Chilling Reign/124.ts
Normal file
@ -0,0 +1,60 @@
|
||||
import { Card } from '../../../interfaces'
|
||||
import Set from '../Chilling Reign'
|
||||
|
||||
const card: Card = {
|
||||
set: Set,
|
||||
|
||||
name: {
|
||||
en: "Tornadus V",
|
||||
fr: "Boréas V"
|
||||
},
|
||||
|
||||
illustrator: "PLANETA Mochizuki",
|
||||
rarity: "Rare",
|
||||
category: "Pokemon",
|
||||
hp: 210,
|
||||
types: ["Colorless"],
|
||||
|
||||
attacks: [{
|
||||
name: {
|
||||
en: "Blow Through",
|
||||
fr: "Grosse Bourrasque"
|
||||
},
|
||||
|
||||
effect: {
|
||||
en: "If a Stadium is in play, this attack does 20 more damage.",
|
||||
fr: "Si un Stade est en jeu, cette attaque inflige 20 dégâts supplémentaires."
|
||||
},
|
||||
|
||||
damage: "20+",
|
||||
cost: ["Colorless"]
|
||||
}, {
|
||||
name: {
|
||||
en: "Blasting Hammer",
|
||||
fr: "Marteau Impitoyable"
|
||||
},
|
||||
|
||||
effect: {
|
||||
en: "Discard an Energy from this Pokémon.",
|
||||
fr: "Défaussez une Énergie de ce Pokémon."
|
||||
},
|
||||
|
||||
damage: 180,
|
||||
cost: ["Colorless", "Colorless", "Colorless", "Colorless"]
|
||||
}],
|
||||
|
||||
weaknesses: [{
|
||||
type: "Lightning",
|
||||
value: "×2"
|
||||
}],
|
||||
|
||||
resistances: [{
|
||||
type: "Fighting",
|
||||
value: "-30"
|
||||
}],
|
||||
|
||||
retreat: 2,
|
||||
regulationMark: "E"
|
||||
}
|
||||
|
||||
export default card
|
60
data/Sword & Shield/Chilling Reign/125.ts
Normal file
60
data/Sword & Shield/Chilling Reign/125.ts
Normal file
@ -0,0 +1,60 @@
|
||||
import { Card } from '../../../interfaces'
|
||||
import Set from '../Chilling Reign'
|
||||
|
||||
const card: Card = {
|
||||
set: Set,
|
||||
|
||||
name: {
|
||||
en: "Tornadus VMAX",
|
||||
fr: "Boréas VMAX"
|
||||
},
|
||||
|
||||
illustrator: "Mitsuhiro Arita",
|
||||
rarity: "Rare",
|
||||
category: "Pokemon",
|
||||
hp: 320,
|
||||
types: ["Colorless"],
|
||||
|
||||
evolveFrom: {
|
||||
en: "Tornadus V",
|
||||
fr: "Boréas-V"
|
||||
},
|
||||
|
||||
attacks: [{
|
||||
name: {
|
||||
en: "Blasting Wind",
|
||||
fr: "Vent Impitoyable"
|
||||
},
|
||||
|
||||
damage: 60,
|
||||
cost: ["Colorless", "Colorless"]
|
||||
}, {
|
||||
name: {
|
||||
en: "Max Wind Spirit",
|
||||
fr: "Éolomax"
|
||||
},
|
||||
|
||||
effect: {
|
||||
en: "If a Stadium is in play, this attack does 120 more damage. Then, discard that Stadium.",
|
||||
fr: "Si un Stade est en jeu, cette attaque inflige 120 dégâts supplémentaires. Ensuite, défaussez ce Stade."
|
||||
},
|
||||
|
||||
damage: "120+",
|
||||
cost: ["Colorless", "Colorless", "Colorless", "Colorless"]
|
||||
}],
|
||||
|
||||
weaknesses: [{
|
||||
type: "Lightning",
|
||||
value: "×2"
|
||||
}],
|
||||
|
||||
resistances: [{
|
||||
type: "Fighting",
|
||||
value: "-30"
|
||||
}],
|
||||
|
||||
retreat: 2,
|
||||
regulationMark: "E"
|
||||
}
|
||||
|
||||
export default card
|
54
data/Sword & Shield/Chilling Reign/126.ts
Normal file
54
data/Sword & Shield/Chilling Reign/126.ts
Normal file
@ -0,0 +1,54 @@
|
||||
import { Card } from '../../../interfaces'
|
||||
import Set from '../Chilling Reign'
|
||||
|
||||
const card: Card = {
|
||||
set: Set,
|
||||
|
||||
name: {
|
||||
en: "Furfrou",
|
||||
fr: "Couafarel"
|
||||
},
|
||||
|
||||
illustrator: "Tika Matsuno",
|
||||
rarity: "Common",
|
||||
category: "Pokemon",
|
||||
hp: 90,
|
||||
types: ["Colorless"],
|
||||
|
||||
attacks: [{
|
||||
name: {
|
||||
en: "Find a Friend",
|
||||
fr: "Trouver un Ami"
|
||||
},
|
||||
|
||||
effect: {
|
||||
en: "Search your deck for a Pokémon, reveal it, and put it into your hand. Then, shuffle your deck.",
|
||||
fr: "Cherchez dans votre deck un Pokémon, montrez-le, puis ajoutez-le à votre main. Mélangez ensuite votre deck."
|
||||
},
|
||||
|
||||
cost: ["Colorless"]
|
||||
}, {
|
||||
name: {
|
||||
en: "Fur Attack",
|
||||
fr: "Coup Fourré"
|
||||
},
|
||||
|
||||
effect: {
|
||||
en: "During your opponent’s next turn, this Pokémon takes 20 less damage from attacks (after applying Weakness and Resistance).",
|
||||
fr: "Pendant le prochain tour de votre adversaire, ce Pokémon subit 20 dégâts de moins provenant des attaques (après application de la Faiblesse et de la Résistance)."
|
||||
},
|
||||
|
||||
damage: 90,
|
||||
cost: ["Colorless", "Colorless", "Colorless"]
|
||||
}],
|
||||
|
||||
weaknesses: [{
|
||||
type: "Fighting",
|
||||
value: "×2"
|
||||
}],
|
||||
|
||||
retreat: 1,
|
||||
regulationMark: "E"
|
||||
}
|
||||
|
||||
export default card
|
49
data/Sword & Shield/Chilling Reign/127.ts
Normal file
49
data/Sword & Shield/Chilling Reign/127.ts
Normal file
@ -0,0 +1,49 @@
|
||||
import { Card } from '../../../interfaces'
|
||||
import Set from '../Chilling Reign'
|
||||
|
||||
const card: Card = {
|
||||
set: Set,
|
||||
|
||||
name: {
|
||||
en: "Skwovet",
|
||||
fr: "Rongourmand"
|
||||
},
|
||||
|
||||
illustrator: "OKACHEKE",
|
||||
rarity: "Common",
|
||||
category: "Pokemon",
|
||||
hp: 60,
|
||||
types: ["Colorless"],
|
||||
|
||||
attacks: [{
|
||||
name: {
|
||||
en: "Scrounge",
|
||||
fr: "Fouissage"
|
||||
},
|
||||
|
||||
effect: {
|
||||
en: "Put a Pokémon Tool card from your discard pile into your hand.",
|
||||
fr: "Ajoutez une carte Outil Pokémon de votre pile de défausse à votre main."
|
||||
},
|
||||
|
||||
cost: ["Colorless"]
|
||||
}, {
|
||||
name: {
|
||||
en: "Gnaw",
|
||||
fr: "Ronge"
|
||||
},
|
||||
|
||||
damage: 10,
|
||||
cost: ["Colorless"]
|
||||
}],
|
||||
|
||||
weaknesses: [{
|
||||
type: "Fighting",
|
||||
value: "×2"
|
||||
}],
|
||||
|
||||
retreat: 1,
|
||||
regulationMark: "E"
|
||||
}
|
||||
|
||||
export default card
|
56
data/Sword & Shield/Chilling Reign/128.ts
Normal file
56
data/Sword & Shield/Chilling Reign/128.ts
Normal file
@ -0,0 +1,56 @@
|
||||
import { Card } from '../../../interfaces'
|
||||
import Set from '../Chilling Reign'
|
||||
|
||||
const card: Card = {
|
||||
set: Set,
|
||||
|
||||
name: {
|
||||
en: "Greedent",
|
||||
fr: "Rongrigou"
|
||||
},
|
||||
|
||||
illustrator: "HYOGONOSUKE",
|
||||
rarity: "Rare",
|
||||
category: "Pokemon",
|
||||
hp: 120,
|
||||
types: ["Colorless"],
|
||||
|
||||
evolveFrom: {
|
||||
en: "Skwovet",
|
||||
fr: "Rongourmand"
|
||||
},
|
||||
|
||||
abilities: [{
|
||||
type: "Ability",
|
||||
|
||||
name: {
|
||||
en: "Brazen Tail",
|
||||
fr: "Queue Effrontée"
|
||||
},
|
||||
|
||||
effect: {
|
||||
en: "Energy attached to your Pokémon can’t be put into your hand, deck, or discard pile by an effect of your opponent’s Item or Supporter cards.",
|
||||
fr: "L’Énergie attachée à vos Pokémon ne peut pas être placée dans votre main, deck ou pile de défausse par les effets des cartes Objet ou Supporter de votre adversaire."
|
||||
}
|
||||
}],
|
||||
|
||||
attacks: [{
|
||||
name: {
|
||||
en: "Gnaw",
|
||||
fr: "Ronge"
|
||||
},
|
||||
|
||||
damage: 90,
|
||||
cost: ["Colorless", "Colorless", "Colorless"]
|
||||
}],
|
||||
|
||||
weaknesses: [{
|
||||
type: "Fighting",
|
||||
value: "×2"
|
||||
}],
|
||||
|
||||
retreat: 1,
|
||||
regulationMark: "E"
|
||||
}
|
||||
|
||||
export default card
|
25
data/Sword & Shield/Chilling Reign/129.ts
Normal file
25
data/Sword & Shield/Chilling Reign/129.ts
Normal file
@ -0,0 +1,25 @@
|
||||
import { Card } from '../../../interfaces'
|
||||
import Set from '../Chilling Reign'
|
||||
|
||||
const card: Card = {
|
||||
set: Set,
|
||||
|
||||
name: {
|
||||
fr: "Agatha",
|
||||
en: "Agatha"
|
||||
},
|
||||
|
||||
illustrator: "Ken Sugimori",
|
||||
rarity: "Uncommon",
|
||||
category: "Trainer",
|
||||
|
||||
effect: {
|
||||
fr: "Déplacez jusqu’à 3 marqueurs de dégâts de votre Pokémon Actif vers le Pokémon Actif de votre adversaire.",
|
||||
en: "Move up to 3 damage counters from your Active Pokémon to your opponent’s Active Pokémon."
|
||||
},
|
||||
|
||||
trainerType: "Supporter",
|
||||
regulationMark: "E"
|
||||
}
|
||||
|
||||
export default card
|
37
data/Sword & Shield/Chilling Reign/13.ts
Normal file
37
data/Sword & Shield/Chilling Reign/13.ts
Normal file
@ -0,0 +1,37 @@
|
||||
import { Card } from '../../../interfaces'
|
||||
import Set from '../Chilling Reign'
|
||||
|
||||
const card: Card = {
|
||||
set: Set,
|
||||
|
||||
name: {
|
||||
en: "Bounsweet",
|
||||
fr: "Croquine"
|
||||
},
|
||||
|
||||
illustrator: "MAHOU",
|
||||
rarity: "Common",
|
||||
category: "Pokemon",
|
||||
hp: 60,
|
||||
types: ["Grass"],
|
||||
|
||||
attacks: [{
|
||||
name: {
|
||||
en: "Splash",
|
||||
fr: "Trempette"
|
||||
},
|
||||
|
||||
damage: 30,
|
||||
cost: ["Colorless", "Colorless"]
|
||||
}],
|
||||
|
||||
weaknesses: [{
|
||||
type: "Fire",
|
||||
value: "×2"
|
||||
}],
|
||||
|
||||
retreat: 1,
|
||||
regulationMark: "E"
|
||||
}
|
||||
|
||||
export default card
|
25
data/Sword & Shield/Chilling Reign/130.ts
Normal file
25
data/Sword & Shield/Chilling Reign/130.ts
Normal file
@ -0,0 +1,25 @@
|
||||
import { Card } from '../../../interfaces'
|
||||
import Set from '../Chilling Reign'
|
||||
|
||||
const card: Card = {
|
||||
set: Set,
|
||||
|
||||
name: {
|
||||
fr: "Saturnin",
|
||||
en: "Avery"
|
||||
},
|
||||
|
||||
illustrator: "Ken Sugimori",
|
||||
rarity: "Uncommon",
|
||||
category: "Trainer",
|
||||
|
||||
effect: {
|
||||
fr: "Piochez 3 cartes. Si vous avez pioché des cartes de cette façon, votre adversaire défausse ses Pokémon de Banc jusqu’à en avoir 3.",
|
||||
en: "Draw 3 cards. If you drew any cards in this way, your opponent discards Pokémon from their Bench until they have 3."
|
||||
},
|
||||
|
||||
trainerType: "Supporter",
|
||||
regulationMark: "E"
|
||||
}
|
||||
|
||||
export default card
|
25
data/Sword & Shield/Chilling Reign/131.ts
Normal file
25
data/Sword & Shield/Chilling Reign/131.ts
Normal file
@ -0,0 +1,25 @@
|
||||
import { Card } from '../../../interfaces'
|
||||
import Set from '../Chilling Reign'
|
||||
|
||||
const card: Card = {
|
||||
set: Set,
|
||||
|
||||
name: {
|
||||
fr: "Bastien",
|
||||
en: "Brawly"
|
||||
},
|
||||
|
||||
illustrator: "Megumi Mizutani",
|
||||
rarity: "Uncommon",
|
||||
category: "Trainer",
|
||||
|
||||
effect: {
|
||||
fr: "Cherchez dans votre deck jusqu’à 3 Pokémon Mille Poings de base, puis placez-les sur votre Banc. Mélangez ensuite votre deck.",
|
||||
en: "Search your deck for up to 3 Basic Rapid Strike Pokémon and put them onto your Bench. Then, shuffle your deck."
|
||||
},
|
||||
|
||||
trainerType: "Supporter",
|
||||
regulationMark: "E"
|
||||
}
|
||||
|
||||
export default card
|
25
data/Sword & Shield/Chilling Reign/132.ts
Normal file
25
data/Sword & Shield/Chilling Reign/132.ts
Normal file
@ -0,0 +1,25 @@
|
||||
import { Card } from '../../../interfaces'
|
||||
import Set from '../Chilling Reign'
|
||||
|
||||
const card: Card = {
|
||||
set: Set,
|
||||
|
||||
name: {
|
||||
fr: "Percila",
|
||||
en: "Caitlin"
|
||||
},
|
||||
|
||||
illustrator: "Sanosuke Sakuma",
|
||||
rarity: "Uncommon",
|
||||
category: "Trainer",
|
||||
|
||||
effect: {
|
||||
fr: "Placez le nombre de cartes voulues de votre main en dessous de votre deck dans l’ordre de votre choix. Ensuite, piochez ce même nombre de cartes.",
|
||||
en: "Put any number of cards from your hand on the bottom of your deck in any order. Then, draw that many cards."
|
||||
},
|
||||
|
||||
trainerType: "Supporter",
|
||||
regulationMark: "E"
|
||||
}
|
||||
|
||||
export default card
|
25
data/Sword & Shield/Chilling Reign/133.ts
Normal file
25
data/Sword & Shield/Chilling Reign/133.ts
Normal file
@ -0,0 +1,25 @@
|
||||
import { Card } from '../../../interfaces'
|
||||
import Set from '../Chilling Reign'
|
||||
|
||||
const card: Card = {
|
||||
set: Set,
|
||||
|
||||
name: {
|
||||
fr: "Gants Dévastateurs",
|
||||
en: "Crushing Gloves"
|
||||
},
|
||||
|
||||
illustrator: "Toyste Beach",
|
||||
rarity: "Uncommon",
|
||||
category: "Trainer",
|
||||
|
||||
effect: {
|
||||
fr: "Les attaques du Pokémon auquel cette carte est attachée infligent 30 dégâts supplémentaires au Pokémon Metal Actif de votre adversaire (avant application de la Faiblesse et de la Résistance).",
|
||||
en: "The attacks of the Pokémon this card is attached to do 30 more damage to your opponent’s Active Metal Pokémon (before applying Weakness and Resistance)."
|
||||
},
|
||||
|
||||
trainerType: "Tool",
|
||||
regulationMark: "E"
|
||||
}
|
||||
|
||||
export default card
|
25
data/Sword & Shield/Chilling Reign/134.ts
Normal file
25
data/Sword & Shield/Chilling Reign/134.ts
Normal file
@ -0,0 +1,25 @@
|
||||
import { Card } from '../../../interfaces'
|
||||
import Set from '../Chilling Reign'
|
||||
|
||||
const card: Card = {
|
||||
set: Set,
|
||||
|
||||
name: {
|
||||
fr: "Docteure",
|
||||
en: "Doctor"
|
||||
},
|
||||
|
||||
illustrator: "Megumi Mizutani",
|
||||
rarity: "Uncommon",
|
||||
category: "Trainer",
|
||||
|
||||
effect: {
|
||||
fr: "Piochez 2 cartes. Si le Pokémon Actif de votre adversaire est un Pokémon-VMAX, piochez 2 cartes supplémentaires.",
|
||||
en: "Draw 2 cards. If your opponent’s Active Pokémon is a Pokémon VMAX, draw 2 more cards."
|
||||
},
|
||||
|
||||
trainerType: "Supporter",
|
||||
regulationMark: "E"
|
||||
}
|
||||
|
||||
export default card
|
25
data/Sword & Shield/Chilling Reign/135.ts
Normal file
25
data/Sword & Shield/Chilling Reign/135.ts
Normal file
@ -0,0 +1,25 @@
|
||||
import { Card } from '../../../interfaces'
|
||||
import Set from '../Chilling Reign'
|
||||
|
||||
const card: Card = {
|
||||
set: Set,
|
||||
|
||||
name: {
|
||||
fr: "Butte du Dynarbre",
|
||||
en: "Dyna Tree Hill"
|
||||
},
|
||||
|
||||
illustrator: "Oswaldo KATO",
|
||||
rarity: "Uncommon",
|
||||
category: "Trainer",
|
||||
|
||||
effect: {
|
||||
fr: "Les Pokémon (les vôtres et ceux de votre adversaire) ne peuvent pas être soignés.",
|
||||
en: "Pokémon (both yours and your opponent’s) can’t be healed."
|
||||
},
|
||||
|
||||
trainerType: "Stadium",
|
||||
regulationMark: "E"
|
||||
}
|
||||
|
||||
export default card
|
25
data/Sword & Shield/Chilling Reign/136.ts
Normal file
25
data/Sword & Shield/Chilling Reign/136.ts
Normal file
@ -0,0 +1,25 @@
|
||||
import { Card } from '../../../interfaces'
|
||||
import Set from '../Chilling Reign'
|
||||
|
||||
const card: Card = {
|
||||
set: Set,
|
||||
|
||||
name: {
|
||||
fr: "Corne Résonnante",
|
||||
en: "Echoing Horn"
|
||||
},
|
||||
|
||||
illustrator: "Studio Bora Inc.",
|
||||
rarity: "Uncommon",
|
||||
category: "Trainer",
|
||||
|
||||
effect: {
|
||||
fr: "Placez un Pokémon de base de la pile de défausse de votre adversaire sur son Banc.",
|
||||
en: "Put a Basic Pokémon from your opponent’s discard pile onto their Bench."
|
||||
},
|
||||
|
||||
trainerType: "Item",
|
||||
regulationMark: "E"
|
||||
}
|
||||
|
||||
export default card
|
25
data/Sword & Shield/Chilling Reign/137.ts
Normal file
25
data/Sword & Shield/Chilling Reign/137.ts
Normal file
@ -0,0 +1,25 @@
|
||||
import { Card } from '../../../interfaces'
|
||||
import Set from '../Chilling Reign'
|
||||
|
||||
const card: Card = {
|
||||
set: Set,
|
||||
|
||||
name: {
|
||||
fr: "Uniforme de Survie",
|
||||
en: "Expedition Uniform"
|
||||
},
|
||||
|
||||
illustrator: "AYUMI ODASHIMA",
|
||||
rarity: "Uncommon",
|
||||
category: "Trainer",
|
||||
|
||||
effect: {
|
||||
fr: "Regardez les 3 cartes du dessous de votre deck, puis placez-les sur le dessus de votre deck dans l’ordre de votre choix.",
|
||||
en: "Look at the bottom 3 cards of your deck and put them on top of your deck in any order."
|
||||
},
|
||||
|
||||
trainerType: "Item",
|
||||
regulationMark: "E"
|
||||
}
|
||||
|
||||
export default card
|
25
data/Sword & Shield/Chilling Reign/138.ts
Normal file
25
data/Sword & Shield/Chilling Reign/138.ts
Normal file
@ -0,0 +1,25 @@
|
||||
import { Card } from '../../../interfaces'
|
||||
import Set from '../Chilling Reign'
|
||||
|
||||
const card: Card = {
|
||||
set: Set,
|
||||
|
||||
name: {
|
||||
fr: "Gants Ignifuges",
|
||||
en: "Fire-Resistant Gloves"
|
||||
},
|
||||
|
||||
illustrator: "Toyste Beach",
|
||||
rarity: "Uncommon",
|
||||
category: "Trainer",
|
||||
|
||||
effect: {
|
||||
fr: "Les attaques du Pokémon auquel cette carte est attachée infligent 30 dégâts supplémentaires au Pokémon Fire Actif de votre adversaire (avant application de la Faiblesse et de la Résistance).",
|
||||
en: "The attacks of the Pokémon this card is attached to do 30 more damage to your opponent’s Active Fire Pokémon (before applying Weakness and Resistance)."
|
||||
},
|
||||
|
||||
trainerType: "Tool",
|
||||
regulationMark: "E"
|
||||
}
|
||||
|
||||
export default card
|
25
data/Sword & Shield/Chilling Reign/139.ts
Normal file
25
data/Sword & Shield/Chilling Reign/139.ts
Normal file
@ -0,0 +1,25 @@
|
||||
import { Card } from '../../../interfaces'
|
||||
import Set from '../Chilling Reign'
|
||||
|
||||
const card: Card = {
|
||||
set: Set,
|
||||
|
||||
name: {
|
||||
fr: "Adriane",
|
||||
en: "Flannery"
|
||||
},
|
||||
|
||||
illustrator: "Megumi Mizutani",
|
||||
rarity: "Uncommon",
|
||||
category: "Trainer",
|
||||
|
||||
effect: {
|
||||
fr: "Défaussez une Énergie spéciale de l’un des Pokémon de votre adversaire, et défaussez un Stade en jeu.",
|
||||
en: "Discard a Special Energy from 1 of your opponent’s Pokémon, and discard a Stadium in play."
|
||||
},
|
||||
|
||||
trainerType: "Supporter",
|
||||
regulationMark: "E"
|
||||
}
|
||||
|
||||
export default card
|
55
data/Sword & Shield/Chilling Reign/14.ts
Normal file
55
data/Sword & Shield/Chilling Reign/14.ts
Normal file
@ -0,0 +1,55 @@
|
||||
import { Card } from '../../../interfaces'
|
||||
import Set from '../Chilling Reign'
|
||||
|
||||
const card: Card = {
|
||||
set: Set,
|
||||
|
||||
name: {
|
||||
en: "Steenee",
|
||||
fr: "Candine"
|
||||
},
|
||||
|
||||
illustrator: "Tomokazu Komiya",
|
||||
rarity: "Uncommon",
|
||||
category: "Pokemon",
|
||||
hp: 80,
|
||||
types: ["Grass"],
|
||||
|
||||
evolveFrom: {
|
||||
en: "Bounsweet",
|
||||
fr: "Croquine"
|
||||
},
|
||||
|
||||
attacks: [{
|
||||
name: {
|
||||
en: "Splash",
|
||||
fr: "Trempette"
|
||||
},
|
||||
|
||||
damage: 20,
|
||||
cost: ["Colorless"]
|
||||
}, {
|
||||
name: {
|
||||
en: "Stomp",
|
||||
fr: "Écrasement"
|
||||
},
|
||||
|
||||
effect: {
|
||||
en: "Flip a coin. If heads, this attack does 30 more damage.",
|
||||
fr: "Lancez une pièce. Si c’est face, cette attaque inflige 30 dégâts supplémentaires."
|
||||
},
|
||||
|
||||
damage: "50+",
|
||||
cost: ["Grass", "Colorless", "Colorless"]
|
||||
}],
|
||||
|
||||
weaknesses: [{
|
||||
type: "Fire",
|
||||
value: "×2"
|
||||
}],
|
||||
|
||||
retreat: 1,
|
||||
regulationMark: "E"
|
||||
}
|
||||
|
||||
export default card
|
@ -2,20 +2,21 @@ import { Card } from '../../../interfaces'
|
||||
import Set from '../Chilling Reign'
|
||||
|
||||
const card: Card = {
|
||||
|
||||
name: {
|
||||
en: "Fog Crystal",
|
||||
fr: "Boule de Ctristal Brume"
|
||||
fr: "Boule de Cristal Brume",
|
||||
en: "Fog Crystal"
|
||||
},
|
||||
|
||||
illustrator: "sadaji",
|
||||
rarity: "Uncommon",
|
||||
category: "Trainer",
|
||||
set: Set,
|
||||
trainerType: 'Item',
|
||||
trainerType: "Item",
|
||||
|
||||
effect: {
|
||||
en: 'Search your deck for a Psychic Energy card or a Basic Psychic Pokémon, reaveal it, and put it into your hand. Then, shuffle your deck.',
|
||||
fr: 'Cherchez dans votre deck une carte Énergie Psy ou une carte Pokémon Psy de base, montrez-la, puis ajoutez-la à votre main, Mélangez ensuite votre deck.',
|
||||
fr: "Cherchez dans votre deck une carte Énergie Psychic ou une carte Pokémon Psychic de base, montrez-la, puis ajoutez-la à votre main. Mélangez ensuite votre deck.",
|
||||
en: "Search your deck for a Psychic Energy card or a Basic Psychic Pokémon, reveal it, and put it into your hand. Then, shuffle your deck."
|
||||
},
|
||||
|
||||
regulationMark: "E"
|
||||
|
25
data/Sword & Shield/Chilling Reign/141.ts
Normal file
25
data/Sword & Shield/Chilling Reign/141.ts
Normal file
@ -0,0 +1,25 @@
|
||||
import { Card } from '../../../interfaces'
|
||||
import Set from '../Chilling Reign'
|
||||
|
||||
const card: Card = {
|
||||
set: Set,
|
||||
|
||||
name: {
|
||||
fr: "Plastron de Galar",
|
||||
en: "Galarian Chestplate"
|
||||
},
|
||||
|
||||
illustrator: "inose yukie",
|
||||
rarity: "Uncommon",
|
||||
category: "Trainer",
|
||||
|
||||
effect: {
|
||||
fr: "Si le Pokémon auquel cette carte est attachée a « de Galar » dans son nom, il subit 30 dégâts de moins provenant des attaques des Pokémon de votre adversaire (après application de la Faiblesse et de la Résistance).",
|
||||
en: "If the Pokémon this card is attached to has \"Galarian\" in its name, it takes 30 less damage from attacks from your opponent’s Pokémon (after applying Weakness and Resistance)."
|
||||
},
|
||||
|
||||
trainerType: "Tool",
|
||||
regulationMark: "E"
|
||||
}
|
||||
|
||||
export default card
|
25
data/Sword & Shield/Chilling Reign/142.ts
Normal file
25
data/Sword & Shield/Chilling Reign/142.ts
Normal file
@ -0,0 +1,25 @@
|
||||
import { Card } from '../../../interfaces'
|
||||
import Set from '../Chilling Reign'
|
||||
|
||||
const card: Card = {
|
||||
set: Set,
|
||||
|
||||
name: {
|
||||
fr: "Apia",
|
||||
en: "Honey"
|
||||
},
|
||||
|
||||
illustrator: "Ryuta Fuse",
|
||||
rarity: "Uncommon",
|
||||
category: "Trainer",
|
||||
|
||||
effect: {
|
||||
fr: "Piochez une carte pour chacun des Pokémon-V de Banc de votre adversaire.",
|
||||
en: "Draw a card for each of your opponent’s Benched Pokémon V."
|
||||
},
|
||||
|
||||
trainerType: "Supporter",
|
||||
regulationMark: "E"
|
||||
}
|
||||
|
||||
export default card
|
25
data/Sword & Shield/Chilling Reign/143.ts
Normal file
25
data/Sword & Shield/Chilling Reign/143.ts
Normal file
@ -0,0 +1,25 @@
|
||||
import { Card } from '../../../interfaces'
|
||||
import Set from '../Chilling Reign'
|
||||
|
||||
const card: Card = {
|
||||
set: Set,
|
||||
|
||||
name: {
|
||||
fr: "Gants Justiciers",
|
||||
en: "Justified Gloves"
|
||||
},
|
||||
|
||||
illustrator: "Toyste Beach",
|
||||
rarity: "Uncommon",
|
||||
category: "Trainer",
|
||||
|
||||
effect: {
|
||||
fr: "Les attaques du Pokémon auquel cette carte est attachée infligent 30 dégâts supplémentaires au Pokémon Darkness Actif de votre adversaire (avant application de la Faiblesse et de la Résistance).",
|
||||
en: "The attacks of the Pokémon this card is attached to do 30 more damage to your opponent’s Active Darkness Pokémon (before applying Weakness and Resistance)."
|
||||
},
|
||||
|
||||
trainerType: "Tool",
|
||||
regulationMark: "E"
|
||||
}
|
||||
|
||||
export default card
|
25
data/Sword & Shield/Chilling Reign/144.ts
Normal file
25
data/Sword & Shield/Chilling Reign/144.ts
Normal file
@ -0,0 +1,25 @@
|
||||
import { Card } from '../../../interfaces'
|
||||
import Set from '../Chilling Reign'
|
||||
|
||||
const card: Card = {
|
||||
set: Set,
|
||||
|
||||
name: {
|
||||
fr: "Conviction de Marion",
|
||||
en: "Karen’s Conviction"
|
||||
},
|
||||
|
||||
illustrator: "Ken Sugimori",
|
||||
rarity: "Uncommon",
|
||||
category: "Trainer",
|
||||
|
||||
effect: {
|
||||
fr: "Pendant ce tour, les attaques de vos Pokémon Poing Final infligent 20 dégâts supplémentaires au Pokémon Actif de votre adversaire pour chaque carte Récompense que votre adversaire a récupérée (avant application de la Faiblesse et de la Résistance).",
|
||||
en: "During this turn, your Single Strike Pokémon’s attacks do 20 more damage to your opponent’s Active Pokémon for each Prize card your opponent has taken (before applying Weakness and Resistance)."
|
||||
},
|
||||
|
||||
trainerType: "Supporter",
|
||||
regulationMark: "E"
|
||||
}
|
||||
|
||||
export default card
|
25
data/Sword & Shield/Chilling Reign/145.ts
Normal file
25
data/Sword & Shield/Chilling Reign/145.ts
Normal file
@ -0,0 +1,25 @@
|
||||
import { Card } from '../../../interfaces'
|
||||
import Set from '../Chilling Reign'
|
||||
|
||||
const card: Card = {
|
||||
set: Set,
|
||||
|
||||
name: {
|
||||
fr: "Sophora",
|
||||
en: "Klara"
|
||||
},
|
||||
|
||||
illustrator: "Ken Sugimori",
|
||||
rarity: "Uncommon",
|
||||
category: "Trainer",
|
||||
|
||||
effect: {
|
||||
fr: "Choisissez l’une de ces options ou les deux :\n• Ajoutez jusqu’à 2 Pokémon de votre pile de défausse à votre main.\n• Ajoutez jusqu’à 2 cartes Énergie de base de votre pile de défausse à votre main.",
|
||||
en: "Choose 1 or both:\n• Put up to 2 Pokémon from your discard pile into your hand.\n• Put up to 2 basic Energy cards from your discard pile into your hand."
|
||||
},
|
||||
|
||||
trainerType: "Supporter",
|
||||
regulationMark: "E"
|
||||
}
|
||||
|
||||
export default card
|
25
data/Sword & Shield/Chilling Reign/146.ts
Normal file
25
data/Sword & Shield/Chilling Reign/146.ts
Normal file
@ -0,0 +1,25 @@
|
||||
import { Card } from '../../../interfaces'
|
||||
import Set from '../Chilling Reign'
|
||||
|
||||
const card: Card = {
|
||||
set: Set,
|
||||
|
||||
name: {
|
||||
fr: "Lona",
|
||||
en: "Melony"
|
||||
},
|
||||
|
||||
illustrator: "take",
|
||||
rarity: "Uncommon",
|
||||
category: "Trainer",
|
||||
|
||||
effect: {
|
||||
fr: "Attachez une carte Énergie Water de votre pile de défausse à l’un de vos Pokémon-V. Dans ce cas, piochez 3 cartes.",
|
||||
en: "Attach a Water Energy card from your discard pile to 1 of your Pokémon V. If you do, draw 3 cards."
|
||||
},
|
||||
|
||||
trainerType: "Supporter",
|
||||
regulationMark: "E"
|
||||
}
|
||||
|
||||
export default card
|
@ -7,15 +7,15 @@ const card: Card = {
|
||||
fr: "Cimetière Ancien"
|
||||
},
|
||||
|
||||
illustrator: "Aswaldo KATO",
|
||||
illustrator: "Oswaldo KATO",
|
||||
rarity: "Uncommon",
|
||||
category: "Trainer",
|
||||
set: Set,
|
||||
trainerType: 'Stadium',
|
||||
|
||||
effect: {
|
||||
en: 'Whenever any player attachez an Energy card fro mtheir hand to 1 of their non-Psychic Pokémon, put 2 damage counters on that Pokémon.',
|
||||
fr: 'Chaque fois qu\'un joueur attache une carte Énergie de sa main à l\'un de ses Pokeḿon non Psy, placez 2 marqueurs des dégâts sur ce Pokémon-là.',
|
||||
en: "Whenever any player attaches an Energy card from their hand to 1 of their non-Psychic Pokémon, put 2 damage counters on that Pokémon.",
|
||||
fr: "Chaque fois qu’un joueur attache une carte Énergie de sa main à l’un de ses Pokémon non Psychic, placez 2 marqueurs de dégâts sur ce Pokémon-là."
|
||||
},
|
||||
|
||||
regulationMark: "E"
|
||||
|
25
data/Sword & Shield/Chilling Reign/148.ts
Normal file
25
data/Sword & Shield/Chilling Reign/148.ts
Normal file
@ -0,0 +1,25 @@
|
||||
import { Card } from '../../../interfaces'
|
||||
import Set from '../Chilling Reign'
|
||||
|
||||
const card: Card = {
|
||||
set: Set,
|
||||
|
||||
name: {
|
||||
fr: "Sentier Blanche-Cime",
|
||||
en: "Path to the Peak"
|
||||
},
|
||||
|
||||
illustrator: "Oswaldo KATO",
|
||||
rarity: "Uncommon",
|
||||
category: "Trainer",
|
||||
|
||||
effect: {
|
||||
fr: "Les Pokémon ayant un encadré Règle(les vôtres et ceux de votre adversaire) n’ont pas de talent. (Les Pokémon-V, Pokémon-GX, etc. ont des encadrés Règle.)",
|
||||
en: "Pokémon with a Rule Box in play (both yours and your opponent’s) have no Abilities. (Pokémon V, Pokémon-GX, etc. have Rule Boxes.)"
|
||||
},
|
||||
|
||||
trainerType: "Stadium",
|
||||
regulationMark: "E"
|
||||
}
|
||||
|
||||
export default card
|
25
data/Sword & Shield/Chilling Reign/149.ts
Normal file
25
data/Sword & Shield/Chilling Reign/149.ts
Normal file
@ -0,0 +1,25 @@
|
||||
import { Card } from '../../../interfaces'
|
||||
import Set from '../Chilling Reign'
|
||||
|
||||
const card: Card = {
|
||||
set: Set,
|
||||
|
||||
name: {
|
||||
fr: "Pivonia",
|
||||
en: "Peonia"
|
||||
},
|
||||
|
||||
illustrator: "kirisAki",
|
||||
rarity: "Uncommon",
|
||||
category: "Trainer",
|
||||
|
||||
effect: {
|
||||
fr: "Ajoutez jusqu’à 3 cartes Récompense à votre main. Ensuite, pour chaque carte Récompense ajoutée à votre main de cette façon, placez une carte de votre main face cachée comme carte Récompense.",
|
||||
en: "Put up to 3 Prize cards into your hand. Then, for each Prize card you put into your hand in this way, put a card from your hand face down as a Prize card."
|
||||
},
|
||||
|
||||
trainerType: "Supporter",
|
||||
regulationMark: "E"
|
||||
}
|
||||
|
||||
export default card
|
55
data/Sword & Shield/Chilling Reign/15.ts
Normal file
55
data/Sword & Shield/Chilling Reign/15.ts
Normal file
@ -0,0 +1,55 @@
|
||||
import { Card } from '../../../interfaces'
|
||||
import Set from '../Chilling Reign'
|
||||
|
||||
const card: Card = {
|
||||
set: Set,
|
||||
|
||||
name: {
|
||||
en: "Tsareena",
|
||||
fr: "Sucreine"
|
||||
},
|
||||
|
||||
illustrator: "Yuu Nishida",
|
||||
rarity: "Rare",
|
||||
category: "Pokemon",
|
||||
hp: 140,
|
||||
types: ["Grass"],
|
||||
|
||||
evolveFrom: {
|
||||
en: "Steenee",
|
||||
fr: "Candine"
|
||||
},
|
||||
|
||||
attacks: [{
|
||||
name: {
|
||||
en: "Tread On",
|
||||
fr: "Piétinement"
|
||||
},
|
||||
|
||||
effect: {
|
||||
en: "This attack does 50 more damage for each Colorless in your opponent’s Active Pokémon’s Retreat Cost.",
|
||||
fr: "Cette attaque inflige 50 dégâts supplémentaires pour chaque Colorless dans le Coût de Retraite du Pokémon Actif de votre adversaire."
|
||||
},
|
||||
|
||||
damage: "10+",
|
||||
cost: ["Colorless", "Colorless"]
|
||||
}, {
|
||||
name: {
|
||||
en: "Solar Beam",
|
||||
fr: "Lance-Soleil"
|
||||
},
|
||||
|
||||
damage: 120,
|
||||
cost: ["Grass", "Colorless", "Colorless"]
|
||||
}],
|
||||
|
||||
weaknesses: [{
|
||||
type: "Fire",
|
||||
value: "×2"
|
||||
}],
|
||||
|
||||
retreat: 2,
|
||||
regulationMark: "E"
|
||||
}
|
||||
|
||||
export default card
|
25
data/Sword & Shield/Chilling Reign/150.ts
Normal file
25
data/Sword & Shield/Chilling Reign/150.ts
Normal file
@ -0,0 +1,25 @@
|
||||
import { Card } from '../../../interfaces'
|
||||
import Set from '../Chilling Reign'
|
||||
|
||||
const card: Card = {
|
||||
set: Set,
|
||||
|
||||
name: {
|
||||
fr: "Dhilan",
|
||||
en: "Peony"
|
||||
},
|
||||
|
||||
illustrator: "Ken Sugimori",
|
||||
rarity: "Uncommon",
|
||||
category: "Trainer",
|
||||
|
||||
effect: {
|
||||
fr: "Défaussez votre main et cherchez dans votre deck jusqu’à 2 cartes Dresseur, montrez-les, puis ajoutez-les à votre main. Mélangez ensuite votre deck.",
|
||||
en: "Discard your hand and search your deck for up to 2 Trainer cards, reveal them, and put them into your hand. Then, shuffle your deck."
|
||||
},
|
||||
|
||||
trainerType: "Supporter",
|
||||
regulationMark: "E"
|
||||
}
|
||||
|
||||
export default card
|
25
data/Sword & Shield/Chilling Reign/151.ts
Normal file
25
data/Sword & Shield/Chilling Reign/151.ts
Normal file
@ -0,0 +1,25 @@
|
||||
import { Card } from '../../../interfaces'
|
||||
import Set from '../Chilling Reign'
|
||||
|
||||
const card: Card = {
|
||||
set: Set,
|
||||
|
||||
name: {
|
||||
fr: "Rouleau Céleste Mille Poings",
|
||||
en: "Rapid Strike Scroll of the Skies"
|
||||
},
|
||||
|
||||
illustrator: "5ban Graphics",
|
||||
rarity: "Uncommon",
|
||||
category: "Trainer",
|
||||
|
||||
effect: {
|
||||
fr: "Le Pokémon Mille Poings auquel cette carte est attachée peut utiliser l’attaque sur cette carte. (Vous avez toujours besoin de l’Énergie nécessaire pour utiliser cette attaque.)\nLightningColorless Impesanteur 10+\nCette attaque inflige 50 dégâts supplémentaires pour chaque Énergie attachée au Pokémon Actif de votre adversaire.",
|
||||
en: "The Rapid Strike Pokémon this card is attached to can use the attack on this card. (You still need the necessary Energy to use this attack.)\nLightningColorless Gravdrop 10+\nThis attack does 50 more damage for each Energy attached to your opponent’s Active Pokémon."
|
||||
},
|
||||
|
||||
trainerType: "Tool",
|
||||
regulationMark: "E"
|
||||
}
|
||||
|
||||
export default card
|
25
data/Sword & Shield/Chilling Reign/152.ts
Normal file
25
data/Sword & Shield/Chilling Reign/152.ts
Normal file
@ -0,0 +1,25 @@
|
||||
import { Card } from '../../../interfaces'
|
||||
import Set from '../Chilling Reign'
|
||||
|
||||
const card: Card = {
|
||||
set: Set,
|
||||
|
||||
name: {
|
||||
fr: "Casque Costaud",
|
||||
en: "Rugged Helmet"
|
||||
},
|
||||
|
||||
illustrator: "sadaji",
|
||||
rarity: "Uncommon",
|
||||
category: "Trainer",
|
||||
|
||||
effect: {
|
||||
fr: "Si le Pokémon auquel cette carte est attachée est sur le Poste Actif et qu’il subit les dégâts d’une attaque d’un Pokémon de votre adversaire (même s’il est mis K.O.), ajoutez à la main de votre adversaire une Énergie attachée au Pokémon Attaquant.",
|
||||
en: "If the Pokémon this card is attached to is in the Active Spot and is damaged by an attack from your opponent’s Pokémon (even if it is Knocked Out), put an Energy attached to the Attacking Pokémon into your opponent’s hand."
|
||||
},
|
||||
|
||||
trainerType: "Tool",
|
||||
regulationMark: "E"
|
||||
}
|
||||
|
||||
export default card
|
25
data/Sword & Shield/Chilling Reign/153.ts
Normal file
25
data/Sword & Shield/Chilling Reign/153.ts
Normal file
@ -0,0 +1,25 @@
|
||||
import { Card } from '../../../interfaces'
|
||||
import Set from '../Chilling Reign'
|
||||
|
||||
const card: Card = {
|
||||
set: Set,
|
||||
|
||||
name: {
|
||||
fr: "Narcisse",
|
||||
en: "Siebold"
|
||||
},
|
||||
|
||||
illustrator: "Ken Sugimori",
|
||||
rarity: "Uncommon",
|
||||
category: "Trainer",
|
||||
|
||||
effect: {
|
||||
fr: "Choisissez jusqu’à 2 de vos Pokémon Mille Poings, puis soignez 60 dégâts de chacun de ces Pokémon.",
|
||||
en: "Choose up to 2 of your Rapid Strike Pokémon and heal 60 damage from each of them."
|
||||
},
|
||||
|
||||
trainerType: "Supporter",
|
||||
regulationMark: "E"
|
||||
}
|
||||
|
||||
export default card
|
25
data/Sword & Shield/Chilling Reign/154.ts
Normal file
25
data/Sword & Shield/Chilling Reign/154.ts
Normal file
@ -0,0 +1,25 @@
|
||||
import { Card } from '../../../interfaces'
|
||||
import Set from '../Chilling Reign'
|
||||
|
||||
const card: Card = {
|
||||
set: Set,
|
||||
|
||||
name: {
|
||||
fr: "Rouleau Perçant Poing Final",
|
||||
en: "Single Strike Scroll of Piercing"
|
||||
},
|
||||
|
||||
illustrator: "5ban Graphics",
|
||||
rarity: "Uncommon",
|
||||
category: "Trainer",
|
||||
|
||||
effect: {
|
||||
fr: "Le Pokémon Poing Final auquel cette carte est attachée peut utiliser l’attaque sur cette carte. (Vous avez toujours besoin de l’Énergie nécessaire pour utiliser cette attaque.)\nFireColorlessColorless Balle Pénétrante 120\nLes dégâts de cette attaque ne sont pas affectés par la Faiblesse, la Résistance ou tout autre effet en action sur le Pokémon Actif de votre adversaire.",
|
||||
en: "The Single Strike Pokémon this card is attached to can use the attack on this card. (You still need the necessary Energy to use this attack.)\nFireColorlessColorless Bullet Breakthrough 120\nThis attack’s damage isn’t affected by Weakness or Resistance, or by any effects on your opponent’s Active Pokémon."
|
||||
},
|
||||
|
||||
trainerType: "Tool",
|
||||
regulationMark: "E"
|
||||
}
|
||||
|
||||
export default card
|
25
data/Sword & Shield/Chilling Reign/155.ts
Normal file
25
data/Sword & Shield/Chilling Reign/155.ts
Normal file
@ -0,0 +1,25 @@
|
||||
import { Card } from '../../../interfaces'
|
||||
import Set from '../Chilling Reign'
|
||||
|
||||
const card: Card = {
|
||||
set: Set,
|
||||
|
||||
name: {
|
||||
fr: "Gants Désherbants",
|
||||
en: "Weeding Gloves"
|
||||
},
|
||||
|
||||
illustrator: "Toyste Beach",
|
||||
rarity: "Uncommon",
|
||||
category: "Trainer",
|
||||
|
||||
effect: {
|
||||
fr: "Les attaques du Pokémon auquel cette carte est attachée infligent 30 dégâts supplémentaires au Pokémon Grass Actif de votre adversaire (avant application de la Faiblesse et de la Résistance).",
|
||||
en: "The attacks of the Pokémon this card is attached to do 30 more damage to your opponent’s Active Grass Pokémon (before applying Weakness and Resistance)."
|
||||
},
|
||||
|
||||
trainerType: "Tool",
|
||||
regulationMark: "E"
|
||||
}
|
||||
|
||||
export default card
|
25
data/Sword & Shield/Chilling Reign/156.ts
Normal file
25
data/Sword & Shield/Chilling Reign/156.ts
Normal file
@ -0,0 +1,25 @@
|
||||
import { Card } from '../../../interfaces'
|
||||
import Set from '../Chilling Reign'
|
||||
|
||||
const card: Card = {
|
||||
set: Set,
|
||||
|
||||
name: {
|
||||
fr: "Lanterne Accueillante",
|
||||
en: "Welcoming Lantern"
|
||||
},
|
||||
|
||||
illustrator: "Studio Bora Inc.",
|
||||
rarity: "Uncommon",
|
||||
category: "Trainer",
|
||||
|
||||
effect: {
|
||||
fr: "Ajoutez une carte Supporter Poing Final de votre pile de défausse à votre main.",
|
||||
en: "Put a Single Strike Supporter card from your discard pile into your hand."
|
||||
},
|
||||
|
||||
trainerType: "Item",
|
||||
regulationMark: "E"
|
||||
}
|
||||
|
||||
export default card
|
24
data/Sword & Shield/Chilling Reign/157.ts
Normal file
24
data/Sword & Shield/Chilling Reign/157.ts
Normal file
@ -0,0 +1,24 @@
|
||||
import { Card } from '../../../interfaces'
|
||||
import Set from '../Chilling Reign'
|
||||
|
||||
const card: Card = {
|
||||
set: Set,
|
||||
|
||||
name: {
|
||||
fr: "Énergie Impact",
|
||||
en: "Impact Energy"
|
||||
},
|
||||
|
||||
rarity: "Uncommon",
|
||||
category: "Energy",
|
||||
|
||||
effect: {
|
||||
fr: "Cette carte ne peut être attachée qu’à un Pokémon Poing Final. Si cette carte est attachée à autre chose qu’un Pokémon Poing Final, défaussez-la.\nTant que cette carte est attachée à un Pokémon, elle fournit tout type d’Énergie mais seulement une Énergie à la fois. Le Pokémon auquel cette carte est attachée ne peut pas être Empoisonné. Si ce Pokémon est déjà Empoisonné, il guérit de cet État Spécial.",
|
||||
en: "This card can only be attached to a Single Strike Pokémon. If this card is attached to anything other than a Single Strike Pokémon, discard this card.\nAs long as this card is attached to a Pokémon, it provides every type of Energy but provides only 1 Energy at a time. The Pokémon this card is attached to can’t be Poisoned, and if it is already Poisoned, it recovers from that Special Condition."
|
||||
},
|
||||
|
||||
energyType: "Special",
|
||||
regulationMark: "E"
|
||||
}
|
||||
|
||||
export default card
|
24
data/Sword & Shield/Chilling Reign/158.ts
Normal file
24
data/Sword & Shield/Chilling Reign/158.ts
Normal file
@ -0,0 +1,24 @@
|
||||
import { Card } from '../../../interfaces'
|
||||
import Set from '../Chilling Reign'
|
||||
|
||||
const card: Card = {
|
||||
set: Set,
|
||||
|
||||
name: {
|
||||
fr: "Énergie Chance",
|
||||
en: "Lucky Energy"
|
||||
},
|
||||
|
||||
rarity: "Uncommon",
|
||||
category: "Energy",
|
||||
|
||||
effect: {
|
||||
fr: "Tant que cette carte est attachée à un Pokémon, elle fournit une Énergie Colorless.\nSi le Pokémon auquel cette carte est attachée est sur le Poste Actif et qu’il subit les dégâts d’une attaque d’un Pokémon de votre adversaire (même s’il est mis K.O.), piochez une carte.",
|
||||
en: "As long as this card is attached to a Pokémon, it provides Colorless Energy.\nIf the Pokémon this card is attached to is in the Active Spot and is damaged by an attack from your opponent’s Pokémon (even if it is Knocked Out), draw a card."
|
||||
},
|
||||
|
||||
energyType: "Special",
|
||||
regulationMark: "E"
|
||||
}
|
||||
|
||||
export default card
|
24
data/Sword & Shield/Chilling Reign/159.ts
Normal file
24
data/Sword & Shield/Chilling Reign/159.ts
Normal file
@ -0,0 +1,24 @@
|
||||
import { Card } from '../../../interfaces'
|
||||
import Set from '../Chilling Reign'
|
||||
|
||||
const card: Card = {
|
||||
set: Set,
|
||||
|
||||
name: {
|
||||
fr: "Énergie Spirale",
|
||||
en: "Spiral Energy"
|
||||
},
|
||||
|
||||
rarity: "Uncommon",
|
||||
category: "Energy",
|
||||
|
||||
effect: {
|
||||
fr: "Cette carte ne peut être attachée qu’à un Pokémon Mille Poings. Si cette carte est attachée à autre chose qu’un Pokémon Mille Poings, défaussez-la.\nTant que cette carte est attachée à un Pokémon, elle fournit tout type d’Énergie mais seulement une Énergie à la fois. Le Pokémon auquel cette carte est attachée ne peut pas être Paralysé. Si ce Pokémon est déjà Paralysé, il guérit de cet État Spécial.",
|
||||
en: "This card can only be attached to a Rapid Strike Pokémon. If this card is attached to anything other than a Rapid Strike Pokémon, discard this card.\nAs long as this card is attached to a Pokémon, it provides every type of Energy but provides only 1 Energy at a time. The Pokémon this card is attached to can’t be Paralyzed, and if it is already Paralyzed, it recovers from that Special Condition."
|
||||
},
|
||||
|
||||
energyType: "Special",
|
||||
regulationMark: "E"
|
||||
}
|
||||
|
||||
export default card
|
42
data/Sword & Shield/Chilling Reign/16.ts
Normal file
42
data/Sword & Shield/Chilling Reign/16.ts
Normal file
@ -0,0 +1,42 @@
|
||||
import { Card } from '../../../interfaces'
|
||||
import Set from '../Chilling Reign'
|
||||
|
||||
const card: Card = {
|
||||
set: Set,
|
||||
|
||||
name: {
|
||||
en: "Grookey",
|
||||
fr: "Ouistempo"
|
||||
},
|
||||
|
||||
illustrator: "kodama",
|
||||
rarity: "Common",
|
||||
category: "Pokemon",
|
||||
hp: 60,
|
||||
types: ["Grass"],
|
||||
|
||||
attacks: [{
|
||||
name: {
|
||||
en: "Hit Twice",
|
||||
fr: "Double Frappe"
|
||||
},
|
||||
|
||||
effect: {
|
||||
en: "Flip 2 coins. This attack does 30 damage for each heads.",
|
||||
fr: "Lancez 2 pièces. Cette attaque inflige 30 dégâts pour chaque côté face."
|
||||
},
|
||||
|
||||
damage: "30×",
|
||||
cost: ["Grass", "Colorless"]
|
||||
}],
|
||||
|
||||
weaknesses: [{
|
||||
type: "Fire",
|
||||
value: "×2"
|
||||
}],
|
||||
|
||||
retreat: 1,
|
||||
regulationMark: "E"
|
||||
}
|
||||
|
||||
export default card
|
54
data/Sword & Shield/Chilling Reign/160.ts
Normal file
54
data/Sword & Shield/Chilling Reign/160.ts
Normal file
@ -0,0 +1,54 @@
|
||||
import { Card } from '../../../interfaces'
|
||||
import Set from '../Chilling Reign'
|
||||
|
||||
const card: Card = {
|
||||
set: Set,
|
||||
|
||||
name: {
|
||||
fr: "Celebi V",
|
||||
en: "Celebi V"
|
||||
},
|
||||
|
||||
illustrator: "PLANETA Tsuji",
|
||||
rarity: "Ultra Rare",
|
||||
category: "Pokemon",
|
||||
hp: 190,
|
||||
types: ["Grass"],
|
||||
|
||||
attacks: [{
|
||||
name: {
|
||||
fr: "Foliole Dansante",
|
||||
en: "Leaflet Dance"
|
||||
},
|
||||
|
||||
effect: {
|
||||
fr: "Attachez le nombre de cartes Énergie Grass voulues de votre main à vos Pokémon comme il vous plaît.",
|
||||
en: "Attach any number of Grass Energy cards from your hand to your Pokémon in any way you like."
|
||||
},
|
||||
|
||||
cost: ["Grass"]
|
||||
}, {
|
||||
name: {
|
||||
fr: "Retour de Frappe",
|
||||
en: "Slash Back"
|
||||
},
|
||||
|
||||
effect: {
|
||||
fr: "Échangez ce Pokémon contre l’un de vos Pokémon de Banc.",
|
||||
en: "Switch this Pokémon with 1 of your Benched Pokémon."
|
||||
},
|
||||
|
||||
damage: 60,
|
||||
cost: ["Grass", "Colorless"]
|
||||
}],
|
||||
|
||||
weaknesses: [{
|
||||
type: "Fire",
|
||||
value: "×2"
|
||||
}],
|
||||
|
||||
retreat: 1,
|
||||
regulationMark: "E"
|
||||
}
|
||||
|
||||
export default card
|
50
data/Sword & Shield/Chilling Reign/161.ts
Normal file
50
data/Sword & Shield/Chilling Reign/161.ts
Normal file
@ -0,0 +1,50 @@
|
||||
import { Card } from '../../../interfaces'
|
||||
import Set from '../Chilling Reign'
|
||||
|
||||
const card: Card = {
|
||||
set: Set,
|
||||
|
||||
name: {
|
||||
fr: "Braségali V",
|
||||
en: "Blaziken V"
|
||||
},
|
||||
|
||||
illustrator: "Ayaka Yoshida",
|
||||
rarity: "Ultra Rare",
|
||||
category: "Pokemon",
|
||||
hp: 210,
|
||||
types: ["Fire"],
|
||||
|
||||
attacks: [{
|
||||
name: {
|
||||
fr: "Pied Voltige",
|
||||
en: "High Jump Kick"
|
||||
},
|
||||
|
||||
damage: 50,
|
||||
cost: ["Colorless", "Colorless"]
|
||||
}, {
|
||||
name: {
|
||||
fr: "Danse Flammes",
|
||||
en: "Fire Spin"
|
||||
},
|
||||
|
||||
effect: {
|
||||
fr: "Défaussez 2 Énergies de ce Pokémon.",
|
||||
en: "Discard 2 Energy from this Pokémon."
|
||||
},
|
||||
|
||||
damage: 210,
|
||||
cost: ["Fire", "Fire", "Colorless", "Colorless"]
|
||||
}],
|
||||
|
||||
weaknesses: [{
|
||||
type: "Water",
|
||||
value: "×2"
|
||||
}],
|
||||
|
||||
retreat: 2,
|
||||
regulationMark: "E"
|
||||
}
|
||||
|
||||
export default card
|
50
data/Sword & Shield/Chilling Reign/162.ts
Normal file
50
data/Sword & Shield/Chilling Reign/162.ts
Normal file
@ -0,0 +1,50 @@
|
||||
import { Card } from '../../../interfaces'
|
||||
import Set from '../Chilling Reign'
|
||||
|
||||
const card: Card = {
|
||||
set: Set,
|
||||
|
||||
name: {
|
||||
fr: "Volcanion V",
|
||||
en: "Volcanion V"
|
||||
},
|
||||
|
||||
illustrator: "Eske Yoshinob",
|
||||
rarity: "Ultra Rare",
|
||||
category: "Pokemon",
|
||||
hp: 220,
|
||||
types: ["Fire"],
|
||||
|
||||
attacks: [{
|
||||
name: {
|
||||
fr: "Explosion de Chaleur",
|
||||
en: "Heat Blast"
|
||||
},
|
||||
|
||||
damage: 50,
|
||||
cost: ["Fire", "Colorless"]
|
||||
}, {
|
||||
name: {
|
||||
fr: "Plaquage Explosif",
|
||||
en: "Dynamite Tackle"
|
||||
},
|
||||
|
||||
effect: {
|
||||
fr: "Si ce Pokémon a au moins 10 marqueurs de dégâts, cette attaque inflige 150 dégâts supplémentaires.",
|
||||
en: "If this Pokémon has 10 or more damage counters on it, this attack does 150 more damage."
|
||||
},
|
||||
|
||||
damage: "100+",
|
||||
cost: ["Fire", "Fire", "Colorless"]
|
||||
}],
|
||||
|
||||
weaknesses: [{
|
||||
type: "Water",
|
||||
value: "×2"
|
||||
}],
|
||||
|
||||
retreat: 3,
|
||||
regulationMark: "E"
|
||||
}
|
||||
|
||||
export default card
|
50
data/Sword & Shield/Chilling Reign/163.ts
Normal file
50
data/Sword & Shield/Chilling Reign/163.ts
Normal file
@ -0,0 +1,50 @@
|
||||
import { Card } from '../../../interfaces'
|
||||
import Set from '../Chilling Reign'
|
||||
|
||||
const card: Card = {
|
||||
set: Set,
|
||||
|
||||
name: {
|
||||
fr: "Sylveroy Cavalier du Froid V",
|
||||
en: "Ice Rider Calyrex V"
|
||||
},
|
||||
|
||||
illustrator: "5ban Graphics",
|
||||
rarity: "Ultra Rare",
|
||||
category: "Pokemon",
|
||||
hp: 210,
|
||||
types: ["Water"],
|
||||
|
||||
attacks: [{
|
||||
name: {
|
||||
fr: "Transpercement",
|
||||
en: "Pierce"
|
||||
},
|
||||
|
||||
damage: 40,
|
||||
cost: ["Water"]
|
||||
}, {
|
||||
name: {
|
||||
fr: "Lance de Glace",
|
||||
en: "Glacial Lance"
|
||||
},
|
||||
|
||||
effect: {
|
||||
fr: "Défaussez 2 Énergies de ce Pokémon.",
|
||||
en: "Discard 2 Energy from this Pokémon."
|
||||
},
|
||||
|
||||
damage: 200,
|
||||
cost: ["Water", "Water", "Colorless"]
|
||||
}],
|
||||
|
||||
weaknesses: [{
|
||||
type: "Metal",
|
||||
value: "×2"
|
||||
}],
|
||||
|
||||
retreat: 2,
|
||||
regulationMark: "E"
|
||||
}
|
||||
|
||||
export default card
|
50
data/Sword & Shield/Chilling Reign/164.ts
Normal file
50
data/Sword & Shield/Chilling Reign/164.ts
Normal file
@ -0,0 +1,50 @@
|
||||
import { Card } from '../../../interfaces'
|
||||
import Set from '../Chilling Reign'
|
||||
|
||||
const card: Card = {
|
||||
set: Set,
|
||||
|
||||
name: {
|
||||
fr: "Sylveroy Cavalier du Froid V",
|
||||
en: "Ice Rider Calyrex V"
|
||||
},
|
||||
|
||||
illustrator: "OKACHEKE",
|
||||
rarity: "Ultra Rare",
|
||||
category: "Pokemon",
|
||||
hp: 210,
|
||||
types: ["Water"],
|
||||
|
||||
attacks: [{
|
||||
name: {
|
||||
fr: "Transpercement",
|
||||
en: "Pierce"
|
||||
},
|
||||
|
||||
damage: 40,
|
||||
cost: ["Water"]
|
||||
}, {
|
||||
name: {
|
||||
fr: "Lance de Glace",
|
||||
en: "Glacial Lance"
|
||||
},
|
||||
|
||||
effect: {
|
||||
fr: "Défaussez 2 Énergies de ce Pokémon.",
|
||||
en: "Discard 2 Energy from this Pokémon."
|
||||
},
|
||||
|
||||
damage: 200,
|
||||
cost: ["Water", "Water", "Colorless"]
|
||||
}],
|
||||
|
||||
weaknesses: [{
|
||||
type: "Metal",
|
||||
value: "×2"
|
||||
}],
|
||||
|
||||
retreat: 2,
|
||||
regulationMark: "E"
|
||||
}
|
||||
|
||||
export default card
|
42
data/Sword & Shield/Chilling Reign/165.ts
Normal file
42
data/Sword & Shield/Chilling Reign/165.ts
Normal file
@ -0,0 +1,42 @@
|
||||
import { Card } from '../../../interfaces'
|
||||
import Set from '../Chilling Reign'
|
||||
|
||||
const card: Card = {
|
||||
set: Set,
|
||||
|
||||
name: {
|
||||
fr: "Zeraora V",
|
||||
en: "Zeraora V"
|
||||
},
|
||||
|
||||
illustrator: "PLANETA Tsuji",
|
||||
rarity: "Ultra Rare",
|
||||
category: "Pokemon",
|
||||
hp: 210,
|
||||
types: ["Lightning"],
|
||||
|
||||
attacks: [{
|
||||
name: {
|
||||
fr: "Poings Croisés",
|
||||
en: "Cross Fist"
|
||||
},
|
||||
|
||||
effect: {
|
||||
fr: "Si l’un de vos autres Pokémon Mille Poings a utilisé une attaque pendant votre dernier tour, cette attaque inflige aussi 160 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.)",
|
||||
en: "If 1 of your other Rapid Strike Pokémon used an attack during your last turn, this attack also does 160 damage to 1 of your opponent’s Benched Pokémon. (Don’t apply Weakness and Resistance for Benched Pokémon.)"
|
||||
},
|
||||
|
||||
damage: 100,
|
||||
cost: ["Lightning", "Colorless", "Colorless"]
|
||||
}],
|
||||
|
||||
weaknesses: [{
|
||||
type: "Fighting",
|
||||
value: "×2"
|
||||
}],
|
||||
|
||||
retreat: 2,
|
||||
regulationMark: "E"
|
||||
}
|
||||
|
||||
export default card
|
@ -33,8 +33,8 @@ const card: Card = {
|
||||
fr: "Poings Croisés"
|
||||
},
|
||||
effect: {
|
||||
en: "If 1 of your other Rapid Strike Pokémon used an attack during your lat turn, this attack also does 160 damage to 1 of your opponent's Benched Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.)",
|
||||
fr: "Si l'un de vos autres Pokémon Mlle Poings a utilisé une attaque pendant votre dernier tour, cette attque infligue aussie 160 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.)"
|
||||
en: "If 1 of your other Rapid Strike Pokémon used an attack during your last turn, this attack also does 160 damage to 1 of your opponent’s Benched Pokémon. (Don’t apply Weakness and Resistance for Benched Pokémon.)",
|
||||
fr: "Si l’un de vos autres Pokémon Mille Poings a utilisé une attaque pendant votre dernier tour, cette attaque inflige aussi 160 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.)"
|
||||
},
|
||||
damage: 100
|
||||
}
|
||||
|
59
data/Sword & Shield/Chilling Reign/167.ts
Normal file
59
data/Sword & Shield/Chilling Reign/167.ts
Normal file
@ -0,0 +1,59 @@
|
||||
import { Card } from '../../../interfaces'
|
||||
import Set from '../Chilling Reign'
|
||||
|
||||
const card: Card = {
|
||||
set: Set,
|
||||
|
||||
name: {
|
||||
fr: "Galopa de Galar V",
|
||||
en: "Galarian Rapidash V"
|
||||
},
|
||||
|
||||
illustrator: "Saki Hayashiro",
|
||||
rarity: "Ultra Rare",
|
||||
category: "Pokemon",
|
||||
hp: 210,
|
||||
types: ["Psychic"],
|
||||
|
||||
attacks: [{
|
||||
name: {
|
||||
fr: "Corne Balance",
|
||||
en: "Libra Horn"
|
||||
},
|
||||
|
||||
effect: {
|
||||
fr: "Placez des marqueurs de dégâts sur l’un des Pokémon de votre adversaire jusqu’à ce qu’il ne lui reste que 100 PV.",
|
||||
en: "Put damage counters on 1 of your opponent’s Pokémon until its remaining HP is 100."
|
||||
},
|
||||
|
||||
cost: ["Colorless", "Colorless"]
|
||||
}, {
|
||||
name: {
|
||||
fr: "Psyko",
|
||||
en: "Psychic"
|
||||
},
|
||||
|
||||
effect: {
|
||||
fr: "Cette attaque inflige 30 dégâts supplémentaires pour chaque Énergie attachée au Pokémon Actif de votre adversaire.",
|
||||
en: "This attack does 30 more damage for each Energy attached to your opponent’s Active Pokémon."
|
||||
},
|
||||
|
||||
damage: "60+",
|
||||
cost: ["Psychic", "Psychic"]
|
||||
}],
|
||||
|
||||
weaknesses: [{
|
||||
type: "Darkness",
|
||||
value: "×2"
|
||||
}],
|
||||
|
||||
resistances: [{
|
||||
type: "Fighting",
|
||||
value: "-30"
|
||||
}],
|
||||
|
||||
retreat: 1,
|
||||
regulationMark: "E"
|
||||
}
|
||||
|
||||
export default card
|
59
data/Sword & Shield/Chilling Reign/168.ts
Normal file
59
data/Sword & Shield/Chilling Reign/168.ts
Normal file
@ -0,0 +1,59 @@
|
||||
import { Card } from '../../../interfaces'
|
||||
import Set from '../Chilling Reign'
|
||||
|
||||
const card: Card = {
|
||||
set: Set,
|
||||
|
||||
name: {
|
||||
fr: "Galopa de Galar V",
|
||||
en: "Galarian Rapidash V"
|
||||
},
|
||||
|
||||
illustrator: "sui",
|
||||
rarity: "Ultra Rare",
|
||||
category: "Pokemon",
|
||||
hp: 210,
|
||||
types: ["Psychic"],
|
||||
|
||||
attacks: [{
|
||||
name: {
|
||||
fr: "Corne Balance",
|
||||
en: "Libra Horn"
|
||||
},
|
||||
|
||||
effect: {
|
||||
fr: "Placez des marqueurs de dégâts sur l’un des Pokémon de votre adversaire jusqu’à ce qu’il ne lui reste que 100 PV.",
|
||||
en: "Put damage counters on 1 of your opponent’s Pokémon until its remaining HP is 100."
|
||||
},
|
||||
|
||||
cost: ["Colorless", "Colorless"]
|
||||
}, {
|
||||
name: {
|
||||
fr: "Psyko",
|
||||
en: "Psychic"
|
||||
},
|
||||
|
||||
effect: {
|
||||
fr: "Cette attaque inflige 30 dégâts supplémentaires pour chaque Énergie attachée au Pokémon Actif de votre adversaire.",
|
||||
en: "This attack does 30 more damage for each Energy attached to your opponent’s Active Pokémon."
|
||||
},
|
||||
|
||||
damage: "60+",
|
||||
cost: ["Psychic", "Psychic"]
|
||||
}],
|
||||
|
||||
weaknesses: [{
|
||||
type: "Darkness",
|
||||
value: "×2"
|
||||
}],
|
||||
|
||||
resistances: [{
|
||||
type: "Fighting",
|
||||
value: "-30"
|
||||
}],
|
||||
|
||||
retreat: 1,
|
||||
regulationMark: "E"
|
||||
}
|
||||
|
||||
export default card
|
61
data/Sword & Shield/Chilling Reign/169.ts
Normal file
61
data/Sword & Shield/Chilling Reign/169.ts
Normal file
@ -0,0 +1,61 @@
|
||||
import { Card } from '../../../interfaces'
|
||||
import Set from '../Chilling Reign'
|
||||
|
||||
const card: Card = {
|
||||
set: Set,
|
||||
|
||||
name: {
|
||||
fr: "Artikodin de Galar V",
|
||||
en: "Galarian Articuno V"
|
||||
},
|
||||
|
||||
illustrator: "5ban Graphics",
|
||||
rarity: "Ultra Rare",
|
||||
category: "Pokemon",
|
||||
hp: 210,
|
||||
types: ["Psychic"],
|
||||
|
||||
abilities: [{
|
||||
type: "Ability",
|
||||
|
||||
name: {
|
||||
fr: "Reconstitution",
|
||||
en: "Reconstitute"
|
||||
},
|
||||
|
||||
effect: {
|
||||
fr: "Vous devez défausser 2 cartes de votre main pour pouvoir utiliser ce talent. Une fois pendant votre tour, vous pouvez piocher une carte.",
|
||||
en: "You must discard 2 cards from your hand in order to use this Ability. Once during your turn, you may draw a card."
|
||||
}
|
||||
}],
|
||||
|
||||
attacks: [{
|
||||
name: {
|
||||
fr: "Rayon Psy",
|
||||
en: "Psyray"
|
||||
},
|
||||
|
||||
effect: {
|
||||
fr: "Le Pokémon Actif de votre adversaire est maintenant Confus.",
|
||||
en: "Your opponent’s Active Pokémon is now Confused."
|
||||
},
|
||||
|
||||
damage: 110,
|
||||
cost: ["Psychic", "Colorless", "Colorless"]
|
||||
}],
|
||||
|
||||
weaknesses: [{
|
||||
type: "Darkness",
|
||||
value: "×2"
|
||||
}],
|
||||
|
||||
resistances: [{
|
||||
type: "Fighting",
|
||||
value: "-30"
|
||||
}],
|
||||
|
||||
retreat: 2,
|
||||
regulationMark: "E"
|
||||
}
|
||||
|
||||
export default card
|
47
data/Sword & Shield/Chilling Reign/17.ts
Normal file
47
data/Sword & Shield/Chilling Reign/17.ts
Normal file
@ -0,0 +1,47 @@
|
||||
import { Card } from '../../../interfaces'
|
||||
import Set from '../Chilling Reign'
|
||||
|
||||
const card: Card = {
|
||||
set: Set,
|
||||
|
||||
name: {
|
||||
en: "Thwackey",
|
||||
fr: "Badabouin"
|
||||
},
|
||||
|
||||
illustrator: "Kouki Saitou",
|
||||
rarity: "Uncommon",
|
||||
category: "Pokemon",
|
||||
hp: 100,
|
||||
types: ["Grass"],
|
||||
|
||||
evolveFrom: {
|
||||
en: "Grookey",
|
||||
fr: "Ouistempo"
|
||||
},
|
||||
|
||||
attacks: [{
|
||||
name: {
|
||||
en: "Knock Off",
|
||||
fr: "Sabotage"
|
||||
},
|
||||
|
||||
effect: {
|
||||
en: "Discard a random card from your opponent’s hand.",
|
||||
fr: "Défaussez au hasard une carte de la main de votre adversaire."
|
||||
},
|
||||
|
||||
damage: 30,
|
||||
cost: ["Grass", "Colorless"]
|
||||
}],
|
||||
|
||||
weaknesses: [{
|
||||
type: "Fire",
|
||||
value: "×2"
|
||||
}],
|
||||
|
||||
retreat: 2,
|
||||
regulationMark: "E"
|
||||
}
|
||||
|
||||
export default card
|
61
data/Sword & Shield/Chilling Reign/170.ts
Normal file
61
data/Sword & Shield/Chilling Reign/170.ts
Normal file
@ -0,0 +1,61 @@
|
||||
import { Card } from '../../../interfaces'
|
||||
import Set from '../Chilling Reign'
|
||||
|
||||
const card: Card = {
|
||||
set: Set,
|
||||
|
||||
name: {
|
||||
fr: "Artikodin de Galar V",
|
||||
en: "Galarian Articuno V"
|
||||
},
|
||||
|
||||
illustrator: "Uta",
|
||||
rarity: "Ultra Rare",
|
||||
category: "Pokemon",
|
||||
hp: 210,
|
||||
types: ["Psychic"],
|
||||
|
||||
abilities: [{
|
||||
type: "Ability",
|
||||
|
||||
name: {
|
||||
fr: "Reconstitution",
|
||||
en: "Reconstitute"
|
||||
},
|
||||
|
||||
effect: {
|
||||
fr: "Vous devez défausser 2 cartes de votre main pour pouvoir utiliser ce talent. Une fois pendant votre tour, vous pouvez piocher une carte.",
|
||||
en: "You must discard 2 cards from your hand in order to use this Ability. Once during your turn, you may draw a card."
|
||||
}
|
||||
}],
|
||||
|
||||
attacks: [{
|
||||
name: {
|
||||
fr: "Rayon Psy",
|
||||
en: "Psyray"
|
||||
},
|
||||
|
||||
effect: {
|
||||
fr: "Le Pokémon Actif de votre adversaire est maintenant Confus.",
|
||||
en: "Your opponent’s Active Pokémon is now Confused."
|
||||
},
|
||||
|
||||
damage: 110,
|
||||
cost: ["Psychic", "Colorless", "Colorless"]
|
||||
}],
|
||||
|
||||
weaknesses: [{
|
||||
type: "Darkness",
|
||||
value: "×2"
|
||||
}],
|
||||
|
||||
resistances: [{
|
||||
type: "Fighting",
|
||||
value: "-30"
|
||||
}],
|
||||
|
||||
retreat: 2,
|
||||
regulationMark: "E"
|
||||
}
|
||||
|
||||
export default card
|
59
data/Sword & Shield/Chilling Reign/171.ts
Normal file
59
data/Sword & Shield/Chilling Reign/171.ts
Normal file
@ -0,0 +1,59 @@
|
||||
import { Card } from '../../../interfaces'
|
||||
import Set from '../Chilling Reign'
|
||||
|
||||
const card: Card = {
|
||||
set: Set,
|
||||
|
||||
name: {
|
||||
fr: "Sylveroy Cavalier d’Effroi V",
|
||||
en: "Shadow Rider Calyrex V"
|
||||
},
|
||||
|
||||
illustrator: "5ban Graphics",
|
||||
rarity: "Ultra Rare",
|
||||
category: "Pokemon",
|
||||
hp: 210,
|
||||
types: ["Psychic"],
|
||||
|
||||
attacks: [{
|
||||
name: {
|
||||
fr: "Brume d’Effroi",
|
||||
en: "Shadow Mist"
|
||||
},
|
||||
|
||||
effect: {
|
||||
fr: "Pendant le prochain tour de votre adversaire, il ne peut pas jouer de cartes Énergie spéciale ou Stade de sa main.",
|
||||
en: "During your opponent’s next turn, they can’t play any Special Energy or Stadium cards from their hand."
|
||||
},
|
||||
|
||||
damage: 10,
|
||||
cost: ["Psychic"]
|
||||
}, {
|
||||
name: {
|
||||
fr: "Éclat Spectral",
|
||||
en: "Astral Barrage"
|
||||
},
|
||||
|
||||
effect: {
|
||||
fr: "Choisissez 2 des Pokémon de votre adversaire, puis placez 5 marqueurs de dégâts sur chacun d’eux.",
|
||||
en: "Choose 2 of your opponent’s Pokémon and put 5 damage counters on each of them."
|
||||
},
|
||||
|
||||
cost: ["Colorless", "Colorless", "Colorless"]
|
||||
}],
|
||||
|
||||
weaknesses: [{
|
||||
type: "Darkness",
|
||||
value: "×2"
|
||||
}],
|
||||
|
||||
resistances: [{
|
||||
type: "Fighting",
|
||||
value: "-30"
|
||||
}],
|
||||
|
||||
retreat: 2,
|
||||
regulationMark: "E"
|
||||
}
|
||||
|
||||
export default card
|
59
data/Sword & Shield/Chilling Reign/172.ts
Normal file
59
data/Sword & Shield/Chilling Reign/172.ts
Normal file
@ -0,0 +1,59 @@
|
||||
import { Card } from '../../../interfaces'
|
||||
import Set from '../Chilling Reign'
|
||||
|
||||
const card: Card = {
|
||||
set: Set,
|
||||
|
||||
name: {
|
||||
fr: "Sylveroy Cavalier d’Effroi V",
|
||||
en: "Shadow Rider Calyrex V"
|
||||
},
|
||||
|
||||
illustrator: "kodama",
|
||||
rarity: "Ultra Rare",
|
||||
category: "Pokemon",
|
||||
hp: 210,
|
||||
types: ["Psychic"],
|
||||
|
||||
attacks: [{
|
||||
name: {
|
||||
fr: "Brume d’Effroi",
|
||||
en: "Shadow Mist"
|
||||
},
|
||||
|
||||
effect: {
|
||||
fr: "Pendant le prochain tour de votre adversaire, il ne peut pas jouer de cartes Énergie spéciale ou Stade de sa main.",
|
||||
en: "During your opponent’s next turn, they can’t play any Special Energy or Stadium cards from their hand."
|
||||
},
|
||||
|
||||
damage: 10,
|
||||
cost: ["Psychic"]
|
||||
}, {
|
||||
name: {
|
||||
fr: "Éclat Spectral",
|
||||
en: "Astral Barrage"
|
||||
},
|
||||
|
||||
effect: {
|
||||
fr: "Choisissez 2 des Pokémon de votre adversaire, puis placez 5 marqueurs de dégâts sur chacun d’eux.",
|
||||
en: "Choose 2 of your opponent’s Pokémon and put 5 damage counters on each of them."
|
||||
},
|
||||
|
||||
cost: ["Colorless", "Colorless", "Colorless"]
|
||||
}],
|
||||
|
||||
weaknesses: [{
|
||||
type: "Darkness",
|
||||
value: "×2"
|
||||
}],
|
||||
|
||||
resistances: [{
|
||||
type: "Fighting",
|
||||
value: "-30"
|
||||
}],
|
||||
|
||||
retreat: 2,
|
||||
regulationMark: "E"
|
||||
}
|
||||
|
||||
export default card
|
56
data/Sword & Shield/Chilling Reign/173.ts
Normal file
56
data/Sword & Shield/Chilling Reign/173.ts
Normal file
@ -0,0 +1,56 @@
|
||||
import { Card } from '../../../interfaces'
|
||||
import Set from '../Chilling Reign'
|
||||
|
||||
const card: Card = {
|
||||
set: Set,
|
||||
|
||||
name: {
|
||||
fr: "Électhor de Galar V",
|
||||
en: "Galarian Zapdos V"
|
||||
},
|
||||
|
||||
illustrator: "5ban Graphics",
|
||||
rarity: "Ultra Rare",
|
||||
category: "Pokemon",
|
||||
hp: 200,
|
||||
types: ["Fighting"],
|
||||
|
||||
abilities: [{
|
||||
type: "Ability",
|
||||
|
||||
name: {
|
||||
fr: "Instinct de Combat",
|
||||
en: "Fighting Instinct"
|
||||
},
|
||||
|
||||
effect: {
|
||||
fr: "Les attaques de ce Pokémon coûtent Colorless de moins pour chaque Pokémon-V en jeu de votre adversaire.",
|
||||
en: "This Pokémon’s attacks cost Colorless less for each of your opponent’s Pokémon V in play."
|
||||
}
|
||||
}],
|
||||
|
||||
attacks: [{
|
||||
name: {
|
||||
fr: "Coup Fulgurant",
|
||||
en: "Thunderous Kick"
|
||||
},
|
||||
|
||||
effect: {
|
||||
fr: "Avant d’infliger des dégâts, défaussez une Énergie spéciale du Pokémon Actif de votre adversaire.",
|
||||
en: "Before doing damage, discard a Special Energy from your opponent’s Active Pokémon."
|
||||
},
|
||||
|
||||
damage: 170,
|
||||
cost: ["Fighting", "Colorless", "Colorless", "Colorless"]
|
||||
}],
|
||||
|
||||
weaknesses: [{
|
||||
type: "Psychic",
|
||||
value: "×2"
|
||||
}],
|
||||
|
||||
retreat: 1,
|
||||
regulationMark: "E"
|
||||
}
|
||||
|
||||
export default card
|
56
data/Sword & Shield/Chilling Reign/174.ts
Normal file
56
data/Sword & Shield/Chilling Reign/174.ts
Normal file
@ -0,0 +1,56 @@
|
||||
import { Card } from '../../../interfaces'
|
||||
import Set from '../Chilling Reign'
|
||||
|
||||
const card: Card = {
|
||||
set: Set,
|
||||
|
||||
name: {
|
||||
fr: "Électhor de Galar V",
|
||||
en: "Galarian Zapdos V"
|
||||
},
|
||||
|
||||
illustrator: "Akira Komayama",
|
||||
rarity: "Ultra Rare",
|
||||
category: "Pokemon",
|
||||
hp: 200,
|
||||
types: ["Fighting"],
|
||||
|
||||
abilities: [{
|
||||
type: "Ability",
|
||||
|
||||
name: {
|
||||
fr: "Instinct de Combat",
|
||||
en: "Fighting Instinct"
|
||||
},
|
||||
|
||||
effect: {
|
||||
fr: "Les attaques de ce Pokémon coûtent Colorless de moins pour chaque Pokémon-V en jeu de votre adversaire.",
|
||||
en: "This Pokémon’s attacks cost Colorless less for each of your opponent’s Pokémon V in play."
|
||||
}
|
||||
}],
|
||||
|
||||
attacks: [{
|
||||
name: {
|
||||
fr: "Coup Fulgurant",
|
||||
en: "Thunderous Kick"
|
||||
},
|
||||
|
||||
effect: {
|
||||
fr: "Avant d’infliger des dégâts, défaussez une Énergie spéciale du Pokémon Actif de votre adversaire.",
|
||||
en: "Before doing damage, discard a Special Energy from your opponent’s Active Pokémon."
|
||||
},
|
||||
|
||||
damage: 170,
|
||||
cost: ["Fighting", "Colorless", "Colorless", "Colorless"]
|
||||
}],
|
||||
|
||||
weaknesses: [{
|
||||
type: "Psychic",
|
||||
value: "×2"
|
||||
}],
|
||||
|
||||
retreat: 1,
|
||||
regulationMark: "E"
|
||||
}
|
||||
|
||||
export default card
|
51
data/Sword & Shield/Chilling Reign/175.ts
Normal file
51
data/Sword & Shield/Chilling Reign/175.ts
Normal file
@ -0,0 +1,51 @@
|
||||
import { Card } from '../../../interfaces'
|
||||
import Set from '../Chilling Reign'
|
||||
|
||||
const card: Card = {
|
||||
set: Set,
|
||||
|
||||
name: {
|
||||
fr: "Dunaconda V",
|
||||
en: "Sandaconda V"
|
||||
},
|
||||
|
||||
illustrator: "PLANETA Tsuji",
|
||||
rarity: "Ultra Rare",
|
||||
category: "Pokemon",
|
||||
hp: 220,
|
||||
types: ["Fighting"],
|
||||
|
||||
abilities: [{
|
||||
type: "Ability",
|
||||
|
||||
name: {
|
||||
fr: "Muraille de Sable",
|
||||
en: "Wall of Sand"
|
||||
},
|
||||
|
||||
effect: {
|
||||
fr: "Ce Pokémon subit 30 dégâts de moins provenant des attaques (après application de la Faiblesse et de la Résistance).",
|
||||
en: "This Pokémon takes 30 less damage from attacks (after applying Weakness and Resistance)."
|
||||
}
|
||||
}],
|
||||
|
||||
attacks: [{
|
||||
name: {
|
||||
fr: "Écras’Terre",
|
||||
en: "Land Crush"
|
||||
},
|
||||
|
||||
damage: 140,
|
||||
cost: ["Fighting", "Fighting", "Colorless"]
|
||||
}],
|
||||
|
||||
weaknesses: [{
|
||||
type: "Grass",
|
||||
value: "×2"
|
||||
}],
|
||||
|
||||
retreat: 2,
|
||||
regulationMark: "E"
|
||||
}
|
||||
|
||||
export default card
|
56
data/Sword & Shield/Chilling Reign/176.ts
Normal file
56
data/Sword & Shield/Chilling Reign/176.ts
Normal file
@ -0,0 +1,56 @@
|
||||
import { Card } from '../../../interfaces'
|
||||
import Set from '../Chilling Reign'
|
||||
|
||||
const card: Card = {
|
||||
set: Set,
|
||||
|
||||
name: {
|
||||
fr: "Sulfura de Galar V",
|
||||
en: "Galarian Moltres V"
|
||||
},
|
||||
|
||||
illustrator: "aky CG Works",
|
||||
rarity: "Ultra Rare",
|
||||
category: "Pokemon",
|
||||
hp: 220,
|
||||
types: ["Darkness"],
|
||||
|
||||
abilities: [{
|
||||
type: "Ability",
|
||||
|
||||
name: {
|
||||
fr: "Ailes Ténébraises",
|
||||
en: "Direflame Wings"
|
||||
},
|
||||
|
||||
effect: {
|
||||
fr: "Une fois pendant votre tour, vous pouvez attacher une carte Énergie Darkness de votre pile de défausse à ce Pokémon. Vous ne pouvez utiliser qu’un talent Ailes Ténébraises par tour.",
|
||||
en: "Once during your turn, you may attach a Darkness Energy card from your discard pile to this Pokémon. You can’t use more than 1 Direflame Wings Ability each turn."
|
||||
}
|
||||
}],
|
||||
|
||||
attacks: [{
|
||||
name: {
|
||||
fr: "Aura Ardente",
|
||||
en: "Aura Burn"
|
||||
},
|
||||
|
||||
effect: {
|
||||
fr: "Ce Pokémon s’inflige aussi 30 dégâts.",
|
||||
en: "This Pokémon also does 30 damage to itself."
|
||||
},
|
||||
|
||||
damage: 190,
|
||||
cost: ["Darkness", "Darkness", "Colorless"]
|
||||
}],
|
||||
|
||||
weaknesses: [{
|
||||
type: "Grass",
|
||||
value: "×2"
|
||||
}],
|
||||
|
||||
retreat: 2,
|
||||
regulationMark: "E"
|
||||
}
|
||||
|
||||
export default card
|
56
data/Sword & Shield/Chilling Reign/177.ts
Normal file
56
data/Sword & Shield/Chilling Reign/177.ts
Normal file
@ -0,0 +1,56 @@
|
||||
import { Card } from '../../../interfaces'
|
||||
import Set from '../Chilling Reign'
|
||||
|
||||
const card: Card = {
|
||||
set: Set,
|
||||
|
||||
name: {
|
||||
fr: "Sulfura de Galar V",
|
||||
en: "Galarian Moltres V"
|
||||
},
|
||||
|
||||
illustrator: "Shibuzoh.",
|
||||
rarity: "Ultra Rare",
|
||||
category: "Pokemon",
|
||||
hp: 220,
|
||||
types: ["Darkness"],
|
||||
|
||||
abilities: [{
|
||||
type: "Ability",
|
||||
|
||||
name: {
|
||||
fr: "Ailes Ténébraises",
|
||||
en: "Direflame Wings"
|
||||
},
|
||||
|
||||
effect: {
|
||||
fr: "Une fois pendant votre tour, vous pouvez attacher une carte Énergie Darkness de votre pile de défausse à ce Pokémon. Vous ne pouvez utiliser qu’un talent Ailes Ténébraises par tour.",
|
||||
en: "Once during your turn, you may attach a Darkness Energy card from your discard pile to this Pokémon. You can’t use more than 1 Direflame Wings Ability each turn."
|
||||
}
|
||||
}],
|
||||
|
||||
attacks: [{
|
||||
name: {
|
||||
fr: "Aura Ardente",
|
||||
en: "Aura Burn"
|
||||
},
|
||||
|
||||
effect: {
|
||||
fr: "Ce Pokémon s’inflige aussi 30 dégâts.",
|
||||
en: "This Pokémon also does 30 damage to itself."
|
||||
},
|
||||
|
||||
damage: 190,
|
||||
cost: ["Darkness", "Darkness", "Colorless"]
|
||||
}],
|
||||
|
||||
weaknesses: [{
|
||||
type: "Grass",
|
||||
value: "×2"
|
||||
}],
|
||||
|
||||
retreat: 2,
|
||||
regulationMark: "E"
|
||||
}
|
||||
|
||||
export default card
|
53
data/Sword & Shield/Chilling Reign/178.ts
Normal file
53
data/Sword & Shield/Chilling Reign/178.ts
Normal file
@ -0,0 +1,53 @@
|
||||
import { Card } from '../../../interfaces'
|
||||
import Set from '../Chilling Reign'
|
||||
|
||||
const card: Card = {
|
||||
set: Set,
|
||||
|
||||
name: {
|
||||
fr: "Roigada de Galar V",
|
||||
en: "Galarian Slowking V"
|
||||
},
|
||||
|
||||
illustrator: "5ban Graphics",
|
||||
rarity: "Ultra Rare",
|
||||
category: "Pokemon",
|
||||
hp: 220,
|
||||
types: ["Darkness"],
|
||||
|
||||
attacks: [{
|
||||
name: {
|
||||
fr: "Concoction",
|
||||
en: "Concoction"
|
||||
},
|
||||
|
||||
effect: {
|
||||
fr: "Défaussez une carte de votre main. Dans ce cas, piochez 3 cartes.",
|
||||
en: "Discard a card from your hand. If you do, draw 3 cards."
|
||||
},
|
||||
|
||||
cost: ["Colorless"]
|
||||
}, {
|
||||
name: {
|
||||
fr: "Promesse de Déclin",
|
||||
en: "Word of Ruin"
|
||||
},
|
||||
|
||||
effect: {
|
||||
fr: "À la fin du prochain tour de votre adversaire, le Pokémon Défenseur sera mis K.O.",
|
||||
en: "At the end of your opponent’s next turn, the Defending Pokémon will be Knocked Out."
|
||||
},
|
||||
|
||||
cost: ["Darkness", "Colorless"]
|
||||
}],
|
||||
|
||||
weaknesses: [{
|
||||
type: "Fighting",
|
||||
value: "×2"
|
||||
}],
|
||||
|
||||
retreat: 3,
|
||||
regulationMark: "E"
|
||||
}
|
||||
|
||||
export default card
|
53
data/Sword & Shield/Chilling Reign/179.ts
Normal file
53
data/Sword & Shield/Chilling Reign/179.ts
Normal file
@ -0,0 +1,53 @@
|
||||
import { Card } from '../../../interfaces'
|
||||
import Set from '../Chilling Reign'
|
||||
|
||||
const card: Card = {
|
||||
set: Set,
|
||||
|
||||
name: {
|
||||
fr: "Roigada de Galar V",
|
||||
en: "Galarian Slowking V"
|
||||
},
|
||||
|
||||
illustrator: "Tomokazu Komiya",
|
||||
rarity: "Ultra Rare",
|
||||
category: "Pokemon",
|
||||
hp: 220,
|
||||
types: ["Darkness"],
|
||||
|
||||
attacks: [{
|
||||
name: {
|
||||
fr: "Concoction",
|
||||
en: "Concoction"
|
||||
},
|
||||
|
||||
effect: {
|
||||
fr: "Défaussez une carte de votre main. Dans ce cas, piochez 3 cartes.",
|
||||
en: "Discard a card from your hand. If you do, draw 3 cards."
|
||||
},
|
||||
|
||||
cost: ["Colorless"]
|
||||
}, {
|
||||
name: {
|
||||
fr: "Promesse de Déclin",
|
||||
en: "Word of Ruin"
|
||||
},
|
||||
|
||||
effect: {
|
||||
fr: "À la fin du prochain tour de votre adversaire, le Pokémon Défenseur sera mis K.O.",
|
||||
en: "At the end of your opponent’s next turn, the Defending Pokémon will be Knocked Out."
|
||||
},
|
||||
|
||||
cost: ["Darkness", "Colorless"]
|
||||
}],
|
||||
|
||||
weaknesses: [{
|
||||
type: "Fighting",
|
||||
value: "×2"
|
||||
}],
|
||||
|
||||
retreat: 3,
|
||||
regulationMark: "E"
|
||||
}
|
||||
|
||||
export default card
|
60
data/Sword & Shield/Chilling Reign/18.ts
Normal file
60
data/Sword & Shield/Chilling Reign/18.ts
Normal file
@ -0,0 +1,60 @@
|
||||
import { Card } from '../../../interfaces'
|
||||
import Set from '../Chilling Reign'
|
||||
|
||||
const card: Card = {
|
||||
set: Set,
|
||||
|
||||
name: {
|
||||
en: "Rillaboom",
|
||||
fr: "Gorythmic"
|
||||
},
|
||||
|
||||
illustrator: "Hitoshi Ariga",
|
||||
rarity: "Rare",
|
||||
category: "Pokemon",
|
||||
hp: 180,
|
||||
types: ["Grass"],
|
||||
|
||||
evolveFrom: {
|
||||
en: "Thwackey",
|
||||
fr: "Badabouin"
|
||||
},
|
||||
|
||||
attacks: [{
|
||||
name: {
|
||||
en: "Wood Drain",
|
||||
fr: "Regain Sylvestre"
|
||||
},
|
||||
|
||||
effect: {
|
||||
en: "Heal 30 damage from this Pokémon.",
|
||||
fr: "Soignez 30 dégâts de ce Pokémon."
|
||||
},
|
||||
|
||||
damage: 60,
|
||||
cost: ["Grass", "Colorless"]
|
||||
}, {
|
||||
name: {
|
||||
en: "Raging Repeated Strike",
|
||||
fr: "Frappes Effrénées"
|
||||
},
|
||||
|
||||
effect: {
|
||||
en: "Discard any amount of Energy from your Pokémon. This attack does 30 more damage for each card you discarded in this way.",
|
||||
fr: "Défaussez autant d’Énergies que vous le voulez de vos Pokémon. Cette attaque inflige 30 dégâts supplémentaires pour chaque carte défaussée de cette façon."
|
||||
},
|
||||
|
||||
damage: "120+",
|
||||
cost: ["Grass", "Grass", "Colorless"]
|
||||
}],
|
||||
|
||||
weaknesses: [{
|
||||
type: "Fire",
|
||||
value: "×2"
|
||||
}],
|
||||
|
||||
retreat: 3,
|
||||
regulationMark: "E"
|
||||
}
|
||||
|
||||
export default card
|
56
data/Sword & Shield/Chilling Reign/180.ts
Normal file
56
data/Sword & Shield/Chilling Reign/180.ts
Normal file
@ -0,0 +1,56 @@
|
||||
import { Card } from '../../../interfaces'
|
||||
import Set from '../Chilling Reign'
|
||||
|
||||
const card: Card = {
|
||||
set: Set,
|
||||
|
||||
name: {
|
||||
fr: "Léopardus V",
|
||||
en: "Liepard V"
|
||||
},
|
||||
|
||||
illustrator: "Ayaka Yoshida",
|
||||
rarity: "Ultra Rare",
|
||||
category: "Pokemon",
|
||||
hp: 190,
|
||||
types: ["Darkness"],
|
||||
|
||||
abilities: [{
|
||||
type: "Ability",
|
||||
|
||||
name: {
|
||||
fr: "Griffes Cachées",
|
||||
en: "Hidden Claw"
|
||||
},
|
||||
|
||||
effect: {
|
||||
fr: "Lorsque vous jouez ce Pokémon de votre main sur votre Banc pendant votre tour, vous pouvez défausser un Outil Pokémon d’un Pokémon (le vôtre ou celui de votre adversaire).",
|
||||
en: "When you play this Pokémon from your hand onto your Bench during your turn, you may discard a Pokémon Tool from a Pokémon (yours or your opponent’s)."
|
||||
}
|
||||
}],
|
||||
|
||||
attacks: [{
|
||||
name: {
|
||||
fr: "Écorchure Obscure",
|
||||
en: "Shadow Ripper"
|
||||
},
|
||||
|
||||
effect: {
|
||||
fr: "Vous pouvez ajouter à votre main ce Pokémon et toutes les cartes attachées.",
|
||||
en: "You may put this Pokémon and all attached cards into your hand."
|
||||
},
|
||||
|
||||
damage: 110,
|
||||
cost: ["Darkness", "Colorless", "Colorless"]
|
||||
}],
|
||||
|
||||
weaknesses: [{
|
||||
type: "Grass",
|
||||
value: "×2"
|
||||
}],
|
||||
|
||||
retreat: 1,
|
||||
regulationMark: "E"
|
||||
}
|
||||
|
||||
export default card
|
60
data/Sword & Shield/Chilling Reign/181.ts
Normal file
60
data/Sword & Shield/Chilling Reign/181.ts
Normal file
@ -0,0 +1,60 @@
|
||||
import { Card } from '../../../interfaces'
|
||||
import Set from '../Chilling Reign'
|
||||
|
||||
const card: Card = {
|
||||
set: Set,
|
||||
|
||||
name: {
|
||||
fr: "Métalosse V",
|
||||
en: "Metagross V"
|
||||
},
|
||||
|
||||
illustrator: "PLANETA Mochizuki",
|
||||
rarity: "Ultra Rare",
|
||||
category: "Pokemon",
|
||||
hp: 220,
|
||||
types: ["Metal"],
|
||||
|
||||
attacks: [{
|
||||
name: {
|
||||
fr: "Pisto-Poing",
|
||||
en: "Bullet Punch"
|
||||
},
|
||||
|
||||
effect: {
|
||||
fr: "Lancez 2 pièces. Cette attaque inflige 20 dégâts supplémentaires pour chaque côté face.",
|
||||
en: "Flip 2 coins. This attack does 20 more damage for each heads."
|
||||
},
|
||||
|
||||
damage: "20+",
|
||||
cost: ["Metal"]
|
||||
}, {
|
||||
name: {
|
||||
fr: "Marteau Synchro",
|
||||
en: "Synchro Hammer"
|
||||
},
|
||||
|
||||
effect: {
|
||||
fr: "Si ce Pokémon et le Pokémon Actif de votre adversaire ont le même nombre d’Énergies attachées, cette attaque inflige 90 dégâts supplémentaires.",
|
||||
en: "If this Pokémon and your opponent’s Active Pokémon have the same amount of Energy attached, this attack does 90 more damage."
|
||||
},
|
||||
|
||||
damage: "60+",
|
||||
cost: ["Metal", "Colorless"]
|
||||
}],
|
||||
|
||||
weaknesses: [{
|
||||
type: "Fire",
|
||||
value: "×2"
|
||||
}],
|
||||
|
||||
resistances: [{
|
||||
type: "Grass",
|
||||
value: "-30"
|
||||
}],
|
||||
|
||||
retreat: 3,
|
||||
regulationMark: "E"
|
||||
}
|
||||
|
||||
export default card
|
56
data/Sword & Shield/Chilling Reign/182.ts
Normal file
56
data/Sword & Shield/Chilling Reign/182.ts
Normal file
@ -0,0 +1,56 @@
|
||||
import { Card } from '../../../interfaces'
|
||||
import Set from '../Chilling Reign'
|
||||
|
||||
const card: Card = {
|
||||
set: Set,
|
||||
|
||||
name: {
|
||||
fr: "Leuphorie V",
|
||||
en: "Blissey V"
|
||||
},
|
||||
|
||||
illustrator: "Saki Hayashiro",
|
||||
rarity: "Ultra Rare",
|
||||
category: "Pokemon",
|
||||
hp: 250,
|
||||
types: ["Colorless"],
|
||||
|
||||
abilities: [{
|
||||
type: "Ability",
|
||||
|
||||
name: {
|
||||
fr: "Médic Nature",
|
||||
en: "Natural Cure"
|
||||
},
|
||||
|
||||
effect: {
|
||||
fr: "Chaque fois que vous attachez une carte Énergie de votre main à ce Pokémon, il guérit de tous les États Spéciaux.",
|
||||
en: "Whenever you attach an Energy card from your hand to this Pokémon, it recovers from all Special Conditions."
|
||||
}
|
||||
}],
|
||||
|
||||
attacks: [{
|
||||
name: {
|
||||
fr: "Explosion Euphorique",
|
||||
en: "Blissful Blast"
|
||||
},
|
||||
|
||||
effect: {
|
||||
fr: "Cette attaque inflige 30 dégâts supplémentaires pour chaque Énergie attachée à ce Pokémon. Si vous avez infligé des dégâts avec cette attaque, vous pouvez attacher jusqu’à 3 cartes Énergie de votre pile de défausse à ce Pokémon.",
|
||||
en: "This attack does 30 more damage for each Energy attached to this Pokémon. If you did any damage with this attack, you may attach up to 3 Energy cards from your discard pile to this Pokémon."
|
||||
},
|
||||
|
||||
damage: "10+",
|
||||
cost: ["Colorless"]
|
||||
}],
|
||||
|
||||
weaknesses: [{
|
||||
type: "Fighting",
|
||||
value: "×2"
|
||||
}],
|
||||
|
||||
retreat: 4,
|
||||
regulationMark: "E"
|
||||
}
|
||||
|
||||
export default card
|
56
data/Sword & Shield/Chilling Reign/183.ts
Normal file
56
data/Sword & Shield/Chilling Reign/183.ts
Normal file
@ -0,0 +1,56 @@
|
||||
import { Card } from '../../../interfaces'
|
||||
import Set from '../Chilling Reign'
|
||||
|
||||
const card: Card = {
|
||||
set: Set,
|
||||
|
||||
name: {
|
||||
fr: "Leuphorie V",
|
||||
en: "Blissey V"
|
||||
},
|
||||
|
||||
illustrator: "Saya Tsuruta",
|
||||
rarity: "Ultra Rare",
|
||||
category: "Pokemon",
|
||||
hp: 250,
|
||||
types: ["Colorless"],
|
||||
|
||||
abilities: [{
|
||||
type: "Ability",
|
||||
|
||||
name: {
|
||||
fr: "Médic Nature",
|
||||
en: "Natural Cure"
|
||||
},
|
||||
|
||||
effect: {
|
||||
fr: "Chaque fois que vous attachez une carte Énergie de votre main à ce Pokémon, il guérit de tous les États Spéciaux.",
|
||||
en: "Whenever you attach an Energy card from your hand to this Pokémon, it recovers from all Special Conditions."
|
||||
}
|
||||
}],
|
||||
|
||||
attacks: [{
|
||||
name: {
|
||||
fr: "Explosion Euphorique",
|
||||
en: "Blissful Blast"
|
||||
},
|
||||
|
||||
effect: {
|
||||
fr: "Cette attaque inflige 30 dégâts supplémentaires pour chaque Énergie attachée à ce Pokémon. Si vous avez infligé des dégâts avec cette attaque, vous pouvez attacher jusqu’à 3 cartes Énergie de votre pile de défausse à ce Pokémon.",
|
||||
en: "This attack does 30 more damage for each Energy attached to this Pokémon. If you did any damage with this attack, you may attach up to 3 Energy cards from your discard pile to this Pokémon."
|
||||
},
|
||||
|
||||
damage: "10+",
|
||||
cost: ["Colorless"]
|
||||
}],
|
||||
|
||||
weaknesses: [{
|
||||
type: "Fighting",
|
||||
value: "×2"
|
||||
}],
|
||||
|
||||
retreat: 4,
|
||||
regulationMark: "E"
|
||||
}
|
||||
|
||||
export default card
|
60
data/Sword & Shield/Chilling Reign/184.ts
Normal file
60
data/Sword & Shield/Chilling Reign/184.ts
Normal file
@ -0,0 +1,60 @@
|
||||
import { Card } from '../../../interfaces'
|
||||
import Set from '../Chilling Reign'
|
||||
|
||||
const card: Card = {
|
||||
set: Set,
|
||||
|
||||
name: {
|
||||
fr: "Boréas V",
|
||||
en: "Tornadus V"
|
||||
},
|
||||
|
||||
illustrator: "PLANETA Mochizuki",
|
||||
rarity: "Ultra Rare",
|
||||
category: "Pokemon",
|
||||
hp: 210,
|
||||
types: ["Colorless"],
|
||||
|
||||
attacks: [{
|
||||
name: {
|
||||
fr: "Grosse Bourrasque",
|
||||
en: "Blow Through"
|
||||
},
|
||||
|
||||
effect: {
|
||||
fr: "Si un Stade est en jeu, cette attaque inflige 20 dégâts supplémentaires.",
|
||||
en: "If a Stadium is in play, this attack does 20 more damage."
|
||||
},
|
||||
|
||||
damage: "20+",
|
||||
cost: ["Colorless"]
|
||||
}, {
|
||||
name: {
|
||||
fr: "Marteau Impitoyable",
|
||||
en: "Blasting Hammer"
|
||||
},
|
||||
|
||||
effect: {
|
||||
fr: "Défaussez une Énergie de ce Pokémon.",
|
||||
en: "Discard an Energy from this Pokémon."
|
||||
},
|
||||
|
||||
damage: 180,
|
||||
cost: ["Colorless", "Colorless", "Colorless", "Colorless"]
|
||||
}],
|
||||
|
||||
weaknesses: [{
|
||||
type: "Lightning",
|
||||
value: "×2"
|
||||
}],
|
||||
|
||||
resistances: [{
|
||||
type: "Fighting",
|
||||
value: "-30"
|
||||
}],
|
||||
|
||||
retreat: 2,
|
||||
regulationMark: "E"
|
||||
}
|
||||
|
||||
export default card
|
60
data/Sword & Shield/Chilling Reign/185.ts
Normal file
60
data/Sword & Shield/Chilling Reign/185.ts
Normal file
@ -0,0 +1,60 @@
|
||||
import { Card } from '../../../interfaces'
|
||||
import Set from '../Chilling Reign'
|
||||
|
||||
const card: Card = {
|
||||
set: Set,
|
||||
|
||||
name: {
|
||||
fr: "Boréas V",
|
||||
en: "Tornadus V"
|
||||
},
|
||||
|
||||
illustrator: "tetsuya koizumi",
|
||||
rarity: "Ultra Rare",
|
||||
category: "Pokemon",
|
||||
hp: 210,
|
||||
types: ["Colorless"],
|
||||
|
||||
attacks: [{
|
||||
name: {
|
||||
fr: "Grosse Bourrasque",
|
||||
en: "Blow Through"
|
||||
},
|
||||
|
||||
effect: {
|
||||
fr: "Si un Stade est en jeu, cette attaque inflige 20 dégâts supplémentaires.",
|
||||
en: "If a Stadium is in play, this attack does 20 more damage."
|
||||
},
|
||||
|
||||
damage: "20+",
|
||||
cost: ["Colorless"]
|
||||
}, {
|
||||
name: {
|
||||
fr: "Marteau Impitoyable",
|
||||
en: "Blasting Hammer"
|
||||
},
|
||||
|
||||
effect: {
|
||||
fr: "Défaussez une Énergie de ce Pokémon.",
|
||||
en: "Discard an Energy from this Pokémon."
|
||||
},
|
||||
|
||||
damage: 180,
|
||||
cost: ["Colorless", "Colorless", "Colorless", "Colorless"]
|
||||
}],
|
||||
|
||||
weaknesses: [{
|
||||
type: "Lightning",
|
||||
value: "×2"
|
||||
}],
|
||||
|
||||
resistances: [{
|
||||
type: "Fighting",
|
||||
value: "-30"
|
||||
}],
|
||||
|
||||
retreat: 2,
|
||||
regulationMark: "E"
|
||||
}
|
||||
|
||||
export default card
|
25
data/Sword & Shield/Chilling Reign/186.ts
Normal file
25
data/Sword & Shield/Chilling Reign/186.ts
Normal file
@ -0,0 +1,25 @@
|
||||
import { Card } from '../../../interfaces'
|
||||
import Set from '../Chilling Reign'
|
||||
|
||||
const card: Card = {
|
||||
set: Set,
|
||||
|
||||
name: {
|
||||
fr: "Agatha",
|
||||
en: "Agatha"
|
||||
},
|
||||
|
||||
illustrator: "NC Empire",
|
||||
rarity: "Ultra Rare",
|
||||
category: "Trainer",
|
||||
|
||||
effect: {
|
||||
fr: "Déplacez jusqu’à 3 marqueurs de dégâts de votre Pokémon Actif vers le Pokémon Actif de votre adversaire.",
|
||||
en: "Move up to 3 damage counters from your Active Pokémon to your opponent’s Active Pokémon."
|
||||
},
|
||||
|
||||
trainerType: "Supporter",
|
||||
regulationMark: "E"
|
||||
}
|
||||
|
||||
export default card
|
25
data/Sword & Shield/Chilling Reign/187.ts
Normal file
25
data/Sword & Shield/Chilling Reign/187.ts
Normal file
@ -0,0 +1,25 @@
|
||||
import { Card } from '../../../interfaces'
|
||||
import Set from '../Chilling Reign'
|
||||
|
||||
const card: Card = {
|
||||
set: Set,
|
||||
|
||||
name: {
|
||||
fr: "Saturnin",
|
||||
en: "Avery"
|
||||
},
|
||||
|
||||
illustrator: "kirisAki",
|
||||
rarity: "Ultra Rare",
|
||||
category: "Trainer",
|
||||
|
||||
effect: {
|
||||
fr: "Piochez 3 cartes. Si vous avez pioché des cartes de cette façon, votre adversaire défausse ses Pokémon de Banc jusqu’à en avoir 3.",
|
||||
en: "Draw 3 cards. If you drew any cards in this way, your opponent discards Pokémon from their Bench until they have 3."
|
||||
},
|
||||
|
||||
trainerType: "Supporter",
|
||||
regulationMark: "E"
|
||||
}
|
||||
|
||||
export default card
|
25
data/Sword & Shield/Chilling Reign/188.ts
Normal file
25
data/Sword & Shield/Chilling Reign/188.ts
Normal file
@ -0,0 +1,25 @@
|
||||
import { Card } from '../../../interfaces'
|
||||
import Set from '../Chilling Reign'
|
||||
|
||||
const card: Card = {
|
||||
set: Set,
|
||||
|
||||
name: {
|
||||
fr: "Bastien",
|
||||
en: "Brawly"
|
||||
},
|
||||
|
||||
illustrator: "Sanosuke Sakuma",
|
||||
rarity: "Ultra Rare",
|
||||
category: "Trainer",
|
||||
|
||||
effect: {
|
||||
fr: "Cherchez dans votre deck jusqu’à 3 Pokémon Mille Poings de base, puis placez-les sur votre Banc. Mélangez ensuite votre deck.",
|
||||
en: "Search your deck for up to 3 Basic Rapid Strike Pokémon and put them onto your Bench. Then, shuffle your deck."
|
||||
},
|
||||
|
||||
trainerType: "Supporter",
|
||||
regulationMark: "E"
|
||||
}
|
||||
|
||||
export default card
|
25
data/Sword & Shield/Chilling Reign/189.ts
Normal file
25
data/Sword & Shield/Chilling Reign/189.ts
Normal file
@ -0,0 +1,25 @@
|
||||
import { Card } from '../../../interfaces'
|
||||
import Set from '../Chilling Reign'
|
||||
|
||||
const card: Card = {
|
||||
set: Set,
|
||||
|
||||
name: {
|
||||
fr: "Percila",
|
||||
en: "Caitlin"
|
||||
},
|
||||
|
||||
illustrator: "En Morikura",
|
||||
rarity: "Ultra Rare",
|
||||
category: "Trainer",
|
||||
|
||||
effect: {
|
||||
fr: "Placez le nombre de cartes voulues de votre main en dessous de votre deck dans l’ordre de votre choix. Ensuite, piochez ce même nombre de cartes.",
|
||||
en: "Put any number of cards from your hand on the bottom of your deck in any order. Then, draw that many cards."
|
||||
},
|
||||
|
||||
trainerType: "Supporter",
|
||||
regulationMark: "E"
|
||||
}
|
||||
|
||||
export default card
|
Some files were not shown because too many files have changed in this diff Show More
Loading…
x
Reference in New Issue
Block a user