@Fils, ja maar die stond er stond al een 255 in mijn sql maar in het deeltje dat ik toevoegde staat hij niet in
Nieuwe reactie samengevoegd met originele reactie op 13.07.12 15:57:23:
hier mijn hele code als ik deze invoer zegt hij
dat 255 al bestaat
-- phpMyAdmin SQL Dump
-- version 3.5.2
-- http://www.phpmyadmin.net
--
-- Machine: localhost
-- Genereertijd: 13 jul 2012 om 15:26
-- Serverversie: 5.1.62-log
-- PHP-versie: 5.2.17
SET SQL_MODE="NO_AUTO_VALUE_ON_ZERO";
SET time_zone = "+00:00";
/*!40101 SET @OLD_CHARACTER_SET_CLIENT=@@CHARACTER_SET_CLIENT */;
/*!40101 SET @OLD_CHARACTER_SET_RESULTS=@@CHARACTER_SET_RESULTS */;
/*!40101 SET @OLD_COLLATION_CONNECTION=@@COLLATION_CONNECTION */;
/*!40101 SET NAMES utf8 */;
--
-- Databank: `stijnqg59_pkma`
--
-- --------------------------------------------------------
--
-- Tabelstructuur voor tabel `markt`
--
CREATE TABLE IF NOT EXISTS `markt` (
`id` tinyint(4) unsigned NOT NULL AUTO_INCREMENT,
`soort` varchar(16) NOT NULL,
`beschikbaar` tinyint(1) NOT NULL DEFAULT '1',
`pokemonid` smallint(3) NOT NULL DEFAULT '0',
`naam` varchar(14) NOT NULL,
`silver` smallint(5) unsigned NOT NULL,
`gold` smallint(5) unsigned NOT NULL,
`omschrijving_nl` text NOT NULL,
`omschrijving_en` text NOT NULL,
`omschrijving_de` text NOT NULL,
`omschrijving_es` text NOT NULL,
`omschrijving_pl` text NOT NULL,
PRIMARY KEY (`id`)
) ENGINE=MyISAM DEFAULT CHARSET=latin1 AUTO_INCREMENT=256 ;
--
-- Gegevens worden uitgevoerd voor tabel `markt`
--
INSERT INTO `markt` (`id`, `soort`, `beschikbaar`, `pokemonid`, `naam`, `silver`, `gold`, `omschrijving_nl`, `omschrijving_en`, `omschrijving_de`, `omschrijving_es`, `omschrijving_pl`) VALUES
(1, 'tm', 1, 0, 'TM01', 15000, 0, 'Focus Punch.', 'Focus Punch.', 'Focus Punch.', 'Focus Punch.', 'Focus Punch.'),
(2, 'tm', 1, 0, 'TM02', 8000, 0, 'Dragon Claw.', 'Dragon Claw.', 'Dragon Claw.', 'Dragon Claw.', 'Dragon Claw.'),
(3, 'tm', 1, 0, 'TM03', 6000, 0, 'Water Pulse.', 'Water Pulse.', 'Water Pulse.', 'Water Pulse.', 'Water Pulse.'),
(4, 'tm', 1, 0, 'TM04', 300, 0, 'Calm Mind.', 'Calm Mind.', 'Calm Mind.', 'Calm Mind.', 'Calm Mind.'),
(5, 'tm', 1, 0, 'TM05', 400, 0, 'Roar.', 'Roar.', 'Roar.', 'Roar.', 'Roar.'),
(6, 'tm', 1, 0, 'TM06', 500, 0, 'Toxic.', 'Toxic.', 'Toxic.', 'Toxic.', 'Toxic.'),
(7, 'tm', 1, 0, 'TM07', 500, 0, 'Hail.', 'Hail.', 'Hail.', 'Hail.', 'Hail.'),
(8, 'tm', 1, 0, 'TM08', 400, 0, 'Bulk Up.', 'Bulk Up.', 'Bulk Up.', 'Bulk Up.', 'Bulk Up.'),
(9, 'tm', 1, 0, 'TM09', 1000, 0, 'Bullet Seed.', 'Bullet Seed.', 'Bullet Seed.', 'Bullet Seed.rn', 'Bullet Seed.'),
(10, 'tm', 1, 0, 'TM10', 1250, 0, 'Hidden Power.', 'Hidden Power.', 'Hidden Power.', 'Hidden Power.', 'Hidden Power.'),
(11, 'tm', 1, 0, 'TM11', 500, 0, 'Sunny Day.', 'Sunny Day.', 'Sunny Day.', 'Sunny Day.', 'Sunny Day.'),
(12, 'tm', 1, 0, 'TM12', 400, 0, 'Taunt.', 'Taunt.', 'Taunt.', 'Taunt.', 'Taunt.'),
(13, 'tm', 1, 0, 'TM13', 9500, 0, 'Ice Beam.', 'Ice Beam.', 'Ice Beam.', 'Ice Beam.', 'Ice Beam.'),
(14, 'tm', 1, 0, 'TM14', 12000, 0, 'Blizzard.', 'Blizzard.', 'Blizzard.', 'Blizzard.', 'Blizzard.'),
(15, 'tm', 1, 0, 'TM15', 15000, 0, 'Hyper Beam.', 'Hyper Beam.', 'Hyper Beam.', 'Hyper Beam.', 'Hyper Beam.'),
(16, 'tm', 1, 0, 'TM16', 400, 0, 'Light Screen.', 'Light Screen.', 'Light Screen.', 'Light Screen.', 'Light Screen.'),
(17, 'tm', 1, 0, 'TM17', 600, 0, 'Protect.', 'Protect.', 'Protect.', 'Protect.', 'Protect.'),
(18, 'tm', 1, 0, 'TM18', 500, 0, 'Rain Dance.', 'Rain Dance.', 'Rain Dance.', 'Rain Dance.', 'Rain Dance.'),
(19, 'tm', 1, 0, 'TM19', 6000, 0, 'Giga Drain.', 'Giga Drain.', 'Giga Drain.', 'Giga Drain.', 'Giga Drain.'),
(20, 'tm', 1, 0, 'TM20', 600, 0, 'Safeguard.', 'Safeguard.', 'Safeguard.', 'Safeguard.', 'Safeguard.'),
(21, 'tm', 1, 0, 'TM21', 400, 0, 'Frustration.', 'Frustration.', 'Frustration.', 'Frustration.', 'Frustration.'),
(22, 'tm', 1, 0, 'TM22', 12000, 0, 'Solar Beam.', 'Solar Beam.', 'Solar Beam.', 'Solar Beam.', 'Solar Beam.'),
(23, 'tm', 1, 0, 'TM23', 10000, 0, 'Iron Tail.', 'Iron Tail.', 'Iron Tail.', 'Iron Tail.', 'Iron Tail.'),
(24, 'tm', 1, 0, 'TM24', 9500, 0, 'Thunderbolt.', 'Thunderbolt.', 'Thunderbolt.', 'Thunderbolt.', 'Thunderbolt.'),
(25, 'tm', 1, 0, 'TM25', 12000, 0, 'Thunder.', 'Thunder.', 'Thunder.', 'Thunder.', 'Thunder.'),
(26, 'tm', 1, 0, 'TM26', 10000, 0, 'Earthquake.', 'Earthquake.', 'Earthquake.', 'Earthquake.', 'Earthquake.'),
(27, 'tm', 1, 0, 'TM27', 300, 0, 'Return.', 'Return.', 'Return.', 'Return.', 'Return.'),
(28, 'tm', 1, 0, 'TM28', 6000, 0, 'Dig.', 'Dig.', 'Dig.', 'Dig.', 'Dig.'),
(29, 'tm', 1, 0, 'TM29', 9000, 0, 'Psychic.', 'Psychic.', 'Psychic.', 'Psychic.', 'Psychic.'),
(30, 'tm', 1, 0, 'TM30', 8000, 0, 'Shadow Ball.', 'Shadow Ball.', 'Shadow Ball.', 'Shadow Ball.', 'Shadow Ball.'),
(31, 'tm', 1, 0, 'TM31', 7500, 0, 'Brick Break.', 'Brick Break.', 'Brick Break.', 'Brick Break.', 'Brick Break.'),
(32, 'tm', 1, 0, 'TM32', 600, 0, 'Double Team.', 'Double Team.', 'Double Team.', 'Double Team.', 'Double Team.'),
(33, 'tm', 1, 0, 'TM33', 400, 0, 'Reflect.', 'Reflect.', 'Reflect.', 'Reflect.', 'Reflect.'),
(34, 'tm', 1, 0, 'TM34', 6000, 0, 'Shock Wave.', 'Shock Wave.', 'Shock Wave.', 'Shock Wave.', 'Shock Wave.'),
(35, 'tm', 1, 0, 'TM35', 9500, 0, 'Flamethrower.', 'Flamethrower.', 'Flamethrower.', 'Flamethrower.', 'Flamethrower.'),
(36, 'tm', 1, 0, 'TM36', 9000, 0, 'Sludge Bomb.', 'Sludge Bomb.', 'Sludge Bomb.', 'Sludge Bomb.', 'Sludge Bomb.'),
(37, 'tm', 1, 0, 'TM37', 750, 0, 'Sandstorm.', 'Sandstorm.', 'Sandstorm.', 'Sandstorm.', 'Sandstorm.'),
(38, 'tm', 1, 0, 'TM38', 12000, 0, 'Fire Blast.', 'Fire Blast.', 'Fire Blast.', 'Fire Blast.', 'Fire Blast.'),
(39, 'tm', 1, 0, 'TM39', 5000, 0, 'Rock Tomb.', 'Rock Tomb.', 'Rock Tomb.', 'Rock Tomb.', 'Rock Tomb.'),
(40, 'tm', 1, 0, 'TM40', 6000, 0, 'Aerial Ace.', 'Aerial Ace.', 'Aerial Ace.', 'Aerial Ace.', 'Aerial Ace.'),
(41, 'tm', 1, 0, 'TM41', 400, 0, 'Torment.', 'Torment.', 'Torment.', 'Torment.', 'Torment.'),
(42, 'tm', 1, 0, 'TM42', 7000, 0, 'Facade.', 'Facade.', 'Facade.', 'Facade.', 'Facade.'),
(43, 'tm', 1, 0, 'TM43', 7000, 0, 'Secret Power.', 'Secret Power.', 'Secret Power.', 'Secret Power.', 'Secret Power.'),
(44, 'tm', 1, 0, 'TM44', 750, 0, 'Rest.', 'Rest.', 'Rest.', 'Rest.', 'Rest.'),
(45, 'tm', 1, 0, 'TM45', 1000, 0, 'Attract.', 'Attract.', 'Attract.', 'Attract.', 'Attract.'),
(46, 'tm', 1, 0, 'TM46', 4000, 0, 'Thief.', 'Thief.', 'Thief.', 'Thief.', 'Thief.'),
(47, 'tm', 1, 0, 'TM47', 7000, 0, 'Steel Wing.', 'Steel Wing.', 'Steel Wing.', 'Steel Wing.', 'Steel Wing.'),
(48, 'tm', 1, 0, 'TM48', 300, 0, 'Skill Swap.', 'Skill Swap.', 'Skill Swap.', 'Skill Swap.', 'Skill Swap.'),
(49, 'tm', 1, 0, 'TM49', 400, 0, 'Snatch.', 'Snatch.', 'Snatch.', 'Snatch.', 'Snatch.'),
(50, 'tm', 1, 0, 'TM50', 14000, 0, 'Overheat.', 'Overheat.', 'Overheat.', 'Overheat.', 'Overheat.'),
(51, 'tm', 1, 0, 'TM51', 600, 0, 'Roost.', 'Roost.', 'Roost.', 'Roost.', 'Roost.'),
(52, 'tm', 1, 0, 'TM52', 12000, 0, 'Focus Blast.', 'Focus Blast.', 'Focus Blast.', 'Focus Blast.', 'Focus Blast.'),
(53, 'tm', 1, 0, 'TM53', 8000, 0, 'Energy Ball.', 'Energy Ball.', 'Energy Ball.', 'Energy Ball.', 'Energy Ball.'),
(54, 'tm', 1, 0, 'TM54', 4000, 0, 'False Swipe.', 'False Swipe.', 'False Swipe.', 'False Swipe.', 'False Swipe.'),
(55, 'tm', 1, 0, 'TM55', 6500, 0, 'Brine.', 'Brine.', 'Brine.', 'Brine.', 'Brine.'),
(56, 'tm', 1, 0, 'TM56', 800, 0, 'Fling.', 'Fling.', 'Fling.', 'Fling.', 'Fling.'),
(57, 'tm', 1, 0, 'TM57', 5000, 0, 'Charge Beam.', 'Charge Beam.', 'Charge Beam.', 'Charge Beam.', 'Charge Beam.'),
(58, 'tm', 1, 0, 'TM58', 250, 0, 'Endure.', 'Endure.', 'Endure.', 'Endure.', 'Endure.'),
(59, 'tm', 1, 0, 'TM59', 9000, 0, 'Dragon Pulse.', 'Dragon Pulse.', 'Dragon Pulse.', 'Dragon Pulse.', 'Dragon Pulse.'),
(60, 'tm', 1, 0, 'TM60', 6000, 0, 'Drain Punch.', 'Drain Punch.', 'Drain Punch.', 'Drain Punch.', 'Drain Punch.'),
(61, 'tm', 1, 0, 'TM61', 250, 0, 'Will-o-wisp.', 'Will-o-wisp.', 'Will-o-wisp.', 'Will-o-wisp.', 'Will-o-wisp.'),
(62, 'tm', 1, 0, 'TM62', 6000, 0, 'Silver Wind.', 'Silver Wind.', 'Silver Wind.', 'Silver Wind.', 'Silver Wind.'),
(63, 'tm', 1, 0, 'TM63', 500, 0, 'Embargo.', 'Embargo.', 'Embargo.', 'Embargo.', 'Embargo.'),
(64, 'tm', 1, 0, 'TM64', 12500, 0, 'Explosion.', 'Explosion.', 'Explosion.', 'Explosion.', 'Explosion.'),
(65, 'tm', 1, 0, 'TM65', 7000, 0, 'Shadow Claw.', 'Shadow Claw.', 'Shadow Claw.', 'Shadow Claw.', 'Shadow Claw.'),
(66, 'tm', 1, 0, 'TM66', 5000, 0, 'Payback.', 'Payback.', 'Payback.', 'Payback.', 'Payback.'),
(67, 'tm', 1, 0, 'TM67', 100, 0, 'Recycle.', 'Recycle.', 'Recycle.', 'Recycle.', 'Recycle.'),
(68, 'tm', 1, 0, 'TM68', 15000, 0, 'Giga Impact.', 'Giga Impact.', 'Giga Impact.', 'Giga Impact.', 'Giga Impact.'),
(69, 'tm', 1, 0, 'TM69', 500, 0, 'Rock Polish.', 'Rock Polish.', 'Rock Polish.', 'Rock Polish.', 'Rock Polish.'),
(70, 'tm', 1, 0, 'TM70', 500, 0, 'Flash.', 'Flash.', 'Flash.', 'Flash.', 'Flash.'),
(71, 'tm', 1, 0, 'TM71', 10000, 0, 'Stone Edge.', 'Stone Edge.', 'Stone Edge.', 'Stone Edge.', 'Stone Edge.'),
(72, 'tm', 1, 0, 'TM72', 6000, 0, 'Avalanche.', 'Avalanche.', 'Avalanche.', 'Avalanche.', 'Avalanche.'),
(73, 'tm', 1, 0, 'TM73', 800, 0, 'Thunder Wave.', 'Thunder Wave.', 'Thunder Wave.', 'Thunder Wave.', 'Thunder Wave.'),
(74, 'tm', 1, 0, 'TM74', 600, 0, 'Gyro Ball.', 'Gyro Ball.', 'Gyro Ball.', 'Gyro Ball.', 'Gyro Ball.'),
(75, 'tm', 1, 0, 'TM75', 750, 0, 'Swords Dance.', 'Swords Dance.', 'Swords Dance.', 'Swords Dance.', 'Swords Dance.'),
(76, 'tm', 1, 0, 'TM76', 500, 0, 'Stealth Rock.', 'Stealth Rock.', 'Stealth Rock.', 'Stealth Rock.', 'Stealth Rock.'),
(77, 'tm', 1, 0, 'TM77', 600, 0, 'Psych Up.', 'Psych Up.', 'Psych Up.', 'Psych Up.', 'Psych Up.'),
(78, 'tm', 1, 0, 'TM78', 250, 0, 'Captivate.', 'Captivate.', 'Captivate.', 'Captivate.', 'Captivate.'),
(79, 'tm', 1, 0, 'TM79', 8000, 0, 'Dark Pulse.', 'Dark Pulse.', 'Dark Pulse.', 'Dark Pulse.', 'Dark Pulse.'),
(80, 'tm', 1, 0, 'TM80', 7500, 0, 'Rock Slide.', 'Rock Slide.', 'Rock Slide.', 'Rock Slide.', 'Rock Slide.'),
(81, 'tm', 1, 0, 'TM81', 8000, 0, 'X-Scissor.', 'X-Scissor.', 'X-Scissor.', 'X-Scissor.', 'X-Scissor.'),
(82, 'tm', 1, 0, 'TM82', 300, 0, 'Sleep Talk.', 'Sleep Talk.', 'Sleep Talk.', 'Sleep Talk.', 'Sleep Talk.'),
(83, 'tm', 1, 0, 'TM83', 300, 0, 'Natural Gift.', 'Natural Gift.', 'Natural Gift.', 'Natural Gift.', 'Natural Gift.'),
(84, 'tm', 1, 0, 'TM84', 8000, 0, 'Poison Jab.', 'Poison Jab.', 'Poison Jab.', 'Poison Jab.', 'Poison Jab.'),
(85, 'tm', 1, 0, 'TM85', 10000, 0, 'Dream Eater.', 'Dream Eater.', 'Dream Eater.', 'Dream Eater.', 'Dream Eater.'),
(86, 'tm', 1, 0, 'TM86', 400, 0, 'Grass Knot.', 'Grass Knot.', 'Grass Knot.', 'Grass Knot.', 'Grass Knot.'),
(87, 'tm', 1, 0, 'TM87', 600, 0, 'Swagger.', 'Swagger.', 'Swagger.', 'Swagger.', 'Swagger.'),
(88, 'tm', 1, 0, 'TM88', 6000, 0, 'Pluck.', 'Pluck.', 'Pluck.', 'Pluck.', 'Pluck.'),
(89, 'tm', 1, 0, 'TM89', 7000, 0, 'U-Turn.', 'U-Turn.', 'U-Turn.', 'U-Turn.', 'U-Turn.'),
(90, 'tm', 1, 0, 'TM90', 400, 0, 'Substitute.', 'Substitute.', 'Substitute.', 'Substitute.', 'Substitute.'),
(91, 'tm', 1, 0, 'TM91', 8000, 0, 'Flash Cannon.', 'Flash Cannon.', 'Flash Cannon.', 'Flash Cannon.', 'Flash Cannon.'),
(92, 'tm', 1, 0, 'TM92', 400, 0, 'Trick Room.', 'Trick Room.', 'Trick Room.', 'Trick Room.', 'Trick Room.'),
(93, 'hm', 1, 0, 'HM01', 32767, 0, 'Cut.', 'Cut.', 'Cut.', 'Cut.', 'Cut.'),
(94, 'hm', 1, 0, 'HM02', 32767, 0, 'Fly.', 'Fly.', 'Fly.', 'Fly.', 'Fly.'),
(95, 'hm', 1, 0, 'HM03', 32767, 0, 'Surf.', 'Surf.', 'Surf.', 'Surf.', 'Surf.'),
(96, 'hm', 1, 0, 'HM04', 32767, 0, 'Strength.', 'Strength.', 'Strength.', 'Strength.', 'Strength.'),
(97, 'hm', 1, 0, 'HM05', 32767, 0, 'De Fog.', 'De Fog.', 'De Fog.', 'De Fog.', 'De Fog.'),
(98, 'hm', 1, 0, 'HM06', 32767, 0, 'Rock Smash.', 'Rock Smash.', 'Rock Smash.', 'Rock Smash.', 'Rock Smash.'),
(99, 'hm', 1, 0, 'HM07', 32767, 0, 'Waterfall.', 'Waterfall.', 'Waterfall.', 'Waterfall.', 'Waterfall.'),
(100, 'hm', 1, 0, 'HM08', 32767, 0, 'Rock Climb.', 'Rock Climb.', 'Rock Climb.', 'Rock Climb.', 'Rock Climb.'),
(101, 'balls', 1, 0, 'Poke ball', 50, 0, 'Normale kans om een pokemon te vangen.', 'Normal chance of catching a Pokemon.', '', '', ''),
(102, 'balls', 1, 0, 'Great ball', 150, 0, '1.5x kans op het vangen van de pokemon.', '1.5x chance of catching a Pokemon.', '', '', ''),
(103, 'balls', 1, 0, 'Ultra ball', 300, 0, '2.0x kans op het vangen van de pokemon.', '2.0x chance of catching a Pokemon.', '', '', ''),
(104, 'balls', 1, 0, 'Premier ball', 100, 0, 'Normale kans om een pokemon te vangen.', 'Normal chance of catching a Pokemon.', '', '', ''),
(105, 'balls', 1, 0, 'Net ball', 100, 0, 'Normale kans om een pokemon te vangen. Bij een Bug of Water is de kans 3x.', 'Normal chance of catching a Pokemon, unless the pokemon is a Bug or Water type Pokemon than it will be 3x the normal chance.', '', '', ''),
(106, 'balls', 1, 0, 'Dive ball', 100, 0, 'Bij een Water pokemon heb je 3.5x kans. Anders normale kans om een pokemon te vangen.', 'Water pokemon, a 3.5x chance of catching a Pokemon, otherwise it is a normal chance of catching a Pokemon.', '', '', ''),
(107, 'balls', 1, 0, 'Nest ball', 100, 0, 'Hoe lager de Pokemon zijn level, Des te beter is de Nest Ball.', 'The lower the level of the pokemon, the higher is the chance of capture.', '', '', ''),
(108, 'balls', 1, 0, 'Repeat ball', 100, 0, '3.0x kans als je al een pokemon hebt in zijn categorie. Anders is het een normale kans op het vangen van de pokemon.', 'A 3x chance of catching a Pokemon if you all ready have one of the same breed, otherwise it''s a normal chance.', '', '', ''),
(109, 'balls', 1, 0, 'Timer ball', 100, 0, 'Voor elke 10 beurten word de Timer ball beter.', 'For every ten turns in battle, the chance of catching a Pokemon rises.', '', '', ''),
(110, 'balls', 1, 0, 'Master ball', 0, 25, '100% kans op het vangen van een pokemon.', '100% change of catching the pokemon.', '', '', ''),
(111, 'potions', 1, 0, 'Potion', 50, 0, 'Heelt 20 HP van een pokemon.', 'Heals 20 HP of one pokemon.', '', '', ''),
(112, 'potions', 1, 0, 'Super potion', 150, 0, 'Heelt 50 HP van een pokemon.', 'Heals 50 HP of one pokemon.', '', '', ''),
(113, 'potions', 1, 0, 'Hyper potion', 400, 0, 'Heelt 200 HP van een pokemon.', 'Heals 200 HP of one pokemon.', '', '', ''),
(114, 'potions', 1, 0, 'Full heal', 60, 0, 'Heelt alle status problemen, zoals Poisoned, Sleep, enz.', 'Heals all status problems. Like Poisoned, Sleep, enz.', '', '', ''),
(115, 'potions', 1, 0, 'Revive', 400, 0, 'Je Pokemon herleeft met half zijn HP.', 'Revive a pokemon with half health.', '', '', ''),
(116, 'potions', 1, 0, 'Max revive', 600, 0, 'Je Pokemon herleeft met al zijn HP.', 'Revive a pokemon with full health.', '', '', ''),
(117, 'items', 1, 0, 'Bag', 30, 0, 'De beginners tas. Hierin kun je 20 items houden.', 'This is the beginning bag. Here can you hold 20 items.', '', '', ''),
(118, 'items', 1, 0, 'Badge case', 80, 0, 'Hierin komen al jouw gewonnen badges in. Leuk om later eens te bekijken of om te showen op je profiel.', 'All your badges that you won are stored here. You can show the badge case on your profile.', '', '', ''),
(119, 'items', 1, 0, 'Yellow box', 100, 0, 'In deze doos kun je 50 items houden.', 'You can keep 50 items in this box.', '', '', ''),
(120, 'items', 1, 0, 'Blue box', 250, 0, 'In deze doos kun je 100 items houden.', 'You can keep 100 items in this box.', '', '', ''),
(121, 'items', 1, 0, 'Red box', 500, 0, 'In deze doos kun je 250 items houden.', 'You can keep 250 items in this box.', '', '', ''),
(122, 'items', 1, 0, 'Fishing rod', 150, 0, 'Dit is de beste hengel voor het vangen van pokemon.', 'The best rod for catching pokemon.', '', '', ''),
(123, 'items', 1, 0, 'Pokedex', 250, 0, 'Dit laat zien wat voor pokemon je hebt en wat voor pokemon je niet hebt.', 'Shows which pokemon you have and which not.', '', '', ''),
(124, 'items', 1, 0, 'Pokedex chip', 250, 0, 'Dit is een update voor de pokedex, dit laat de level van de pokemon zien. Het werkt alleen met een Pokedex!', 'A pokedex update, shows the level of the pokemon. This is only working with a Pokedex!', '', '', ''),
(125, 'items', 1, 0, 'Cave suit', 100, 0, 'Met dit pak kun je in een grot.', 'With this suit you can enter a cave.', '', '', ''),
(126, 'special items', 1, 0, 'Protein', 1750, 0, 'Verhoogt de aanval van een pokemon met 3.', 'Raises attack of one pokemon with 3.', '', '', ''),
(127, 'special items', 1, 0, 'Iron', 1750, 0, 'Verhoogt de verdediging van een pokemon met 3.', 'Raises defence of one pokemon with 3.', '', '', ''),
(128, 'special items', 1, 0, 'Carbos', 1750, 0, 'Verhoogt de snelheid van een pokemon met 3.', 'Raises speed of one pokemon with 3.', '', '', ''),
(129, 'special items', 1, 0, 'HP up', 1750, 0, 'Verhoogt de HP van een pokemon met 3.', 'Raises the HP of one pokemon with 3.', '', '', ''),
(130, 'special items', 1, 0, 'Calcium', 1750, 0, 'Verhoogt de speciale statussen van een pokemon met 3.', 'Raises the special stats of one pokemon with 3.', '', '', ''),
(131, 'stones', 1, 0, 'Duskstone', 1200, 0, 'Een zeldzame steen, sommige pokemon kunnen ermee evolueren.', 'A very rare stone, some pokemon can evolve with it.', '', '', ''),
(132, 'stones', 1, 0, 'Firestone', 1200, 0, 'Een zeldzame steen, sommige pokemon kunnen ermee evolueren.', 'A very rare stone, some pokemon can evolve with it.', '', '', ''),
(133, 'stones', 1, 0, 'Leafstone', 1200, 0, 'Een zeldzame steen, sommige pokemon kunnen ermee evolueren.', 'A very rare stone, some pokemon can evolve with it.', '', '', ''),
(134, 'stones', 1, 0, 'Moonstone', 1200, 0, 'Een zeldzame steen, sommige pokemon kunnen ermee evolueren.', 'A very rare stone, some pokemon can evolve with it.', '', '', ''),
(135, 'stones', 1, 0, 'Ovalstone', 1200, 0, 'Een zeldzame steen, sommige pokemon kunnen ermee evolueren.', 'A very rare stone, some pokemon can evolve with it.', '', '', ''),
(136, 'stones', 1, 0, 'Shinystone', 1200, 0, 'Een zeldzame steen, sommige pokemon kunnen ermee evolueren.', 'A very rare stone, some pokemon can evolve with it.', '', '', ''),
(137, 'stones', 1, 0, 'Sunstone', 1200, 0, 'Een zeldzame steen, sommige pokemon kunnen ermee evolueren.', 'A very rare stone, some pokemon can evolve with it.', '', '', ''),
(138, 'stones', 1, 0, 'Thunderstone', 1200, 0, 'Een zeldzame steen, sommige pokemon kunnen ermee evolueren.', 'A very rare stone, some pokemon can evolve with it.', '', '', ''),
(139, 'stones', 1, 0, 'Waterstone', 1200, 0, 'Een zeldzame steen, sommige pokemon kunnen ermee evolueren.', 'A very rare stone, some pokemon can evolve with it.', '', '', ''),
(140, 'stones', 1, 0, 'Dawnstone', 1200, 0, 'Een zeldzame steen, sommige pokemon kunnen ermee evolueren.', 'A very rare stone, some pokemon can evolve with it.', '', '', ''),
(141, 'special items', 1, 0, 'Rare candy', 0, 20, 'Verhoogd the level van een pokemon met 1.', 'Raises the level from a pokemon with 1.', '', '', ''),
(142, 'items', 1, 0, 'Bike', 250, 0, 'Hiermee kun je vluchten van een wilde pokemon.', 'You can run with the bike from a wild opponent.', '', '', ''),
(193, 'pokemon', 1, 144, 'Articuno', 0, 456, 'Een zeldzaam ei. Deskundigen denken dat dit een ei is van een Ice type pokemon.', 'A very rare egg. Scientist think that this is an egg of a Ice type pokemon.', 'A very rare egg. Scientist think that this is an egg of a Ice type pokemon.', 'A very rare egg. Scientist think that this is an egg of a Ice type pokemon.', 'A very rare egg. Scientist think that this is an egg of a Ice type pokemon.'),
(194, 'pokemon', 1, 102, 'Exeggcute', 1297, 0, 'Een ei dat veel voorkomt. Dit is een Grass type pokemon ei.', 'A not rare egg. This is a Grass type pokemon egg.', 'A not rare egg. This is a Grass type pokemon egg.', 'A not rare egg. This is a Grass type pokemon egg.', 'A not rare egg. This is a Grass type pokemon egg.'),
(195, 'pokemon', 1, 107, 'Hitmonchan', 6686, 0, 'Een ei dat een beetje zeldzaam is. Het lijkt alsof er een Fighting type pokemon in dit ei zit.', 'This egg is a bit rare. It looks like there is a Fighting type pokemon in this egg.', 'This egg is a bit rare. It looks like there is a Fighting type pokemon in this egg.', 'This egg is a bit rare. It looks like there is a Fighting type pokemon in this egg.', 'This egg is a bit rare. It looks like there is a Fighting type pokemon in this egg.'),
(196, 'pokemon', 1, 104, 'Cubone', 3150, 0, 'Een ei dat veel voorkomt. Dit is een Ground type pokemon ei.', 'A not rare egg. This is a Ground type pokemon egg.', 'A not rare egg. This is a Ground type pokemon egg.', 'A not rare egg. This is a Ground type pokemon egg.', 'A not rare egg. This is a Ground type pokemon egg.'),
(197, 'pokemon', 1, 98, 'Krabby', 3391, 0, 'Een ei dat veel voorkomt. Dit is een Water type pokemon ei.', 'A not rare egg. This is a Water type pokemon egg.', 'A not rare egg. This is a Water type pokemon egg.', 'A not rare egg. This is a Water type pokemon egg.', 'A not rare egg. This is a Water type pokemon egg.'),
(198, 'pokemon', 1, 72, 'Tentacool', 1549, 0, 'Een ei dat veel voorkomt. Dit is een Water type pokemon ei.', 'A not rare egg. This is a Water type pokemon egg.', 'A not rare egg. This is a Water type pokemon egg.', 'A not rare egg. This is a Water type pokemon egg.', 'A not rare egg. This is a Water type pokemon egg.'),
(199, 'pokemon', 1, 142, 'Aerodactyl', 7267, 0, 'Een ei dat een beetje zeldzaam is. Het lijkt alsof er een Rock type pokemon in dit ei zit.', 'This egg is a bit rare. It looks like there is a Rock type pokemon in this egg.', 'This egg is a bit rare. It looks like there is a Rock type pokemon in this egg.', 'This egg is a bit rare. It looks like there is a Rock type pokemon in this egg.', 'This egg is a bit rare. It looks like there is a Rock type pokemon in this egg.'),
(200, 'pokemon', 1, 60, 'Poliwag', 1310, 0, 'Een ei dat veel voorkomt. Dit is een Water type pokemon ei.', 'A not rare egg. This is a Water type pokemon egg.', 'A not rare egg. This is a Water type pokemon egg.', 'A not rare egg. This is a Water type pokemon egg.', 'A not rare egg. This is a Water type pokemon egg.'),
(201, 'pokemon', 1, 142, 'Aerodactyl', 6133, 0, 'Een ei dat een beetje zeldzaam is. Het lijkt alsof er een Rock type pokemon in dit ei zit.', 'This egg is a bit rare. It looks like there is a Rock type pokemon in this egg.', 'This egg is a bit rare. It looks like there is a Rock type pokemon in this egg.', 'This egg is a bit rare. It looks like there is a Rock type pokemon in this egg.', 'This egg is a bit rare. It looks like there is a Rock type pokemon in this egg.'),
(202, 'pokemon', 1, 122, 'Mr.mime', 8897, 0, 'Een ei dat een beetje zeldzaam is. Het lijkt alsof er een Psychic type pokemon in dit ei zit.', 'This egg is a bit rare. It looks like there is a Psychic type pokemon in this egg.', 'This egg is a bit rare. It looks like there is a Psychic type pokemon in this egg.', 'This egg is a bit rare. It looks like there is a Psychic type pokemon in this egg.', 'This egg is a bit rare. It looks like there is a Psychic type pokemon in this egg.'),
(203, 'pokemon', 1, 186, 'Politoed', 5254, 0, 'Een ei dat een beetje zeldzaam is. Het lijkt alsof er een Water type pokemon in dit ei zit.', 'This egg is a bit rare. It looks like there is a Water type pokemon in this egg.', 'This egg is a bit rare. It looks like there is a Water type pokemon in this egg.', 'This egg is a bit rare. It looks like there is a Water type pokemon in this egg.', 'This egg is a bit rare. It looks like there is a Water type pokemon in this egg.'),
(204, 'pokemon', 1, 226, 'Mantine', 9004, 0, 'Een ei dat een beetje zeldzaam is. Het lijkt alsof er een Water type pokemon in dit ei zit.', 'This egg is a bit rare. It looks like there is a Water type pokemon in this egg.', 'This egg is a bit rare. It looks like there is a Water type pokemon in this egg.', 'This egg is a bit rare. It looks like there is a Water type pokemon in this egg.', 'This egg is a bit rare. It looks like there is a Water type pokemon in this egg.'),
(205, 'pokemon', 1, 242, 'Blissey', 4910, 0, 'Een ei dat een beetje zeldzaam is. Het lijkt alsof er een Normal type pokemon in dit ei zit.', 'This egg is a bit rare. It looks like there is a Normal type pokemon in this egg.', 'This egg is a bit rare. It looks like there is a Normal type pokemon in this egg.', 'This egg is a bit rare. It looks like there is a Normal type pokemon in this egg.', 'This egg is a bit rare. It looks like there is a Normal type pokemon in this egg.'),
(206, 'pokemon', 1, 167, 'Spinarak', 2167, 0, 'Een ei dat veel voorkomt. Dit is een Bug type pokemon ei.', 'A not rare egg. This is a Bug type pokemon egg.', 'A not rare egg. This is a Bug type pokemon egg.', 'A not rare egg. This is a Bug type pokemon egg.', 'A not rare egg. This is a Bug type pokemon egg.'),
(207, 'pokemon', 1, 243, 'Raikou', 0, 646, 'Een zeldzaam ei. Deskundigen denken dat dit een ei is van een Electric type pokemon.', 'A very rare egg. Scientist think that this is an egg of a Electric type pokemon.', 'A very rare egg. Scientist think that this is an egg of a Electric type pokemon.', 'A very rare egg. Scientist think that this is an egg of a Electric type pokemon.', 'A very rare egg. Scientist think that this is an egg of a Electric type pokemon.'),
(208, 'pokemon', 1, 170, 'Chinchou', 2865, 0, 'Een ei dat veel voorkomt. Dit is een Water type pokemon ei.', 'A not rare egg. This is a Water type pokemon egg.', 'A not rare egg. This is a Water type pokemon egg.', 'A not rare egg. This is a Water type pokemon egg.', 'A not rare egg. This is a Water type pokemon egg.'),
(209, 'pokemon', 1, 231, 'Phanpy', 2870, 0, 'Een ei dat veel voorkomt. Dit is een Ground type pokemon ei.', 'A not rare egg. This is a Ground type pokemon egg.', 'A not rare egg. This is a Ground type pokemon egg.', 'A not rare egg. This is a Ground type pokemon egg.', 'A not rare egg. This is a Ground type pokemon egg.'),
(210, 'pokemon', 1, 197, 'Umbreon', 8860, 0, 'Een ei dat een beetje zeldzaam is. Het lijkt alsof er een Dark type pokemon in dit ei zit.', 'This egg is a bit rare. It looks like there is a Dark type pokemon in this egg.', 'This egg is a bit rare. It looks like there is a Dark type pokemon in this egg.', 'This egg is a bit rare. It looks like there is a Dark type pokemon in this egg.', 'This egg is a bit rare. It looks like there is a Dark type pokemon in this egg.'),
(211, 'pokemon', 1, 165, 'Ledyba', 3117, 0, 'Een ei dat veel voorkomt. Dit is een Bug type pokemon ei.', 'A not rare egg. This is a Bug type pokemon egg.', 'A not rare egg. This is a Bug type pokemon egg.', 'A not rare egg. This is a Bug type pokemon egg.', 'A not rare egg. This is a Bug type pokemon egg.'),
(212, 'pokemon', 1, 231, 'Phanpy', 1615, 0, 'Een ei dat veel voorkomt. Dit is een Ground type pokemon ei.', 'A not rare egg. This is a Ground type pokemon egg.', 'A not rare egg. This is a Ground type pokemon egg.', 'A not rare egg. This is a Ground type pokemon egg.', 'A not rare egg. This is a Ground type pokemon egg.'),
(213, 'pokemon', 1, 382, 'Kyogre', 0, 611, 'Een zeldzaam ei. Deskundigen denken dat dit een ei is van een Water type pokemon.', 'A very rare egg. Scientist think that this is an egg of a Water type pokemon.', 'A very rare egg. Scientist think that this is an egg of a Water type pokemon.', 'A very rare egg. Scientist think that this is an egg of a Water type pokemon.', 'A very rare egg. Scientist think that this is an egg of a Water type pokemon.'),
(214, 'pokemon', 1, 337, 'Lunatone', 3283, 0, 'Een ei dat veel voorkomt. Dit is een Rock type pokemon ei.', 'A not rare egg. This is a Rock type pokemon egg.', 'A not rare egg. This is a Rock type pokemon egg.', 'A not rare egg. This is a Rock type pokemon egg.', 'A not rare egg. This is a Rock type pokemon egg.'),
(215, 'pokemon', 1, 331, 'Cacnea', 2183, 0, 'Een ei dat veel voorkomt. Dit is een Grass type pokemon ei.', 'A not rare egg. This is a Grass type pokemon egg.', 'A not rare egg. This is a Grass type pokemon egg.', 'A not rare egg. This is a Grass type pokemon egg.', 'A not rare egg. This is a Grass type pokemon egg.'),
(216, 'pokemon', 1, 290, 'Nincada', 2360, 0, 'Een ei dat veel voorkomt. Dit is een Bug type pokemon ei.', 'A not rare egg. This is a Bug type pokemon egg.', 'A not rare egg. This is a Bug type pokemon egg.', 'A not rare egg. This is a Bug type pokemon egg.', 'A not rare egg. This is a Bug type pokemon egg.'),
(217, 'pokemon', 1, 265, 'Wurmple', 2462, 0, 'Een ei dat veel voorkomt. Dit is een Bug type pokemon ei.', 'A not rare egg. This is a Bug type pokemon egg.', 'A not rare egg. This is a Bug type pokemon egg.', 'A not rare egg. This is a Bug type pokemon egg.', 'A not rare egg. This is a Bug type pokemon egg.'),
(218, 'pokemon', 1, 383, 'Groudon', 0, 367, 'Een zeldzaam ei. Deskundigen denken dat dit een ei is van een Ground type pokemon.', 'A very rare egg. Scientist think that this is an egg of a Ground type pokemon.', 'A very rare egg. Scientist think that this is an egg of a Ground type pokemon.', 'A very rare egg. Scientist think that this is an egg of a Ground type pokemon.', 'A very rare egg. Scientist think that this is an egg of a Ground type pokemon.'),
(219, 'pokemon', 1, 370, 'Luvdisc', 3020, 0, 'Een ei dat veel voorkomt. Dit is een Water type pokemon ei.', 'A not rare egg. This is a Water type pokemon egg.', 'A not rare egg. This is a Water type pokemon egg.', 'A not rare egg. This is a Water type pokemon egg.', 'A not rare egg. This is a Water type pokemon egg.'),
(220, 'pokemon', 1, 345, 'Lileep', 1716, 0, 'Een ei dat veel voorkomt. Dit is een Rock type pokemon ei.', 'A not rare egg. This is a Rock type pokemon egg.', 'A not rare egg. This is a Rock type pokemon egg.', 'A not rare egg. This is a Rock type pokemon egg.', 'A not rare egg. This is a Rock type pokemon egg.'),
(221, 'pokemon', 1, 296, 'Makuhita', 1674, 0, 'Een ei dat veel voorkomt. Dit is een Fighting type pokemon ei.', 'A not rare egg. This is a Fighting type pokemon egg.', 'A not rare egg. This is a Fighting type pokemon egg.', 'A not rare egg. This is a Fighting type pokemon egg.', 'A not rare egg. This is a Fighting type pokemon egg.'),
(222, 'pokemon', 1, 359, 'Absol', 7925, 0, 'Een ei dat een beetje zeldzaam is. Het lijkt alsof er een Dark type pokemon in dit ei zit.', 'This egg is a bit rare. It looks like there is a Dark type pokemon in this egg.', 'This egg is a bit rare. It looks like there is a Dark type pokemon in this egg.', 'This egg is a bit rare. It looks like there is a Dark type pokemon in this egg.', 'This egg is a bit rare. It looks like there is a Dark type pokemon in this egg.'),
(223, 'pokemon', 1, 412, 'Burmy', 1379, 0, 'Een ei dat veel voorkomt. Dit is een Bug type pokemon ei.', 'A not rare egg. This is a Bug type pokemon egg.', 'A not rare egg. This is a Bug type pokemon egg.', 'A not rare egg. This is a Bug type pokemon egg.', 'A not rare egg. This is a Bug type pokemon egg.'),
(224, 'pokemon', 1, 436, 'Bronzor', 2378, 0, 'Een ei dat veel voorkomt. Dit is een Steel type pokemon ei.', 'A not rare egg. This is a Steel type pokemon egg.', 'A not rare egg. This is a Steel type pokemon egg.', 'A not rare egg. This is a Steel type pokemon egg.', 'A not rare egg. This is a Steel type pokemon egg.'),
(225, 'pokemon', 1, 414, 'Mothim', 2770, 0, 'Een ei dat veel voorkomt. Dit is een Bug type pokemon ei.', 'A not rare egg. This is a Bug type pokemon egg.', 'A not rare egg. This is a Bug type pokemon egg.', 'A not rare egg. This is a Bug type pokemon egg.', 'A not rare egg. This is a Bug type pokemon egg.'),
(226, 'pokemon', 1, 412, 'Burmy', 2387, 0, 'Een ei dat veel voorkomt. Dit is een Bug type pokemon ei.', 'A not rare egg. This is a Bug type pokemon egg.', 'A not rare egg. This is a Bug type pokemon egg.', 'A not rare egg. This is a Bug type pokemon egg.', 'A not rare egg. This is a Bug type pokemon egg.'),
(227, 'pokemon', 1, 442, 'Spiritomb', 6073, 0, 'Een ei dat een beetje zeldzaam is. Het lijkt alsof er een Ghost type pokemon in dit ei zit.', 'This egg is a bit rare. It looks like there is a Ghost type pokemon in this egg.', 'This egg is a bit rare. It looks like there is a Ghost type pokemon in this egg.', 'This egg is a bit rare. It looks like there is a Ghost type pokemon in this egg.', 'This egg is a bit rare. It looks like there is a Ghost type pokemon in this egg.'),
(228, 'pokemon', 1, 438, 'Bonsly', 7761, 0, 'Een ei dat een beetje zeldzaam is. Het lijkt alsof er een Rock type pokemon in dit ei zit.', 'This egg is a bit rare. It looks like there is a Rock type pokemon in this egg.', 'This egg is a bit rare. It looks like there is a Rock type pokemon in this egg.', 'This egg is a bit rare. It looks like there is a Rock type pokemon in this egg.', 'This egg is a bit rare. It looks like there is a Rock type pokemon in this egg.'),
(229, 'pokemon', 1, 482, 'Azelf', 0, 619, 'Een zeldzaam ei. Deskundigen denken dat dit een ei is van een Psychic type pokemon.', 'A very rare egg. Scientist think that this is an egg of a Psychic type pokemon.', 'A very rare egg. Scientist think that this is an egg of a Psychic type pokemon.', 'A very rare egg. Scientist think that this is an egg of a Psychic type pokemon.', 'A very rare egg. Scientist think that this is an egg of a Psychic type pokemon.'),
(230, 'pokemon', 1, 475, 'Gallade', 0, 745, 'Een zeldzaam ei. Deskundigen denken dat dit een ei is van een Psychic type pokemon.', 'A very rare egg. Scientist think that this is an egg of a Psychic type pokemon.', 'A very rare egg. Scientist think that this is an egg of a Psychic type pokemon.', 'A very rare egg. Scientist think that this is an egg of a Psychic type pokemon.', 'A very rare egg. Scientist think that this is an egg of a Psychic type pokemon.'),
(231, 'pokemon', 1, 466, 'Electivire', 0, 627, 'Een zeldzaam ei. Deskundigen denken dat dit een ei is van een Electric type pokemon.', 'A very rare egg. Scientist think that this is an egg of a Electric type pokemon.', 'A very rare egg. Scientist think that this is an egg of a Electric type pokemon.', 'A very rare egg. Scientist think that this is an egg of a Electric type pokemon.', 'A very rare egg. Scientist think that this is an egg of a Electric type pokemon.'),
(232, 'pokemon', 1, 469, 'Yanmega', 9965, 0, 'Een ei dat een beetje zeldzaam is. Het lijkt alsof er een Bug type pokemon in dit ei zit.', 'This egg is a bit rare. It looks like there is a Bug type pokemon in this egg.', 'This egg is a bit rare. It looks like there is a Bug type pokemon in this egg.', 'This egg is a bit rare. It looks like there is a Bug type pokemon in this egg.', 'This egg is a bit rare. It looks like there is a Bug type pokemon in this egg.'),
(233, 'pokemon', 1, 594, 'Alomomola', 2839, 0, 'Een ei dat veel voorkomt. Dit is een Water type pokemon ei.', 'A not rare egg. This is a Water type pokemon egg.', 'A not rare egg. This is a Water type pokemon egg.', 'A not rare egg. This is a Water type pokemon egg.', 'A not rare egg. This is a Water type pokemon egg.'),
(234, 'pokemon', 1, 632, 'Durant', 9178, 0, 'Een ei dat een beetje zeldzaam is. Het lijkt alsof er een Bug type pokemon in dit ei zit.', 'This egg is a bit rare. It looks like there is a Bug type pokemon in this egg.', 'This egg is a bit rare. It looks like there is a Bug type pokemon in this egg.', 'This egg is a bit rare. It looks like there is a Bug type pokemon in this egg.', 'This egg is a bit rare. It looks like there is a Bug type pokemon in this egg.'),
(235, 'pokemon', 1, 519, 'Pidove', 3114, 0, 'Een ei dat veel voorkomt. Dit is een Normal type pokemon ei.', 'A not rare egg. This is a Normal type pokemon egg.', 'A not rare egg. This is a Normal type pokemon egg.', 'A not rare egg. This is a Normal type pokemon egg.', 'A not rare egg. This is a Normal type pokemon egg.'),
(245, 'stones', 1, 0, 'Draco Plate', 10000, 0, 'Maakt Arceus een Draak-type Pokemon', 'Makes Arceus a Dragon-type Pokemon', '', '', ''),
(236, 'pokemon', 1, 519, 'Pidove', 3181, 0, 'Een ei dat veel voorkomt. Dit is een Normal type pokemon ei.', 'A not rare egg. This is a Normal type pokemon egg.', 'A not rare egg. This is a Normal type pokemon egg.', 'A not rare egg. This is a Normal type pokemon egg.', 'A not rare egg. This is a Normal type pokemon egg.'),
(237, 'pokemon', 1, 639, 'Terrakion', 0, 435, 'Een zeldzaam ei. Deskundigen denken dat dit een ei is van een Rock type pokemon.', 'A very rare egg. Scientist think that this is an egg of a Rock type pokemon.', 'A very rare egg. Scientist think that this is an egg of a Rock type pokemon.', 'A very rare egg. Scientist think that this is an egg of a Rock type pokemon.', 'A very rare egg. Scientist think that this is an egg of a Rock type pokemon.'),
(238, 'pokemon', 1, 638, 'Cobalion', 0, 560, 'Een zeldzaam ei. Deskundigen denken dat dit een ei is van een Steel type pokemon.', 'A very rare egg. Scientist think that this is an egg of a Steel type pokemon.', 'A very rare egg. Scientist think that this is an egg of a Steel type pokemon.', 'A very rare egg. Scientist think that this is an egg of a Steel type pokemon.', 'A very rare egg. Scientist think that this is an egg of a Steel type pokemon.'),
(239, 'pokemon', 1, 624, 'Pawniard', 7454, 0, 'Een ei dat een beetje zeldzaam is. Het lijkt alsof er een Dark type pokemon in dit ei zit.', 'This egg is a bit rare. It looks like there is a Dark type pokemon in this egg.', 'This egg is a bit rare. It looks like there is a Dark type pokemon in this egg.', 'This egg is a bit rare. It looks like there is a Dark type pokemon in this egg.', 'This egg is a bit rare. It looks like there is a Dark type pokemon in this egg.'),
(240, 'pokemon', 1, 629, 'Vullaby', 9941, 0, 'Een ei dat een beetje zeldzaam is. Het lijkt alsof er een Dark type pokemon in dit ei zit.', 'This egg is a bit rare. It looks like there is a Dark type pokemon in this egg.', 'This egg is a bit rare. It looks like there is a Dark type pokemon in this egg.', 'This egg is a bit rare. It looks like there is a Dark type pokemon in this egg.', 'This egg is a bit rare. It looks like there is a Dark type pokemon in this egg.'),
(241, 'pokemon', 0, 605, 'Elgyem', 1993, 0, 'Een ei dat veel voorkomt. Dit is een Psychic type pokemon ei.', 'A not rare egg. This is a Psychic type pokemon egg.', 'A not rare egg. This is a Psychic type pokemon egg.', 'A not rare egg. This is a Psychic type pokemon egg.', 'A not rare egg. This is a Psychic type pokemon egg.'),
(244, 'stones', 1, 0, 'Dread Plate', 10000, 0, 'Maakt Arceus een Dark-type Pokemon', 'Makes Arceus a Dark-type Pokemon', '', '', ''),
(242, 'pokemon', 1, 543, 'Venipede', 2162, 0, 'Een ei dat veel voorkomt. Dit is een Bug type pokemon ei.', 'A not rare egg. This is a Bug type pokemon egg.', 'A not rare egg. This is a Bug type pokemon egg.', 'A not rare egg. This is a Bug type pokemon egg.', 'A not rare egg. This is a Bug type pokemon egg.'),
(243, 'stones', 1, 0, 'Trans Medicin', 10000, 0, 'Dit item verandert sommige pokemon terug naar hun normale vorm.', 'This item changes some pokemon back to the normal form.', '', '', ''),
(246, 'stones', 1, 0, 'Spooky Plate', 10000, 0, 'Maakt Arceus een Geest-type Pokemon', 'Makes Arceus a Ghost-type Pokemon', '', '', ''),
(247, 'stones', 1, 0, 'Icicle Plate', 10000, 0, 'Maakt Arceus een Ijs-type Pokemon', 'Makes Arceus a Ice-type Pokemon', '', '', ''),
(248, 'stones', 1, 0, 'Earth Plate', 10000, 0, 'Maakt Arceus een Grond-type Pokemon', 'Makes Arceus a Ground-type Pokemon', '', '', ''),
(249, 'stones', 1, 0, 'Insect Plate', 10000, 0, 'Maakt Arceus een Insect-type Pokemon', 'Makes Arceus a Bug-type Pokemon', '', '', ''),
(250, 'stones', 1, 0, 'Iron Plate', 10000, 0, 'Maakt Arceus een Staal-type Pokemon', 'Makes Arceus a Steel-type Pokemon', '', '', ''),
(251, 'stones', 1, 0, 'Meadow Plate', 10000, 0, 'Maakt Arceus een Gras-type Pokemon', 'Makes Arceus a Grass-type Pokemon', '', '', ''),
(252, 'stones', 1, 0, 'Splash Plate', 10000, 0, 'Maakt Arceus een Water-type Pokemon', 'Makes Arceus a Water-type Pokemon', '', '', ''),
(253, 'stones', 1, 0, 'Fist Plate', 10000, 0, 'Maakt Arceus een Vecht-type Pokemon', 'Makes Arceus a Fighting-type Pokemon', '', '', ''),
(254, 'stones', 1, 0, 'Sky Plate', 10000, 0, 'Maakt Arceus een Vlieg-type Pokemon', 'Makes Arceus a Flying-type Pokemon', '', '', ''),
(255, 'stones', 1, 0, 'Flame Plate', 10000, 0, 'Maakt Arceus een Vuur-type Pokemon', 'Makes Arceus a Fire-type Pokemon', '', '', ''),
(256, 'stones', 1, 0, 'Mind Plate', 10000, 0, 'Maakt Arceus een Psychic-type Pokemon', 'Makes Arceus a Psychic-type Pokemon', '', '', ''),
(257, 'stones', 1, 0, 'Stone Plate', 10000, 0, 'Maakt Arceus een Steen-type Pokemon', 'Makes Arceus a Rock-type Pokemon', '', '', ''),
(258, 'stones', 1, 0, 'Toxic Plate', 10000, 0, 'Maakt Arceus een Gif-type Pokemon', 'Makes Arceus a Poison-type Pokemon', '', '', ''),
(259, 'stones', 1, 0, 'Zap Plate', 10000, 0, 'Maakt Arceus een Elektrisch-type Pokemon', 'Makes Arceus a Electric-type Pokemon', '', '', '');
/*!40101 SET CHARACTER_SET_CLIENT=@OLD_CHARACTER_SET_CLIENT */;
/*!40101 SET CHARACTER_SET_RESULTS=@OLD_CHARACTER_SET_RESULTS */;
/*!40101 SET COLLATION_CONNECTION=@OLD_COLLATION_CONNECTION */;
Toon Meer