diff --git "a/data/Pok\303\251mon TCG Pocket/Genetic Apex/015.ts" "b/data/Pok\303\251mon TCG Pocket/Genetic Apex/015.ts" index 19f62a3d5..35ac50550 100644 --- "a/data/Pok\303\251mon TCG Pocket/Genetic Apex/015.ts" +++ "b/data/Pok\303\251mon TCG Pocket/Genetic Apex/015.ts" @@ -5,26 +5,26 @@ const card: Card = { set: Set, name: { - en: "Venonat" + en: "Parasect" }, category: "Pokemon", - hp: 50, + hp: 120, types: ["Grass"], - stage: "Basic", + stage: "Stage1", attacks: [{ - cost: ["Grass"], + cost: ["Grass", "Grass", "Colorless"], name: { - en: "Tackle" + en: "Slash" }, - damage: "20" + damage: "80" }], - retreat: 1, + retreat: 2, rarity: "Two Diamond" } -export default card \ No newline at end of file +export default card diff --git "a/data/Pok\303\251mon TCG Pocket/Genetic Apex/016.ts" "b/data/Pok\303\251mon TCG Pocket/Genetic Apex/016.ts" new file mode 100644 index 000000000..e1dc29c21 --- /dev/null +++ "b/data/Pok\303\251mon TCG Pocket/Genetic Apex/016.ts" @@ -0,0 +1,30 @@ +import { Card } from "../../../interfaces" +import Set from "../Genetic Apex" + +const card: Card = { + set: Set, + + name: { + en: "Venonat" + }, + + category: "Pokemon", + hp: 50, + types: ["Grass"], + stage: "Basic", + + attacks: [{ + cost: ["Grass"], + + name: { + en: "Tackle" + }, + + damage: "20" + }], + + retreat: 1, + rarity: "One Diamond" +} + +export default card diff --git "a/data/Pok\303\251mon TCG Pocket/Genetic Apex/021.ts" "b/data/Pok\303\251mon TCG Pocket/Genetic Apex/021.ts" index 0300f6bbc..b6653753d 100644 --- "a/data/Pok\303\251mon TCG Pocket/Genetic Apex/021.ts" +++ "b/data/Pok\303\251mon TCG Pocket/Genetic Apex/021.ts" @@ -24,7 +24,7 @@ const card: Card = { }], retreat: 1, - rarity: "None" + rarity: "One Diamond" } -export default card \ No newline at end of file +export default card diff --git "a/data/Pok\303\251mon TCG Pocket/Genetic Apex/022.ts" "b/data/Pok\303\251mon TCG Pocket/Genetic Apex/022.ts" index 577130cf9..75fc1e82f 100644 --- "a/data/Pok\303\251mon TCG Pocket/Genetic Apex/022.ts" +++ "b/data/Pok\303\251mon TCG Pocket/Genetic Apex/022.ts" @@ -21,14 +21,14 @@ const card: Card = { }, effect: { - en: "Flip a coin. If heads, this attack does 20 more damage." + en: "Flip a coin. If heads, this attack does 30 more damage." }, damage: "30+" }], retreat: 3, - rarity: "None" + rarity: "Three Diamond" } -export default card \ No newline at end of file +export default card diff --git "a/data/Pok\303\251mon TCG Pocket/Genetic Apex/023.ts" "b/data/Pok\303\251mon TCG Pocket/Genetic Apex/023.ts" index c293d2154..d4a2cc8a0 100644 --- "a/data/Pok\303\251mon TCG Pocket/Genetic Apex/023.ts" +++ "b/data/Pok\303\251mon TCG Pocket/Genetic Apex/023.ts" @@ -12,9 +12,22 @@ const card: Card = { hp: 160, types: ["Grass"], stage: "Stage1", + attacks: [{ + cost: ["Grass"], + + name: { + en: "Stomp" + }, + + effect: { + en: "Flip a coin. If heads, this attack does 40 more damage." + }, + + damage: "40+" + }], suffix: "EX", retreat: 3, - rarity: "None" + rarity: "Four Diamond" } -export default card \ No newline at end of file +export default card diff --git "a/data/Pok\303\251mon TCG Pocket/Genetic Apex/024.ts" "b/data/Pok\303\251mon TCG Pocket/Genetic Apex/024.ts" index 80b040b40..48871e5f5 100644 --- "a/data/Pok\303\251mon TCG Pocket/Genetic Apex/024.ts" +++ "b/data/Pok\303\251mon TCG Pocket/Genetic Apex/024.ts" @@ -28,7 +28,7 @@ const card: Card = { }], retreat: 2, - rarity: "None" + rarity: "One Diamond" } -export default card \ No newline at end of file +export default card diff --git "a/data/Pok\303\251mon TCG Pocket/Genetic Apex/025.ts" "b/data/Pok\303\251mon TCG Pocket/Genetic Apex/025.ts" index b4515f7b1..f564a67b9 100644 --- "a/data/Pok\303\251mon TCG Pocket/Genetic Apex/025.ts" +++ "b/data/Pok\303\251mon TCG Pocket/Genetic Apex/025.ts" @@ -24,7 +24,7 @@ const card: Card = { }], retreat: 1, - rarity: "None" + rarity: "One Diamond" } -export default card \ No newline at end of file +export default card diff --git "a/data/Pok\303\251mon TCG Pocket/Genetic Apex/026.ts" "b/data/Pok\303\251mon TCG Pocket/Genetic Apex/026.ts" index b128b1605..b5d0f15c3 100644 --- "a/data/Pok\303\251mon TCG Pocket/Genetic Apex/026.ts" +++ "b/data/Pok\303\251mon TCG Pocket/Genetic Apex/026.ts" @@ -28,7 +28,7 @@ const card: Card = { }], retreat: 2, - rarity: "None" + rarity: "Two Diamond" } -export default card \ No newline at end of file +export default card diff --git "a/data/Pok\303\251mon TCG Pocket/Genetic Apex/027.ts" "b/data/Pok\303\251mon TCG Pocket/Genetic Apex/027.ts" index 37bd8066b..26eef3370 100644 --- "a/data/Pok\303\251mon TCG Pocket/Genetic Apex/027.ts" +++ "b/data/Pok\303\251mon TCG Pocket/Genetic Apex/027.ts" @@ -24,7 +24,7 @@ const card: Card = { }], retreat: 1, - rarity: "None" + rarity: "One Diamond" } -export default card \ No newline at end of file +export default card diff --git "a/data/Pok\303\251mon TCG Pocket/Genetic Apex/028.ts" "b/data/Pok\303\251mon TCG Pocket/Genetic Apex/028.ts" index aa2d00e6e..3a335357c 100644 --- "a/data/Pok\303\251mon TCG Pocket/Genetic Apex/028.ts" +++ "b/data/Pok\303\251mon TCG Pocket/Genetic Apex/028.ts" @@ -24,7 +24,7 @@ const card: Card = { }], retreat: 1, - rarity: "None" + rarity: "Two Diamond" } -export default card \ No newline at end of file +export default card diff --git "a/data/Pok\303\251mon TCG Pocket/Genetic Apex/029.ts" "b/data/Pok\303\251mon TCG Pocket/Genetic Apex/029.ts" index 36a0293c8..61f962ed6 100644 --- "a/data/Pok\303\251mon TCG Pocket/Genetic Apex/029.ts" +++ "b/data/Pok\303\251mon TCG Pocket/Genetic Apex/029.ts" @@ -28,7 +28,7 @@ const card: Card = { }], retreat: 1, - rarity: "None" + rarity: "One Diamond" } -export default card \ No newline at end of file +export default card diff --git "a/data/Pok\303\251mon TCG Pocket/Genetic Apex/030.ts" "b/data/Pok\303\251mon TCG Pocket/Genetic Apex/030.ts" index f042bd1c8..b94171387 100644 --- "a/data/Pok\303\251mon TCG Pocket/Genetic Apex/030.ts" +++ "b/data/Pok\303\251mon TCG Pocket/Genetic Apex/030.ts" @@ -28,7 +28,7 @@ const card: Card = { }], retreat: 1, - rarity: "None" + rarity: "Two Diamond" } -export default card \ No newline at end of file +export default card diff --git "a/data/Pok\303\251mon TCG Pocket/Genetic Apex/031.ts" "b/data/Pok\303\251mon TCG Pocket/Genetic Apex/031.ts" index cc8c4a141..bf411bf51 100644 --- "a/data/Pok\303\251mon TCG Pocket/Genetic Apex/031.ts" +++ "b/data/Pok\303\251mon TCG Pocket/Genetic Apex/031.ts" @@ -28,7 +28,7 @@ const card: Card = { }], retreat: 1, - rarity: "None" + rarity: "One Diamond" } -export default card \ No newline at end of file +export default card diff --git "a/data/Pok\303\251mon TCG Pocket/Genetic Apex/032.ts" "b/data/Pok\303\251mon TCG Pocket/Genetic Apex/032.ts" index 54a69423a..34b997e97 100644 --- "a/data/Pok\303\251mon TCG Pocket/Genetic Apex/032.ts" +++ "b/data/Pok\303\251mon TCG Pocket/Genetic Apex/032.ts" @@ -23,7 +23,7 @@ const card: Card = { }], retreat: 2, - rarity: "None" + rarity: "One Diamond" } -export default card \ No newline at end of file +export default card diff --git "a/data/Pok\303\251mon TCG Pocket/Genetic Apex/033.ts" "b/data/Pok\303\251mon TCG Pocket/Genetic Apex/033.ts" index 1461a8147..dd897a502 100644 --- "a/data/Pok\303\251mon TCG Pocket/Genetic Apex/033.ts" +++ "b/data/Pok\303\251mon TCG Pocket/Genetic Apex/033.ts" @@ -28,7 +28,7 @@ const card: Card = { }], retreat: 1, - rarity: "None" + rarity: "One Diamond" } -export default card \ No newline at end of file +export default card diff --git "a/data/Pok\303\251mon TCG Pocket/Genetic Apex/034.ts" "b/data/Pok\303\251mon TCG Pocket/Genetic Apex/034.ts" index 836196072..8f51f97df 100644 --- "a/data/Pok\303\251mon TCG Pocket/Genetic Apex/034.ts" +++ "b/data/Pok\303\251mon TCG Pocket/Genetic Apex/034.ts" @@ -24,7 +24,7 @@ const card: Card = { }], retreat: 2, - rarity: "None" + rarity: "Two Diamond" } -export default card \ No newline at end of file +export default card diff --git "a/data/Pok\303\251mon TCG Pocket/Genetic Apex/035.ts" "b/data/Pok\303\251mon TCG Pocket/Genetic Apex/035.ts" index 4dabd7f51..10169d8de 100644 --- "a/data/Pok\303\251mon TCG Pocket/Genetic Apex/035.ts" +++ "b/data/Pok\303\251mon TCG Pocket/Genetic Apex/035.ts" @@ -28,7 +28,7 @@ const card: Card = { }], retreat: 2, - rarity: "None" + rarity: "Three Diamond" } -export default card \ No newline at end of file +export default card diff --git "a/data/Pok\303\251mon TCG Pocket/Genetic Apex/036.ts" "b/data/Pok\303\251mon TCG Pocket/Genetic Apex/036.ts" index d3e44097f..c8eecff76 100644 --- "a/data/Pok\303\251mon TCG Pocket/Genetic Apex/036.ts" +++ "b/data/Pok\303\251mon TCG Pocket/Genetic Apex/036.ts" @@ -37,7 +37,7 @@ const card: Card = { }], retreat: 2, - rarity: "None" + rarity: "Four Diamond" } -export default card \ No newline at end of file +export default card diff --git "a/data/Pok\303\251mon TCG Pocket/Genetic Apex/037.ts" "b/data/Pok\303\251mon TCG Pocket/Genetic Apex/037.ts" index 7b99c8398..c19cafbff 100644 --- "a/data/Pok\303\251mon TCG Pocket/Genetic Apex/037.ts" +++ "b/data/Pok\303\251mon TCG Pocket/Genetic Apex/037.ts" @@ -26,7 +26,7 @@ const card: Card = { }], retreat: 1, - rarity: "None" + rarity: "One Diamond" } -export default card \ No newline at end of file +export default card diff --git "a/data/Pok\303\251mon TCG Pocket/Genetic Apex/038.ts" "b/data/Pok\303\251mon TCG Pocket/Genetic Apex/038.ts" index fd3d24ca1..ea43c3d46 100644 --- "a/data/Pok\303\251mon TCG Pocket/Genetic Apex/038.ts" +++ "b/data/Pok\303\251mon TCG Pocket/Genetic Apex/038.ts" @@ -28,7 +28,7 @@ const card: Card = { }], retreat: 1, - rarity: "None" + rarity: "Two Diamond" } -export default card \ No newline at end of file +export default card diff --git "a/data/Pok\303\251mon TCG Pocket/Genetic Apex/039.ts" "b/data/Pok\303\251mon TCG Pocket/Genetic Apex/039.ts" index 29ecbf7f5..a8cb2fa4d 100644 --- "a/data/Pok\303\251mon TCG Pocket/Genetic Apex/039.ts" +++ "b/data/Pok\303\251mon TCG Pocket/Genetic Apex/039.ts" @@ -24,7 +24,7 @@ const card: Card = { }], retreat: 1, - rarity: "None" + rarity: "One Diamond" } -export default card \ No newline at end of file +export default card diff --git "a/data/Pok\303\251mon TCG Pocket/Genetic Apex/040.ts" "b/data/Pok\303\251mon TCG Pocket/Genetic Apex/040.ts" index dfac4f3b2..aa63b4974 100644 --- "a/data/Pok\303\251mon TCG Pocket/Genetic Apex/040.ts" +++ "b/data/Pok\303\251mon TCG Pocket/Genetic Apex/040.ts" @@ -28,7 +28,7 @@ const card: Card = { }], retreat: 2, - rarity: "None" + rarity: "Three Diamond" } -export default card \ No newline at end of file +export default card diff --git "a/data/Pok\303\251mon TCG Pocket/Genetic Apex/041.ts" "b/data/Pok\303\251mon TCG Pocket/Genetic Apex/041.ts" index 3a4a2ad76..5d09a7aa1 100644 --- "a/data/Pok\303\251mon TCG Pocket/Genetic Apex/041.ts" +++ "b/data/Pok\303\251mon TCG Pocket/Genetic Apex/041.ts" @@ -29,7 +29,7 @@ const card: Card = { }], retreat: 2, - rarity: "None" + rarity: "Four Diamond" } -export default card \ No newline at end of file +export default card diff --git "a/data/Pok\303\251mon TCG Pocket/Genetic Apex/042.ts" "b/data/Pok\303\251mon TCG Pocket/Genetic Apex/042.ts" index bde6d5327..35a800a7f 100644 --- "a/data/Pok\303\251mon TCG Pocket/Genetic Apex/042.ts" +++ "b/data/Pok\303\251mon TCG Pocket/Genetic Apex/042.ts" @@ -24,7 +24,7 @@ const card: Card = { }], retreat: 1, - rarity: "None" + rarity: "One Diamond" } -export default card \ No newline at end of file +export default card diff --git "a/data/Pok\303\251mon TCG Pocket/Genetic Apex/043.ts" "b/data/Pok\303\251mon TCG Pocket/Genetic Apex/043.ts" index 8bd07b223..e6a4c7a03 100644 --- "a/data/Pok\303\251mon TCG Pocket/Genetic Apex/043.ts" +++ "b/data/Pok\303\251mon TCG Pocket/Genetic Apex/043.ts" @@ -24,7 +24,7 @@ const card: Card = { }], retreat: 1, - rarity: "None" + rarity: "Two Diamond" } -export default card \ No newline at end of file +export default card diff --git "a/data/Pok\303\251mon TCG Pocket/Genetic Apex/044.ts" "b/data/Pok\303\251mon TCG Pocket/Genetic Apex/044.ts" index 2c2272816..c77c89c3c 100644 --- "a/data/Pok\303\251mon TCG Pocket/Genetic Apex/044.ts" +++ "b/data/Pok\303\251mon TCG Pocket/Genetic Apex/044.ts" @@ -24,7 +24,7 @@ const card: Card = { }], retreat: 2, - rarity: "None" + rarity: "One Diamond" } -export default card \ No newline at end of file +export default card diff --git "a/data/Pok\303\251mon TCG Pocket/Genetic Apex/045.ts" "b/data/Pok\303\251mon TCG Pocket/Genetic Apex/045.ts" index 7111acfcc..d2d3a3249 100644 --- "a/data/Pok\303\251mon TCG Pocket/Genetic Apex/045.ts" +++ "b/data/Pok\303\251mon TCG Pocket/Genetic Apex/045.ts" @@ -28,7 +28,7 @@ const card: Card = { }], retreat: 2, - rarity: "None" + rarity: "Three Diamond" } -export default card \ No newline at end of file +export default card diff --git "a/data/Pok\303\251mon TCG Pocket/Genetic Apex/046.ts" "b/data/Pok\303\251mon TCG Pocket/Genetic Apex/046.ts" index 13a47377b..e892d5a6b 100644 --- "a/data/Pok\303\251mon TCG Pocket/Genetic Apex/046.ts" +++ "b/data/Pok\303\251mon TCG Pocket/Genetic Apex/046.ts" @@ -28,7 +28,7 @@ const card: Card = { }], retreat: 1, - rarity: "None" + rarity: "Three Diamond" } -export default card \ No newline at end of file +export default card diff --git "a/data/Pok\303\251mon TCG Pocket/Genetic Apex/047.ts" "b/data/Pok\303\251mon TCG Pocket/Genetic Apex/047.ts" index d528e216b..dbb3da3de 100644 --- "a/data/Pok\303\251mon TCG Pocket/Genetic Apex/047.ts" +++ "b/data/Pok\303\251mon TCG Pocket/Genetic Apex/047.ts" @@ -35,7 +35,7 @@ const card: Card = { }], retreat: 2, - rarity: "None" + rarity: "Four Diamond" } -export default card \ No newline at end of file +export default card diff --git "a/data/Pok\303\251mon TCG Pocket/Genetic Apex/048.ts" "b/data/Pok\303\251mon TCG Pocket/Genetic Apex/048.ts" index 10922d7f6..f7b644d6c 100644 --- "a/data/Pok\303\251mon TCG Pocket/Genetic Apex/048.ts" +++ "b/data/Pok\303\251mon TCG Pocket/Genetic Apex/048.ts" @@ -24,7 +24,7 @@ const card: Card = { }], retreat: 1, - rarity: "None" + rarity: "One Diamond" } -export default card \ No newline at end of file +export default card diff --git "a/data/Pok\303\251mon TCG Pocket/Genetic Apex/049.ts" "b/data/Pok\303\251mon TCG Pocket/Genetic Apex/049.ts" index affa47971..35e04d988 100644 --- "a/data/Pok\303\251mon TCG Pocket/Genetic Apex/049.ts" +++ "b/data/Pok\303\251mon TCG Pocket/Genetic Apex/049.ts" @@ -24,7 +24,7 @@ const card: Card = { }], retreat: 1, - rarity: "None" + rarity: "One Diamond" } -export default card \ No newline at end of file +export default card diff --git "a/data/Pok\303\251mon TCG Pocket/Genetic Apex/050.ts" "b/data/Pok\303\251mon TCG Pocket/Genetic Apex/050.ts" index 1ec71d00e..f85f92507 100644 --- "a/data/Pok\303\251mon TCG Pocket/Genetic Apex/050.ts" +++ "b/data/Pok\303\251mon TCG Pocket/Genetic Apex/050.ts" @@ -24,7 +24,7 @@ const card: Card = { }], retreat: 1, - rarity: "None" + rarity: "One Diamond" } -export default card \ No newline at end of file +export default card diff --git "a/data/Pok\303\251mon TCG Pocket/Genetic Apex/051.ts" "b/data/Pok\303\251mon TCG Pocket/Genetic Apex/051.ts" index 498924b9f..fe011a401 100644 --- "a/data/Pok\303\251mon TCG Pocket/Genetic Apex/051.ts" +++ "b/data/Pok\303\251mon TCG Pocket/Genetic Apex/051.ts" @@ -24,7 +24,7 @@ const card: Card = { }], retreat: 1, - rarity: "None" + rarity: "One Diamond" } -export default card \ No newline at end of file +export default card diff --git "a/data/Pok\303\251mon TCG Pocket/Genetic Apex/052.ts" "b/data/Pok\303\251mon TCG Pocket/Genetic Apex/052.ts" index 32457e7bb..c0b383fe3 100644 --- "a/data/Pok\303\251mon TCG Pocket/Genetic Apex/052.ts" +++ "b/data/Pok\303\251mon TCG Pocket/Genetic Apex/052.ts" @@ -28,7 +28,7 @@ const card: Card = { }], retreat: 3, - rarity: "None" + rarity: "Two Diamond" } -export default card \ No newline at end of file +export default card diff --git "a/data/Pok\303\251mon TCG Pocket/Genetic Apex/053.ts" "b/data/Pok\303\251mon TCG Pocket/Genetic Apex/053.ts" new file mode 100644 index 000000000..4be6aed7c --- /dev/null +++ "b/data/Pok\303\251mon TCG Pocket/Genetic Apex/053.ts" @@ -0,0 +1,30 @@ +import { Card } from "../../../interfaces" +import Set from "../Genetic Apex" + +const card: Card = { + set: Set, + + name: { + en: "Squirtle" + }, + + category: "Pokemon", + hp: 60, + types: ["Water"], + stage: "Basic", + + attacks: [{ + cost: ["Water"], + + name: { + en: "Water Gun" + }, + + damage: "20" + }], + + retreat: 1, + rarity: "One Diamond" +} + +export default card diff --git "a/data/Pok\303\251mon TCG Pocket/Genetic Apex/054.ts" "b/data/Pok\303\251mon TCG Pocket/Genetic Apex/054.ts" index 23909b597..1f705bbed 100644 --- "a/data/Pok\303\251mon TCG Pocket/Genetic Apex/054.ts" +++ "b/data/Pok\303\251mon TCG Pocket/Genetic Apex/054.ts" @@ -24,7 +24,7 @@ const card: Card = { }], retreat: 1, - rarity: "None" + rarity: "Two Diamond" } -export default card \ No newline at end of file +export default card diff --git "a/data/Pok\303\251mon TCG Pocket/Genetic Apex/055.ts" "b/data/Pok\303\251mon TCG Pocket/Genetic Apex/055.ts" index 0ea724f2c..502227c5b 100644 --- "a/data/Pok\303\251mon TCG Pocket/Genetic Apex/055.ts" +++ "b/data/Pok\303\251mon TCG Pocket/Genetic Apex/055.ts" @@ -28,7 +28,7 @@ const card: Card = { }], retreat: 3, - rarity: "None" + rarity: "Three Diamond" } -export default card \ No newline at end of file +export default card diff --git "a/data/Pok\303\251mon TCG Pocket/Genetic Apex/056.ts" "b/data/Pok\303\251mon TCG Pocket/Genetic Apex/056.ts" index 68dc20aa1..54b6c9825 100644 --- "a/data/Pok\303\251mon TCG Pocket/Genetic Apex/056.ts" +++ "b/data/Pok\303\251mon TCG Pocket/Genetic Apex/056.ts" @@ -37,7 +37,7 @@ const card: Card = { }], retreat: 3, - rarity: "None" + rarity: "Four Diamond" } -export default card \ No newline at end of file +export default card diff --git "a/data/Pok\303\251mon TCG Pocket/Genetic Apex/057.ts" "b/data/Pok\303\251mon TCG Pocket/Genetic Apex/057.ts" index 0a74277cb..029426eab 100644 --- "a/data/Pok\303\251mon TCG Pocket/Genetic Apex/057.ts" +++ "b/data/Pok\303\251mon TCG Pocket/Genetic Apex/057.ts" @@ -28,7 +28,7 @@ const card: Card = { }], retreat: 1, - rarity: "None" + rarity: "One Diamond" } -export default card \ No newline at end of file +export default card diff --git "a/data/Pok\303\251mon TCG Pocket/Genetic Apex/058.ts" "b/data/Pok\303\251mon TCG Pocket/Genetic Apex/058.ts" index debffdc21..77d151fa4 100644 --- "a/data/Pok\303\251mon TCG Pocket/Genetic Apex/058.ts" +++ "b/data/Pok\303\251mon TCG Pocket/Genetic Apex/058.ts" @@ -24,7 +24,7 @@ const card: Card = { }], retreat: 1, - rarity: "None" + rarity: "Two Diamond" } -export default card \ No newline at end of file +export default card diff --git "a/data/Pok\303\251mon TCG Pocket/Genetic Apex/059.ts" "b/data/Pok\303\251mon TCG Pocket/Genetic Apex/059.ts" index c311c3946..2a393a009 100644 --- "a/data/Pok\303\251mon TCG Pocket/Genetic Apex/059.ts" +++ "b/data/Pok\303\251mon TCG Pocket/Genetic Apex/059.ts" @@ -24,7 +24,7 @@ const card: Card = { }], retreat: 1, - rarity: "None" + rarity: "One Diamond" } -export default card \ No newline at end of file +export default card diff --git "a/data/Pok\303\251mon TCG Pocket/Genetic Apex/060.ts" "b/data/Pok\303\251mon TCG Pocket/Genetic Apex/060.ts" index 42e485d5d..9258c2ad1 100644 --- "a/data/Pok\303\251mon TCG Pocket/Genetic Apex/060.ts" +++ "b/data/Pok\303\251mon TCG Pocket/Genetic Apex/060.ts" @@ -24,7 +24,7 @@ const card: Card = { }], retreat: 2, - rarity: "None" + rarity: "Two Diamond" } -export default card \ No newline at end of file +export default card diff --git "a/data/Pok\303\251mon TCG Pocket/Genetic Apex/061.ts" "b/data/Pok\303\251mon TCG Pocket/Genetic Apex/061.ts" index 8329a25d7..5611dcf62 100644 --- "a/data/Pok\303\251mon TCG Pocket/Genetic Apex/061.ts" +++ "b/data/Pok\303\251mon TCG Pocket/Genetic Apex/061.ts" @@ -5,26 +5,38 @@ const card: Card = { set: Set, name: { - en: "Tentacool" + en: "Poliwrath" }, category: "Pokemon", - hp: 60, + hp: 150, types: ["Water"], - stage: "Basic", + stage: "Stage2", + + abilities: [{ + type: "Ability", + + name: { + en: "Counterattack" + }, + + effect: { + en: "If this Pokémon is in the Active Spot and is damaged by an attack from your opponent's Pokémon, do 20 damage to the Attacking Pokémon." + } + }], attacks: [{ - cost: ["Water"], + cost: ["Water", "Colorless", "Colorless"], name: { - en: "Gentle Slap" + en: "Mega Punch" }, - damage: "20" + damage: "80" }], - retreat: 1, - rarity: "None" + retreat: 2, + rarity: "Three Diamond" } -export default card \ No newline at end of file +export default card diff --git "a/data/Pok\303\251mon TCG Pocket/Genetic Apex/062.ts" "b/data/Pok\303\251mon TCG Pocket/Genetic Apex/062.ts" new file mode 100644 index 000000000..04bddee89 --- /dev/null +++ "b/data/Pok\303\251mon TCG Pocket/Genetic Apex/062.ts" @@ -0,0 +1,30 @@ +import { Card } from "../../../interfaces" +import Set from "../Genetic Apex" + +const card: Card = { + set: Set, + + name: { + en: "Tentacool" + }, + + category: "Pokemon", + hp: 60, + types: ["Water"], + stage: "Basic", + + attacks: [{ + cost: ["Water"], + + name: { + en: "Gentle Slap" + }, + + damage: "20" + }], + + retreat: 1, + rarity: "One Diamond" +} + +export default card diff --git "a/data/Pok\303\251mon TCG Pocket/Genetic Apex/063.ts" "b/data/Pok\303\251mon TCG Pocket/Genetic Apex/063.ts" index 9f04ff8e6..73b97def8 100644 --- "a/data/Pok\303\251mon TCG Pocket/Genetic Apex/063.ts" +++ "b/data/Pok\303\251mon TCG Pocket/Genetic Apex/063.ts" @@ -28,7 +28,7 @@ const card: Card = { }], retreat: 2, - rarity: "None" + rarity: "Two Diamond" } -export default card \ No newline at end of file +export default card diff --git "a/data/Pok\303\251mon TCG Pocket/Genetic Apex/064.ts" "b/data/Pok\303\251mon TCG Pocket/Genetic Apex/064.ts" index 712ab79cc..2dbeb1b97 100644 --- "a/data/Pok\303\251mon TCG Pocket/Genetic Apex/064.ts" +++ "b/data/Pok\303\251mon TCG Pocket/Genetic Apex/064.ts" @@ -24,7 +24,7 @@ const card: Card = { }], retreat: 2, - rarity: "None" + rarity: "One Diamond" } -export default card \ No newline at end of file +export default card diff --git "a/data/Pok\303\251mon TCG Pocket/Genetic Apex/065.ts" "b/data/Pok\303\251mon TCG Pocket/Genetic Apex/065.ts" index dba07c4bc..0c8079676 100644 --- "a/data/Pok\303\251mon TCG Pocket/Genetic Apex/065.ts" +++ "b/data/Pok\303\251mon TCG Pocket/Genetic Apex/065.ts" @@ -24,7 +24,7 @@ const card: Card = { }], retreat: 3, - rarity: "None" + rarity: "Two Diamond" } -export default card \ No newline at end of file +export default card diff --git "a/data/Pok\303\251mon TCG Pocket/Genetic Apex/066.ts" "b/data/Pok\303\251mon TCG Pocket/Genetic Apex/066.ts" index 53791e60e..85ff53999 100644 --- "a/data/Pok\303\251mon TCG Pocket/Genetic Apex/066.ts" +++ "b/data/Pok\303\251mon TCG Pocket/Genetic Apex/066.ts" @@ -24,7 +24,7 @@ const card: Card = { }], retreat: 1, - rarity: "None" + rarity: "One Diamond" } -export default card \ No newline at end of file +export default card diff --git "a/data/Pok\303\251mon TCG Pocket/Genetic Apex/067.ts" "b/data/Pok\303\251mon TCG Pocket/Genetic Apex/067.ts" index 03fc85048..64be95353 100644 --- "a/data/Pok\303\251mon TCG Pocket/Genetic Apex/067.ts" +++ "b/data/Pok\303\251mon TCG Pocket/Genetic Apex/067.ts" @@ -36,7 +36,7 @@ const card: Card = { }], retreat: 3, - rarity: "None" + rarity: "Two Diamond" } -export default card \ No newline at end of file +export default card diff --git "a/data/Pok\303\251mon TCG Pocket/Genetic Apex/068.ts" "b/data/Pok\303\251mon TCG Pocket/Genetic Apex/068.ts" index adeb13b16..906bf9005 100644 --- "a/data/Pok\303\251mon TCG Pocket/Genetic Apex/068.ts" +++ "b/data/Pok\303\251mon TCG Pocket/Genetic Apex/068.ts" @@ -24,7 +24,7 @@ const card: Card = { }], retreat: 2, - rarity: "None" + rarity: "One Diamond" } -export default card \ No newline at end of file +export default card diff --git "a/data/Pok\303\251mon TCG Pocket/Genetic Apex/069.ts" "b/data/Pok\303\251mon TCG Pocket/Genetic Apex/069.ts" index a9c4cf641..9ab83f4c2 100644 --- "a/data/Pok\303\251mon TCG Pocket/Genetic Apex/069.ts" +++ "b/data/Pok\303\251mon TCG Pocket/Genetic Apex/069.ts" @@ -28,7 +28,7 @@ const card: Card = { }], retreat: 3, - rarity: "None" + rarity: "Two Diamond" } -export default card \ No newline at end of file +export default card diff --git "a/data/Pok\303\251mon TCG Pocket/Genetic Apex/070.ts" "b/data/Pok\303\251mon TCG Pocket/Genetic Apex/070.ts" index 5be9a7cfd..a849eaa83 100644 --- "a/data/Pok\303\251mon TCG Pocket/Genetic Apex/070.ts" +++ "b/data/Pok\303\251mon TCG Pocket/Genetic Apex/070.ts" @@ -24,7 +24,7 @@ const card: Card = { }], retreat: 1, - rarity: "None" + rarity: "One Diamond" } -export default card \ No newline at end of file +export default card diff --git "a/data/Pok\303\251mon TCG Pocket/Genetic Apex/071.ts" "b/data/Pok\303\251mon TCG Pocket/Genetic Apex/071.ts" index 912de9cf6..000f0a9b9 100644 --- "a/data/Pok\303\251mon TCG Pocket/Genetic Apex/071.ts" +++ "b/data/Pok\303\251mon TCG Pocket/Genetic Apex/071.ts" @@ -26,7 +26,7 @@ const card: Card = { }], retreat: 1, - rarity: "None" + rarity: "Two Diamond" } -export default card \ No newline at end of file +export default card diff --git "a/data/Pok\303\251mon TCG Pocket/Genetic Apex/072.ts" "b/data/Pok\303\251mon TCG Pocket/Genetic Apex/072.ts" index ccedf1c83..98d38181c 100644 --- "a/data/Pok\303\251mon TCG Pocket/Genetic Apex/072.ts" +++ "b/data/Pok\303\251mon TCG Pocket/Genetic Apex/072.ts" @@ -24,7 +24,7 @@ const card: Card = { }], retreat: 1, - rarity: "None" + rarity: "One Diamond" } -export default card \ No newline at end of file +export default card diff --git "a/data/Pok\303\251mon TCG Pocket/Genetic Apex/073.ts" "b/data/Pok\303\251mon TCG Pocket/Genetic Apex/073.ts" index ed5502c61..573edd2bc 100644 --- "a/data/Pok\303\251mon TCG Pocket/Genetic Apex/073.ts" +++ "b/data/Pok\303\251mon TCG Pocket/Genetic Apex/073.ts" @@ -11,7 +11,7 @@ const card: Card = { category: "Pokemon", hp: 100, types: ["Water"], - stage: "Stage2", + stage: "Stage1", attacks: [{ cost: ["Water"], @@ -28,7 +28,7 @@ const card: Card = { }], retreat: 1, - rarity: "None" + rarity: "One Diamond" } -export default card \ No newline at end of file +export default card diff --git "a/data/Pok\303\251mon TCG Pocket/Genetic Apex/074.ts" "b/data/Pok\303\251mon TCG Pocket/Genetic Apex/074.ts" index 65ba99019..2b3586b6f 100644 --- "a/data/Pok\303\251mon TCG Pocket/Genetic Apex/074.ts" +++ "b/data/Pok\303\251mon TCG Pocket/Genetic Apex/074.ts" @@ -24,7 +24,7 @@ const card: Card = { }], retreat: 1, - rarity: "None" + rarity: "One Diamond" } -export default card \ No newline at end of file +export default card diff --git "a/data/Pok\303\251mon TCG Pocket/Genetic Apex/075.ts" "b/data/Pok\303\251mon TCG Pocket/Genetic Apex/075.ts" index 82c266da2..8e622a1d6 100644 --- "a/data/Pok\303\251mon TCG Pocket/Genetic Apex/075.ts" +++ "b/data/Pok\303\251mon TCG Pocket/Genetic Apex/075.ts" @@ -24,7 +24,7 @@ const card: Card = { }], retreat: 0, - rarity: "None" + rarity: "Two Diamond" } -export default card \ No newline at end of file +export default card diff --git "a/data/Pok\303\251mon TCG Pocket/Genetic Apex/076.ts" "b/data/Pok\303\251mon TCG Pocket/Genetic Apex/076.ts" index 6511e9055..c98df76be 100644 --- "a/data/Pok\303\251mon TCG Pocket/Genetic Apex/076.ts" +++ "b/data/Pok\303\251mon TCG Pocket/Genetic Apex/076.ts" @@ -25,7 +25,7 @@ const card: Card = { }], retreat: 0, - rarity: "None" + rarity: "Four Diamond" } -export default card \ No newline at end of file +export default card diff --git "a/data/Pok\303\251mon TCG Pocket/Genetic Apex/077.ts" "b/data/Pok\303\251mon TCG Pocket/Genetic Apex/077.ts" index aaad97e87..09bb44f50 100644 --- "a/data/Pok\303\251mon TCG Pocket/Genetic Apex/077.ts" +++ "b/data/Pok\303\251mon TCG Pocket/Genetic Apex/077.ts" @@ -24,7 +24,7 @@ const card: Card = { }], retreat: 1, - rarity: "None" + rarity: "One Diamond" } -export default card \ No newline at end of file +export default card diff --git "a/data/Pok\303\251mon TCG Pocket/Genetic Apex/078.ts" "b/data/Pok\303\251mon TCG Pocket/Genetic Apex/078.ts" index 12b1c5c36..8323f6bb4 100644 --- "a/data/Pok\303\251mon TCG Pocket/Genetic Apex/078.ts" +++ "b/data/Pok\303\251mon TCG Pocket/Genetic Apex/078.ts" @@ -28,7 +28,7 @@ const card: Card = { }], retreat: 4, - rarity: "None" + rarity: "Three Diamond" } -export default card \ No newline at end of file +export default card diff --git "a/data/Pok\303\251mon TCG Pocket/Genetic Apex/079.ts" "b/data/Pok\303\251mon TCG Pocket/Genetic Apex/079.ts" index 0b7813e45..2cde7f714 100644 --- "a/data/Pok\303\251mon TCG Pocket/Genetic Apex/079.ts" +++ "b/data/Pok\303\251mon TCG Pocket/Genetic Apex/079.ts" @@ -28,7 +28,7 @@ const card: Card = { }], retreat: 2, - rarity: "None" + rarity: "Three Diamond" } -export default card \ No newline at end of file +export default card diff --git "a/data/Pok\303\251mon TCG Pocket/Genetic Apex/080.ts" "b/data/Pok\303\251mon TCG Pocket/Genetic Apex/080.ts" index d9e572d18..31f0eabfd 100644 --- "a/data/Pok\303\251mon TCG Pocket/Genetic Apex/080.ts" +++ "b/data/Pok\303\251mon TCG Pocket/Genetic Apex/080.ts" @@ -21,14 +21,14 @@ const card: Card = { }, effect: { - en: "Heals 30 damage from this Pokémon." + en: "Heal 30 damage from this Pokémon." }, damage: "60" }], retreat: 2, - rarity: "None" + rarity: "Three Diamond" } -export default card \ No newline at end of file +export default card diff --git "a/data/Pok\303\251mon TCG Pocket/Genetic Apex/081.ts" "b/data/Pok\303\251mon TCG Pocket/Genetic Apex/081.ts" index c628bbb18..b50d3ed33 100644 --- "a/data/Pok\303\251mon TCG Pocket/Genetic Apex/081.ts" +++ "b/data/Pok\303\251mon TCG Pocket/Genetic Apex/081.ts" @@ -24,7 +24,7 @@ const card: Card = { }], retreat: 2, - rarity: "None" + rarity: "Two Diamond" } -export default card \ No newline at end of file +export default card diff --git "a/data/Pok\303\251mon TCG Pocket/Genetic Apex/082.ts" "b/data/Pok\303\251mon TCG Pocket/Genetic Apex/082.ts" index 66c929bc2..2a880bf17 100644 --- "a/data/Pok\303\251mon TCG Pocket/Genetic Apex/082.ts" +++ "b/data/Pok\303\251mon TCG Pocket/Genetic Apex/082.ts" @@ -28,7 +28,7 @@ const card: Card = { }], retreat: 2, - rarity: "None" + rarity: "Three Diamond" } -export default card \ No newline at end of file +export default card diff --git "a/data/Pok\303\251mon TCG Pocket/Genetic Apex/083.ts" "b/data/Pok\303\251mon TCG Pocket/Genetic Apex/083.ts" index 36434615d..a90963514 100644 --- "a/data/Pok\303\251mon TCG Pocket/Genetic Apex/083.ts" +++ "b/data/Pok\303\251mon TCG Pocket/Genetic Apex/083.ts" @@ -28,7 +28,7 @@ const card: Card = { }], retreat: 1, - rarity: "None" + rarity: "Three Diamond" } -export default card \ No newline at end of file +export default card diff --git "a/data/Pok\303\251mon TCG Pocket/Genetic Apex/084.ts" "b/data/Pok\303\251mon TCG Pocket/Genetic Apex/084.ts" index 02e92f63f..b42db2f45 100644 --- "a/data/Pok\303\251mon TCG Pocket/Genetic Apex/084.ts" +++ "b/data/Pok\303\251mon TCG Pocket/Genetic Apex/084.ts" @@ -37,7 +37,7 @@ const card: Card = { }], retreat: 2, - rarity: "None" + rarity: "Four Diamond" } -export default card \ No newline at end of file +export default card diff --git "a/data/Pok\303\251mon TCG Pocket/Genetic Apex/085.ts" "b/data/Pok\303\251mon TCG Pocket/Genetic Apex/085.ts" index b4d29cf27..56639e73c 100644 --- "a/data/Pok\303\251mon TCG Pocket/Genetic Apex/085.ts" +++ "b/data/Pok\303\251mon TCG Pocket/Genetic Apex/085.ts" @@ -24,7 +24,7 @@ const card: Card = { }], retreat: 1, - rarity: "None" + rarity: "One Diamond" } -export default card \ No newline at end of file +export default card diff --git "a/data/Pok\303\251mon TCG Pocket/Genetic Apex/086.ts" "b/data/Pok\303\251mon TCG Pocket/Genetic Apex/086.ts" index 741788355..76907bf1b 100644 --- "a/data/Pok\303\251mon TCG Pocket/Genetic Apex/086.ts" +++ "b/data/Pok\303\251mon TCG Pocket/Genetic Apex/086.ts" @@ -24,7 +24,7 @@ const card: Card = { }], retreat: 1, - rarity: "None" + rarity: "Two Diamond" } -export default card \ No newline at end of file +export default card diff --git "a/data/Pok\303\251mon TCG Pocket/Genetic Apex/087.ts" "b/data/Pok\303\251mon TCG Pocket/Genetic Apex/087.ts" index cf7a0fc4e..f85d3cab0 100644 --- "a/data/Pok\303\251mon TCG Pocket/Genetic Apex/087.ts" +++ "b/data/Pok\303\251mon TCG Pocket/Genetic Apex/087.ts" @@ -24,7 +24,7 @@ const card: Card = { }], retreat: 1, - rarity: "None" + rarity: "One Diamond" } -export default card \ No newline at end of file +export default card diff --git "a/data/Pok\303\251mon TCG Pocket/Genetic Apex/088.ts" "b/data/Pok\303\251mon TCG Pocket/Genetic Apex/088.ts" index c81c3f75c..f1eb213d7 100644 --- "a/data/Pok\303\251mon TCG Pocket/Genetic Apex/088.ts" +++ "b/data/Pok\303\251mon TCG Pocket/Genetic Apex/088.ts" @@ -24,7 +24,7 @@ const card: Card = { }], retreat: 1, - rarity: "None" + rarity: "Two Diamond" } -export default card \ No newline at end of file +export default card diff --git "a/data/Pok\303\251mon TCG Pocket/Genetic Apex/089.ts" "b/data/Pok\303\251mon TCG Pocket/Genetic Apex/089.ts" index ac2b4614b..233bc732c 100644 --- "a/data/Pok\303\251mon TCG Pocket/Genetic Apex/089.ts" +++ "b/data/Pok\303\251mon TCG Pocket/Genetic Apex/089.ts" @@ -36,7 +36,7 @@ const card: Card = { }], retreat: 1, - rarity: "None" + rarity: "Three Diamond" } -export default card \ No newline at end of file +export default card diff --git "a/data/Pok\303\251mon TCG Pocket/Genetic Apex/090.ts" "b/data/Pok\303\251mon TCG Pocket/Genetic Apex/090.ts" index 327e44615..488a1e341 100644 --- "a/data/Pok\303\251mon TCG Pocket/Genetic Apex/090.ts" +++ "b/data/Pok\303\251mon TCG Pocket/Genetic Apex/090.ts" @@ -24,7 +24,7 @@ const card: Card = { }], retreat: 1, - rarity: "None" + rarity: "One Diamond" } -export default card \ No newline at end of file +export default card diff --git "a/data/Pok\303\251mon TCG Pocket/Genetic Apex/091.ts" "b/data/Pok\303\251mon TCG Pocket/Genetic Apex/091.ts" index 1106b41f4..9160caba3 100644 --- "a/data/Pok\303\251mon TCG Pocket/Genetic Apex/091.ts" +++ "b/data/Pok\303\251mon TCG Pocket/Genetic Apex/091.ts" @@ -28,7 +28,7 @@ const card: Card = { }], retreat: 1, - rarity: "None" + rarity: "Two Diamond" } -export default card \ No newline at end of file +export default card diff --git "a/data/Pok\303\251mon TCG Pocket/Genetic Apex/092.ts" "b/data/Pok\303\251mon TCG Pocket/Genetic Apex/092.ts" index ce4dc27c3..c4aaf1c04 100644 --- "a/data/Pok\303\251mon TCG Pocket/Genetic Apex/092.ts" +++ "b/data/Pok\303\251mon TCG Pocket/Genetic Apex/092.ts" @@ -5,30 +5,26 @@ const card: Card = { set: Set, name: { - en: "Frosmoth" + en: "Snom" }, category: "Pokemon", - hp: 90, + hp: 50, types: ["Water"], - stage: "Stage1", + stage: "Basic", attacks: [{ - cost: ["Water", "Colorless"], + cost: ["Colorless"], name: { - en: "Powder Snow" + en: "Ram" }, - effect: { - en: "Your opponent's Active Pokémon is now Asleep." - }, - - damage: "40" + damage: "10" }], retreat: 1, - rarity: "None" + rarity: "One Diamond" } -export default card \ No newline at end of file +export default card diff --git "a/data/Pok\303\251mon TCG Pocket/Genetic Apex/093.ts" "b/data/Pok\303\251mon TCG Pocket/Genetic Apex/093.ts" new file mode 100644 index 000000000..5a5a71cfb --- /dev/null +++ "b/data/Pok\303\251mon TCG Pocket/Genetic Apex/093.ts" @@ -0,0 +1,34 @@ +import { Card } from "../../../interfaces" +import Set from "../Genetic Apex" + +const card: Card = { + set: Set, + + name: { + en: "Frosmoth" + }, + + category: "Pokemon", + hp: 90, + types: ["Water"], + stage: "Stage1", + + attacks: [{ + cost: ["Water", "Colorless"], + + name: { + en: "Powder Snow" + }, + + effect: { + en: "Your opponent's Active Pokémon is now Asleep." + }, + + damage: "40" + }], + + retreat: 1, + rarity: "Two Diamond" +} + +export default card diff --git "a/data/Pok\303\251mon TCG Pocket/Genetic Apex/094.ts" "b/data/Pok\303\251mon TCG Pocket/Genetic Apex/094.ts" index ca615e40f..63aa6b6b8 100644 --- "a/data/Pok\303\251mon TCG Pocket/Genetic Apex/094.ts" +++ "b/data/Pok\303\251mon TCG Pocket/Genetic Apex/094.ts" @@ -24,7 +24,7 @@ const card: Card = { }], retreat: 1, - rarity: "None" + rarity: "One Diamond" } -export default card \ No newline at end of file +export default card diff --git "a/data/Pok\303\251mon TCG Pocket/Genetic Apex/095.ts" "b/data/Pok\303\251mon TCG Pocket/Genetic Apex/095.ts" index 7abda5209..375bf79cf 100644 --- "a/data/Pok\303\251mon TCG Pocket/Genetic Apex/095.ts" +++ "b/data/Pok\303\251mon TCG Pocket/Genetic Apex/095.ts" @@ -28,7 +28,7 @@ const card: Card = { }], retreat: 1, - rarity: "None" + rarity: "Three Diamond" } -export default card \ No newline at end of file +export default card diff --git "a/data/Pok\303\251mon TCG Pocket/Genetic Apex/096.ts" "b/data/Pok\303\251mon TCG Pocket/Genetic Apex/096.ts" index 927b552e6..23c709888 100644 --- "a/data/Pok\303\251mon TCG Pocket/Genetic Apex/096.ts" +++ "b/data/Pok\303\251mon TCG Pocket/Genetic Apex/096.ts" @@ -29,7 +29,7 @@ const card: Card = { }], retreat: 1, - rarity: "None" + rarity: "Four Diamond" } -export default card \ No newline at end of file +export default card diff --git "a/data/Pok\303\251mon TCG Pocket/Genetic Apex/097.ts" "b/data/Pok\303\251mon TCG Pocket/Genetic Apex/097.ts" index 469c06af6..a246341a3 100644 --- "a/data/Pok\303\251mon TCG Pocket/Genetic Apex/097.ts" +++ "b/data/Pok\303\251mon TCG Pocket/Genetic Apex/097.ts" @@ -24,7 +24,7 @@ const card: Card = { }], retreat: 1, - rarity: "None" + rarity: "One Diamond" } -export default card \ No newline at end of file +export default card diff --git "a/data/Pok\303\251mon TCG Pocket/Genetic Apex/098.ts" "b/data/Pok\303\251mon TCG Pocket/Genetic Apex/098.ts" index 8ec5c6329..a3eaff96c 100644 --- "a/data/Pok\303\251mon TCG Pocket/Genetic Apex/098.ts" +++ "b/data/Pok\303\251mon TCG Pocket/Genetic Apex/098.ts" @@ -36,7 +36,7 @@ const card: Card = { }], retreat: 2, - rarity: "None" + rarity: "Three Diamond" } -export default card \ No newline at end of file +export default card diff --git "a/data/Pok\303\251mon TCG Pocket/Genetic Apex/099.ts" "b/data/Pok\303\251mon TCG Pocket/Genetic Apex/099.ts" index 38a8a76e8..c235f81bb 100644 --- "a/data/Pok\303\251mon TCG Pocket/Genetic Apex/099.ts" +++ "b/data/Pok\303\251mon TCG Pocket/Genetic Apex/099.ts" @@ -24,7 +24,7 @@ const card: Card = { }], retreat: 1, - rarity: "None" + rarity: "One Diamond" } -export default card \ No newline at end of file +export default card diff --git "a/data/Pok\303\251mon TCG Pocket/Genetic Apex/100.ts" "b/data/Pok\303\251mon TCG Pocket/Genetic Apex/100.ts" index 939f2cd5e..25ea3cecf 100644 --- "a/data/Pok\303\251mon TCG Pocket/Genetic Apex/100.ts" +++ "b/data/Pok\303\251mon TCG Pocket/Genetic Apex/100.ts" @@ -24,7 +24,7 @@ const card: Card = { }], retreat: 0, - rarity: "None" + rarity: "Two Diamond" } -export default card \ No newline at end of file +export default card diff --git "a/data/Pok\303\251mon TCG Pocket/Genetic Apex/101.ts" "b/data/Pok\303\251mon TCG Pocket/Genetic Apex/101.ts" index 166302a96..1e091c3ee 100644 --- "a/data/Pok\303\251mon TCG Pocket/Genetic Apex/101.ts" +++ "b/data/Pok\303\251mon TCG Pocket/Genetic Apex/101.ts" @@ -28,7 +28,7 @@ const card: Card = { }], retreat: 1, - rarity: "None" + rarity: "One Diamond" } -export default card \ No newline at end of file +export default card diff --git "a/data/Pok\303\251mon TCG Pocket/Genetic Apex/102.ts" "b/data/Pok\303\251mon TCG Pocket/Genetic Apex/102.ts" index d60a753c7..c3572d7e0 100644 --- "a/data/Pok\303\251mon TCG Pocket/Genetic Apex/102.ts" +++ "b/data/Pok\303\251mon TCG Pocket/Genetic Apex/102.ts" @@ -28,7 +28,7 @@ const card: Card = { }], retreat: 1, - rarity: "None" + rarity: "Three Diamond" } -export default card \ No newline at end of file +export default card diff --git "a/data/Pok\303\251mon TCG Pocket/Genetic Apex/103.ts" "b/data/Pok\303\251mon TCG Pocket/Genetic Apex/103.ts" index 057780ec3..77769392f 100644 --- "a/data/Pok\303\251mon TCG Pocket/Genetic Apex/103.ts" +++ "b/data/Pok\303\251mon TCG Pocket/Genetic Apex/103.ts" @@ -28,7 +28,7 @@ const card: Card = { }], retreat: 1, - rarity: "None" + rarity: "Three Diamond" } -export default card \ No newline at end of file +export default card diff --git "a/data/Pok\303\251mon TCG Pocket/Genetic Apex/104.ts" "b/data/Pok\303\251mon TCG Pocket/Genetic Apex/104.ts" index dc41903e6..6eeb30c07 100644 --- "a/data/Pok\303\251mon TCG Pocket/Genetic Apex/104.ts" +++ "b/data/Pok\303\251mon TCG Pocket/Genetic Apex/104.ts" @@ -37,7 +37,7 @@ const card: Card = { }], retreat: 2, - rarity: "None" + rarity: "Four Diamond" } -export default card \ No newline at end of file +export default card diff --git "a/data/Pok\303\251mon TCG Pocket/Genetic Apex/105.ts" "b/data/Pok\303\251mon TCG Pocket/Genetic Apex/105.ts" index d2b5472ac..e3ab2cbab 100644 --- "a/data/Pok\303\251mon TCG Pocket/Genetic Apex/105.ts" +++ "b/data/Pok\303\251mon TCG Pocket/Genetic Apex/105.ts" @@ -5,28 +5,27 @@ const card: Card = { set: Set, name: { - en: "Zebstrika" + en: "Blitzle" }, category: "Pokemon", - hp: 90, + hp: 60, types: ["Lightning"], - stage: "Stage1", + stage: "Basic", attacks: [{ cost: ["Lightning"], name: { - en: "Thunder Spear" + en: "Zap Kick" }, - effect: { - en: "This attack does 30 damage to 1 of your opponent's Pokémon." - } + damage: "20" + }], retreat: 1, - rarity: "None" + rarity: "One Diamond" } -export default card \ No newline at end of file +export default card diff --git "a/data/Pok\303\251mon TCG Pocket/Genetic Apex/106.ts" "b/data/Pok\303\251mon TCG Pocket/Genetic Apex/106.ts" new file mode 100644 index 000000000..548ef41ac --- /dev/null +++ "b/data/Pok\303\251mon TCG Pocket/Genetic Apex/106.ts" @@ -0,0 +1,32 @@ +import { Card } from "../../../interfaces" +import Set from "../Genetic Apex" + +const card: Card = { + set: Set, + + name: { + en: "Zebstrika" + }, + + category: "Pokemon", + hp: 90, + types: ["Lightning"], + stage: "Stage1", + + attacks: [{ + cost: ["Lightning"], + + name: { + en: "Thunder Spear" + }, + + effect: { + en: "This attack does 30 damage to 1 of your opponent's Pokémon." + } + }], + + retreat: 1, + rarity: "Two Diamond" +} + +export default card diff --git "a/data/Pok\303\251mon TCG Pocket/Genetic Apex/107.ts" "b/data/Pok\303\251mon TCG Pocket/Genetic Apex/107.ts" index 8d3b10efe..c02d14ef8 100644 --- "a/data/Pok\303\251mon TCG Pocket/Genetic Apex/107.ts" +++ "b/data/Pok\303\251mon TCG Pocket/Genetic Apex/107.ts" @@ -24,7 +24,7 @@ const card: Card = { }], retreat: 1, - rarity: "None" + rarity: "One Diamond" } -export default card \ No newline at end of file +export default card diff --git "a/data/Pok\303\251mon TCG Pocket/Genetic Apex/108.ts" "b/data/Pok\303\251mon TCG Pocket/Genetic Apex/108.ts" index 674f42225..ad10d624b 100644 --- "a/data/Pok\303\251mon TCG Pocket/Genetic Apex/108.ts" +++ "b/data/Pok\303\251mon TCG Pocket/Genetic Apex/108.ts" @@ -5,30 +5,26 @@ const card: Card = { set: Set, name: { - en: "Eelektross" + en: "Eelektrik" }, category: "Pokemon", - hp: 140, + hp: 80, types: ["Lightning"], - stage: "Stage2", + stage: "Stage1", attacks: [{ - cost: ["Lightning", "Lightning", "Colorless"], + cost: ["Lightning"], name: { - en: "Thunder Fang" + en: "Head Bolt" }, - effect: { - en: "Flip a coin. If heads, your opponent's Active Pokémon is now Paralyzed." - }, - - damage: "80" + damage: "40" }], - retreat: 3, - rarity: "None" + retreat: 2, + rarity: "Two Diamond" } -export default card \ No newline at end of file +export default card diff --git "a/data/Pok\303\251mon TCG Pocket/Genetic Apex/109.ts" "b/data/Pok\303\251mon TCG Pocket/Genetic Apex/109.ts" new file mode 100644 index 000000000..877691661 --- /dev/null +++ "b/data/Pok\303\251mon TCG Pocket/Genetic Apex/109.ts" @@ -0,0 +1,34 @@ +import { Card } from "../../../interfaces" +import Set from "../Genetic Apex" + +const card: Card = { + set: Set, + + name: { + en: "Eelektross" + }, + + category: "Pokemon", + hp: 140, + types: ["Lightning"], + stage: "Stage2", + + attacks: [{ + cost: ["Lightning", "Lightning", "Colorless"], + + name: { + en: "Thunder Fang" + }, + + effect: { + en: "Flip a coin. If heads, your opponent's Active Pokémon is now Paralyzed." + }, + + damage: "80" + }], + + retreat: 3, + rarity: "Three Diamond" +} + +export default card diff --git "a/data/Pok\303\251mon TCG Pocket/Genetic Apex/110.ts" "b/data/Pok\303\251mon TCG Pocket/Genetic Apex/110.ts" index e1c22eaa8..741f43b36 100644 --- "a/data/Pok\303\251mon TCG Pocket/Genetic Apex/110.ts" +++ "b/data/Pok\303\251mon TCG Pocket/Genetic Apex/110.ts" @@ -24,7 +24,7 @@ const card: Card = { }], retreat: 1, - rarity: "None" + rarity: "One Diamond" } -export default card \ No newline at end of file +export default card diff --git "a/data/Pok\303\251mon TCG Pocket/Genetic Apex/111.ts" "b/data/Pok\303\251mon TCG Pocket/Genetic Apex/111.ts" index 2e3b8d017..28f0924d9 100644 --- "a/data/Pok\303\251mon TCG Pocket/Genetic Apex/111.ts" +++ "b/data/Pok\303\251mon TCG Pocket/Genetic Apex/111.ts" @@ -28,7 +28,7 @@ const card: Card = { }], retreat: 1, - rarity: "None" + rarity: "One Diamond" } -export default card \ No newline at end of file +export default card diff --git "a/data/Pok\303\251mon TCG Pocket/Genetic Apex/112.ts" "b/data/Pok\303\251mon TCG Pocket/Genetic Apex/112.ts" index 834f0d1d0..c1e09e77a 100644 --- "a/data/Pok\303\251mon TCG Pocket/Genetic Apex/112.ts" +++ "b/data/Pok\303\251mon TCG Pocket/Genetic Apex/112.ts" @@ -28,7 +28,7 @@ const card: Card = { }], retreat: 1, - rarity: "None" + rarity: "Two Diamond" } -export default card \ No newline at end of file +export default card diff --git "a/data/Pok\303\251mon TCG Pocket/Genetic Apex/113.ts" "b/data/Pok\303\251mon TCG Pocket/Genetic Apex/113.ts" index 62adbd82c..e71b78ba9 100644 --- "a/data/Pok\303\251mon TCG Pocket/Genetic Apex/113.ts" +++ "b/data/Pok\303\251mon TCG Pocket/Genetic Apex/113.ts" @@ -24,7 +24,7 @@ const card: Card = { }], retreat: 1, - rarity: "None" + rarity: "One Diamond" } -export default card \ No newline at end of file +export default card diff --git "a/data/Pok\303\251mon TCG Pocket/Genetic Apex/114.ts" "b/data/Pok\303\251mon TCG Pocket/Genetic Apex/114.ts" index 1972481be..73620cd6c 100644 --- "a/data/Pok\303\251mon TCG Pocket/Genetic Apex/114.ts" +++ "b/data/Pok\303\251mon TCG Pocket/Genetic Apex/114.ts" @@ -24,7 +24,7 @@ const card: Card = { }], retreat: 1, - rarity: "None" + rarity: "Two Diamond" } -export default card \ No newline at end of file +export default card diff --git "a/data/Pok\303\251mon TCG Pocket/Genetic Apex/115.ts" "b/data/Pok\303\251mon TCG Pocket/Genetic Apex/115.ts" index a9e00537a..a6670d3c5 100644 --- "a/data/Pok\303\251mon TCG Pocket/Genetic Apex/115.ts" +++ "b/data/Pok\303\251mon TCG Pocket/Genetic Apex/115.ts" @@ -26,7 +26,7 @@ const card: Card = { }], retreat: 1, - rarity: "None" + rarity: "One Diamond" } -export default card \ No newline at end of file +export default card diff --git "a/data/Pok\303\251mon TCG Pocket/Genetic Apex/116.ts" "b/data/Pok\303\251mon TCG Pocket/Genetic Apex/116.ts" index f5114d8fd..59ec4b07b 100644 --- "a/data/Pok\303\251mon TCG Pocket/Genetic Apex/116.ts" +++ "b/data/Pok\303\251mon TCG Pocket/Genetic Apex/116.ts" @@ -24,7 +24,7 @@ const card: Card = { }], retreat: 1, - rarity: "None" + rarity: "Two Diamond" } -export default card \ No newline at end of file +export default card diff --git "a/data/Pok\303\251mon TCG Pocket/Genetic Apex/117.ts" "b/data/Pok\303\251mon TCG Pocket/Genetic Apex/117.ts" index f0e47a5ba..12ac3918f 100644 --- "a/data/Pok\303\251mon TCG Pocket/Genetic Apex/117.ts" +++ "b/data/Pok\303\251mon TCG Pocket/Genetic Apex/117.ts" @@ -28,7 +28,7 @@ const card: Card = { }], retreat: 2, - rarity: "None" + rarity: "Three Diamond" } -export default card \ No newline at end of file +export default card diff --git "a/data/Pok\303\251mon TCG Pocket/Genetic Apex/118.ts" "b/data/Pok\303\251mon TCG Pocket/Genetic Apex/118.ts" index 94cbb9bf1..affd71ff1 100644 --- "a/data/Pok\303\251mon TCG Pocket/Genetic Apex/118.ts" +++ "b/data/Pok\303\251mon TCG Pocket/Genetic Apex/118.ts" @@ -24,7 +24,7 @@ const card: Card = { }], retreat: 2, - rarity: "None" + rarity: "One Diamond" } -export default card \ No newline at end of file +export default card diff --git "a/data/Pok\303\251mon TCG Pocket/Genetic Apex/119.ts" "b/data/Pok\303\251mon TCG Pocket/Genetic Apex/119.ts" index 29e382bf3..5a31106d6 100644 --- "a/data/Pok\303\251mon TCG Pocket/Genetic Apex/119.ts" +++ "b/data/Pok\303\251mon TCG Pocket/Genetic Apex/119.ts" @@ -24,7 +24,7 @@ const card: Card = { }], retreat: 3, - rarity: "None" + rarity: "Two Diamond" } -export default card \ No newline at end of file +export default card diff --git "a/data/Pok\303\251mon TCG Pocket/Genetic Apex/120.ts" "b/data/Pok\303\251mon TCG Pocket/Genetic Apex/120.ts" index f7342d56d..bbccf04a7 100644 --- "a/data/Pok\303\251mon TCG Pocket/Genetic Apex/120.ts" +++ "b/data/Pok\303\251mon TCG Pocket/Genetic Apex/120.ts" @@ -24,7 +24,7 @@ const card: Card = { }], retreat: 1, - rarity: "None" + rarity: "One Diamond" } -export default card \ No newline at end of file +export default card diff --git "a/data/Pok\303\251mon TCG Pocket/Genetic Apex/121.ts" "b/data/Pok\303\251mon TCG Pocket/Genetic Apex/121.ts" index 59d513ded..4039cf3a0 100644 --- "a/data/Pok\303\251mon TCG Pocket/Genetic Apex/121.ts" +++ "b/data/Pok\303\251mon TCG Pocket/Genetic Apex/121.ts" @@ -24,7 +24,7 @@ const card: Card = { }], retreat: 1, - rarity: "None" + rarity: "Two Diamond" } -export default card \ No newline at end of file +export default card diff --git "a/data/Pok\303\251mon TCG Pocket/Genetic Apex/122.ts" "b/data/Pok\303\251mon TCG Pocket/Genetic Apex/122.ts" index b5cc959eb..32a3b306f 100644 --- "a/data/Pok\303\251mon TCG Pocket/Genetic Apex/122.ts" +++ "b/data/Pok\303\251mon TCG Pocket/Genetic Apex/122.ts" @@ -28,7 +28,7 @@ const card: Card = { }], retreat: 2, - rarity: "None" + rarity: "Three Diamond" } -export default card \ No newline at end of file +export default card diff --git "a/data/Pok\303\251mon TCG Pocket/Genetic Apex/123.ts" "b/data/Pok\303\251mon TCG Pocket/Genetic Apex/123.ts" index 7d499df7d..0d4a22a4a 100644 --- "a/data/Pok\303\251mon TCG Pocket/Genetic Apex/123.ts" +++ "b/data/Pok\303\251mon TCG Pocket/Genetic Apex/123.ts" @@ -37,7 +37,7 @@ const card: Card = { }], retreat: 2, - rarity: "None" + rarity: "Four Diamond" } -export default card \ No newline at end of file +export default card diff --git "a/data/Pok\303\251mon TCG Pocket/Genetic Apex/124.ts" "b/data/Pok\303\251mon TCG Pocket/Genetic Apex/124.ts" index 4dfd33f75..3b7d77215 100644 --- "a/data/Pok\303\251mon TCG Pocket/Genetic Apex/124.ts" +++ "b/data/Pok\303\251mon TCG Pocket/Genetic Apex/124.ts" @@ -24,7 +24,7 @@ const card: Card = { }], retreat: 2, - rarity: "None" + rarity: "One Diamond" } -export default card \ No newline at end of file +export default card diff --git "a/data/Pok\303\251mon TCG Pocket/Genetic Apex/125.ts" "b/data/Pok\303\251mon TCG Pocket/Genetic Apex/125.ts" index 22061fda2..213dc7d4c 100644 --- "a/data/Pok\303\251mon TCG Pocket/Genetic Apex/125.ts" +++ "b/data/Pok\303\251mon TCG Pocket/Genetic Apex/125.ts" @@ -36,7 +36,7 @@ const card: Card = { }], retreat: 2, - rarity: "None" + rarity: "Three Diamond" } -export default card \ No newline at end of file +export default card diff --git "a/data/Pok\303\251mon TCG Pocket/Genetic Apex/126.ts" "b/data/Pok\303\251mon TCG Pocket/Genetic Apex/126.ts" index cbd3fd454..bb33efc5c 100644 --- "a/data/Pok\303\251mon TCG Pocket/Genetic Apex/126.ts" +++ "b/data/Pok\303\251mon TCG Pocket/Genetic Apex/126.ts" @@ -28,7 +28,7 @@ const card: Card = { }], retreat: 1, - rarity: "None" + rarity: "Two Diamond" } -export default card \ No newline at end of file +export default card diff --git "a/data/Pok\303\251mon TCG Pocket/Genetic Apex/127.ts" "b/data/Pok\303\251mon TCG Pocket/Genetic Apex/127.ts" index 41e49f710..67a17d7ae 100644 --- "a/data/Pok\303\251mon TCG Pocket/Genetic Apex/127.ts" +++ "b/data/Pok\303\251mon TCG Pocket/Genetic Apex/127.ts" @@ -28,7 +28,7 @@ const card: Card = { }], retreat: 1, - rarity: "None" + rarity: "One Diamond" } -export default card \ No newline at end of file +export default card diff --git "a/data/Pok\303\251mon TCG Pocket/Genetic Apex/128.ts" "b/data/Pok\303\251mon TCG Pocket/Genetic Apex/128.ts" index cc126397b..0986fa382 100644 --- "a/data/Pok\303\251mon TCG Pocket/Genetic Apex/128.ts" +++ "b/data/Pok\303\251mon TCG Pocket/Genetic Apex/128.ts" @@ -28,7 +28,7 @@ const card: Card = { }], retreat: 2, - rarity: "None" + rarity: "Three Diamond" } -export default card \ No newline at end of file +export default card diff --git "a/data/Pok\303\251mon TCG Pocket/Genetic Apex/129.ts" "b/data/Pok\303\251mon TCG Pocket/Genetic Apex/129.ts" index 6109fc374..d2f02fdca 100644 --- "a/data/Pok\303\251mon TCG Pocket/Genetic Apex/129.ts" +++ "b/data/Pok\303\251mon TCG Pocket/Genetic Apex/129.ts" @@ -37,7 +37,7 @@ const card: Card = { }], retreat: 2, - rarity: "None" + rarity: "Four Diamond" } -export default card \ No newline at end of file +export default card diff --git "a/data/Pok\303\251mon TCG Pocket/Genetic Apex/130.ts" "b/data/Pok\303\251mon TCG Pocket/Genetic Apex/130.ts" index 0ccb56e46..9f4614bd0 100644 --- "a/data/Pok\303\251mon TCG Pocket/Genetic Apex/130.ts" +++ "b/data/Pok\303\251mon TCG Pocket/Genetic Apex/130.ts" @@ -24,7 +24,7 @@ const card: Card = { }], retreat: 1, - rarity: "None" + rarity: "One Diamond" } -export default card \ No newline at end of file +export default card diff --git "a/data/Pok\303\251mon TCG Pocket/Genetic Apex/131.ts" "b/data/Pok\303\251mon TCG Pocket/Genetic Apex/131.ts" index cc25a59f0..1d19df9c8 100644 --- "a/data/Pok\303\251mon TCG Pocket/Genetic Apex/131.ts" +++ "b/data/Pok\303\251mon TCG Pocket/Genetic Apex/131.ts" @@ -24,7 +24,7 @@ const card: Card = { }], retreat: 1, - rarity: "None" + rarity: "Two Diamond" } -export default card \ No newline at end of file +export default card diff --git "a/data/Pok\303\251mon TCG Pocket/Genetic Apex/132.ts" "b/data/Pok\303\251mon TCG Pocket/Genetic Apex/132.ts" index 41fff07c3..5c4465bf5 100644 --- "a/data/Pok\303\251mon TCG Pocket/Genetic Apex/132.ts" +++ "b/data/Pok\303\251mon TCG Pocket/Genetic Apex/132.ts" @@ -36,7 +36,7 @@ const card: Card = { }], retreat: 2, - rarity: "None" + rarity: "Three Diamond" } -export default card \ No newline at end of file +export default card diff --git "a/data/Pok\303\251mon TCG Pocket/Genetic Apex/133.ts" "b/data/Pok\303\251mon TCG Pocket/Genetic Apex/133.ts" index 252d70737..8008f7a43 100644 --- "a/data/Pok\303\251mon TCG Pocket/Genetic Apex/133.ts" +++ "b/data/Pok\303\251mon TCG Pocket/Genetic Apex/133.ts" @@ -24,7 +24,7 @@ const card: Card = { }], retreat: 1, - rarity: "None" + rarity: "One Diamond" } -export default card \ No newline at end of file +export default card diff --git "a/data/Pok\303\251mon TCG Pocket/Genetic Apex/134.ts" "b/data/Pok\303\251mon TCG Pocket/Genetic Apex/134.ts" index 77b4e182c..95f22f231 100644 --- "a/data/Pok\303\251mon TCG Pocket/Genetic Apex/134.ts" +++ "b/data/Pok\303\251mon TCG Pocket/Genetic Apex/134.ts" @@ -5,26 +5,26 @@ const card: Card = { set: Set, name: { - en: "Golett" + en: "Swoobat" }, category: "Pokemon", hp: 90, types: ["Psychic"], - stage: "Basic", + stage: "Stage1", attacks: [{ - cost: ["Psychic", "Colorless", "Colorless"], + cost: ["Psychic", "Colorless"], name: { - en: "Mega Punch" + en: "Heart Stamp" }, - damage: "50" + damage: "60" }], - retreat: 2, - rarity: "None" + retreat: 1, + rarity: "One Diamond" } -export default card \ No newline at end of file +export default card diff --git "a/data/Pok\303\251mon TCG Pocket/Genetic Apex/135.ts" "b/data/Pok\303\251mon TCG Pocket/Genetic Apex/135.ts" index 9f845a6f0..7444595e8 100644 --- "a/data/Pok\303\251mon TCG Pocket/Genetic Apex/135.ts" +++ "b/data/Pok\303\251mon TCG Pocket/Genetic Apex/135.ts" @@ -5,30 +5,26 @@ const card: Card = { set: Set, name: { - en: "Golurk" + en: "Golett" }, category: "Pokemon", - hp: 140, + hp: 90, types: ["Psychic"], - stage: "Stage2", + stage: "Basic", attacks: [{ - cost: ["Psychic", "Psychic", "Colorless", "Colorless"], + cost: ["Psychic", "Colorless", "Colorless"], name: { - en: "Double Lariat" + en: "Mega Punch" }, - effect: { - en: "Flip 2 coins. This attack does 100 damage for each heads." - }, - - damage: "100x" + damage: "50" }], - retreat: 4, - rarity: "None" + retreat: 3, + rarity: "One Diamond" } -export default card \ No newline at end of file +export default card diff --git "a/data/Pok\303\251mon TCG Pocket/Genetic Apex/136.ts" "b/data/Pok\303\251mon TCG Pocket/Genetic Apex/136.ts" new file mode 100644 index 000000000..0fd49016e --- /dev/null +++ "b/data/Pok\303\251mon TCG Pocket/Genetic Apex/136.ts" @@ -0,0 +1,34 @@ +import { Card } from "../../../interfaces" +import Set from "../Genetic Apex" + +const card: Card = { + set: Set, + + name: { + en: "Golurk" + }, + + category: "Pokemon", + hp: 140, + types: ["Psychic"], + stage: "Stage1", + + attacks: [{ + cost: ["Psychic", "Psychic", "Colorless", "Colorless"], + + name: { + en: "Double Lariat" + }, + + effect: { + en: "Flip 2 coins. This attack does 100 damage for each heads." + }, + + damage: "100x" + }], + + retreat: 4, + rarity: "Two Diamond" +} + +export default card diff --git "a/data/Pok\303\251mon TCG Pocket/Genetic Apex/137.ts" "b/data/Pok\303\251mon TCG Pocket/Genetic Apex/137.ts" index 888ede25b..fa335220b 100644 --- "a/data/Pok\303\251mon TCG Pocket/Genetic Apex/137.ts" +++ "b/data/Pok\303\251mon TCG Pocket/Genetic Apex/137.ts" @@ -24,7 +24,7 @@ const card: Card = { }], retreat: 1, - rarity: "None" + rarity: "One Diamond" } -export default card \ No newline at end of file +export default card diff --git "a/data/Pok\303\251mon TCG Pocket/Genetic Apex/138.ts" "b/data/Pok\303\251mon TCG Pocket/Genetic Apex/138.ts" index 9aa5c0f91..4495a37a4 100644 --- "a/data/Pok\303\251mon TCG Pocket/Genetic Apex/138.ts" +++ "b/data/Pok\303\251mon TCG Pocket/Genetic Apex/138.ts" @@ -24,7 +24,7 @@ const card: Card = { }], retreat: 2, - rarity: "None" + rarity: "Two Diamond" } -export default card \ No newline at end of file +export default card diff --git "a/data/Pok\303\251mon TCG Pocket/Genetic Apex/139.ts" "b/data/Pok\303\251mon TCG Pocket/Genetic Apex/139.ts" index 8df13b2a9..18b9a3787 100644 --- "a/data/Pok\303\251mon TCG Pocket/Genetic Apex/139.ts" +++ "b/data/Pok\303\251mon TCG Pocket/Genetic Apex/139.ts" @@ -24,7 +24,7 @@ const card: Card = { }], retreat: 1, - rarity: "None" + rarity: "One Diamond" } -export default card \ No newline at end of file +export default card diff --git "a/data/Pok\303\251mon TCG Pocket/Genetic Apex/140.ts" "b/data/Pok\303\251mon TCG Pocket/Genetic Apex/140.ts" index 414c40fcc..180e8a929 100644 --- "a/data/Pok\303\251mon TCG Pocket/Genetic Apex/140.ts" +++ "b/data/Pok\303\251mon TCG Pocket/Genetic Apex/140.ts" @@ -28,7 +28,7 @@ const card: Card = { }], retreat: 1, - rarity: "None" + rarity: "Two Diamond" } -export default card \ No newline at end of file +export default card diff --git "a/data/Pok\303\251mon TCG Pocket/Genetic Apex/141.ts" "b/data/Pok\303\251mon TCG Pocket/Genetic Apex/141.ts" index e7a8c49b6..8540f23d1 100644 --- "a/data/Pok\303\251mon TCG Pocket/Genetic Apex/141.ts" +++ "b/data/Pok\303\251mon TCG Pocket/Genetic Apex/141.ts" @@ -24,7 +24,7 @@ const card: Card = { }], retreat: 1, - rarity: "None" + rarity: "One Diamond" } -export default card \ No newline at end of file +export default card diff --git "a/data/Pok\303\251mon TCG Pocket/Genetic Apex/142.ts" "b/data/Pok\303\251mon TCG Pocket/Genetic Apex/142.ts" index 19382787d..b84dd6dc7 100644 --- "a/data/Pok\303\251mon TCG Pocket/Genetic Apex/142.ts" +++ "b/data/Pok\303\251mon TCG Pocket/Genetic Apex/142.ts" @@ -28,7 +28,7 @@ const card: Card = { }], retreat: 1, - rarity: "None" + rarity: "Two Diamond" } -export default card \ No newline at end of file +export default card diff --git "a/data/Pok\303\251mon TCG Pocket/Genetic Apex/143.ts" "b/data/Pok\303\251mon TCG Pocket/Genetic Apex/143.ts" index d7a8e8fe2..cd0008748 100644 --- "a/data/Pok\303\251mon TCG Pocket/Genetic Apex/143.ts" +++ "b/data/Pok\303\251mon TCG Pocket/Genetic Apex/143.ts" @@ -24,7 +24,7 @@ const card: Card = { }], retreat: 2, - rarity: "None" + rarity: "One Diamond" } -export default card \ No newline at end of file +export default card diff --git "a/data/Pok\303\251mon TCG Pocket/Genetic Apex/144.ts" "b/data/Pok\303\251mon TCG Pocket/Genetic Apex/144.ts" index a51388498..b8ce84cca 100644 --- "a/data/Pok\303\251mon TCG Pocket/Genetic Apex/144.ts" +++ "b/data/Pok\303\251mon TCG Pocket/Genetic Apex/144.ts" @@ -5,26 +5,26 @@ const card: Card = { set: Set, name: { - en: "Machamp" + en: "Machoke" }, category: "Pokemon", - hp: 150, + hp: 100, types: ["Fighting"], - stage: "Stage2", + stage: "Stage1", attacks: [{ - cost: ["Fighting", "Fighting", "Fighting"], + cost: ["Fighting", "Fighting"], name: { - en: "Seismic Toss" + en: "Strength" }, - damage: "100" + damage: "50" }], - retreat: 3, - rarity: "None" + retreat: 2, + rarity: "Two Diamond" } -export default card \ No newline at end of file +export default card diff --git "a/data/Pok\303\251mon TCG Pocket/Genetic Apex/145.ts" "b/data/Pok\303\251mon TCG Pocket/Genetic Apex/145.ts" new file mode 100644 index 000000000..ca33083e3 --- /dev/null +++ "b/data/Pok\303\251mon TCG Pocket/Genetic Apex/145.ts" @@ -0,0 +1,30 @@ +import { Card } from "../../../interfaces" +import Set from "../Genetic Apex" + +const card: Card = { + set: Set, + + name: { + en: "Machamp" + }, + + category: "Pokemon", + hp: 150, + types: ["Fighting"], + stage: "Stage2", + + attacks: [{ + cost: ["Fighting", "Fighting", "Fighting"], + + name: { + en: "Seismic Toss" + }, + + damage: "100" + }], + + retreat: 3, + rarity: "Three Diamond" +} + +export default card diff --git "a/data/Pok\303\251mon TCG Pocket/Genetic Apex/146.ts" "b/data/Pok\303\251mon TCG Pocket/Genetic Apex/146.ts" index 72a2b009c..0157cc973 100644 --- "a/data/Pok\303\251mon TCG Pocket/Genetic Apex/146.ts" +++ "b/data/Pok\303\251mon TCG Pocket/Genetic Apex/146.ts" @@ -25,7 +25,7 @@ const card: Card = { }], retreat: 3, - rarity: "None" + rarity: "Four Diamond" } -export default card \ No newline at end of file +export default card diff --git "a/data/Pok\303\251mon TCG Pocket/Genetic Apex/147.ts" "b/data/Pok\303\251mon TCG Pocket/Genetic Apex/147.ts" index 66f6c2888..cfdce82df 100644 --- "a/data/Pok\303\251mon TCG Pocket/Genetic Apex/147.ts" +++ "b/data/Pok\303\251mon TCG Pocket/Genetic Apex/147.ts" @@ -24,7 +24,7 @@ const card: Card = { }], retreat: 2, - rarity: "None" + rarity: "One Diamond" } -export default card \ No newline at end of file +export default card diff --git "a/data/Pok\303\251mon TCG Pocket/Genetic Apex/148.ts" "b/data/Pok\303\251mon TCG Pocket/Genetic Apex/148.ts" index 95135a076..6b9de3432 100644 --- "a/data/Pok\303\251mon TCG Pocket/Genetic Apex/148.ts" +++ "b/data/Pok\303\251mon TCG Pocket/Genetic Apex/148.ts" @@ -24,7 +24,7 @@ const card: Card = { }], retreat: 3, - rarity: "None" + rarity: "Two Diamond" } -export default card \ No newline at end of file +export default card diff --git "a/data/Pok\303\251mon TCG Pocket/Genetic Apex/149.ts" "b/data/Pok\303\251mon TCG Pocket/Genetic Apex/149.ts" index 19d53b953..2224db2ae 100644 --- "a/data/Pok\303\251mon TCG Pocket/Genetic Apex/149.ts" +++ "b/data/Pok\303\251mon TCG Pocket/Genetic Apex/149.ts" @@ -28,7 +28,7 @@ const card: Card = { }], retreat: 4, - rarity: "None" + rarity: "Three Diamond" } -export default card \ No newline at end of file +export default card diff --git "a/data/Pok\303\251mon TCG Pocket/Genetic Apex/150.ts" "b/data/Pok\303\251mon TCG Pocket/Genetic Apex/150.ts" index f6f5155fe..58ff6aaf9 100644 --- "a/data/Pok\303\251mon TCG Pocket/Genetic Apex/150.ts" +++ "b/data/Pok\303\251mon TCG Pocket/Genetic Apex/150.ts" @@ -24,7 +24,7 @@ const card: Card = { }], retreat: 4, - rarity: "None" + rarity: "Two Diamond" } -export default card \ No newline at end of file +export default card diff --git "a/data/Pok\303\251mon TCG Pocket/Genetic Apex/151.ts" "b/data/Pok\303\251mon TCG Pocket/Genetic Apex/151.ts" index 87e949431..926718e26 100644 --- "a/data/Pok\303\251mon TCG Pocket/Genetic Apex/151.ts" +++ "b/data/Pok\303\251mon TCG Pocket/Genetic Apex/151.ts" @@ -26,7 +26,7 @@ const card: Card = { }], retreat: 1, - rarity: "None" + rarity: "One Diamond" } -export default card \ No newline at end of file +export default card diff --git "a/data/Pok\303\251mon TCG Pocket/Genetic Apex/152.ts" "b/data/Pok\303\251mon TCG Pocket/Genetic Apex/152.ts" index e1ca00885..9b00b120b 100644 --- "a/data/Pok\303\251mon TCG Pocket/Genetic Apex/152.ts" +++ "b/data/Pok\303\251mon TCG Pocket/Genetic Apex/152.ts" @@ -24,7 +24,7 @@ const card: Card = { }], retreat: 1, - rarity: "None" + rarity: "Two Diamond" } -export default card \ No newline at end of file +export default card diff --git "a/data/Pok\303\251mon TCG Pocket/Genetic Apex/153.ts" "b/data/Pok\303\251mon TCG Pocket/Genetic Apex/153.ts" index 1b2046160..4c1412d07 100644 --- "a/data/Pok\303\251mon TCG Pocket/Genetic Apex/153.ts" +++ "b/data/Pok\303\251mon TCG Pocket/Genetic Apex/153.ts" @@ -29,7 +29,7 @@ const card: Card = { }], retreat: 1, - rarity: "None" + rarity: "Four Diamond" } -export default card \ No newline at end of file +export default card diff --git "a/data/Pok\303\251mon TCG Pocket/Genetic Apex/154.ts" "b/data/Pok\303\251mon TCG Pocket/Genetic Apex/154.ts" index 0f3d4cd1d..96e07fe24 100644 --- "a/data/Pok\303\251mon TCG Pocket/Genetic Apex/154.ts" +++ "b/data/Pok\303\251mon TCG Pocket/Genetic Apex/154.ts" @@ -5,7 +5,7 @@ const card: Card = { set: Set, name: { - en: "Hitmonchan" + en: "Hitmonlee" }, category: "Pokemon", @@ -17,14 +17,16 @@ const card: Card = { cost: ["Fighting"], name: { - en: "Jab" + en: "Stretch Kick" }, - damage: "30" + effect: { + en: "This attack does 30 damage to 1 of your opponent's Benched Pokémon." + } }], retreat: 1, - rarity: "None" + rarity: "One Diamond" } -export default card \ No newline at end of file +export default card diff --git "a/data/Pok\303\251mon TCG Pocket/Genetic Apex/155.ts" "b/data/Pok\303\251mon TCG Pocket/Genetic Apex/155.ts" new file mode 100644 index 000000000..fdd52fc94 --- /dev/null +++ "b/data/Pok\303\251mon TCG Pocket/Genetic Apex/155.ts" @@ -0,0 +1,30 @@ +import { Card } from "../../../interfaces" +import Set from "../Genetic Apex" + +const card: Card = { + set: Set, + + name: { + en: "Hitmonchan" + }, + + category: "Pokemon", + hp: 80, + types: ["Fighting"], + stage: "Basic", + + attacks: [{ + cost: ["Fighting"], + + name: { + en: "Jab" + }, + + damage: "30" + }], + + retreat: 1, + rarity: "One Diamond" +} + +export default card diff --git "a/data/Pok\303\251mon TCG Pocket/Genetic Apex/156.ts" "b/data/Pok\303\251mon TCG Pocket/Genetic Apex/156.ts" index a34d62a6a..96d15f7ce 100644 --- "a/data/Pok\303\251mon TCG Pocket/Genetic Apex/156.ts" +++ "b/data/Pok\303\251mon TCG Pocket/Genetic Apex/156.ts" @@ -24,7 +24,7 @@ const card: Card = { }], retreat: 3, - rarity: "None" + rarity: "One Diamond" } -export default card \ No newline at end of file +export default card diff --git "a/data/Pok\303\251mon TCG Pocket/Genetic Apex/157.ts" "b/data/Pok\303\251mon TCG Pocket/Genetic Apex/157.ts" index eef890c7f..975fa6507 100644 --- "a/data/Pok\303\251mon TCG Pocket/Genetic Apex/157.ts" +++ "b/data/Pok\303\251mon TCG Pocket/Genetic Apex/157.ts" @@ -24,7 +24,7 @@ const card: Card = { }], retreat: 4, - rarity: "None" + rarity: "Two Diamond" } -export default card \ No newline at end of file +export default card diff --git "a/data/Pok\303\251mon TCG Pocket/Genetic Apex/158.ts" "b/data/Pok\303\251mon TCG Pocket/Genetic Apex/158.ts" index 78cb76e5d..45c8561e0 100644 --- "a/data/Pok\303\251mon TCG Pocket/Genetic Apex/158.ts" +++ "b/data/Pok\303\251mon TCG Pocket/Genetic Apex/158.ts" @@ -24,7 +24,7 @@ const card: Card = { }], retreat: 1, - rarity: "None" + rarity: "Two Diamond" } -export default card \ No newline at end of file +export default card diff --git "a/data/Pok\303\251mon TCG Pocket/Genetic Apex/159.ts" "b/data/Pok\303\251mon TCG Pocket/Genetic Apex/159.ts" index f5a71bafd..1c2bd40fe 100644 --- "a/data/Pok\303\251mon TCG Pocket/Genetic Apex/159.ts" +++ "b/data/Pok\303\251mon TCG Pocket/Genetic Apex/159.ts" @@ -28,7 +28,7 @@ const card: Card = { }], retreat: 1, - rarity: "None" + rarity: "Three Diamond" } -export default card \ No newline at end of file +export default card diff --git "a/data/Pok\303\251mon TCG Pocket/Genetic Apex/160.ts" "b/data/Pok\303\251mon TCG Pocket/Genetic Apex/160.ts" index 54706ba24..2e9efc359 100644 --- "a/data/Pok\303\251mon TCG Pocket/Genetic Apex/160.ts" +++ "b/data/Pok\303\251mon TCG Pocket/Genetic Apex/160.ts" @@ -24,7 +24,7 @@ const card: Card = { }], retreat: 1, - rarity: "None" + rarity: "One Diamond" } -export default card \ No newline at end of file +export default card diff --git "a/data/Pok\303\251mon TCG Pocket/Genetic Apex/161.ts" "b/data/Pok\303\251mon TCG Pocket/Genetic Apex/161.ts" index 28e8ee9d7..fa39fb6ef 100644 --- "a/data/Pok\303\251mon TCG Pocket/Genetic Apex/161.ts" +++ "b/data/Pok\303\251mon TCG Pocket/Genetic Apex/161.ts" @@ -24,7 +24,7 @@ const card: Card = { }], retreat: 1, - rarity: "None" + rarity: "Two Diamond" } -export default card \ No newline at end of file +export default card diff --git "a/data/Pok\303\251mon TCG Pocket/Genetic Apex/162.ts" "b/data/Pok\303\251mon TCG Pocket/Genetic Apex/162.ts" index 237b60a9d..1ac3b3321 100644 --- "a/data/Pok\303\251mon TCG Pocket/Genetic Apex/162.ts" +++ "b/data/Pok\303\251mon TCG Pocket/Genetic Apex/162.ts" @@ -24,7 +24,7 @@ const card: Card = { }], retreat: 2, - rarity: "None" + rarity: "One Diamond" } -export default card \ No newline at end of file +export default card diff --git "a/data/Pok\303\251mon TCG Pocket/Genetic Apex/163.ts" "b/data/Pok\303\251mon TCG Pocket/Genetic Apex/163.ts" index 16e1b5f48..085f9615a 100644 --- "a/data/Pok\303\251mon TCG Pocket/Genetic Apex/163.ts" +++ "b/data/Pok\303\251mon TCG Pocket/Genetic Apex/163.ts" @@ -11,7 +11,7 @@ const card: Card = { category: "Pokemon", hp: 130, types: ["Fighting"], - stage: "Stage2", + stage: "Stage1", attacks: [{ cost: ["Fighting", "Fighting", "Colorless"], @@ -28,7 +28,7 @@ const card: Card = { }], retreat: 3, - rarity: "None" + rarity: "Two Diamond" } -export default card \ No newline at end of file +export default card diff --git "a/data/Pok\303\251mon TCG Pocket/Genetic Apex/164.ts" "b/data/Pok\303\251mon TCG Pocket/Genetic Apex/164.ts" index 4eca241c9..6846ce1b2 100644 --- "a/data/Pok\303\251mon TCG Pocket/Genetic Apex/164.ts" +++ "b/data/Pok\303\251mon TCG Pocket/Genetic Apex/164.ts" @@ -24,7 +24,7 @@ const card: Card = { }], retreat: 1, - rarity: "None" + rarity: "One Diamond" } -export default card \ No newline at end of file +export default card diff --git "a/data/Pok\303\251mon TCG Pocket/Genetic Apex/165.ts" "b/data/Pok\303\251mon TCG Pocket/Genetic Apex/165.ts" index 39b148576..fad290246 100644 --- "a/data/Pok\303\251mon TCG Pocket/Genetic Apex/165.ts" +++ "b/data/Pok\303\251mon TCG Pocket/Genetic Apex/165.ts" @@ -28,7 +28,7 @@ const card: Card = { }], retreat: 2, - rarity: "None" + rarity: "Two Diamond" } -export default card \ No newline at end of file +export default card diff --git "a/data/Pok\303\251mon TCG Pocket/Genetic Apex/166.ts" "b/data/Pok\303\251mon TCG Pocket/Genetic Apex/166.ts" index 7002dd43b..51c0d69a4 100644 --- "a/data/Pok\303\251mon TCG Pocket/Genetic Apex/166.ts" +++ "b/data/Pok\303\251mon TCG Pocket/Genetic Apex/166.ts" @@ -26,7 +26,7 @@ const card: Card = { }], retreat: 1, - rarity: "None" + rarity: "One Diamond" } -export default card \ No newline at end of file +export default card diff --git "a/data/Pok\303\251mon TCG Pocket/Genetic Apex/167.ts" "b/data/Pok\303\251mon TCG Pocket/Genetic Apex/167.ts" index 40ebe2acb..62b545878 100644 --- "a/data/Pok\303\251mon TCG Pocket/Genetic Apex/167.ts" +++ "b/data/Pok\303\251mon TCG Pocket/Genetic Apex/167.ts" @@ -24,7 +24,7 @@ const card: Card = { }], retreat: 1, - rarity: "None" + rarity: "Two Diamond" } -export default card \ No newline at end of file +export default card diff --git "a/data/Pok\303\251mon TCG Pocket/Genetic Apex/168.ts" "b/data/Pok\303\251mon TCG Pocket/Genetic Apex/168.ts" index a9612b3fe..b6acab183 100644 --- "a/data/Pok\303\251mon TCG Pocket/Genetic Apex/168.ts" +++ "b/data/Pok\303\251mon TCG Pocket/Genetic Apex/168.ts" @@ -28,7 +28,7 @@ const card: Card = { }], retreat: 2, - rarity: "None" + rarity: "Three Diamond" } -export default card \ No newline at end of file +export default card diff --git "a/data/Pok\303\251mon TCG Pocket/Genetic Apex/169.ts" "b/data/Pok\303\251mon TCG Pocket/Genetic Apex/169.ts" index 5c652e063..a23fc6f1a 100644 --- "a/data/Pok\303\251mon TCG Pocket/Genetic Apex/169.ts" +++ "b/data/Pok\303\251mon TCG Pocket/Genetic Apex/169.ts" @@ -24,7 +24,7 @@ const card: Card = { }], retreat: 1, - rarity: "None" + rarity: "One Diamond" } -export default card \ No newline at end of file +export default card diff --git "a/data/Pok\303\251mon TCG Pocket/Genetic Apex/170.ts" "b/data/Pok\303\251mon TCG Pocket/Genetic Apex/170.ts" index ff023dfbb..5b3547423 100644 --- "a/data/Pok\303\251mon TCG Pocket/Genetic Apex/170.ts" +++ "b/data/Pok\303\251mon TCG Pocket/Genetic Apex/170.ts" @@ -24,7 +24,7 @@ const card: Card = { }], retreat: 2, - rarity: "None" + rarity: "Two Diamond" } -export default card \ No newline at end of file +export default card diff --git "a/data/Pok\303\251mon TCG Pocket/Genetic Apex/171.ts" "b/data/Pok\303\251mon TCG Pocket/Genetic Apex/171.ts" index 969110cf9..6c3acc795 100644 --- "a/data/Pok\303\251mon TCG Pocket/Genetic Apex/171.ts" +++ "b/data/Pok\303\251mon TCG Pocket/Genetic Apex/171.ts" @@ -28,7 +28,7 @@ const card: Card = { }], retreat: 3, - rarity: "None" + rarity: "Three Diamond" } -export default card \ No newline at end of file +export default card diff --git "a/data/Pok\303\251mon TCG Pocket/Genetic Apex/172.ts" "b/data/Pok\303\251mon TCG Pocket/Genetic Apex/172.ts" index 4c63a2b6e..b0af0c4c8 100644 --- "a/data/Pok\303\251mon TCG Pocket/Genetic Apex/172.ts" +++ "b/data/Pok\303\251mon TCG Pocket/Genetic Apex/172.ts" @@ -24,7 +24,7 @@ const card: Card = { }], retreat: 1, - rarity: "None" + rarity: "One Diamond" } -export default card \ No newline at end of file +export default card diff --git "a/data/Pok\303\251mon TCG Pocket/Genetic Apex/173.ts" "b/data/Pok\303\251mon TCG Pocket/Genetic Apex/173.ts" index 7588ee001..8c5bf979c 100644 --- "a/data/Pok\303\251mon TCG Pocket/Genetic Apex/173.ts" +++ "b/data/Pok\303\251mon TCG Pocket/Genetic Apex/173.ts" @@ -24,7 +24,7 @@ const card: Card = { }], retreat: 1, - rarity: "None" + rarity: "Two Diamond" } -export default card \ No newline at end of file +export default card diff --git "a/data/Pok\303\251mon TCG Pocket/Genetic Apex/174.ts" "b/data/Pok\303\251mon TCG Pocket/Genetic Apex/174.ts" index f55ce5b44..9a56c0473 100644 --- "a/data/Pok\303\251mon TCG Pocket/Genetic Apex/174.ts" +++ "b/data/Pok\303\251mon TCG Pocket/Genetic Apex/174.ts" @@ -28,7 +28,7 @@ const card: Card = { }], retreat: 3, - rarity: "None" + rarity: "One Diamond" } -export default card \ No newline at end of file +export default card diff --git "a/data/Pok\303\251mon TCG Pocket/Genetic Apex/175.ts" "b/data/Pok\303\251mon TCG Pocket/Genetic Apex/175.ts" index 3730a9143..2513e3019 100644 --- "a/data/Pok\303\251mon TCG Pocket/Genetic Apex/175.ts" +++ "b/data/Pok\303\251mon TCG Pocket/Genetic Apex/175.ts" @@ -28,7 +28,7 @@ const card: Card = { }], retreat: 3, - rarity: "None" + rarity: "Three Diamond" } -export default card \ No newline at end of file +export default card diff --git "a/data/Pok\303\251mon TCG Pocket/Genetic Apex/176.ts" "b/data/Pok\303\251mon TCG Pocket/Genetic Apex/176.ts" index 409331ae4..8fb600e2b 100644 --- "a/data/Pok\303\251mon TCG Pocket/Genetic Apex/176.ts" +++ "b/data/Pok\303\251mon TCG Pocket/Genetic Apex/176.ts" @@ -24,7 +24,7 @@ const card: Card = { }], retreat: 1, - rarity: "None" + rarity: "One Diamond" } -export default card \ No newline at end of file +export default card diff --git "a/data/Pok\303\251mon TCG Pocket/Genetic Apex/177.ts" "b/data/Pok\303\251mon TCG Pocket/Genetic Apex/177.ts" index 0a5a3871f..03c262c77 100644 --- "a/data/Pok\303\251mon TCG Pocket/Genetic Apex/177.ts" +++ "b/data/Pok\303\251mon TCG Pocket/Genetic Apex/177.ts" @@ -36,7 +36,7 @@ const card: Card = { }], retreat: 3, - rarity: "None" + rarity: "Three Diamond" } -export default card \ No newline at end of file +export default card diff --git "a/data/Pok\303\251mon TCG Pocket/Genetic Apex/178.ts" "b/data/Pok\303\251mon TCG Pocket/Genetic Apex/178.ts" index 111efa3cd..27574c315 100644 --- "a/data/Pok\303\251mon TCG Pocket/Genetic Apex/178.ts" +++ "b/data/Pok\303\251mon TCG Pocket/Genetic Apex/178.ts" @@ -28,7 +28,7 @@ const card: Card = { }], retreat: 1, - rarity: "None" + rarity: "One Diamond" } -export default card \ No newline at end of file +export default card diff --git "a/data/Pok\303\251mon TCG Pocket/Genetic Apex/179.ts" "b/data/Pok\303\251mon TCG Pocket/Genetic Apex/179.ts" index 172429406..b6d3f515d 100644 --- "a/data/Pok\303\251mon TCG Pocket/Genetic Apex/179.ts" +++ "b/data/Pok\303\251mon TCG Pocket/Genetic Apex/179.ts" @@ -5,26 +5,26 @@ const card: Card = { set: Set, name: { - en: "Bisharp" + en: "Pawniard" }, category: "Pokemon", - hp: 90, + hp: 50, types: ["Metal"], - stage: "Stage1", + stage: "Basic", attacks: [{ - cost: ["Metal", "Metal"], + cost: ["Metal"], name: { - en: "Metal Claw" + en: "Pierce" }, - damage: "70" + damage: "30" }], retreat: 1, - rarity: "None" + rarity: "One Diamond" } -export default card \ No newline at end of file +export default card diff --git "a/data/Pok\303\251mon TCG Pocket/Genetic Apex/180.ts" "b/data/Pok\303\251mon TCG Pocket/Genetic Apex/180.ts" new file mode 100644 index 000000000..3583d2a87 --- /dev/null +++ "b/data/Pok\303\251mon TCG Pocket/Genetic Apex/180.ts" @@ -0,0 +1,30 @@ +import { Card } from "../../../interfaces" +import Set from "../Genetic Apex" + +const card: Card = { + set: Set, + + name: { + en: "Bisharp" + }, + + category: "Pokemon", + hp: 90, + types: ["Metal"], + stage: "Stage1", + + attacks: [{ + cost: ["Metal", "Metal"], + + name: { + en: "Metal Claw" + }, + + damage: "70" + }], + + retreat: 1, + rarity: "Two Diamond" +} + +export default card diff --git "a/data/Pok\303\251mon TCG Pocket/Genetic Apex/181.ts" "b/data/Pok\303\251mon TCG Pocket/Genetic Apex/181.ts" index 114ac1d72..60cf022eb 100644 --- "a/data/Pok\303\251mon TCG Pocket/Genetic Apex/181.ts" +++ "b/data/Pok\303\251mon TCG Pocket/Genetic Apex/181.ts" @@ -26,7 +26,7 @@ const card: Card = { }], retreat: 1, - rarity: "None" + rarity: "One Diamond" } -export default card \ No newline at end of file +export default card diff --git "a/data/Pok\303\251mon TCG Pocket/Genetic Apex/182.ts" "b/data/Pok\303\251mon TCG Pocket/Genetic Apex/182.ts" index ad48de8dd..12e99ad8b 100644 --- "a/data/Pok\303\251mon TCG Pocket/Genetic Apex/182.ts" +++ "b/data/Pok\303\251mon TCG Pocket/Genetic Apex/182.ts" @@ -36,7 +36,7 @@ const card: Card = { }], retreat: 3, - rarity: "None" + rarity: "Three Diamond" } -export default card \ No newline at end of file +export default card diff --git "a/data/Pok\303\251mon TCG Pocket/Genetic Apex/183.ts" "b/data/Pok\303\251mon TCG Pocket/Genetic Apex/183.ts" index d07ca80e5..00d218b06 100644 --- "a/data/Pok\303\251mon TCG Pocket/Genetic Apex/183.ts" +++ "b/data/Pok\303\251mon TCG Pocket/Genetic Apex/183.ts" @@ -24,7 +24,7 @@ const card: Card = { }], retreat: 1, - rarity: "None" + rarity: "One Diamond" } -export default card \ No newline at end of file +export default card diff --git "a/data/Pok\303\251mon TCG Pocket/Genetic Apex/184.ts" "b/data/Pok\303\251mon TCG Pocket/Genetic Apex/184.ts" index 05b63a195..26b825298 100644 --- "a/data/Pok\303\251mon TCG Pocket/Genetic Apex/184.ts" +++ "b/data/Pok\303\251mon TCG Pocket/Genetic Apex/184.ts" @@ -24,7 +24,7 @@ const card: Card = { }], retreat: 1, - rarity: "None" + rarity: "Two Diamond" } -export default card \ No newline at end of file +export default card diff --git "a/data/Pok\303\251mon TCG Pocket/Genetic Apex/185.ts" "b/data/Pok\303\251mon TCG Pocket/Genetic Apex/185.ts" index 81058b6ba..6bef75503 100644 --- "a/data/Pok\303\251mon TCG Pocket/Genetic Apex/185.ts" +++ "b/data/Pok\303\251mon TCG Pocket/Genetic Apex/185.ts" @@ -26,7 +26,7 @@ const card: Card = { }], retreat: 3, - rarity: "None" + rarity: "Three Diamond" } -export default card \ No newline at end of file +export default card diff --git "a/data/Pok\303\251mon TCG Pocket/Genetic Apex/186.ts" "b/data/Pok\303\251mon TCG Pocket/Genetic Apex/186.ts" index 137c8a8f9..887bac1bf 100644 --- "a/data/Pok\303\251mon TCG Pocket/Genetic Apex/186.ts" +++ "b/data/Pok\303\251mon TCG Pocket/Genetic Apex/186.ts" @@ -24,7 +24,7 @@ const card: Card = { }], retreat: 0, - rarity: "None" + rarity: "One Diamond" } -export default card \ No newline at end of file +export default card diff --git "a/data/Pok\303\251mon TCG Pocket/Genetic Apex/187.ts" "b/data/Pok\303\251mon TCG Pocket/Genetic Apex/187.ts" index 9fe5b5005..37270cbd9 100644 --- "a/data/Pok\303\251mon TCG Pocket/Genetic Apex/187.ts" +++ "b/data/Pok\303\251mon TCG Pocket/Genetic Apex/187.ts" @@ -24,7 +24,7 @@ const card: Card = { }], retreat: 1, - rarity: "None" + rarity: "One Diamond" } -export default card \ No newline at end of file +export default card diff --git "a/data/Pok\303\251mon TCG Pocket/Genetic Apex/188.ts" "b/data/Pok\303\251mon TCG Pocket/Genetic Apex/188.ts" index 3fc65ff8c..b55b22f5e 100644 --- "a/data/Pok\303\251mon TCG Pocket/Genetic Apex/188.ts" +++ "b/data/Pok\303\251mon TCG Pocket/Genetic Apex/188.ts" @@ -36,7 +36,7 @@ const card: Card = { }], retreat: 1, - rarity: "None" + rarity: "Three Diamond" } -export default card \ No newline at end of file +export default card diff --git "a/data/Pok\303\251mon TCG Pocket/Genetic Apex/189.ts" "b/data/Pok\303\251mon TCG Pocket/Genetic Apex/189.ts" index 26ccc9d7d..fe679a980 100644 --- "a/data/Pok\303\251mon TCG Pocket/Genetic Apex/189.ts" +++ "b/data/Pok\303\251mon TCG Pocket/Genetic Apex/189.ts" @@ -24,7 +24,7 @@ const card: Card = { }], retreat: 1, - rarity: "None" + rarity: "One Diamond" } -export default card \ No newline at end of file +export default card diff --git "a/data/Pok\303\251mon TCG Pocket/Genetic Apex/190.ts" "b/data/Pok\303\251mon TCG Pocket/Genetic Apex/190.ts" index 131a7cb4f..2ea4387d1 100644 --- "a/data/Pok\303\251mon TCG Pocket/Genetic Apex/190.ts" +++ "b/data/Pok\303\251mon TCG Pocket/Genetic Apex/190.ts" @@ -24,7 +24,7 @@ const card: Card = { }], retreat: 1, - rarity: "None" + rarity: "One Diamond" } -export default card \ No newline at end of file +export default card diff --git "a/data/Pok\303\251mon TCG Pocket/Genetic Apex/191.ts" "b/data/Pok\303\251mon TCG Pocket/Genetic Apex/191.ts" index 71c7586e4..0c7111254 100644 --- "a/data/Pok\303\251mon TCG Pocket/Genetic Apex/191.ts" +++ "b/data/Pok\303\251mon TCG Pocket/Genetic Apex/191.ts" @@ -24,7 +24,7 @@ const card: Card = { }], retreat: 1, - rarity: "None" + rarity: "One Diamond" } -export default card \ No newline at end of file +export default card diff --git "a/data/Pok\303\251mon TCG Pocket/Genetic Apex/192.ts" "b/data/Pok\303\251mon TCG Pocket/Genetic Apex/192.ts" index 74e621e2d..a49b3e08c 100644 --- "a/data/Pok\303\251mon TCG Pocket/Genetic Apex/192.ts" +++ "b/data/Pok\303\251mon TCG Pocket/Genetic Apex/192.ts" @@ -28,7 +28,7 @@ const card: Card = { }], retreat: 1, - rarity: "None" + rarity: "One Diamond" } -export default card \ No newline at end of file +export default card diff --git "a/data/Pok\303\251mon TCG Pocket/Genetic Apex/193.ts" "b/data/Pok\303\251mon TCG Pocket/Genetic Apex/193.ts" index 528ab3166..261c14b42 100644 --- "a/data/Pok\303\251mon TCG Pocket/Genetic Apex/193.ts" +++ "b/data/Pok\303\251mon TCG Pocket/Genetic Apex/193.ts" @@ -24,7 +24,7 @@ const card: Card = { }], retreat: 1, - rarity: "None" + rarity: "One Diamond" } -export default card \ No newline at end of file +export default card diff --git "a/data/Pok\303\251mon TCG Pocket/Genetic Apex/194.ts" "b/data/Pok\303\251mon TCG Pocket/Genetic Apex/194.ts" index 9c45f0c71..030a78a88 100644 --- "a/data/Pok\303\251mon TCG Pocket/Genetic Apex/194.ts" +++ "b/data/Pok\303\251mon TCG Pocket/Genetic Apex/194.ts" @@ -24,7 +24,7 @@ const card: Card = { }], retreat: 2, - rarity: "None" + rarity: "One Diamond" } -export default card \ No newline at end of file +export default card diff --git "a/data/Pok\303\251mon TCG Pocket/Genetic Apex/195.ts" "b/data/Pok\303\251mon TCG Pocket/Genetic Apex/195.ts" index f0cd5f2a4..4d7e5448a 100644 --- "a/data/Pok\303\251mon TCG Pocket/Genetic Apex/195.ts" +++ "b/data/Pok\303\251mon TCG Pocket/Genetic Apex/195.ts" @@ -13,8 +13,22 @@ const card: Card = { types: ["Colorless"], stage: "Stage1", suffix: "EX", + + attacks: [{ + cost: ["Colorless", "Colorless", "Colorless"], + + name: { + en: "Sleepy Song" + }, + + effect: { + en: "Your opponent's Active Pokémon is now Asleep." + }, + + damage: "80" + }], retreat: 2, - rarity: "None" + rarity: "Four Diamond" } -export default card \ No newline at end of file +export default card diff --git "a/data/Pok\303\251mon TCG Pocket/Genetic Apex/196.ts" "b/data/Pok\303\251mon TCG Pocket/Genetic Apex/196.ts" index 0618cbc6e..1d92e021c 100644 --- "a/data/Pok\303\251mon TCG Pocket/Genetic Apex/196.ts" +++ "b/data/Pok\303\251mon TCG Pocket/Genetic Apex/196.ts" @@ -28,7 +28,7 @@ const card: Card = { }], retreat: 1, - rarity: "None" + rarity: "One Diamond" } -export default card \ No newline at end of file +export default card diff --git "a/data/Pok\303\251mon TCG Pocket/Genetic Apex/197.ts" "b/data/Pok\303\251mon TCG Pocket/Genetic Apex/197.ts" index 52bbfa55b..8d8880fc4 100644 --- "a/data/Pok\303\251mon TCG Pocket/Genetic Apex/197.ts" +++ "b/data/Pok\303\251mon TCG Pocket/Genetic Apex/197.ts" @@ -28,7 +28,7 @@ const card: Card = { }], retreat: 1, - rarity: "None" + rarity: "Two Diamond" } -export default card \ No newline at end of file +export default card diff --git "a/data/Pok\303\251mon TCG Pocket/Genetic Apex/198.ts" "b/data/Pok\303\251mon TCG Pocket/Genetic Apex/198.ts" index 08eeec0a7..3a7ded235 100644 --- "a/data/Pok\303\251mon TCG Pocket/Genetic Apex/198.ts" +++ "b/data/Pok\303\251mon TCG Pocket/Genetic Apex/198.ts" @@ -24,7 +24,7 @@ const card: Card = { }], retreat: 1, - rarity: "None" + rarity: "One Diamond" } -export default card \ No newline at end of file +export default card diff --git "a/data/Pok\303\251mon TCG Pocket/Genetic Apex/199.ts" "b/data/Pok\303\251mon TCG Pocket/Genetic Apex/199.ts" index 0139d6f68..a70f9b16d 100644 --- "a/data/Pok\303\251mon TCG Pocket/Genetic Apex/199.ts" +++ "b/data/Pok\303\251mon TCG Pocket/Genetic Apex/199.ts" @@ -24,7 +24,7 @@ const card: Card = { }], retreat: 1, - rarity: "None" + rarity: "One Diamond" } -export default card \ No newline at end of file +export default card diff --git "a/data/Pok\303\251mon TCG Pocket/Genetic Apex/200.ts" "b/data/Pok\303\251mon TCG Pocket/Genetic Apex/200.ts" index 9c9243f87..41a151f59 100644 --- "a/data/Pok\303\251mon TCG Pocket/Genetic Apex/200.ts" +++ "b/data/Pok\303\251mon TCG Pocket/Genetic Apex/200.ts" @@ -24,7 +24,7 @@ const card: Card = { }], retreat: 0, - rarity: "None" + rarity: "Two Diamond" } -export default card \ No newline at end of file +export default card diff --git "a/data/Pok\303\251mon TCG Pocket/Genetic Apex/201.ts" "b/data/Pok\303\251mon TCG Pocket/Genetic Apex/201.ts" index 7b55f0806..6d464407f 100644 --- "a/data/Pok\303\251mon TCG Pocket/Genetic Apex/201.ts" +++ "b/data/Pok\303\251mon TCG Pocket/Genetic Apex/201.ts" @@ -28,7 +28,7 @@ const card: Card = { }], retreat: 3, - rarity: "None" + rarity: "Two Diamond" } -export default card \ No newline at end of file +export default card diff --git "a/data/Pok\303\251mon TCG Pocket/Genetic Apex/202.ts" "b/data/Pok\303\251mon TCG Pocket/Genetic Apex/202.ts" index e0bc14190..1913bc984 100644 --- "a/data/Pok\303\251mon TCG Pocket/Genetic Apex/202.ts" +++ "b/data/Pok\303\251mon TCG Pocket/Genetic Apex/202.ts" @@ -24,7 +24,7 @@ const card: Card = { }], retreat: 3, - rarity: "None" + rarity: "Two Diamond" } -export default card \ No newline at end of file +export default card diff --git "a/data/Pok\303\251mon TCG Pocket/Genetic Apex/203.ts" "b/data/Pok\303\251mon TCG Pocket/Genetic Apex/203.ts" index 163dd0d95..d92721c07 100644 --- "a/data/Pok\303\251mon TCG Pocket/Genetic Apex/203.ts" +++ "b/data/Pok\303\251mon TCG Pocket/Genetic Apex/203.ts" @@ -28,7 +28,7 @@ const card: Card = { }], retreat: 3, - rarity: "None" + rarity: "Three Diamond" } -export default card \ No newline at end of file +export default card diff --git "a/data/Pok\303\251mon TCG Pocket/Genetic Apex/204.ts" "b/data/Pok\303\251mon TCG Pocket/Genetic Apex/204.ts" index 16e15183f..9c61d968d 100644 --- "a/data/Pok\303\251mon TCG Pocket/Genetic Apex/204.ts" +++ "b/data/Pok\303\251mon TCG Pocket/Genetic Apex/204.ts" @@ -24,7 +24,7 @@ const card: Card = { }], retreat: 2, - rarity: "None" + rarity: "Two Diamond" } -export default card \ No newline at end of file +export default card diff --git "a/data/Pok\303\251mon TCG Pocket/Genetic Apex/205.ts" "b/data/Pok\303\251mon TCG Pocket/Genetic Apex/205.ts" index 466af817a..33834391d 100644 --- "a/data/Pok\303\251mon TCG Pocket/Genetic Apex/205.ts" +++ "b/data/Pok\303\251mon TCG Pocket/Genetic Apex/205.ts" @@ -26,7 +26,7 @@ const card: Card = { }], retreat: 1, - rarity: "None" + rarity: "Three Diamond" } -export default card \ No newline at end of file +export default card diff --git "a/data/Pok\303\251mon TCG Pocket/Genetic Apex/206.ts" "b/data/Pok\303\251mon TCG Pocket/Genetic Apex/206.ts" index 17c4f6e50..164e9c57f 100644 --- "a/data/Pok\303\251mon TCG Pocket/Genetic Apex/206.ts" +++ "b/data/Pok\303\251mon TCG Pocket/Genetic Apex/206.ts" @@ -24,7 +24,7 @@ const card: Card = { }], retreat: 1, - rarity: "None" + rarity: "One Diamond" } -export default card \ No newline at end of file +export default card diff --git "a/data/Pok\303\251mon TCG Pocket/Genetic Apex/207.ts" "b/data/Pok\303\251mon TCG Pocket/Genetic Apex/207.ts" index 17c4f6e50..164e9c57f 100644 --- "a/data/Pok\303\251mon TCG Pocket/Genetic Apex/207.ts" +++ "b/data/Pok\303\251mon TCG Pocket/Genetic Apex/207.ts" @@ -24,7 +24,7 @@ const card: Card = { }], retreat: 1, - rarity: "None" + rarity: "One Diamond" } -export default card \ No newline at end of file +export default card diff --git "a/data/Pok\303\251mon TCG Pocket/Genetic Apex/208.ts" "b/data/Pok\303\251mon TCG Pocket/Genetic Apex/208.ts" index 17c4f6e50..164e9c57f 100644 --- "a/data/Pok\303\251mon TCG Pocket/Genetic Apex/208.ts" +++ "b/data/Pok\303\251mon TCG Pocket/Genetic Apex/208.ts" @@ -24,7 +24,7 @@ const card: Card = { }], retreat: 1, - rarity: "None" + rarity: "One Diamond" } -export default card \ No newline at end of file +export default card diff --git "a/data/Pok\303\251mon TCG Pocket/Genetic Apex/209.ts" "b/data/Pok\303\251mon TCG Pocket/Genetic Apex/209.ts" index 2541b9f23..441f400a3 100644 --- "a/data/Pok\303\251mon TCG Pocket/Genetic Apex/209.ts" +++ "b/data/Pok\303\251mon TCG Pocket/Genetic Apex/209.ts" @@ -36,7 +36,7 @@ const card: Card = { }], retreat: 1, - rarity: "None" + rarity: "Two Diamond" } -export default card \ No newline at end of file +export default card diff --git "a/data/Pok\303\251mon TCG Pocket/Genetic Apex/210.ts" "b/data/Pok\303\251mon TCG Pocket/Genetic Apex/210.ts" index 914c1256c..5ea0a9032 100644 --- "a/data/Pok\303\251mon TCG Pocket/Genetic Apex/210.ts" +++ "b/data/Pok\303\251mon TCG Pocket/Genetic Apex/210.ts" @@ -26,7 +26,7 @@ const card: Card = { }], retreat: 1, - rarity: "None" + rarity: "Three Diamond" } -export default card \ No newline at end of file +export default card diff --git "a/data/Pok\303\251mon TCG Pocket/Genetic Apex/211.ts" "b/data/Pok\303\251mon TCG Pocket/Genetic Apex/211.ts" index 94b2b5c52..762f0d0bc 100644 --- "a/data/Pok\303\251mon TCG Pocket/Genetic Apex/211.ts" +++ "b/data/Pok\303\251mon TCG Pocket/Genetic Apex/211.ts" @@ -24,7 +24,7 @@ const card: Card = { }], retreat: 4, - rarity: "None" + rarity: "Three Diamond" } -export default card \ No newline at end of file +export default card diff --git "a/data/Pok\303\251mon TCG Pocket/Genetic Apex/212.ts" "b/data/Pok\303\251mon TCG Pocket/Genetic Apex/212.ts" index 76eaadd55..1cd25f7c5 100644 --- "a/data/Pok\303\251mon TCG Pocket/Genetic Apex/212.ts" +++ "b/data/Pok\303\251mon TCG Pocket/Genetic Apex/212.ts" @@ -24,7 +24,7 @@ const card: Card = { }], retreat: 1, - rarity: "None" + rarity: "One Diamond" } -export default card \ No newline at end of file +export default card diff --git "a/data/Pok\303\251mon TCG Pocket/Genetic Apex/213.ts" "b/data/Pok\303\251mon TCG Pocket/Genetic Apex/213.ts" index a047c1160..8e211402a 100644 --- "a/data/Pok\303\251mon TCG Pocket/Genetic Apex/213.ts" +++ "b/data/Pok\303\251mon TCG Pocket/Genetic Apex/213.ts" @@ -28,7 +28,7 @@ const card: Card = { }], retreat: 1, - rarity: "None" + rarity: "Two Diamond" } -export default card \ No newline at end of file +export default card diff --git "a/data/Pok\303\251mon TCG Pocket/Genetic Apex/214.ts" "b/data/Pok\303\251mon TCG Pocket/Genetic Apex/214.ts" index 3f6b9806f..8440955b1 100644 --- "a/data/Pok\303\251mon TCG Pocket/Genetic Apex/214.ts" +++ "b/data/Pok\303\251mon TCG Pocket/Genetic Apex/214.ts" @@ -24,7 +24,7 @@ const card: Card = { }], retreat: 1, - rarity: "None" + rarity: "One Diamond" } -export default card \ No newline at end of file +export default card diff --git "a/data/Pok\303\251mon TCG Pocket/Genetic Apex/215.ts" "b/data/Pok\303\251mon TCG Pocket/Genetic Apex/215.ts" index 75f822056..c7db802a9 100644 --- "a/data/Pok\303\251mon TCG Pocket/Genetic Apex/215.ts" +++ "b/data/Pok\303\251mon TCG Pocket/Genetic Apex/215.ts" @@ -24,7 +24,7 @@ const card: Card = { }], retreat: 2, - rarity: "None" + rarity: "One Diamond" } -export default card \ No newline at end of file +export default card diff --git "a/data/Pok\303\251mon TCG Pocket/Genetic Apex/216.ts" "b/data/Pok\303\251mon TCG Pocket/Genetic Apex/216.ts" index 9330e620d..3e181dfaf 100644 --- "a/data/Pok\303\251mon TCG Pocket/Genetic Apex/216.ts" +++ "b/data/Pok\303\251mon TCG Pocket/Genetic Apex/216.ts" @@ -15,7 +15,7 @@ const card: Card = { }, trainerType: "Item", - rarity: "None" + rarity: "One Diamond" } -export default card \ No newline at end of file +export default card diff --git "a/data/Pok\303\251mon TCG Pocket/Genetic Apex/217.ts" "b/data/Pok\303\251mon TCG Pocket/Genetic Apex/217.ts" index 18879d03d..24f40861d 100644 --- "a/data/Pok\303\251mon TCG Pocket/Genetic Apex/217.ts" +++ "b/data/Pok\303\251mon TCG Pocket/Genetic Apex/217.ts" @@ -15,7 +15,7 @@ const card: Card = { }, trainerType: "Item", - rarity: "None" + rarity: "One Diamond" } -export default card \ No newline at end of file +export default card diff --git "a/data/Pok\303\251mon TCG Pocket/Genetic Apex/218.ts" "b/data/Pok\303\251mon TCG Pocket/Genetic Apex/218.ts" index d9f828564..d4b9439d5 100644 --- "a/data/Pok\303\251mon TCG Pocket/Genetic Apex/218.ts" +++ "b/data/Pok\303\251mon TCG Pocket/Genetic Apex/218.ts" @@ -15,7 +15,7 @@ const card: Card = { }, trainerType: "Item", - rarity: "None" + rarity: "One Diamond" } -export default card \ No newline at end of file +export default card diff --git "a/data/Pok\303\251mon TCG Pocket/Genetic Apex/219.ts" "b/data/Pok\303\251mon TCG Pocket/Genetic Apex/219.ts" index 15ba1ca33..933a4978b 100644 --- "a/data/Pok\303\251mon TCG Pocket/Genetic Apex/219.ts" +++ "b/data/Pok\303\251mon TCG Pocket/Genetic Apex/219.ts" @@ -15,7 +15,7 @@ const card: Card = { }, trainerType: "Supporter", - rarity: "None" + rarity: "Two Diamond" } -export default card \ No newline at end of file +export default card diff --git "a/data/Pok\303\251mon TCG Pocket/Genetic Apex/220.ts" "b/data/Pok\303\251mon TCG Pocket/Genetic Apex/220.ts" index f4cb64fb8..47cbc11ed 100644 --- "a/data/Pok\303\251mon TCG Pocket/Genetic Apex/220.ts" +++ "b/data/Pok\303\251mon TCG Pocket/Genetic Apex/220.ts" @@ -14,8 +14,8 @@ const card: Card = { en: "Choose 1 of your W Pokémon, and flip a coin until you get tails. For each heads, take a W Energy from your Energy Zone and attach it to that Pokémon." }, - trainerType: "Item", - rarity: "None" + trainerType: "Supporter", + rarity: "Two Diamond" } -export default card \ No newline at end of file +export default card diff --git "a/data/Pok\303\251mon TCG Pocket/Genetic Apex/221.ts" "b/data/Pok\303\251mon TCG Pocket/Genetic Apex/221.ts" index cb63b49c8..dd9e0af73 100644 --- "a/data/Pok\303\251mon TCG Pocket/Genetic Apex/221.ts" +++ "b/data/Pok\303\251mon TCG Pocket/Genetic Apex/221.ts" @@ -15,7 +15,7 @@ const card: Card = { }, trainerType: "Supporter", - rarity: "None" + rarity: "Two Diamond" } -export default card \ No newline at end of file +export default card diff --git "a/data/Pok\303\251mon TCG Pocket/Genetic Apex/222.ts" "b/data/Pok\303\251mon TCG Pocket/Genetic Apex/222.ts" index 8d1f6403c..dda68bb40 100644 --- "a/data/Pok\303\251mon TCG Pocket/Genetic Apex/222.ts" +++ "b/data/Pok\303\251mon TCG Pocket/Genetic Apex/222.ts" @@ -15,7 +15,7 @@ const card: Card = { }, trainerType: "Supporter", - rarity: "None" + rarity: "Two Diamond" } -export default card \ No newline at end of file +export default card diff --git "a/data/Pok\303\251mon TCG Pocket/Genetic Apex/223.ts" "b/data/Pok\303\251mon TCG Pocket/Genetic Apex/223.ts" index f59700d6f..d8a958f1e 100644 --- "a/data/Pok\303\251mon TCG Pocket/Genetic Apex/223.ts" +++ "b/data/Pok\303\251mon TCG Pocket/Genetic Apex/223.ts" @@ -15,7 +15,7 @@ const card: Card = { }, trainerType: "Supporter", - rarity: "None" + rarity: "Two Diamond" } -export default card \ No newline at end of file +export default card diff --git "a/data/Pok\303\251mon TCG Pocket/Genetic Apex/224.ts" "b/data/Pok\303\251mon TCG Pocket/Genetic Apex/224.ts" index 5ae22c7c8..1f39cad3a 100644 --- "a/data/Pok\303\251mon TCG Pocket/Genetic Apex/224.ts" +++ "b/data/Pok\303\251mon TCG Pocket/Genetic Apex/224.ts" @@ -15,7 +15,7 @@ const card: Card = { }, trainerType: "Supporter", - rarity: "None" + rarity: "Two Diamond" } -export default card \ No newline at end of file +export default card diff --git "a/data/Pok\303\251mon TCG Pocket/Genetic Apex/225.ts" "b/data/Pok\303\251mon TCG Pocket/Genetic Apex/225.ts" index 1641e9f89..3e8d79cf6 100644 --- "a/data/Pok\303\251mon TCG Pocket/Genetic Apex/225.ts" +++ "b/data/Pok\303\251mon TCG Pocket/Genetic Apex/225.ts" @@ -15,7 +15,7 @@ const card: Card = { }, trainerType: "Supporter", - rarity: "None" + rarity: "Two Diamond" } -export default card \ No newline at end of file +export default card diff --git "a/data/Pok\303\251mon TCG Pocket/Genetic Apex/226.ts" "b/data/Pok\303\251mon TCG Pocket/Genetic Apex/226.ts" index dbfdc73c1..ce924e566 100644 --- "a/data/Pok\303\251mon TCG Pocket/Genetic Apex/226.ts" +++ "b/data/Pok\303\251mon TCG Pocket/Genetic Apex/226.ts" @@ -15,7 +15,7 @@ const card: Card = { }, trainerType: "Supporter", - rarity: "None" + rarity: "Two Diamond" } -export default card \ No newline at end of file +export default card diff --git "a/data/Pok\303\251mon TCG Pocket/Genetic Apex/227.ts" "b/data/Pok\303\251mon TCG Pocket/Genetic Apex/227.ts" index e2b6f33ca..06f7b35c5 100644 --- "a/data/Pok\303\251mon TCG Pocket/Genetic Apex/227.ts" +++ "b/data/Pok\303\251mon TCG Pocket/Genetic Apex/227.ts" @@ -24,7 +24,7 @@ const card: Card = { }], retreat: 1, - rarity: "None" + rarity: "One Star" } -export default card \ No newline at end of file +export default card diff --git "a/data/Pok\303\251mon TCG Pocket/Genetic Apex/228.ts" "b/data/Pok\303\251mon TCG Pocket/Genetic Apex/228.ts" index 5639c4c67..6873a4823 100644 --- "a/data/Pok\303\251mon TCG Pocket/Genetic Apex/228.ts" +++ "b/data/Pok\303\251mon TCG Pocket/Genetic Apex/228.ts" @@ -24,7 +24,7 @@ const card: Card = { }], retreat: 2, - rarity: "None" + rarity: "One Star" } -export default card \ No newline at end of file +export default card diff --git "a/data/Pok\303\251mon TCG Pocket/Genetic Apex/229.ts" "b/data/Pok\303\251mon TCG Pocket/Genetic Apex/229.ts" index b128b1605..92ae0c253 100644 --- "a/data/Pok\303\251mon TCG Pocket/Genetic Apex/229.ts" +++ "b/data/Pok\303\251mon TCG Pocket/Genetic Apex/229.ts" @@ -28,7 +28,7 @@ const card: Card = { }], retreat: 2, - rarity: "None" + rarity: "One Star" } -export default card \ No newline at end of file +export default card diff --git "a/data/Pok\303\251mon TCG Pocket/Genetic Apex/230.ts" "b/data/Pok\303\251mon TCG Pocket/Genetic Apex/230.ts" index 1461a8147..0a9dbb698 100644 --- "a/data/Pok\303\251mon TCG Pocket/Genetic Apex/230.ts" +++ "b/data/Pok\303\251mon TCG Pocket/Genetic Apex/230.ts" @@ -28,7 +28,7 @@ const card: Card = { }], retreat: 1, - rarity: "None" + rarity: "One Star" } -export default card \ No newline at end of file +export default card diff --git "a/data/Pok\303\251mon TCG Pocket/Genetic Apex/231.ts" "b/data/Pok\303\251mon TCG Pocket/Genetic Apex/231.ts" index 8bd07b223..e652653e3 100644 --- "a/data/Pok\303\251mon TCG Pocket/Genetic Apex/231.ts" +++ "b/data/Pok\303\251mon TCG Pocket/Genetic Apex/231.ts" @@ -24,7 +24,7 @@ const card: Card = { }], retreat: 1, - rarity: "None" + rarity: "One Star" } -export default card \ No newline at end of file +export default card diff --git "a/data/Pok\303\251mon TCG Pocket/Genetic Apex/232.ts" "b/data/Pok\303\251mon TCG Pocket/Genetic Apex/232.ts" index 1d7264f05..34ecb8502 100644 --- "a/data/Pok\303\251mon TCG Pocket/Genetic Apex/232.ts" +++ "b/data/Pok\303\251mon TCG Pocket/Genetic Apex/232.ts" @@ -24,7 +24,7 @@ const card: Card = { }], retreat: 1, - rarity: "None" + rarity: "One Star" } -export default card \ No newline at end of file +export default card diff --git "a/data/Pok\303\251mon TCG Pocket/Genetic Apex/233.ts" "b/data/Pok\303\251mon TCG Pocket/Genetic Apex/233.ts" index ccd8bccb6..c03d808b1 100644 --- "a/data/Pok\303\251mon TCG Pocket/Genetic Apex/233.ts" +++ "b/data/Pok\303\251mon TCG Pocket/Genetic Apex/233.ts" @@ -28,7 +28,7 @@ const card: Card = { }], retreat: 0, - rarity: "None" + rarity: "One Star" } -export default card \ No newline at end of file +export default card diff --git "a/data/Pok\303\251mon TCG Pocket/Genetic Apex/234.ts" "b/data/Pok\303\251mon TCG Pocket/Genetic Apex/234.ts" index 0b7813e45..62af3a7b0 100644 --- "a/data/Pok\303\251mon TCG Pocket/Genetic Apex/234.ts" +++ "b/data/Pok\303\251mon TCG Pocket/Genetic Apex/234.ts" @@ -28,7 +28,7 @@ const card: Card = { }], retreat: 2, - rarity: "None" + rarity: "One Star" } -export default card \ No newline at end of file +export default card diff --git "a/data/Pok\303\251mon TCG Pocket/Genetic Apex/235.ts" "b/data/Pok\303\251mon TCG Pocket/Genetic Apex/235.ts" index 939f2cd5e..853683c9f 100644 --- "a/data/Pok\303\251mon TCG Pocket/Genetic Apex/235.ts" +++ "b/data/Pok\303\251mon TCG Pocket/Genetic Apex/235.ts" @@ -24,7 +24,7 @@ const card: Card = { }], retreat: 0, - rarity: "None" + rarity: "One Star" } -export default card \ No newline at end of file +export default card diff --git "a/data/Pok\303\251mon TCG Pocket/Genetic Apex/236.ts" "b/data/Pok\303\251mon TCG Pocket/Genetic Apex/236.ts" index f0e47a5ba..cdad9a270 100644 --- "a/data/Pok\303\251mon TCG Pocket/Genetic Apex/236.ts" +++ "b/data/Pok\303\251mon TCG Pocket/Genetic Apex/236.ts" @@ -28,7 +28,7 @@ const card: Card = { }], retreat: 2, - rarity: "None" + rarity: "One Star" } -export default card \ No newline at end of file +export default card diff --git "a/data/Pok\303\251mon TCG Pocket/Genetic Apex/237.ts" "b/data/Pok\303\251mon TCG Pocket/Genetic Apex/237.ts" index 94cbb9bf1..06ec82c7c 100644 --- "a/data/Pok\303\251mon TCG Pocket/Genetic Apex/237.ts" +++ "b/data/Pok\303\251mon TCG Pocket/Genetic Apex/237.ts" @@ -24,7 +24,7 @@ const card: Card = { }], retreat: 2, - rarity: "None" + rarity: "One Star" } -export default card \ No newline at end of file +export default card diff --git "a/data/Pok\303\251mon TCG Pocket/Genetic Apex/238.ts" "b/data/Pok\303\251mon TCG Pocket/Genetic Apex/238.ts" index 8df13b2a9..3c44cb14c 100644 --- "a/data/Pok\303\251mon TCG Pocket/Genetic Apex/238.ts" +++ "b/data/Pok\303\251mon TCG Pocket/Genetic Apex/238.ts" @@ -24,7 +24,7 @@ const card: Card = { }], retreat: 1, - rarity: "None" + rarity: "One Star" } -export default card \ No newline at end of file +export default card diff --git "a/data/Pok\303\251mon TCG Pocket/Genetic Apex/239.ts" "b/data/Pok\303\251mon TCG Pocket/Genetic Apex/239.ts" index 87e949431..b63cc182d 100644 --- "a/data/Pok\303\251mon TCG Pocket/Genetic Apex/239.ts" +++ "b/data/Pok\303\251mon TCG Pocket/Genetic Apex/239.ts" @@ -26,7 +26,7 @@ const card: Card = { }], retreat: 1, - rarity: "None" + rarity: "One Star" } -export default card \ No newline at end of file +export default card diff --git "a/data/Pok\303\251mon TCG Pocket/Genetic Apex/240.ts" "b/data/Pok\303\251mon TCG Pocket/Genetic Apex/240.ts" index a9612b3fe..2800d0585 100644 --- "a/data/Pok\303\251mon TCG Pocket/Genetic Apex/240.ts" +++ "b/data/Pok\303\251mon TCG Pocket/Genetic Apex/240.ts" @@ -28,7 +28,7 @@ const card: Card = { }], retreat: 2, - rarity: "None" + rarity: "One Star" } -export default card \ No newline at end of file +export default card diff --git "a/data/Pok\303\251mon TCG Pocket/Genetic Apex/241.ts" "b/data/Pok\303\251mon TCG Pocket/Genetic Apex/241.ts" index 85890f51c..09a80ed74 100644 --- "a/data/Pok\303\251mon TCG Pocket/Genetic Apex/241.ts" +++ "b/data/Pok\303\251mon TCG Pocket/Genetic Apex/241.ts" @@ -28,7 +28,7 @@ const card: Card = { }], retreat: 0, - rarity: "None" + rarity: "One Star" } -export default card \ No newline at end of file +export default card diff --git "a/data/Pok\303\251mon TCG Pocket/Genetic Apex/242.ts" "b/data/Pok\303\251mon TCG Pocket/Genetic Apex/242.ts" index 7588ee001..be948a867 100644 --- "a/data/Pok\303\251mon TCG Pocket/Genetic Apex/242.ts" +++ "b/data/Pok\303\251mon TCG Pocket/Genetic Apex/242.ts" @@ -24,7 +24,7 @@ const card: Card = { }], retreat: 1, - rarity: "None" + rarity: "One Star" } -export default card \ No newline at end of file +export default card diff --git "a/data/Pok\303\251mon TCG Pocket/Genetic Apex/243.ts" "b/data/Pok\303\251mon TCG Pocket/Genetic Apex/243.ts" index 0a5a3871f..126243f5a 100644 --- "a/data/Pok\303\251mon TCG Pocket/Genetic Apex/243.ts" +++ "b/data/Pok\303\251mon TCG Pocket/Genetic Apex/243.ts" @@ -36,7 +36,7 @@ const card: Card = { }], retreat: 3, - rarity: "None" + rarity: "One Star" } -export default card \ No newline at end of file +export default card diff --git "a/data/Pok\303\251mon TCG Pocket/Genetic Apex/244.ts" "b/data/Pok\303\251mon TCG Pocket/Genetic Apex/244.ts" index 81058b6ba..d6361b5ef 100644 --- "a/data/Pok\303\251mon TCG Pocket/Genetic Apex/244.ts" +++ "b/data/Pok\303\251mon TCG Pocket/Genetic Apex/244.ts" @@ -26,7 +26,7 @@ const card: Card = { }], retreat: 3, - rarity: "None" + rarity: "One Star" } -export default card \ No newline at end of file +export default card diff --git "a/data/Pok\303\251mon TCG Pocket/Genetic Apex/245.ts" "b/data/Pok\303\251mon TCG Pocket/Genetic Apex/245.ts" index 3fc65ff8c..befe0fa18 100644 --- "a/data/Pok\303\251mon TCG Pocket/Genetic Apex/245.ts" +++ "b/data/Pok\303\251mon TCG Pocket/Genetic Apex/245.ts" @@ -36,7 +36,7 @@ const card: Card = { }], retreat: 1, - rarity: "None" + rarity: "One Star" } -export default card \ No newline at end of file +export default card diff --git "a/data/Pok\303\251mon TCG Pocket/Genetic Apex/246.ts" "b/data/Pok\303\251mon TCG Pocket/Genetic Apex/246.ts" index 0618cbc6e..ab09a4187 100644 --- "a/data/Pok\303\251mon TCG Pocket/Genetic Apex/246.ts" +++ "b/data/Pok\303\251mon TCG Pocket/Genetic Apex/246.ts" @@ -28,7 +28,7 @@ const card: Card = { }], retreat: 1, - rarity: "None" + rarity: "One Star" } -export default card \ No newline at end of file +export default card diff --git "a/data/Pok\303\251mon TCG Pocket/Genetic Apex/247.ts" "b/data/Pok\303\251mon TCG Pocket/Genetic Apex/247.ts" index 466af817a..a82a414dd 100644 --- "a/data/Pok\303\251mon TCG Pocket/Genetic Apex/247.ts" +++ "b/data/Pok\303\251mon TCG Pocket/Genetic Apex/247.ts" @@ -26,7 +26,7 @@ const card: Card = { }], retreat: 1, - rarity: "None" + rarity: "One Star" } -export default card \ No newline at end of file +export default card diff --git "a/data/Pok\303\251mon TCG Pocket/Genetic Apex/248.ts" "b/data/Pok\303\251mon TCG Pocket/Genetic Apex/248.ts" new file mode 100644 index 000000000..bb9b98c83 --- /dev/null +++ "b/data/Pok\303\251mon TCG Pocket/Genetic Apex/248.ts" @@ -0,0 +1,30 @@ +import { Card } from "../../../interfaces" +import Set from "../Genetic Apex" + +const card: Card = { + set: Set, + + name: { + en: "Eevee" + }, + + category: "Pokemon", + hp: 60, + types: ["Colorless"], + stage: "Basic", + + attacks: [{ + cost: ["Colorless"], + + name: { + en: "Tackle" + }, + + damage: "20" + }], + + retreat: 1, + rarity: "One Star" +} + +export default card diff --git "a/data/Pok\303\251mon TCG Pocket/Genetic Apex/249.ts" "b/data/Pok\303\251mon TCG Pocket/Genetic Apex/249.ts" index 2541b9f23..72e16f022 100644 --- "a/data/Pok\303\251mon TCG Pocket/Genetic Apex/249.ts" +++ "b/data/Pok\303\251mon TCG Pocket/Genetic Apex/249.ts" @@ -36,7 +36,7 @@ const card: Card = { }], retreat: 1, - rarity: "None" + rarity: "One Star" } -export default card \ No newline at end of file +export default card diff --git "a/data/Pok\303\251mon TCG Pocket/Genetic Apex/252.ts" "b/data/Pok\303\251mon TCG Pocket/Genetic Apex/252.ts" index c293d2154..e13b5b212 100644 --- "a/data/Pok\303\251mon TCG Pocket/Genetic Apex/252.ts" +++ "b/data/Pok\303\251mon TCG Pocket/Genetic Apex/252.ts" @@ -13,8 +13,21 @@ const card: Card = { types: ["Grass"], stage: "Stage1", suffix: "EX", + attacks: [{ + cost: ["Grass"], + + name: { + en: "Tropical Swing" + }, + + effect: { + en: "Flip a coin. If heads, this attack does 40 more damage." + }, + + damage: "40+" + }], retreat: 3, - rarity: "None" + rarity: "Two Star" } -export default card \ No newline at end of file +export default card diff --git "a/data/Pok\303\251mon TCG Pocket/Genetic Apex/253.ts" "b/data/Pok\303\251mon TCG Pocket/Genetic Apex/253.ts" index d3e44097f..131bc3f70 100644 --- "a/data/Pok\303\251mon TCG Pocket/Genetic Apex/253.ts" +++ "b/data/Pok\303\251mon TCG Pocket/Genetic Apex/253.ts" @@ -37,7 +37,7 @@ const card: Card = { }], retreat: 2, - rarity: "None" + rarity: "Two Star" } -export default card \ No newline at end of file +export default card diff --git "a/data/Pok\303\251mon TCG Pocket/Genetic Apex/254.ts" "b/data/Pok\303\251mon TCG Pocket/Genetic Apex/254.ts" index 3a4a2ad76..588f85037 100644 --- "a/data/Pok\303\251mon TCG Pocket/Genetic Apex/254.ts" +++ "b/data/Pok\303\251mon TCG Pocket/Genetic Apex/254.ts" @@ -29,7 +29,7 @@ const card: Card = { }], retreat: 2, - rarity: "None" + rarity: "Two Star" } -export default card \ No newline at end of file +export default card diff --git "a/data/Pok\303\251mon TCG Pocket/Genetic Apex/255.ts" "b/data/Pok\303\251mon TCG Pocket/Genetic Apex/255.ts" index d528e216b..fa76c0955 100644 --- "a/data/Pok\303\251mon TCG Pocket/Genetic Apex/255.ts" +++ "b/data/Pok\303\251mon TCG Pocket/Genetic Apex/255.ts" @@ -35,7 +35,7 @@ const card: Card = { }], retreat: 2, - rarity: "None" + rarity: "Two Star" } -export default card \ No newline at end of file +export default card diff --git "a/data/Pok\303\251mon TCG Pocket/Genetic Apex/256.ts" "b/data/Pok\303\251mon TCG Pocket/Genetic Apex/256.ts" index 68dc20aa1..17a7a0cf4 100644 --- "a/data/Pok\303\251mon TCG Pocket/Genetic Apex/256.ts" +++ "b/data/Pok\303\251mon TCG Pocket/Genetic Apex/256.ts" @@ -37,7 +37,7 @@ const card: Card = { }], retreat: 3, - rarity: "None" + rarity: "Two Star" } -export default card \ No newline at end of file +export default card diff --git "a/data/Pok\303\251mon TCG Pocket/Genetic Apex/257.ts" "b/data/Pok\303\251mon TCG Pocket/Genetic Apex/257.ts" index 6511e9055..258c9b7ce 100644 --- "a/data/Pok\303\251mon TCG Pocket/Genetic Apex/257.ts" +++ "b/data/Pok\303\251mon TCG Pocket/Genetic Apex/257.ts" @@ -25,7 +25,7 @@ const card: Card = { }], retreat: 0, - rarity: "None" + rarity: "Two Star" } -export default card \ No newline at end of file +export default card diff --git "a/data/Pok\303\251mon TCG Pocket/Genetic Apex/258.ts" "b/data/Pok\303\251mon TCG Pocket/Genetic Apex/258.ts" index 02e92f63f..873c3932f 100644 --- "a/data/Pok\303\251mon TCG Pocket/Genetic Apex/258.ts" +++ "b/data/Pok\303\251mon TCG Pocket/Genetic Apex/258.ts" @@ -37,7 +37,7 @@ const card: Card = { }], retreat: 2, - rarity: "None" + rarity: "Two Star" } -export default card \ No newline at end of file +export default card diff --git "a/data/Pok\303\251mon TCG Pocket/Genetic Apex/259.ts" "b/data/Pok\303\251mon TCG Pocket/Genetic Apex/259.ts" index 927b552e6..f39dfac43 100644 --- "a/data/Pok\303\251mon TCG Pocket/Genetic Apex/259.ts" +++ "b/data/Pok\303\251mon TCG Pocket/Genetic Apex/259.ts" @@ -29,7 +29,7 @@ const card: Card = { }], retreat: 1, - rarity: "None" + rarity: "Two Star" } -export default card \ No newline at end of file +export default card diff --git "a/data/Pok\303\251mon TCG Pocket/Genetic Apex/260.ts" "b/data/Pok\303\251mon TCG Pocket/Genetic Apex/260.ts" index db9afb176..8b3836f1d 100644 --- "a/data/Pok\303\251mon TCG Pocket/Genetic Apex/260.ts" +++ "b/data/Pok\303\251mon TCG Pocket/Genetic Apex/260.ts" @@ -29,7 +29,7 @@ const card: Card = { }], retreat: 1, - rarity: "None" + rarity: "Two Star" } -export default card \ No newline at end of file +export default card diff --git "a/data/Pok\303\251mon TCG Pocket/Genetic Apex/261.ts" "b/data/Pok\303\251mon TCG Pocket/Genetic Apex/261.ts" index 0edf9f35b..0b04ed835 100644 --- "a/data/Pok\303\251mon TCG Pocket/Genetic Apex/261.ts" +++ "b/data/Pok\303\251mon TCG Pocket/Genetic Apex/261.ts" @@ -37,7 +37,7 @@ const card: Card = { }], retreat: 0, - rarity: "None" + rarity: "Two Star" } -export default card \ No newline at end of file +export default card diff --git "a/data/Pok\303\251mon TCG Pocket/Genetic Apex/262.ts" "b/data/Pok\303\251mon TCG Pocket/Genetic Apex/262.ts" index 6109fc374..fdea82a03 100644 --- "a/data/Pok\303\251mon TCG Pocket/Genetic Apex/262.ts" +++ "b/data/Pok\303\251mon TCG Pocket/Genetic Apex/262.ts" @@ -37,7 +37,7 @@ const card: Card = { }], retreat: 2, - rarity: "None" + rarity: "Two Star" } -export default card \ No newline at end of file +export default card diff --git "a/data/Pok\303\251mon TCG Pocket/Genetic Apex/263.ts" "b/data/Pok\303\251mon TCG Pocket/Genetic Apex/263.ts" index 72a2b009c..a9e4406f3 100644 --- "a/data/Pok\303\251mon TCG Pocket/Genetic Apex/263.ts" +++ "b/data/Pok\303\251mon TCG Pocket/Genetic Apex/263.ts" @@ -25,7 +25,7 @@ const card: Card = { }], retreat: 3, - rarity: "None" + rarity: "Two Star" } -export default card \ No newline at end of file +export default card diff --git "a/data/Pok\303\251mon TCG Pocket/Genetic Apex/264.ts" "b/data/Pok\303\251mon TCG Pocket/Genetic Apex/264.ts" index 1b2046160..e7880fe28 100644 --- "a/data/Pok\303\251mon TCG Pocket/Genetic Apex/264.ts" +++ "b/data/Pok\303\251mon TCG Pocket/Genetic Apex/264.ts" @@ -29,7 +29,7 @@ const card: Card = { }], retreat: 1, - rarity: "None" + rarity: "Two Star" } -export default card \ No newline at end of file +export default card diff --git "a/data/Pok\303\251mon TCG Pocket/Genetic Apex/265.ts" "b/data/Pok\303\251mon TCG Pocket/Genetic Apex/265.ts" index f0cd5f2a4..90a21c2ca 100644 --- "a/data/Pok\303\251mon TCG Pocket/Genetic Apex/265.ts" +++ "b/data/Pok\303\251mon TCG Pocket/Genetic Apex/265.ts" @@ -13,8 +13,21 @@ const card: Card = { types: ["Colorless"], stage: "Stage1", suffix: "EX", + attacks: [{ + cost: ["Colorless", "Colorless", "Colorless"], + + name: { + en: "Sleepy Song" + }, + + effect: { + en: "Your opponent's Active Pokémon is now Asleep." + }, + + damage: "80" + }], retreat: 2, rarity: "None" } -export default card \ No newline at end of file +export default card diff --git "a/data/Pok\303\251mon TCG Pocket/Genetic Apex/266.ts" "b/data/Pok\303\251mon TCG Pocket/Genetic Apex/266.ts" index 15ba1ca33..b938d2005 100644 --- "a/data/Pok\303\251mon TCG Pocket/Genetic Apex/266.ts" +++ "b/data/Pok\303\251mon TCG Pocket/Genetic Apex/266.ts" @@ -15,7 +15,7 @@ const card: Card = { }, trainerType: "Supporter", - rarity: "None" + rarity: "Two Star" } -export default card \ No newline at end of file +export default card diff --git "a/data/Pok\303\251mon TCG Pocket/Genetic Apex/267.ts" "b/data/Pok\303\251mon TCG Pocket/Genetic Apex/267.ts" index f4cb64fb8..2185de17c 100644 --- "a/data/Pok\303\251mon TCG Pocket/Genetic Apex/267.ts" +++ "b/data/Pok\303\251mon TCG Pocket/Genetic Apex/267.ts" @@ -14,8 +14,8 @@ const card: Card = { en: "Choose 1 of your W Pokémon, and flip a coin until you get tails. For each heads, take a W Energy from your Energy Zone and attach it to that Pokémon." }, - trainerType: "Item", - rarity: "None" + trainerType: "Supporter", + rarity: "Two Star" } -export default card \ No newline at end of file +export default card diff --git "a/data/Pok\303\251mon TCG Pocket/Genetic Apex/268.ts" "b/data/Pok\303\251mon TCG Pocket/Genetic Apex/268.ts" index cb63b49c8..d77bc3e37 100644 --- "a/data/Pok\303\251mon TCG Pocket/Genetic Apex/268.ts" +++ "b/data/Pok\303\251mon TCG Pocket/Genetic Apex/268.ts" @@ -15,7 +15,7 @@ const card: Card = { }, trainerType: "Supporter", - rarity: "None" + rarity: "Two Star" } -export default card \ No newline at end of file +export default card diff --git "a/data/Pok\303\251mon TCG Pocket/Genetic Apex/269.ts" "b/data/Pok\303\251mon TCG Pocket/Genetic Apex/269.ts" index 8d1f6403c..2e92d6c4a 100644 --- "a/data/Pok\303\251mon TCG Pocket/Genetic Apex/269.ts" +++ "b/data/Pok\303\251mon TCG Pocket/Genetic Apex/269.ts" @@ -15,7 +15,7 @@ const card: Card = { }, trainerType: "Supporter", - rarity: "None" + rarity: "Two Star" } -export default card \ No newline at end of file +export default card diff --git "a/data/Pok\303\251mon TCG Pocket/Genetic Apex/270.ts" "b/data/Pok\303\251mon TCG Pocket/Genetic Apex/270.ts" index f59700d6f..aff918dd4 100644 --- "a/data/Pok\303\251mon TCG Pocket/Genetic Apex/270.ts" +++ "b/data/Pok\303\251mon TCG Pocket/Genetic Apex/270.ts" @@ -15,7 +15,7 @@ const card: Card = { }, trainerType: "Supporter", - rarity: "None" + rarity: "Two Star" } -export default card \ No newline at end of file +export default card diff --git "a/data/Pok\303\251mon TCG Pocket/Genetic Apex/271.ts" "b/data/Pok\303\251mon TCG Pocket/Genetic Apex/271.ts" index 5ae22c7c8..f873213be 100644 --- "a/data/Pok\303\251mon TCG Pocket/Genetic Apex/271.ts" +++ "b/data/Pok\303\251mon TCG Pocket/Genetic Apex/271.ts" @@ -15,7 +15,7 @@ const card: Card = { }, trainerType: "Supporter", - rarity: "None" + rarity: "Two Star" } -export default card \ No newline at end of file +export default card diff --git "a/data/Pok\303\251mon TCG Pocket/Genetic Apex/272.ts" "b/data/Pok\303\251mon TCG Pocket/Genetic Apex/272.ts" index 1641e9f89..09359e97f 100644 --- "a/data/Pok\303\251mon TCG Pocket/Genetic Apex/272.ts" +++ "b/data/Pok\303\251mon TCG Pocket/Genetic Apex/272.ts" @@ -15,7 +15,7 @@ const card: Card = { }, trainerType: "Supporter", - rarity: "None" + rarity: "Two Star" } -export default card \ No newline at end of file +export default card diff --git "a/data/Pok\303\251mon TCG Pocket/Genetic Apex/273.ts" "b/data/Pok\303\251mon TCG Pocket/Genetic Apex/273.ts" index dbfdc73c1..ec2c4784e 100644 --- "a/data/Pok\303\251mon TCG Pocket/Genetic Apex/273.ts" +++ "b/data/Pok\303\251mon TCG Pocket/Genetic Apex/273.ts" @@ -15,7 +15,7 @@ const card: Card = { }, trainerType: "Supporter", - rarity: "None" + rarity: "Two Star" } -export default card \ No newline at end of file +export default card diff --git "a/data/Pok\303\251mon TCG Pocket/Genetic Apex/274.ts" "b/data/Pok\303\251mon TCG Pocket/Genetic Apex/274.ts" index d528e216b..fa76c0955 100644 --- "a/data/Pok\303\251mon TCG Pocket/Genetic Apex/274.ts" +++ "b/data/Pok\303\251mon TCG Pocket/Genetic Apex/274.ts" @@ -35,7 +35,7 @@ const card: Card = { }], retreat: 2, - rarity: "None" + rarity: "Two Star" } -export default card \ No newline at end of file +export default card diff --git "a/data/Pok\303\251mon TCG Pocket/Genetic Apex/275.ts" "b/data/Pok\303\251mon TCG Pocket/Genetic Apex/275.ts" index 02e92f63f..873c3932f 100644 --- "a/data/Pok\303\251mon TCG Pocket/Genetic Apex/275.ts" +++ "b/data/Pok\303\251mon TCG Pocket/Genetic Apex/275.ts" @@ -37,7 +37,7 @@ const card: Card = { }], retreat: 2, - rarity: "None" + rarity: "Two Star" } -export default card \ No newline at end of file +export default card diff --git "a/data/Pok\303\251mon TCG Pocket/Genetic Apex/276.ts" "b/data/Pok\303\251mon TCG Pocket/Genetic Apex/276.ts" index dc41903e6..6ae8c30b7 100644 --- "a/data/Pok\303\251mon TCG Pocket/Genetic Apex/276.ts" +++ "b/data/Pok\303\251mon TCG Pocket/Genetic Apex/276.ts" @@ -37,7 +37,7 @@ const card: Card = { }], retreat: 2, - rarity: "None" + rarity: "Two Star" } -export default card \ No newline at end of file +export default card diff --git "a/data/Pok\303\251mon TCG Pocket/Genetic Apex/277.ts" "b/data/Pok\303\251mon TCG Pocket/Genetic Apex/277.ts" index 7d499df7d..4d12c71df 100644 --- "a/data/Pok\303\251mon TCG Pocket/Genetic Apex/277.ts" +++ "b/data/Pok\303\251mon TCG Pocket/Genetic Apex/277.ts" @@ -37,7 +37,7 @@ const card: Card = { }], retreat: 2, - rarity: "None" + rarity: "Two Star" } -export default card \ No newline at end of file +export default card diff --git "a/data/Pok\303\251mon TCG Pocket/Genetic Apex/278.ts" "b/data/Pok\303\251mon TCG Pocket/Genetic Apex/278.ts" index 72a2b009c..a9e4406f3 100644 --- "a/data/Pok\303\251mon TCG Pocket/Genetic Apex/278.ts" +++ "b/data/Pok\303\251mon TCG Pocket/Genetic Apex/278.ts" @@ -25,7 +25,7 @@ const card: Card = { }], retreat: 3, - rarity: "None" + rarity: "Two Star" } -export default card \ No newline at end of file +export default card diff --git "a/data/Pok\303\251mon TCG Pocket/Genetic Apex/279.ts" "b/data/Pok\303\251mon TCG Pocket/Genetic Apex/279.ts" index f0cd5f2a4..90a21c2ca 100644 --- "a/data/Pok\303\251mon TCG Pocket/Genetic Apex/279.ts" +++ "b/data/Pok\303\251mon TCG Pocket/Genetic Apex/279.ts" @@ -13,8 +13,21 @@ const card: Card = { types: ["Colorless"], stage: "Stage1", suffix: "EX", + attacks: [{ + cost: ["Colorless", "Colorless", "Colorless"], + + name: { + en: "Sleepy Song" + }, + + effect: { + en: "Your opponent's Active Pokémon is now Asleep." + }, + + damage: "80" + }], retreat: 2, rarity: "None" } -export default card \ No newline at end of file +export default card diff --git "a/data/Pok\303\251mon TCG Pocket/Genetic Apex/280.ts" "b/data/Pok\303\251mon TCG Pocket/Genetic Apex/280.ts" index d3e44097f..17e69cf33 100644 --- "a/data/Pok\303\251mon TCG Pocket/Genetic Apex/280.ts" +++ "b/data/Pok\303\251mon TCG Pocket/Genetic Apex/280.ts" @@ -37,7 +37,7 @@ const card: Card = { }], retreat: 2, - rarity: "None" + rarity: "Three Star" } -export default card \ No newline at end of file +export default card diff --git "a/data/Pok\303\251mon TCG Pocket/Genetic Apex/281.ts" "b/data/Pok\303\251mon TCG Pocket/Genetic Apex/281.ts" index 927b552e6..7ade06b5a 100644 --- "a/data/Pok\303\251mon TCG Pocket/Genetic Apex/281.ts" +++ "b/data/Pok\303\251mon TCG Pocket/Genetic Apex/281.ts" @@ -29,7 +29,7 @@ const card: Card = { }], retreat: 1, - rarity: "None" + rarity: "Three Star" } -export default card \ No newline at end of file +export default card diff --git "a/data/Pok\303\251mon TCG Pocket/Genetic Apex/282.ts" "b/data/Pok\303\251mon TCG Pocket/Genetic Apex/282.ts" index 6109fc374..02851e09c 100644 --- "a/data/Pok\303\251mon TCG Pocket/Genetic Apex/282.ts" +++ "b/data/Pok\303\251mon TCG Pocket/Genetic Apex/282.ts" @@ -37,7 +37,7 @@ const card: Card = { }], retreat: 2, - rarity: "None" + rarity: "Three Star" } -export default card \ No newline at end of file +export default card