From 28daca403cfb65e4e1b715d4ab0eef89094cc8f6 Mon Sep 17 00:00:00 2001 From: Andrew Salamon Date: Wed, 17 May 2017 09:31:13 -0700 Subject: [PATCH] Support for certificates should probably be removed. Changed db build process to use an sql dump of current certificate tables. Fixed a bug that was preventing display of some attribute implants. Updated version to 0.3.9b. --- dbscripts/build_dbexport.sh | 4 +- dbscripts/certificates.sql | 4095 ++++++++ dbscripts/certificates.yaml | 8997 ----------------- dbscripts/dump_certificates.py | 156 - dbscripts/dumprows.sh | 15 +- dbscripts/tables.sql | 27 - .../CCP Database/CCPDatabase.m | 2 +- src/vitality.plist | 4 +- 8 files changed, 4101 insertions(+), 9199 deletions(-) create mode 100644 dbscripts/certificates.sql delete mode 100644 dbscripts/certificates.yaml delete mode 100644 dbscripts/dump_certificates.py diff --git a/dbscripts/build_dbexport.sh b/dbscripts/build_dbexport.sh index 41fb55e..8e517ae 100644 --- a/dbscripts/build_dbexport.sh +++ b/dbscripts/build_dbexport.sh @@ -9,8 +9,8 @@ DBEXPORT=database.sql # This should match what's in the application's user defaults under UD_DATABASE_MIN_VERSION -DBVERSION=34 -DBEXPANSION="Ascension" +DBVERSION=35 +DBEXPANSION="119.5" VERQUERY="INSERT INTO version VALUES ($DBVERSION,'$DBEXPANSION');" diff --git a/dbscripts/certificates.sql b/dbscripts/certificates.sql new file mode 100644 index 0000000..aae9b52 --- /dev/null +++ b/dbscripts/certificates.sql @@ -0,0 +1,4095 @@ +PRAGMA foreign_keys=OFF; +BEGIN TRANSACTION; +INSERT INTO "crtCertificates" VALUES(50,255,'Small Energy Turret','This certificate represents a level of competence in handling small energy turrets. The holder has learned that pulse lasers are short range weapons, beam lasers are long range, and both use crystal ammunition which can be swapped with no reload time. This is a good skillset for capsuleers specializing in small Amarr vessels based on Frigate and Destroyer hulls.'); +INSERT INTO "crtCertificates" VALUES(64,255,'Medium Energy Turret','This certificate represents a level of competence in handling medium energy turrets. The holder has learned that pulse lasers are short range weapons, beam lasers are long range, and both use crystal ammunition which can be swapped with no reload time. This is a good skillset for capsuleers specializing in medium Amarr vessels based on Cruiser and Battlecruiser hulls.'); +INSERT INTO "crtCertificates" VALUES(65,255,'Large Energy Turret','This certificate represents a level of competence in handling large energy turrets. The holder has learned that pulse lasers are short-range weapons, beam lasers are long range, and that both use crystal ammunition which can be swapped with no reload time. This is a good skillset for capsuleers specializing in medium to large Amarr vessels based on the Battlecruiser and Battleship hulls.'); +INSERT INTO "crtCertificates" VALUES(66,255,'Capital Energy Turret','This certificate represents a level of competence in handling capital energy turrets. The holder has learned that pulse lasers are short-range weapons, beam lasers are long range, and that both use crystal ammunition which can be swapped with no reload time. This is a good skillset for capsuleers specializing in capital Amarr vessels based on Dreadnought and Titan hulls.'); +INSERT INTO "crtCertificates" VALUES(67,255,'Small Hybrid Turret','This certificate represents a level of competence in handling small hybrid turrets. The holder has learned that blasters are extremely close range weapons, while railguns are their counterpart at very long range, and that both use hybrid charges as ammunition. This is a good skillset for capsuleers specializing in small Caldari or Gallente vessels based on Frigate and Destroyer hulls.'); +INSERT INTO "crtCertificates" VALUES(68,255,'Medium Hybrid Turret','This certificate represents a level of competence in handling medium hybrid turrets. The holder has learned that blasters are extremely close range weapons, while railguns are their counterpart at very long range, and that both use hybrid charges as ammunition. This is a good skillset for capsuleers specializing in medium Caldari or Gallente vessels based on Cruiser and Battlecruiser hulls.'); +INSERT INTO "crtCertificates" VALUES(69,255,'Large Hybrid Turret','This certificate represents a level of competence in handling large hybrid turrets. The holder has learned that blasters are extreme close range weapons, while railguns are their counterpart at very long range, and that both use hybrid charges as ammunition. This is a good skillset for capsuleers specializing in medium to large Caldari or Gallente vessels based on the Battlecruiser and Battleship hulls.'); +INSERT INTO "crtCertificates" VALUES(70,255,'Capital Hybrid Turret','This certificate represents a level of competence in handling capital hybrid turrets. The holder has learned that blasters are extreme close range weapons, while railguns are their counterpart at very long range, and that both use hybrid charges as ammunition. This is a good skillset for capsuleers specializing in capital Gallente vessels based on Dreadnought and Titan hulls.'); +INSERT INTO "crtCertificates" VALUES(71,255,'Small Projectile Turret','This certificate represents a level of competence in handling small projectile turrets. The holder has learned that autocannons are close range weapons, while artillery cannons are medium to long range turrets with good alpha damage. This is a good skillset for capsuleers specializing in small Minmatar vessels based on Frigate and Destroyer hulls.'); +INSERT INTO "crtCertificates" VALUES(72,255,'Medium Projectile Turret','This certificate represents a level of competence in handling medium projectile turrets. The holder has learned that autocannons are close range weapons, while artillery cannons are medium to long range turrets with good alpha damage. This is a good skillset for capsuleers specializing in medium Minmatar vessels based on Cruiser and Battlecruiser hulls.'); +INSERT INTO "crtCertificates" VALUES(73,255,'Large Projectile Turret','This certificate represents a level of competence in handling large projectile turrets. The holder has learned that autocannons are close range weapons, while artillery cannons are medium to long range turrets with good alpha damage. This is a good skillset for capsuleers specializing in medium to large Minmatar vessels based on the Battlecruiser and Battleship hulls.'); +INSERT INTO "crtCertificates" VALUES(74,255,'Capital Projectile Turret','This certificate represents a level of competence in handling capital projectile turrets. The holder has learned that autocannons are close range weapons, while artillery cannons are medium to long range turrets with good alpha damage. This is a good skillset for capsuleers specializing in capital Minmatar vessels based on Dreadnought and Titan hulls.'); +INSERT INTO "crtCertificates" VALUES(75,256,'Small Missiles','This certificate represents a level of competence in operating small missile launchers. The holder has learned rocket and light missile launchers are short range weapons with a delayed time to impact. This is a good skillset for capsuleers specializing in small Caldari or Minmatar vessels based on Frigate and Destroyer hulls.'); +INSERT INTO "crtCertificates" VALUES(76,256,'Medium Missiles','This certificate represents a level of competence in operating medium missile launchers. The holder has learned that rapid light missile, heavy assault missiles and heavy missile launchers are short to medium range weapons with a delayed time to impact. This is a good skillset for capsuleers specializing in medium Caldari or Minmatar vessels based on Cruiser and Battlecruiser hulls.'); +INSERT INTO "crtCertificates" VALUES(77,256,'Large Missiles','This certificate represents a level of competence in operating large missile launchers. The holder has learned that rapid heavy missile, torpedoes and cruise missile launchers are medium to long range weapons with a delayed time to impact. This is a good skillset for capsuleers specializing in large Caldari or Minmatar vessels based on the Battleship hulls.'); +INSERT INTO "crtCertificates" VALUES(78,256,'Capital Missiles','This certificate represents a level of competence in operating capital missile launchers. The holder has learned that XL torpedoes and cruise missiles are medium to long range weapons with a delayed time to impact. This is a good skillset for capsuleers specializing in capital Caldari vessels based on Dreadnought and Titan hulls.'); +INSERT INTO "crtCertificates" VALUES(79,256,'Stealth Bomber Missiles','This certificate represents a level of competence in the deployment of timed munitions. The holder has learned that bombs are launched straight ahead and travel for a period of time before detonating. This is a good skillset for capsuleers specializing in Stealth Bombers Tech II Covert Ops Frigates.'); +INSERT INTO "crtCertificates" VALUES(81,273,'Fighters','This certificate represents a level of competence in the control of all fighters. The holder has learned that fighters are advanced drones with warp capabilities and that they may be destroyed in combat. This is a good skillset for capsuleers specializing in capital vessels of all factions based on the Carrier hulls.'); +INSERT INTO "crtCertificates" VALUES(82,273,'Fighter Bombers','This certificate represents a level of competence in the control of all fighter-bombers. The holder has learned that fighter-bombers are advanced drones that may be destroyed in combat, can warp around and are specifically designed to attack capital ships. This is a good skillset for capsuleers specializing in capital vessels of all factions based on the Carrier hulls.'); +INSERT INTO "crtCertificates" VALUES(83,273,'Industrial Drones','This certificate represents a level of competence in the control of all industry-related drones, including mining and salvaging variations. The holder has learned that drones may be targeted and destroyed in combat. This is a good skillset for capsuleers dedicated to resource retrieval operations and fit well with ORE vessels.'); +INSERT INTO "crtCertificates" VALUES(84,273,'Support Drones','This certificate represents a level of competence in the control of all logistics drones, including armor and shield maintenance variations. The holder has learned that drones may be destroyed in combat and that maintenance drones cannot be used on their owner''s own vessel. This is a good skillset for capsuleers specializing in Logistic ships.'); +INSERT INTO "crtCertificates" VALUES(85,1209,'Shield Tanking','This certificate represents a level of competence in active and passive shield-based defense. The holder has learned that it''s generally wise to concentrate on one particular area of defense, such as armor or shields, on a given ship. This is a good skillset for capsuleers specializing in Caldari, Minmatar vessels or any kind of ship boasting plenty of med slots to spare.'); +INSERT INTO "crtCertificates" VALUES(86,1209,'Capital Shield Tanking','This certificate represents a level of competence in capital shield-based defense. The holder has learned that it''s generally wise to concentrate on one particular area of defense, such as armor or shields, on a given ship. This is a good skillset for capsuleers specializing in Caldari and Minmatar capital ships.'); +INSERT INTO "crtCertificates" VALUES(87,1209,'Remote Shield Booster','This certificate represents a level of competence in remote shield support. The holder has learned that assistance rendered to other vessels involved in combat may make the vessel providing assistance a legal target. This is a good skillset for any kind of dedicated Support Frigate, Cruiser or Logistics vessel.'); +INSERT INTO "crtCertificates" VALUES(88,1209,'Capital Remote Shield Booster','This certificate represents a level of competence in remote capital shield support. The holder has learned that assistance rendered to other vessels involved in combat may make the vessel providing assistance a legal target. This is a good skillset for Caldari, Gallente and Minmatar Carriers and Supercarriers.'); +INSERT INTO "crtCertificates" VALUES(89,1210,'Armor Tanking','This certificate represents a level of competence in active and passive armor-based defense. The holder has learned that it''s generally wise to concentrate on one particular area of defense, such as armor or shields, on a given ship. This is a good skillset for capsuleers specializing in Amarr or Gallente vessels or any kind of ship boasting plenty of low slots to spare.'); +INSERT INTO "crtCertificates" VALUES(90,1210,'Capital Armor Tanking','This certificate represents a level of competence in capital armor-based defense. The holder has learned that it''s generally wise to concentrate on one particular area of defense, such as armor or shields, on a given ship. This is a good skillset for capsuleers specializing in Amarr or Gallente capital ships.'); +INSERT INTO "crtCertificates" VALUES(91,1210,'Remote Armor Repairer','This certificate represents a level of competence in remote armor support. The holder has learned that assistance rendered to other vessels involved in combat may make the vessel providing assistance a legal target. This is a good skillset for any kind of dedicated Support Frigate, Cruiser or Logistics vessel.'); +INSERT INTO "crtCertificates" VALUES(92,1210,'Capital Remote Armor Repairer','This certificate represents a level of competence in remote capital armor support. The holder has learned that assistance rendered to other vessels involved in combat may make the vessel providing assistance a legal target. This is a good skillset for Amarr, Gallente, Minmatar Carriers and Supercarriers.'); +INSERT INTO "crtCertificates" VALUES(93,1213,'Amarr Target Management','This certificate represents a level of competence with Amarr targeting systems. It certifies that the holder has some skill in target acquisition and management and can make use of a range of targeting-related modules. This is a critical skillset for any capsuleer facing combat.'); +INSERT INTO "crtCertificates" VALUES(94,275,'Navigation','This certificate represents a level of competence with ship propulsion and speed enhancing modules like Afterburners and Microwarpdrives. The holder has learned that those modules consume a fair amount of capacitor while active. This is a critical skillset for any kind of operation in hazardous space.'); +INSERT INTO "crtCertificates" VALUES(95,275,'Capital Navigation','This certificate represents a level of competence with capital ships. The holder has learned that capital ships can use both stargates and their own jump drives to navigate, and that the latter causes them to accumulate jump fatigue. This is a critical skillset for any kind of capital ship movement.'); +INSERT INTO "crtCertificates" VALUES(96,1216,'Core Spaceship Operation','This certificate represents a level of competence in ship CPU, power grid and capacitor usage. This is a critical skillset for any capsuleer wishing to increase their tactical options in combat.'); +INSERT INTO "crtCertificates" VALUES(97,1216,'Capacitor Emission','This certificate represents a level of competence in remote capacitor support. This is a good skillset for any kind of dedicated Support Frigate, Cruiser or Logistics vessel.'); +INSERT INTO "crtCertificates" VALUES(98,1216,'Capital Capacitor Emission','This certificate represents a level of competence in remote capital capacitor support. This is a good skillset for Amarr and Caldari Carriers and Supercarriers.'); +INSERT INTO "crtCertificates" VALUES(99,272,'Tackling','This certificate represents a level of competence in the operation of propulsion jamming modules, Stasis Webifiers, Warp Scramblers and Warp Disruptors. The holder has learned that webbers decrease the target''s speed, while scramblers and disruptors prevent them from warping. This is a critical skillset for any capsuleer wishing to dictate the terms of a fight.'); +INSERT INTO "crtCertificates" VALUES(100,272,'Electronic Counter Measures','This certificate represents a level of competence in the operation of Electronic Counter Measures (ECM) modules. The holder has learned ECM is a chance-based tool that, when successful, prevents the target from holding target locks. This is a good skillset for capsuleers specializing in small, medium or large Caldari Disruption vessels based on Frigate, Cruiser and Battleship hulls.'); +INSERT INTO "crtCertificates" VALUES(101,272,'Sensor Dampening','This certificate represents a level of competence in the operation of Remote Sensor Dampener (RSD) modules. The holder has learned that RSDs reduce the target''s locking speed and locking range, making it difficult for them to acquire a target lock. This is a good skillset for capsuleers specializing in small or medium Gallente Disruption vessels based on Frigate and Cruiser hulls.'); +INSERT INTO "crtCertificates" VALUES(102,272,'Tracking Disruption','This certificate represents a level of competence in the operation of Tracking Disruptor (TD) modules. The holder has learned that TDs decrease the Optimal Range, Falloff and Tracking on the target''s turrets, making it harder for their turret weapons to hit. This is a good skillset for capsuleers specializing in small or medium Amarr Disruption vessels based on Frigate and Cruiser hulls.'); +INSERT INTO "crtCertificates" VALUES(103,272,'Target Painting','This certificate represents a level of competence in the operation of Target Painter modules. The holder has learned that Target Painters increase the target''s signature radius, allowing it to be locked onto faster and causing most weapons systems to inflict additional damage on it. This is a good skillset for capsuleers specializing in small or medium Minmatar Disruption vessels based on the Frigate and Cruiser hulls.'); +INSERT INTO "crtCertificates" VALUES(104,1217,'Scanning','This certificate represents a level of competence in scanning. The holder has learned that scan probes are a specialized tool that may be used to find hidden content or to track down capsuleers inside a solar system. This is a good skillset for capsuleers specializing in Exploration vessels as a whole.'); +INSERT INTO "crtCertificates" VALUES(105,1217,'Data and Relic Analyzers','This certificate represents a level of competence in the operation of analyzer modules, like Data and Relic Analyzers. The holder has learned that those modules are used in various sites related to exploration. This is a good skillset for capsuleers specializing in Exploration vessels as a whole.'); +INSERT INTO "crtCertificates" VALUES(106,1218,'Resource Harvesting','This certificate represents a level of competence in mining, ice harvesting and gas cloud harvesting. This is a good skillset for capsuleers specializing in ORE vessels.'); +INSERT INTO "crtCertificates" VALUES(107,1218,'Salvaging','This certificate represents a level of competence in the operation of salvaging modules. The holder has learned that salvager modules allow the extraction of components from ship wrecks. This is a good skillset for capsuleers specializing in ORE Industrials.'); +INSERT INTO "crtCertificates" VALUES(108,272,'Cloaking','This certificate represents a level of competence in the operation of cloaking devices. The holder has learned that cloaks cannot be activated within 2000m of most objects and spatial phenomena. This is a good skillset for capsuleers specializing in Exploration or Disruption vessels.'); +INSERT INTO "crtCertificates" VALUES(109,258,'Armored Warfare Links','This certificate represents a level of competence in leadership fleet support through Armored Warfare Links. The holder has learned that Armored Warfare Links do not work inside a Starbase Forcefield. This is a good skillset for capsuleers specializing in Battlecruisers or Command Ships.'); +INSERT INTO "crtCertificates" VALUES(110,258,'Foreman Links','This certificate represents a level of competence in mining operation leadership through Foreman Links. This is a good skillset for capsuleers specializing in Industrial Command Ships or Capital Industrial Command Ships.'); +INSERT INTO "crtCertificates" VALUES(111,274,'Trade','This certificate represents a level of competence with Trade skills, making market activity more profitable. This is a good skillset for any capsuleer wishing to lower expenses in the marketplace.'); +INSERT INTO "crtCertificates" VALUES(112,278,'Social','This certificate represents a level of competence in social connections and standings. This is a good skillset for capsuleers wishing to improve their relations with various factions and their agents.'); +INSERT INTO "crtCertificates" VALUES(113,268,'Tech I Manufacturing','This certificate represents a level of competence in Tech I sub-capital ships and items production. This is a good skillset for players wishing to build their own products.'); +INSERT INTO "crtCertificates" VALUES(114,1218,'Reprocessing','This certificate represents a level of competence in various kinds of resource reprocessing. This is a good skillset for resource-harvesting capsuleers that wish to sell their materials or use them for production.'); +INSERT INTO "crtCertificates" VALUES(117,1209,'Shield Reinforcement','This certificate represents a level of competence in passive shield buffers. It is mainly used to maximize Effective Hitpoints (EHP) on highly competitive ship fittings. This is a good skillset for capsuleers looking to get the most shield buffer possible on their vessel.'); +INSERT INTO "crtCertificates" VALUES(118,1210,'Armor Reinforcement','This certificate represents a level of competence in passive armor buffers. It is mainly used to maximize Effective Hitpoints (EHP) on highly competitive ship fittings. This is a good skillset for capsuleers looking to get the most armor buffer possible on their vessel.'); +INSERT INTO "crtCertificates" VALUES(119,1241,'Planetary Interaction','This certificate represents the ability to survey and manage planet colonies in order to maximize resource extraction from their soil. The holder has learned that Command Centers have to be manually launched into Temperate planets before a colony may be founded. This is a good skillset for capsuleers wishing to develop an additional source of income.'); +INSERT INTO "crtCertificates" VALUES(120,272,'Sensor Linking','This certificate represents a level of competence in the operation of Remote Sensor Booster (RSB) modules. The holder has learned that RSBs improve the target max targeting range and scan resolution. This is a good skillset for capsuleers specializing in Gallente or Minmatar Logistics vessels.'); +INSERT INTO "crtCertificates" VALUES(132,266,'Corporation Management','This certificate represents a level of competence in corporation holding. It is a good skill set for a CEO to increase the maximum number of corporation members and races.'); +INSERT INTO "crtCertificates" VALUES(133,273,'All Combat Drones','This certificate represents a level of competence in the control of all combat-related drones, including light, medium, heavy and sentry variations. The holder has learned that drones may be targeted and destroyed in combat. This is a good skillset for any combat-oriented capsuleer as many ships from all factions augment their capabilities through the use of drones.'); +INSERT INTO "crtCertificates" VALUES(138,275,'Battleship Navigation','This certificate represents level of competence which ship propulsion and speed enhancing modules like Afterburners, Microwarpdrives and Micro Jump Drives. The holder is aware that those modules consume a fair amount of capacitor while active. This is a critical skill set to have for any kind of operation in hazardous space.'); +INSERT INTO "crtCertificates" VALUES(139,1213,'Caldari Target Management','This certificate represents a level of competence with Caldari targeting systems. It certifies that the holder has some skill in target acquisition and management and can make use of a range of targeting-related modules. This is a critical skillset for any capsuleer facing combat.'); +INSERT INTO "crtCertificates" VALUES(140,1213,'Gallente Target Management','This certificate represents a level of competence with Gallente targeting systems. It certifies that the holder has some skill in target acquisition and management and can make use of a range of targeting-related modules. This is a critical skillset for any capsuleer facing combat.'); +INSERT INTO "crtCertificates" VALUES(141,1213,'Minmatar Target Management','This certificate represents a level of competence with Minmatar targeting systems. It certifies that the holder has some skill in target acquisition and management and can make use of a range of targeting-related modules. This is a critical skillset for any capsuleer facing combat.'); +INSERT INTO "crtCertificates" VALUES(142,1213,'Advanced Target Management','This certificate represents a level of competence with advanced targeting systems. It certifies that the holder can lock more than seven targets at the same time. This is a good skillset to have for any capsuleer training for specialized ships, like Logistics or Marauders.'); +INSERT INTO "crtCertificates" VALUES(144,275,'Navigation Support','This certificate represents a level of competence with ship propulsion. It is mainly used to minimize travel time on vessels without module slots. This is a good skillset for capsuleers looking to maximize general navigation performance.'); +INSERT INTO "crtCertificates" VALUES(145,275,'Jump Drive','This certificate represents a level of competence with ship jump drives. The holder has learned that jump drives consume fuel based on distance and allow the user to navigate without the use of Stargates. This is a critical skillset for any kind of capital or Black Ops movement.'); +INSERT INTO "crtCertificates" VALUES(146,1213,'Supercapital Target Management','This certificate represents a level of competence with supercapital targeting systems. It certifies that the holder has some skill in target acquisition and management and can make use of a range of targeting-related modules. This is a critical skillset for any capsuleer facing combat.'); +INSERT INTO "crtCertificates" VALUES(147,255,'Tactical Weapon Reconfiguration','This certificate represents a level of competence in handling Siege Modules. The holder has learned that Siege Modules may only be used on Dreadnoughts, improving their offensive and defensive capabilities at the expense of mobility. This is a critical skillset for capsuleers specializing in Dreadnought hulls.'); +INSERT INTO "crtCertificates" VALUES(148,272,'Tactical Logistics Reconfiguration','This certificate represents a level of competence in handling Triage Modules. The holder has learned that Triage Modules may only be used on Carriers, improving their remote assisting capabilities at the expense of mobility. This is a critical skillset for capsuleers specializing in Carrier hulls.'); +INSERT INTO "crtCertificates" VALUES(149,1218,'Industrial Reconfiguration','This certificate represents a level of competence in handling Industrial Core modules. The holder has learned that Industrial Cores may only be used on Capital Industrial Ships, improving their resource processing abilities at the expense of mobility. This is a good skillset for capsuleers specializing in Industrial Capital Ship hulls.'); +INSERT INTO "crtCertificates" VALUES(150,1216,'Core Weapon Fitting','This certificate represents a level of competence in weapons CPU and power grid usage. This is a critical skillset for any capsuleer wishing to increase their tactical options in combat.'); +INSERT INTO "crtCertificates" VALUES(151,275,'Freighter Navigation','This certificate represents a level of competence with Freighter ship propulsion. The holder has learned that those ships are slow and vulnerable when aligning to celestial objects. This is a good skillset for any capsuleer specializing in Freighter hulls.'); +INSERT INTO "crtCertificates" VALUES(152,258,'Information Warfare Links','This certificate represents a level of competence in leadership fleet support through Information Warfare Links. The holder has learned that Information Warfare Links do not work inside a Starbase Forcefield. This is a good skillset for capsuleers specializing in Battlecruisers or Command Ships.'); +INSERT INTO "crtCertificates" VALUES(153,258,'Skirmish Warfare Links','This certificate represents a level of competence in leadership fleet support through Skirmish Warfare Links. The holder has learned that Skirmish Warfare Links do not work inside a Starbase Forcefield. This is a good skillset for capsuleers specializing in Battlecruisers or Command Ships.'); +INSERT INTO "crtCertificates" VALUES(154,258,'Siege Warfare Links','This certificate represents a level of competence in leadership fleet support through Siege Warfare Links. The holder has learned that Siege Warfare Links do not work inside a Starbase Forcefield. This is a good skillset for capsuleers specializing in Battlecruisers or Command Ships.'); +INSERT INTO "crtCertificates" VALUES(164,273,'Light Drones','This certificate represents level of competence in the control of light combat drones. The holder has learned that drones may be targeted and destroyed in combat. This is a good skillset for any combat-oriented capsuleer as many ships from all factions augment their capabilities through the use of drones.'); +INSERT INTO "crtCertificates" VALUES(165,273,'Medium Drones','This certificate represents level of competence in the control of light and medium combat drones. The holder has learned that drones may be targeted and destroyed in combat. This is a good skillset for any combat-oriented capsuleer as many ships from all factions augment their capabilities through the use of drones.'); +INSERT INTO "crtCertificates" VALUES(167,268,'Tech I Capital Manufacturing','This certificate represents a level of competence in Tech I capital ships and items production. This is a good skillset for players wishing to build their own products.'); +INSERT INTO "crtCertificates" VALUES(168,268,'Manufacturing Operations','This certificate represents a level of competence in handling remote access and simultaneous use of manufacturing activities. This is a good skillset for players wishing to build their own products.'); +INSERT INTO "crtCertificates" VALUES(169,268,'Advanced Amarr Spaceship Technology','This certificate represents a level of competence in handling invention and manufacturing of Tech II Amarr ship hulls. This is a good skillset for players wishing to invent that faction''s Tech II ship blueprints or build their own products.'); +INSERT INTO "crtCertificates" VALUES(170,268,'Advanced Caldari Spaceship Technology','This certificate represents a level of competence in handling invention and manufacturing of Tech II Caldari ship hulls. This is a good skillset for players wishing to invent that faction''s Tech II ship blueprints or build their own products.'); +INSERT INTO "crtCertificates" VALUES(171,268,'Advanced Gallente Spaceship Technology','This certificate represents a level of competence in handling invention and manufacturing of Tech II Gallente ship hulls. This is a good skillset for players wishing to invent that faction''s Tech II ship blueprints or build their own products.'); +INSERT INTO "crtCertificates" VALUES(172,268,'Advanced Minmatar Spaceship Technology','This certificate represents a level of competence in handling invention and manufacturing of Tech II Minmatar ship hulls. This is a good skillset for players wishing to invent that faction''s Tech II ship blueprints or build their own products.'); +INSERT INTO "crtCertificates" VALUES(173,268,'Advanced Small Spaceship Manufacturing','This certificate represents a level of competence in handling invention and manufacturing of Tech II small ship hulls. This is a good skillset for players wishing to build their own products.'); +INSERT INTO "crtCertificates" VALUES(174,268,'Advanced Medium Spaceship Manufacturing','This certificate represents a level of competence in handling invention and manufacturing of Tech II medium ship hulls. This is a good skillset for players wishing to build their own products.'); +INSERT INTO "crtCertificates" VALUES(175,268,'Advanced Large Spaceship Manufacturing','This certificate represents a level of competence in handling invention and manufacturing of Tech II large ship hulls. This is a good skillset for players wishing to build their own products.'); +INSERT INTO "crtCertificates" VALUES(176,268,'Advanced Industrial Spaceship Manufacturing','This certificate represents a level of competence in handling invention and manufacturing of Tech II small industrial ship hulls. This is a good skillset for players wishing to build their own products.'); +INSERT INTO "crtCertificates" VALUES(177,270,'Advanced Laser Technology','This certificate represents a level of competence in handling invention and manufacturing of Tech II laser related modules. This is a good skillset for players wishing to build their own products.'); +INSERT INTO "crtCertificates" VALUES(178,270,'Advanced Hybrid Technology','This certificate represents a level of competence in handling invention and manufacturing of hybrid related modules. This is a good skillset for players wishing to build their own products.'); +INSERT INTO "crtCertificates" VALUES(179,270,'Advanced Projectile Technology','This certificate represents a level of competence in handling invention and manufacturing of projectile related modules. This is a good skillset for players wishing to build their own products.'); +INSERT INTO "crtCertificates" VALUES(180,270,'Advanced Armor Technology','This certificate represents a level of competence in handling invention and manufacturing of Tech II armor related modules. This is a good skillset for players wishing to build their own products.'); +INSERT INTO "crtCertificates" VALUES(181,270,'Advanced Capacitor Technology','This certificate represents a level of competence in handling invention and manufacturing of Tech II capacitor related modules. This is a good skillset for players wishing to build their own products.'); +INSERT INTO "crtCertificates" VALUES(182,270,'Advanced Weapon Upgrades Technology','This certificate represents a level of competence in handling invention and manufacturing of Tech II weapon upgrades related modules. This is a good skillset for players wishing to build their own products.'); +INSERT INTO "crtCertificates" VALUES(183,270,'Advanced Operations Technology','This certificate represents a level of competence in handling invention and manufacturing of Tech II Siege, Triage and Cloak related modules. This is a good skillset for players wishing to build their own products.'); +INSERT INTO "crtCertificates" VALUES(184,270,'Advanced Hull Technology','This certificate represents a level of competence in handling invention and manufacturing of Tech II hull related modules. This is a good skillset for players wishing to build their own products.'); +INSERT INTO "crtCertificates" VALUES(185,270,'Advanced Electronic Technology','This certificate represents a level of competence in handling invention and manufacturing of Tech II electronic related modules. This is a good skillset for players wishing to build their own products.'); +INSERT INTO "crtCertificates" VALUES(186,270,'Advanced Harvesting Technology','This certificate represents a level of competence in handling invention and manufacturing of Tech II harvesting related modules. This is a good skillset for players wishing to build their own products.'); +INSERT INTO "crtCertificates" VALUES(187,270,'Advanced Propulsion Technology','This certificate represents a level of competence in handling invention and manufacturing of Tech II propulsion related modules. This is a good skillset for players wishing to build their own products.'); +INSERT INTO "crtCertificates" VALUES(188,270,'Advanced Shield Technology','This certificate represents a level of competence in handling invention and manufacturing of Tech II shield related modules. This is a good skillset for players wishing to build their own products.'); +INSERT INTO "crtCertificates" VALUES(189,270,'Advanced Drone Technology','This certificate represents a level of competence in handling invention and manufacturing of Tech II drone related modules. This is a good skillset for players wishing to build their own products.'); +INSERT INTO "crtCertificates" VALUES(190,270,'Advanced Field Effect Technology','This certificate represents a level of competence in handling invention and manufacturing of Tech II Smartbombs, Warfare Links and Mining Foreman related modules. This is a good skillset for players wishing to build their own products.'); +INSERT INTO "crtCertificates" VALUES(191,270,'Advanced Warp Inhibition Technology','This certificate represents a level of competence in handling invention and manufacturing of Tech II Stasis Webifiers, Target Painters, Warp Scramblers and Disruptors related modules. This is a good skillset for players wishing to build their own products.'); +INSERT INTO "crtCertificates" VALUES(192,256,'Advanced Launcher Technology','This certificate represents a level of competence in handling invention and manufacturing of Tech II missile launcher related modules. This is a good skillset for players wishing to build their own products.'); +INSERT INTO "crtCertificates" VALUES(193,270,'Advanced Missile Technology','This certificate represents a level of competence in handling invention and manufacturing of Tech II missiles as ammunition. This is a good skillset for players wishing to build their own products.'); +INSERT INTO "crtCertificates" VALUES(194,270,'Material Efficiency Research','This certificate represents a level of competence in handling material efficiency research. This is a good skillset for players wishing to research their Tech I blueprint originals.'); +INSERT INTO "crtCertificates" VALUES(195,270,'Time Efficiency Research','This certificate represents a level of competence in handling time efficiency research. This is a good skillset for players wishing to research their Tech I blueprint originals.'); +INSERT INTO "crtCertificates" VALUES(196,270,'Copying','This certificate represents a level of competence in making copies of Tech I blueprint originals. This is a good skillset for players wishing to engage in Invention or to resell their blueprint copies on the Contract system.'); +INSERT INTO "crtCertificates" VALUES(197,270,'Research Operations','This certificate represents a level of competence in handling remote access and simultaneous use of Material Efficiency, Time Efficiency Research, copying and invention activities. This is a good skillset for players engaged in any kind of science operation.'); +INSERT INTO "crtCertificates" VALUES(198,270,'Advanced Amarr Technology','This certificate represents a level of competence in handling invention and manufacturing of Tech II Amarr items. This is a good skillset for players wishing to invent that faction''s Tech II item blueprints or build their own products.'); +INSERT INTO "crtCertificates" VALUES(199,270,'Advanced Caldari Technology','This certificate represents a level of competence in handling invention and manufacturing of Tech II Caldari items. This is a good skillset for players wishing to invent that faction''s Tech II item blueprints or build their own products.'); +INSERT INTO "crtCertificates" VALUES(200,270,'Advanced Gallente Technology','This certificate represents a level of competence in handling invention and manufacturing of Tech II Gallente items. This is a good skillset for players wishing to invent that faction''s Tech II item blueprints or build their own products.'); +INSERT INTO "crtCertificates" VALUES(201,270,'Advanced Minmatar Technology','This certificate represents a level of competence in handling invention and manufacturing of Tech II Minmatar items. This is a good skillset for players wishing to invent that faction''s Tech II item blueprints or build their own products.'); +INSERT INTO "crtCertificates" VALUES(202,270,'Advanced Attack Spaceship Technology','This certificate represents a level of competence in handling invention and manufacturing of Tech II attack ships. This is a good skillset for players wishing to invent those Tech II item blueprints or build their own products.'); +INSERT INTO "crtCertificates" VALUES(203,270,'Advanced Combat Spaceship Technology','This certificate represents a level of competence in handling invention and manufacturing of Tech II combat ships. This is a good skillset for players wishing to invent those Tech II item blueprints or build their own products.'); +INSERT INTO "crtCertificates" VALUES(204,270,'Advanced Disruption Spaceship Technology','This certificate represents a level of competence in handling invention and manufacturing of Tech II disruption ships. This is a good skillset for players wishing to invent those Tech II item blueprints or build their own products.'); +INSERT INTO "crtCertificates" VALUES(205,270,'Advanced Support Spaceship Technology','This certificate represents a level of competence in handling invention and manufacturing of Tech II support ships. This is a good skillset for players wishing to invent those Tech II item blueprints or build their own products.'); +INSERT INTO "crtCertificates" VALUES(206,270,'Advanced Exploration Spaceship Technology','This certificate represents a level of competence in handling invention and manufacturing of Tech II exploration ships. This is a good skillset for players wishing to invent those Tech II item blueprints or build their own products.'); +INSERT INTO "crtCertificates" VALUES(207,270,'Advanced Hauling Spaceship Technology','This certificate represents a level of competence in handling invention and manufacturing of Tech II hauling ships. This is a good skillset for players wishing to invent those Tech II item blueprints or build their own products.'); +INSERT INTO "crtCertificates" VALUES(208,270,'Advanced Tackling Spaceship Technology','This certificate represents a level of competence in handling invention and manufacturing of Tech II tackling ships. This is a good skillset for players wishing to invent those Tech II item blueprints or build their own products.'); +INSERT INTO "crtCertificates" VALUES(209,270,'Advanced Resource Harvesting Spaceship Technology','This certificate represents a level of competence in handling invention and manufacturing of Tech II resource harvesting ships. This is a good skillset for players wishing to invent those Tech II item blueprints or build their own products.'); +INSERT INTO "crtCertificates" VALUES(211,270,'Weapon Subsystem Technology','This certificate represents a level of competence in handling invention and manufacturing of Tech III weapon subsystems. This is a good skillset for players wishing to invent those Tech III item blueprints or build their own products.'); +INSERT INTO "crtCertificates" VALUES(212,270,'Propulsion Subsystem Technology','This certificate represents a level of competence in handling invention and manufacturing of Tech III propulsion subsystems. This is a good skillset for players wishing to invent those Tech III item blueprints or build their own products.'); +INSERT INTO "crtCertificates" VALUES(213,270,'Engineering Subsystem Technology','This certificate represents a level of competence in handling invention and manufacturing of Tech III engineering subsystems. This is a good skillset for players wishing to invent those Tech III item blueprints or build their own products.'); +INSERT INTO "crtCertificates" VALUES(214,270,'Defensive Subsystem Technology','This certificate represents a level of competence in handling invention and manufacturing of Tech III defensive subsystems. This is a good skillset for players wishing to invent those Tech III item blueprints or build their own products.'); +INSERT INTO "crtCertificates" VALUES(215,270,'Electronic Subsystem Technology','This certificate represents a level of competence in handling invention and manufacturing of Tech III electronic subsystems. This is a good skillset for players wishing to invent those Tech III item blueprints or build their own products.'); +INSERT INTO "crtCertificates" VALUES(216,270,'Spaceship Hull Subsystem Technology','This certificate represents a level of competence in handling invention and manufacturing of Tech III ship hulls. This is a good skillset for players wishing to invent those Tech III item blueprints or build their own products.'); +INSERT INTO "crtRecommendations" VALUES(50,589); +INSERT INTO "crtRecommendations" VALUES(50,591); +INSERT INTO "crtRecommendations" VALUES(50,596); +INSERT INTO "crtRecommendations" VALUES(50,597); +INSERT INTO "crtRecommendations" VALUES(50,615); +INSERT INTO "crtRecommendations" VALUES(50,3516); +INSERT INTO "crtRecommendations" VALUES(50,11184); +INSERT INTO "crtRecommendations" VALUES(50,11393); +INSERT INTO "crtRecommendations" VALUES(50,11940); +INSERT INTO "crtRecommendations" VALUES(50,11942); +INSERT INTO "crtRecommendations" VALUES(50,16236); +INSERT INTO "crtRecommendations" VALUES(50,17703); +INSERT INTO "crtRecommendations" VALUES(50,17924); +INSERT INTO "crtRecommendations" VALUES(50,17926); +INSERT INTO "crtRecommendations" VALUES(50,33079); +INSERT INTO "crtRecommendations" VALUES(50,33655); +INSERT INTO "crtRecommendations" VALUES(50,33657); +INSERT INTO "crtRecommendations" VALUES(50,33879); +INSERT INTO "crtRecommendations" VALUES(50,34317); +INSERT INTO "crtRecommendations" VALUES(50,35779); +INSERT INTO "crtRecommendations" VALUES(50,37453); +INSERT INTO "crtRecommendations" VALUES(50,37481); +INSERT INTO "crtRecommendations" VALUES(64,624); +INSERT INTO "crtRecommendations" VALUES(64,2006); +INSERT INTO "crtRecommendations" VALUES(64,3518); +INSERT INTO "crtRecommendations" VALUES(64,3756); +INSERT INTO "crtRecommendations" VALUES(64,12003); +INSERT INTO "crtRecommendations" VALUES(64,12017); +INSERT INTO "crtRecommendations" VALUES(64,17709); +INSERT INTO "crtRecommendations" VALUES(64,17718); +INSERT INTO "crtRecommendations" VALUES(64,17922); +INSERT INTO "crtRecommendations" VALUES(64,22448); +INSERT INTO "crtRecommendations" VALUES(64,24696); +INSERT INTO "crtRecommendations" VALUES(64,29337); +INSERT INTO "crtRecommendations" VALUES(64,29986); +INSERT INTO "crtRecommendations" VALUES(64,33155); +INSERT INTO "crtRecommendations" VALUES(64,33470); +INSERT INTO "crtRecommendations" VALUES(64,33553); +INSERT INTO "crtRecommendations" VALUES(64,33639); +INSERT INTO "crtRecommendations" VALUES(64,33641); +INSERT INTO "crtRecommendations" VALUES(64,35781); +INSERT INTO "crtRecommendations" VALUES(65,642); +INSERT INTO "crtRecommendations" VALUES(65,4302); +INSERT INTO "crtRecommendations" VALUES(65,11936); +INSERT INTO "crtRecommendations" VALUES(65,11938); +INSERT INTO "crtRecommendations" VALUES(65,17726); +INSERT INTO "crtRecommendations" VALUES(65,17736); +INSERT INTO "crtRecommendations" VALUES(65,17920); +INSERT INTO "crtRecommendations" VALUES(65,22428); +INSERT INTO "crtRecommendations" VALUES(65,24692); +INSERT INTO "crtRecommendations" VALUES(65,28659); +INSERT INTO "crtRecommendations" VALUES(65,32305); +INSERT INTO "crtRecommendations" VALUES(65,33472); +INSERT INTO "crtRecommendations" VALUES(65,33623); +INSERT INTO "crtRecommendations" VALUES(65,33625); +INSERT INTO "crtRecommendations" VALUES(66,11567); +INSERT INTO "crtRecommendations" VALUES(66,19720); +INSERT INTO "crtRecommendations" VALUES(67,593); +INSERT INTO "crtRecommendations" VALUES(67,594); +INSERT INTO "crtRecommendations" VALUES(67,601); +INSERT INTO "crtRecommendations" VALUES(67,603); +INSERT INTO "crtRecommendations" VALUES(67,606); +INSERT INTO "crtRecommendations" VALUES(67,608); +INSERT INTO "crtRecommendations" VALUES(67,2834); +INSERT INTO "crtRecommendations" VALUES(67,11178); +INSERT INTO "crtRecommendations" VALUES(67,11200); +INSERT INTO "crtRecommendations" VALUES(67,11202); +INSERT INTO "crtRecommendations" VALUES(67,11381); +INSERT INTO "crtRecommendations" VALUES(67,12042); +INSERT INTO "crtRecommendations" VALUES(67,12044); +INSERT INTO "crtRecommendations" VALUES(67,16238); +INSERT INTO "crtRecommendations" VALUES(67,16240); +INSERT INTO "crtRecommendations" VALUES(67,17841); +INSERT INTO "crtRecommendations" VALUES(67,17928); +INSERT INTO "crtRecommendations" VALUES(67,22460); +INSERT INTO "crtRecommendations" VALUES(67,32840); +INSERT INTO "crtRecommendations" VALUES(67,32842); +INSERT INTO "crtRecommendations" VALUES(67,32844); +INSERT INTO "crtRecommendations" VALUES(67,32846); +INSERT INTO "crtRecommendations" VALUES(67,32848); +INSERT INTO "crtRecommendations" VALUES(67,32872); +INSERT INTO "crtRecommendations" VALUES(67,33083); +INSERT INTO "crtRecommendations" VALUES(67,33659); +INSERT INTO "crtRecommendations" VALUES(67,33661); +INSERT INTO "crtRecommendations" VALUES(67,33667); +INSERT INTO "crtRecommendations" VALUES(67,33669); +INSERT INTO "crtRecommendations" VALUES(67,33677); +INSERT INTO "crtRecommendations" VALUES(67,33678); +INSERT INTO "crtRecommendations" VALUES(67,33877); +INSERT INTO "crtRecommendations" VALUES(67,33881); +INSERT INTO "crtRecommendations" VALUES(67,35683); +INSERT INTO "crtRecommendations" VALUES(67,37455); +INSERT INTO "crtRecommendations" VALUES(67,37456); +INSERT INTO "crtRecommendations" VALUES(67,37482); +INSERT INTO "crtRecommendations" VALUES(67,37483); +INSERT INTO "crtRecommendations" VALUES(68,623); +INSERT INTO "crtRecommendations" VALUES(68,626); +INSERT INTO "crtRecommendations" VALUES(68,627); +INSERT INTO "crtRecommendations" VALUES(68,2836); +INSERT INTO "crtRecommendations" VALUES(68,3756); +INSERT INTO "crtRecommendations" VALUES(68,11011); +INSERT INTO "crtRecommendations" VALUES(68,11969); +INSERT INTO "crtRecommendations" VALUES(68,11971); +INSERT INTO "crtRecommendations" VALUES(68,12011); +INSERT INTO "crtRecommendations" VALUES(68,12021); +INSERT INTO "crtRecommendations" VALUES(68,12023); +INSERT INTO "crtRecommendations" VALUES(68,16227); +INSERT INTO "crtRecommendations" VALUES(68,16229); +INSERT INTO "crtRecommendations" VALUES(68,17722); +INSERT INTO "crtRecommendations" VALUES(68,22442); +INSERT INTO "crtRecommendations" VALUES(68,22446); +INSERT INTO "crtRecommendations" VALUES(68,22466); +INSERT INTO "crtRecommendations" VALUES(68,29344); +INSERT INTO "crtRecommendations" VALUES(68,29984); +INSERT INTO "crtRecommendations" VALUES(68,29988); +INSERT INTO "crtRecommendations" VALUES(68,33151); +INSERT INTO "crtRecommendations" VALUES(68,33651); +INSERT INTO "crtRecommendations" VALUES(68,33653); +INSERT INTO "crtRecommendations" VALUES(68,33869); +INSERT INTO "crtRecommendations" VALUES(68,33873); +INSERT INTO "crtRecommendations" VALUES(69,641); +INSERT INTO "crtRecommendations" VALUES(69,4306); +INSERT INTO "crtRecommendations" VALUES(69,4308); +INSERT INTO "crtRecommendations" VALUES(69,13202); +INSERT INTO "crtRecommendations" VALUES(69,17728); +INSERT INTO "crtRecommendations" VALUES(69,17740); +INSERT INTO "crtRecommendations" VALUES(69,22430); +INSERT INTO "crtRecommendations" VALUES(69,24688); +INSERT INTO "crtRecommendations" VALUES(69,24690); +INSERT INTO "crtRecommendations" VALUES(69,28661); +INSERT INTO "crtRecommendations" VALUES(69,32307); +INSERT INTO "crtRecommendations" VALUES(69,33627); +INSERT INTO "crtRecommendations" VALUES(69,33629); +INSERT INTO "crtRecommendations" VALUES(69,33635); +INSERT INTO "crtRecommendations" VALUES(69,33637); +INSERT INTO "crtRecommendations" VALUES(69,34118); +INSERT INTO "crtRecommendations" VALUES(70,671); +INSERT INTO "crtRecommendations" VALUES(70,19724); +INSERT INTO "crtRecommendations" VALUES(71,585); +INSERT INTO "crtRecommendations" VALUES(71,587); +INSERT INTO "crtRecommendations" VALUES(71,588); +INSERT INTO "crtRecommendations" VALUES(71,617); +INSERT INTO "crtRecommendations" VALUES(71,11196); +INSERT INTO "crtRecommendations" VALUES(71,11198); +INSERT INTO "crtRecommendations" VALUES(71,11371); +INSERT INTO "crtRecommendations" VALUES(71,11400); +INSERT INTO "crtRecommendations" VALUES(71,16242); +INSERT INTO "crtRecommendations" VALUES(71,17812); +INSERT INTO "crtRecommendations" VALUES(71,17932); +INSERT INTO "crtRecommendations" VALUES(71,22456); +INSERT INTO "crtRecommendations" VALUES(71,32207); +INSERT INTO "crtRecommendations" VALUES(71,33099); +INSERT INTO "crtRecommendations" VALUES(71,33397); +INSERT INTO "crtRecommendations" VALUES(71,33663); +INSERT INTO "crtRecommendations" VALUES(71,33665); +INSERT INTO "crtRecommendations" VALUES(71,33883); +INSERT INTO "crtRecommendations" VALUES(71,34562); +INSERT INTO "crtRecommendations" VALUES(72,622); +INSERT INTO "crtRecommendations" VALUES(72,629); +INSERT INTO "crtRecommendations" VALUES(72,3756); +INSERT INTO "crtRecommendations" VALUES(72,11961); +INSERT INTO "crtRecommendations" VALUES(72,11999); +INSERT INTO "crtRecommendations" VALUES(72,12013); +INSERT INTO "crtRecommendations" VALUES(72,12015); +INSERT INTO "crtRecommendations" VALUES(72,17713); +INSERT INTO "crtRecommendations" VALUES(72,17720); +INSERT INTO "crtRecommendations" VALUES(72,22444); +INSERT INTO "crtRecommendations" VALUES(72,24702); +INSERT INTO "crtRecommendations" VALUES(72,29336); +INSERT INTO "crtRecommendations" VALUES(72,29990); +INSERT INTO "crtRecommendations" VALUES(72,32209); +INSERT INTO "crtRecommendations" VALUES(72,33157); +INSERT INTO "crtRecommendations" VALUES(72,33647); +INSERT INTO "crtRecommendations" VALUES(72,33649); +INSERT INTO "crtRecommendations" VALUES(73,639); +INSERT INTO "crtRecommendations" VALUES(73,4310); +INSERT INTO "crtRecommendations" VALUES(73,17732); +INSERT INTO "crtRecommendations" VALUES(73,17738); +INSERT INTO "crtRecommendations" VALUES(73,22440); +INSERT INTO "crtRecommendations" VALUES(73,24694); +INSERT INTO "crtRecommendations" VALUES(73,26842); +INSERT INTO "crtRecommendations" VALUES(73,28665); +INSERT INTO "crtRecommendations" VALUES(73,32311); +INSERT INTO "crtRecommendations" VALUES(73,33631); +INSERT INTO "crtRecommendations" VALUES(73,33633); +INSERT INTO "crtRecommendations" VALUES(74,19722); +INSERT INTO "crtRecommendations" VALUES(74,23773); +INSERT INTO "crtRecommendations" VALUES(75,583); +INSERT INTO "crtRecommendations" VALUES(75,598); +INSERT INTO "crtRecommendations" VALUES(75,601); +INSERT INTO "crtRecommendations" VALUES(75,602); +INSERT INTO "crtRecommendations" VALUES(75,11176); +INSERT INTO "crtRecommendations" VALUES(75,11186); +INSERT INTO "crtRecommendations" VALUES(75,11365); +INSERT INTO "crtRecommendations" VALUES(75,11379); +INSERT INTO "crtRecommendations" VALUES(75,17619); +INSERT INTO "crtRecommendations" VALUES(75,17930); +INSERT INTO "crtRecommendations" VALUES(75,22452); +INSERT INTO "crtRecommendations" VALUES(75,22464); +INSERT INTO "crtRecommendations" VALUES(75,32788); +INSERT INTO "crtRecommendations" VALUES(75,32876); +INSERT INTO "crtRecommendations" VALUES(75,32878); +INSERT INTO "crtRecommendations" VALUES(75,33081); +INSERT INTO "crtRecommendations" VALUES(75,33673); +INSERT INTO "crtRecommendations" VALUES(75,33816); +INSERT INTO "crtRecommendations" VALUES(75,34828); +INSERT INTO "crtRecommendations" VALUES(75,37454); +INSERT INTO "crtRecommendations" VALUES(75,37480); +INSERT INTO "crtRecommendations" VALUES(76,621); +INSERT INTO "crtRecommendations" VALUES(76,630); +INSERT INTO "crtRecommendations" VALUES(76,3756); +INSERT INTO "crtRecommendations" VALUES(76,11959); +INSERT INTO "crtRecommendations" VALUES(76,11963); +INSERT INTO "crtRecommendations" VALUES(76,11993); +INSERT INTO "crtRecommendations" VALUES(76,11995); +INSERT INTO "crtRecommendations" VALUES(76,12019); +INSERT INTO "crtRecommendations" VALUES(76,16231); +INSERT INTO "crtRecommendations" VALUES(76,17634); +INSERT INTO "crtRecommendations" VALUES(76,17715); +INSERT INTO "crtRecommendations" VALUES(76,22468); +INSERT INTO "crtRecommendations" VALUES(76,22470); +INSERT INTO "crtRecommendations" VALUES(76,22474); +INSERT INTO "crtRecommendations" VALUES(76,24698); +INSERT INTO "crtRecommendations" VALUES(76,29336); +INSERT INTO "crtRecommendations" VALUES(76,29340); +INSERT INTO "crtRecommendations" VALUES(76,29984); +INSERT INTO "crtRecommendations" VALUES(76,29986); +INSERT INTO "crtRecommendations" VALUES(76,29990); +INSERT INTO "crtRecommendations" VALUES(76,33153); +INSERT INTO "crtRecommendations" VALUES(76,33395); +INSERT INTO "crtRecommendations" VALUES(76,33643); +INSERT INTO "crtRecommendations" VALUES(76,33645); +INSERT INTO "crtRecommendations" VALUES(76,33675); +INSERT INTO "crtRecommendations" VALUES(76,33818); +INSERT INTO "crtRecommendations" VALUES(76,33871); +INSERT INTO "crtRecommendations" VALUES(77,638); +INSERT INTO "crtRecommendations" VALUES(77,644); +INSERT INTO "crtRecommendations" VALUES(77,17636); +INSERT INTO "crtRecommendations" VALUES(77,17918); +INSERT INTO "crtRecommendations" VALUES(77,22436); +INSERT INTO "crtRecommendations" VALUES(77,26840); +INSERT INTO "crtRecommendations" VALUES(77,28710); +INSERT INTO "crtRecommendations" VALUES(77,32309); +INSERT INTO "crtRecommendations" VALUES(77,32311); +INSERT INTO "crtRecommendations" VALUES(77,33820); +INSERT INTO "crtRecommendations" VALUES(77,34151); +INSERT INTO "crtRecommendations" VALUES(78,3764); +INSERT INTO "crtRecommendations" VALUES(78,19726); +INSERT INTO "crtRecommendations" VALUES(79,11377); +INSERT INTO "crtRecommendations" VALUES(79,12032); +INSERT INTO "crtRecommendations" VALUES(79,12034); +INSERT INTO "crtRecommendations" VALUES(79,12038); +INSERT INTO "crtRecommendations" VALUES(81,23757); +INSERT INTO "crtRecommendations" VALUES(81,23911); +INSERT INTO "crtRecommendations" VALUES(81,23915); +INSERT INTO "crtRecommendations" VALUES(81,24483); +INSERT INTO "crtRecommendations" VALUES(81,37604); +INSERT INTO "crtRecommendations" VALUES(81,37605); +INSERT INTO "crtRecommendations" VALUES(81,37606); +INSERT INTO "crtRecommendations" VALUES(81,37607); +INSERT INTO "crtRecommendations" VALUES(82,3514); +INSERT INTO "crtRecommendations" VALUES(82,22852); +INSERT INTO "crtRecommendations" VALUES(82,23913); +INSERT INTO "crtRecommendations" VALUES(82,23917); +INSERT INTO "crtRecommendations" VALUES(82,23919); +INSERT INTO "crtRecommendations" VALUES(83,2998); +INSERT INTO "crtRecommendations" VALUES(84,620); +INSERT INTO "crtRecommendations" VALUES(84,625); +INSERT INTO "crtRecommendations" VALUES(84,631); +INSERT INTO "crtRecommendations" VALUES(84,634); +INSERT INTO "crtRecommendations" VALUES(84,11978); +INSERT INTO "crtRecommendations" VALUES(84,11985); +INSERT INTO "crtRecommendations" VALUES(84,11987); +INSERT INTO "crtRecommendations" VALUES(84,11989); +INSERT INTO "crtRecommendations" VALUES(84,32790); +INSERT INTO "crtRecommendations" VALUES(85,582); +INSERT INTO "crtRecommendations" VALUES(85,583); +INSERT INTO "crtRecommendations" VALUES(85,584); +INSERT INTO "crtRecommendations" VALUES(85,585); +INSERT INTO "crtRecommendations" VALUES(85,586); +INSERT INTO "crtRecommendations" VALUES(85,588); +INSERT INTO "crtRecommendations" VALUES(85,598); +INSERT INTO "crtRecommendations" VALUES(85,599); +INSERT INTO "crtRecommendations" VALUES(85,601); +INSERT INTO "crtRecommendations" VALUES(85,602); +INSERT INTO "crtRecommendations" VALUES(85,603); +INSERT INTO "crtRecommendations" VALUES(85,605); +INSERT INTO "crtRecommendations" VALUES(85,615); +INSERT INTO "crtRecommendations" VALUES(85,617); +INSERT INTO "crtRecommendations" VALUES(85,620); +INSERT INTO "crtRecommendations" VALUES(85,621); +INSERT INTO "crtRecommendations" VALUES(85,622); +INSERT INTO "crtRecommendations" VALUES(85,623); +INSERT INTO "crtRecommendations" VALUES(85,630); +INSERT INTO "crtRecommendations" VALUES(85,631); +INSERT INTO "crtRecommendations" VALUES(85,632); +INSERT INTO "crtRecommendations" VALUES(85,638); +INSERT INTO "crtRecommendations" VALUES(85,640); +INSERT INTO "crtRecommendations" VALUES(85,3756); +INSERT INTO "crtRecommendations" VALUES(85,3766); +INSERT INTO "crtRecommendations" VALUES(85,4005); +INSERT INTO "crtRecommendations" VALUES(85,4306); +INSERT INTO "crtRecommendations" VALUES(85,4310); +INSERT INTO "crtRecommendations" VALUES(85,11176); +INSERT INTO "crtRecommendations" VALUES(85,11178); +INSERT INTO "crtRecommendations" VALUES(85,11192); +INSERT INTO "crtRecommendations" VALUES(85,11194); +INSERT INTO "crtRecommendations" VALUES(85,11379); +INSERT INTO "crtRecommendations" VALUES(85,11381); +INSERT INTO "crtRecommendations" VALUES(85,11400); +INSERT INTO "crtRecommendations" VALUES(85,11957); +INSERT INTO "crtRecommendations" VALUES(85,11959); +INSERT INTO "crtRecommendations" VALUES(85,11961); +INSERT INTO "crtRecommendations" VALUES(85,11963); +INSERT INTO "crtRecommendations" VALUES(85,11978); +INSERT INTO "crtRecommendations" VALUES(85,11985); +INSERT INTO "crtRecommendations" VALUES(85,11993); +INSERT INTO "crtRecommendations" VALUES(85,11995); +INSERT INTO "crtRecommendations" VALUES(85,11999); +INSERT INTO "crtRecommendations" VALUES(85,12011); +INSERT INTO "crtRecommendations" VALUES(85,12013); +INSERT INTO "crtRecommendations" VALUES(85,12032); +INSERT INTO "crtRecommendations" VALUES(85,12034); +INSERT INTO "crtRecommendations" VALUES(85,16227); +INSERT INTO "crtRecommendations" VALUES(85,16231); +INSERT INTO "crtRecommendations" VALUES(85,16238); +INSERT INTO "crtRecommendations" VALUES(85,16242); +INSERT INTO "crtRecommendations" VALUES(85,17476); +INSERT INTO "crtRecommendations" VALUES(85,17478); +INSERT INTO "crtRecommendations" VALUES(85,17480); +INSERT INTO "crtRecommendations" VALUES(85,17619); +INSERT INTO "crtRecommendations" VALUES(85,17634); +INSERT INTO "crtRecommendations" VALUES(85,17636); +INSERT INTO "crtRecommendations" VALUES(85,17715); +INSERT INTO "crtRecommendations" VALUES(85,17718); +INSERT INTO "crtRecommendations" VALUES(85,17720); +INSERT INTO "crtRecommendations" VALUES(85,17736); +INSERT INTO "crtRecommendations" VALUES(85,17738); +INSERT INTO "crtRecommendations" VALUES(85,17812); +INSERT INTO "crtRecommendations" VALUES(85,17918); +INSERT INTO "crtRecommendations" VALUES(85,17924); +INSERT INTO "crtRecommendations" VALUES(85,17930); +INSERT INTO "crtRecommendations" VALUES(85,17932); +INSERT INTO "crtRecommendations" VALUES(85,22436); +INSERT INTO "crtRecommendations" VALUES(85,22444); +INSERT INTO "crtRecommendations" VALUES(85,22446); +INSERT INTO "crtRecommendations" VALUES(85,22456); +INSERT INTO "crtRecommendations" VALUES(85,22464); +INSERT INTO "crtRecommendations" VALUES(85,22468); +INSERT INTO "crtRecommendations" VALUES(85,22470); +INSERT INTO "crtRecommendations" VALUES(85,22544); +INSERT INTO "crtRecommendations" VALUES(85,22546); +INSERT INTO "crtRecommendations" VALUES(85,22548); +INSERT INTO "crtRecommendations" VALUES(85,24688); +INSERT INTO "crtRecommendations" VALUES(85,24694); +INSERT INTO "crtRecommendations" VALUES(85,24698); +INSERT INTO "crtRecommendations" VALUES(85,26840); +INSERT INTO "crtRecommendations" VALUES(85,26842); +INSERT INTO "crtRecommendations" VALUES(85,28606); +INSERT INTO "crtRecommendations" VALUES(85,28665); +INSERT INTO "crtRecommendations" VALUES(85,28710); +INSERT INTO "crtRecommendations" VALUES(85,29336); +INSERT INTO "crtRecommendations" VALUES(85,29340); +INSERT INTO "crtRecommendations" VALUES(85,29984); +INSERT INTO "crtRecommendations" VALUES(85,29990); +INSERT INTO "crtRecommendations" VALUES(85,32309); +INSERT INTO "crtRecommendations" VALUES(85,32788); +INSERT INTO "crtRecommendations" VALUES(85,32790); +INSERT INTO "crtRecommendations" VALUES(85,32876); +INSERT INTO "crtRecommendations" VALUES(85,32878); +INSERT INTO "crtRecommendations" VALUES(85,32880); +INSERT INTO "crtRecommendations" VALUES(85,32983); +INSERT INTO "crtRecommendations" VALUES(85,32989); +INSERT INTO "crtRecommendations" VALUES(85,33081); +INSERT INTO "crtRecommendations" VALUES(85,33099); +INSERT INTO "crtRecommendations" VALUES(85,33153); +INSERT INTO "crtRecommendations" VALUES(85,33395); +INSERT INTO "crtRecommendations" VALUES(85,33397); +INSERT INTO "crtRecommendations" VALUES(85,33627); +INSERT INTO "crtRecommendations" VALUES(85,33629); +INSERT INTO "crtRecommendations" VALUES(85,33631); +INSERT INTO "crtRecommendations" VALUES(85,33633); +INSERT INTO "crtRecommendations" VALUES(85,33643); +INSERT INTO "crtRecommendations" VALUES(85,33645); +INSERT INTO "crtRecommendations" VALUES(85,33647); +INSERT INTO "crtRecommendations" VALUES(85,33649); +INSERT INTO "crtRecommendations" VALUES(85,33659); +INSERT INTO "crtRecommendations" VALUES(85,33661); +INSERT INTO "crtRecommendations" VALUES(85,33673); +INSERT INTO "crtRecommendations" VALUES(85,33675); +INSERT INTO "crtRecommendations" VALUES(85,33683); +INSERT INTO "crtRecommendations" VALUES(85,33685); +INSERT INTO "crtRecommendations" VALUES(85,33697); +INSERT INTO "crtRecommendations" VALUES(85,33816); +INSERT INTO "crtRecommendations" VALUES(85,33818); +INSERT INTO "crtRecommendations" VALUES(85,33820); +INSERT INTO "crtRecommendations" VALUES(85,33871); +INSERT INTO "crtRecommendations" VALUES(85,33873); +INSERT INTO "crtRecommendations" VALUES(85,33881); +INSERT INTO "crtRecommendations" VALUES(85,33883); +INSERT INTO "crtRecommendations" VALUES(85,34151); +INSERT INTO "crtRecommendations" VALUES(85,34562); +INSERT INTO "crtRecommendations" VALUES(85,34828); +INSERT INTO "crtRecommendations" VALUES(85,35779); +INSERT INTO "crtRecommendations" VALUES(85,35781); +INSERT INTO "crtRecommendations" VALUES(85,37135); +INSERT INTO "crtRecommendations" VALUES(85,37454); +INSERT INTO "crtRecommendations" VALUES(85,37455); +INSERT INTO "crtRecommendations" VALUES(85,37458); +INSERT INTO "crtRecommendations" VALUES(85,37460); +INSERT INTO "crtRecommendations" VALUES(85,37480); +INSERT INTO "crtRecommendations" VALUES(85,37482); +INSERT INTO "crtRecommendations" VALUES(86,3514); +INSERT INTO "crtRecommendations" VALUES(86,3764); +INSERT INTO "crtRecommendations" VALUES(86,19722); +INSERT INTO "crtRecommendations" VALUES(86,19726); +INSERT INTO "crtRecommendations" VALUES(86,22852); +INSERT INTO "crtRecommendations" VALUES(86,23773); +INSERT INTO "crtRecommendations" VALUES(86,23915); +INSERT INTO "crtRecommendations" VALUES(86,23917); +INSERT INTO "crtRecommendations" VALUES(86,24483); +INSERT INTO "crtRecommendations" VALUES(86,28352); +INSERT INTO "crtRecommendations" VALUES(86,33687); +INSERT INTO "crtRecommendations" VALUES(86,37605); +INSERT INTO "crtRecommendations" VALUES(86,37606); +INSERT INTO "crtRecommendations" VALUES(87,582); +INSERT INTO "crtRecommendations" VALUES(87,599); +INSERT INTO "crtRecommendations" VALUES(87,620); +INSERT INTO "crtRecommendations" VALUES(87,631); +INSERT INTO "crtRecommendations" VALUES(87,11978); +INSERT INTO "crtRecommendations" VALUES(87,11985); +INSERT INTO "crtRecommendations" VALUES(87,29984); +INSERT INTO "crtRecommendations" VALUES(87,29990); +INSERT INTO "crtRecommendations" VALUES(87,32790); +INSERT INTO "crtRecommendations" VALUES(87,37458); +INSERT INTO "crtRecommendations" VALUES(87,37460); +INSERT INTO "crtRecommendations" VALUES(88,3514); +INSERT INTO "crtRecommendations" VALUES(88,22852); +INSERT INTO "crtRecommendations" VALUES(88,23911); +INSERT INTO "crtRecommendations" VALUES(88,23913); +INSERT INTO "crtRecommendations" VALUES(88,23915); +INSERT INTO "crtRecommendations" VALUES(88,23917); +INSERT INTO "crtRecommendations" VALUES(88,24483); +INSERT INTO "crtRecommendations" VALUES(88,28352); +INSERT INTO "crtRecommendations" VALUES(88,33687); +INSERT INTO "crtRecommendations" VALUES(88,37605); +INSERT INTO "crtRecommendations" VALUES(88,37606); +INSERT INTO "crtRecommendations" VALUES(88,37607); +INSERT INTO "crtRecommendations" VALUES(89,587); +INSERT INTO "crtRecommendations" VALUES(89,589); +INSERT INTO "crtRecommendations" VALUES(89,590); +INSERT INTO "crtRecommendations" VALUES(89,591); +INSERT INTO "crtRecommendations" VALUES(89,592); +INSERT INTO "crtRecommendations" VALUES(89,593); +INSERT INTO "crtRecommendations" VALUES(89,594); +INSERT INTO "crtRecommendations" VALUES(89,596); +INSERT INTO "crtRecommendations" VALUES(89,597); +INSERT INTO "crtRecommendations" VALUES(89,606); +INSERT INTO "crtRecommendations" VALUES(89,607); +INSERT INTO "crtRecommendations" VALUES(89,608); +INSERT INTO "crtRecommendations" VALUES(89,609); +INSERT INTO "crtRecommendations" VALUES(89,624); +INSERT INTO "crtRecommendations" VALUES(89,625); +INSERT INTO "crtRecommendations" VALUES(89,626); +INSERT INTO "crtRecommendations" VALUES(89,627); +INSERT INTO "crtRecommendations" VALUES(89,628); +INSERT INTO "crtRecommendations" VALUES(89,629); +INSERT INTO "crtRecommendations" VALUES(89,633); +INSERT INTO "crtRecommendations" VALUES(89,634); +INSERT INTO "crtRecommendations" VALUES(89,639); +INSERT INTO "crtRecommendations" VALUES(89,641); +INSERT INTO "crtRecommendations" VALUES(89,642); +INSERT INTO "crtRecommendations" VALUES(89,643); +INSERT INTO "crtRecommendations" VALUES(89,644); +INSERT INTO "crtRecommendations" VALUES(89,645); +INSERT INTO "crtRecommendations" VALUES(89,2006); +INSERT INTO "crtRecommendations" VALUES(89,2161); +INSERT INTO "crtRecommendations" VALUES(89,2834); +INSERT INTO "crtRecommendations" VALUES(89,2836); +INSERT INTO "crtRecommendations" VALUES(89,2863); +INSERT INTO "crtRecommendations" VALUES(89,2998); +INSERT INTO "crtRecommendations" VALUES(89,3516); +INSERT INTO "crtRecommendations" VALUES(89,3518); +INSERT INTO "crtRecommendations" VALUES(89,3756); +INSERT INTO "crtRecommendations" VALUES(89,4302); +INSERT INTO "crtRecommendations" VALUES(89,4308); +INSERT INTO "crtRecommendations" VALUES(89,11011); +INSERT INTO "crtRecommendations" VALUES(89,11172); +INSERT INTO "crtRecommendations" VALUES(89,11174); +INSERT INTO "crtRecommendations" VALUES(89,11182); +INSERT INTO "crtRecommendations" VALUES(89,11184); +INSERT INTO "crtRecommendations" VALUES(89,11186); +INSERT INTO "crtRecommendations" VALUES(89,11188); +INSERT INTO "crtRecommendations" VALUES(89,11190); +INSERT INTO "crtRecommendations" VALUES(89,11196); +INSERT INTO "crtRecommendations" VALUES(89,11198); +INSERT INTO "crtRecommendations" VALUES(89,11200); +INSERT INTO "crtRecommendations" VALUES(89,11202); +INSERT INTO "crtRecommendations" VALUES(89,11365); +INSERT INTO "crtRecommendations" VALUES(89,11371); +INSERT INTO "crtRecommendations" VALUES(89,11377); +INSERT INTO "crtRecommendations" VALUES(89,11387); +INSERT INTO "crtRecommendations" VALUES(89,11393); +INSERT INTO "crtRecommendations" VALUES(89,11936); +INSERT INTO "crtRecommendations" VALUES(89,11938); +INSERT INTO "crtRecommendations" VALUES(89,11940); +INSERT INTO "crtRecommendations" VALUES(89,11942); +INSERT INTO "crtRecommendations" VALUES(89,11965); +INSERT INTO "crtRecommendations" VALUES(89,11969); +INSERT INTO "crtRecommendations" VALUES(89,11971); +INSERT INTO "crtRecommendations" VALUES(89,11987); +INSERT INTO "crtRecommendations" VALUES(89,11989); +INSERT INTO "crtRecommendations" VALUES(89,12003); +INSERT INTO "crtRecommendations" VALUES(89,12005); +INSERT INTO "crtRecommendations" VALUES(89,12015); +INSERT INTO "crtRecommendations" VALUES(89,12017); +INSERT INTO "crtRecommendations" VALUES(89,12019); +INSERT INTO "crtRecommendations" VALUES(89,12021); +INSERT INTO "crtRecommendations" VALUES(89,12023); +INSERT INTO "crtRecommendations" VALUES(89,12038); +INSERT INTO "crtRecommendations" VALUES(89,12042); +INSERT INTO "crtRecommendations" VALUES(89,12044); +INSERT INTO "crtRecommendations" VALUES(89,13202); +INSERT INTO "crtRecommendations" VALUES(89,16229); +INSERT INTO "crtRecommendations" VALUES(89,16233); +INSERT INTO "crtRecommendations" VALUES(89,16236); +INSERT INTO "crtRecommendations" VALUES(89,16240); +INSERT INTO "crtRecommendations" VALUES(89,17703); +INSERT INTO "crtRecommendations" VALUES(89,17709); +INSERT INTO "crtRecommendations" VALUES(89,17713); +INSERT INTO "crtRecommendations" VALUES(89,17722); +INSERT INTO "crtRecommendations" VALUES(89,17726); +INSERT INTO "crtRecommendations" VALUES(89,17728); +INSERT INTO "crtRecommendations" VALUES(89,17732); +INSERT INTO "crtRecommendations" VALUES(89,17740); +INSERT INTO "crtRecommendations" VALUES(89,17841); +INSERT INTO "crtRecommendations" VALUES(89,17843); +INSERT INTO "crtRecommendations" VALUES(89,17920); +INSERT INTO "crtRecommendations" VALUES(89,17922); +INSERT INTO "crtRecommendations" VALUES(89,17926); +INSERT INTO "crtRecommendations" VALUES(89,17928); +INSERT INTO "crtRecommendations" VALUES(89,20125); +INSERT INTO "crtRecommendations" VALUES(89,22428); +INSERT INTO "crtRecommendations" VALUES(89,22430); +INSERT INTO "crtRecommendations" VALUES(89,22440); +INSERT INTO "crtRecommendations" VALUES(89,22442); +INSERT INTO "crtRecommendations" VALUES(89,22448); +INSERT INTO "crtRecommendations" VALUES(89,22452); +INSERT INTO "crtRecommendations" VALUES(89,22460); +INSERT INTO "crtRecommendations" VALUES(89,22466); +INSERT INTO "crtRecommendations" VALUES(89,22474); +INSERT INTO "crtRecommendations" VALUES(89,24690); +INSERT INTO "crtRecommendations" VALUES(89,24692); +INSERT INTO "crtRecommendations" VALUES(89,24696); +INSERT INTO "crtRecommendations" VALUES(89,24700); +INSERT INTO "crtRecommendations" VALUES(89,24702); +INSERT INTO "crtRecommendations" VALUES(89,28659); +INSERT INTO "crtRecommendations" VALUES(89,28661); +INSERT INTO "crtRecommendations" VALUES(89,29248); +INSERT INTO "crtRecommendations" VALUES(89,29337); +INSERT INTO "crtRecommendations" VALUES(89,29344); +INSERT INTO "crtRecommendations" VALUES(89,29986); +INSERT INTO "crtRecommendations" VALUES(89,29988); +INSERT INTO "crtRecommendations" VALUES(89,29990); +INSERT INTO "crtRecommendations" VALUES(89,32207); +INSERT INTO "crtRecommendations" VALUES(89,32209); +INSERT INTO "crtRecommendations" VALUES(89,32305); +INSERT INTO "crtRecommendations" VALUES(89,32307); +INSERT INTO "crtRecommendations" VALUES(89,32311); +INSERT INTO "crtRecommendations" VALUES(89,32840); +INSERT INTO "crtRecommendations" VALUES(89,32842); +INSERT INTO "crtRecommendations" VALUES(89,32844); +INSERT INTO "crtRecommendations" VALUES(89,32846); +INSERT INTO "crtRecommendations" VALUES(89,32848); +INSERT INTO "crtRecommendations" VALUES(89,32872); +INSERT INTO "crtRecommendations" VALUES(89,32874); +INSERT INTO "crtRecommendations" VALUES(89,32985); +INSERT INTO "crtRecommendations" VALUES(89,32987); +INSERT INTO "crtRecommendations" VALUES(89,33079); +INSERT INTO "crtRecommendations" VALUES(89,33083); +INSERT INTO "crtRecommendations" VALUES(89,33151); +INSERT INTO "crtRecommendations" VALUES(89,33155); +INSERT INTO "crtRecommendations" VALUES(89,33157); +INSERT INTO "crtRecommendations" VALUES(89,33190); +INSERT INTO "crtRecommendations" VALUES(89,33468); +INSERT INTO "crtRecommendations" VALUES(89,33470); +INSERT INTO "crtRecommendations" VALUES(89,33472); +INSERT INTO "crtRecommendations" VALUES(89,33553); +INSERT INTO "crtRecommendations" VALUES(89,33623); +INSERT INTO "crtRecommendations" VALUES(89,33625); +INSERT INTO "crtRecommendations" VALUES(89,33635); +INSERT INTO "crtRecommendations" VALUES(89,33637); +INSERT INTO "crtRecommendations" VALUES(89,33639); +INSERT INTO "crtRecommendations" VALUES(89,33641); +INSERT INTO "crtRecommendations" VALUES(89,33651); +INSERT INTO "crtRecommendations" VALUES(89,33653); +INSERT INTO "crtRecommendations" VALUES(89,33655); +INSERT INTO "crtRecommendations" VALUES(89,33657); +INSERT INTO "crtRecommendations" VALUES(89,33663); +INSERT INTO "crtRecommendations" VALUES(89,33665); +INSERT INTO "crtRecommendations" VALUES(89,33667); +INSERT INTO "crtRecommendations" VALUES(89,33669); +INSERT INTO "crtRecommendations" VALUES(89,33677); +INSERT INTO "crtRecommendations" VALUES(89,33678); +INSERT INTO "crtRecommendations" VALUES(89,33869); +INSERT INTO "crtRecommendations" VALUES(89,33875); +INSERT INTO "crtRecommendations" VALUES(89,33877); +INSERT INTO "crtRecommendations" VALUES(89,33879); +INSERT INTO "crtRecommendations" VALUES(89,34118); +INSERT INTO "crtRecommendations" VALUES(89,34317); +INSERT INTO "crtRecommendations" VALUES(89,35683); +INSERT INTO "crtRecommendations" VALUES(89,37453); +INSERT INTO "crtRecommendations" VALUES(89,37456); +INSERT INTO "crtRecommendations" VALUES(89,37457); +INSERT INTO "crtRecommendations" VALUES(89,37459); +INSERT INTO "crtRecommendations" VALUES(89,37481); +INSERT INTO "crtRecommendations" VALUES(89,37483); +INSERT INTO "crtRecommendations" VALUES(90,671); +INSERT INTO "crtRecommendations" VALUES(90,11567); +INSERT INTO "crtRecommendations" VALUES(90,19720); +INSERT INTO "crtRecommendations" VALUES(90,19724); +INSERT INTO "crtRecommendations" VALUES(90,23757); +INSERT INTO "crtRecommendations" VALUES(90,23911); +INSERT INTO "crtRecommendations" VALUES(90,23913); +INSERT INTO "crtRecommendations" VALUES(90,23919); +INSERT INTO "crtRecommendations" VALUES(90,37604); +INSERT INTO "crtRecommendations" VALUES(90,37607); +INSERT INTO "crtRecommendations" VALUES(91,590); +INSERT INTO "crtRecommendations" VALUES(91,592); +INSERT INTO "crtRecommendations" VALUES(91,625); +INSERT INTO "crtRecommendations" VALUES(91,634); +INSERT INTO "crtRecommendations" VALUES(91,11987); +INSERT INTO "crtRecommendations" VALUES(91,11989); +INSERT INTO "crtRecommendations" VALUES(91,29986); +INSERT INTO "crtRecommendations" VALUES(91,29988); +INSERT INTO "crtRecommendations" VALUES(91,37457); +INSERT INTO "crtRecommendations" VALUES(91,37459); +INSERT INTO "crtRecommendations" VALUES(92,22852); +INSERT INTO "crtRecommendations" VALUES(92,23757); +INSERT INTO "crtRecommendations" VALUES(92,23911); +INSERT INTO "crtRecommendations" VALUES(92,23913); +INSERT INTO "crtRecommendations" VALUES(92,23919); +INSERT INTO "crtRecommendations" VALUES(92,24483); +INSERT INTO "crtRecommendations" VALUES(92,37604); +INSERT INTO "crtRecommendations" VALUES(92,37606); +INSERT INTO "crtRecommendations" VALUES(92,37607); +INSERT INTO "crtRecommendations" VALUES(93,589); +INSERT INTO "crtRecommendations" VALUES(93,590); +INSERT INTO "crtRecommendations" VALUES(93,591); +INSERT INTO "crtRecommendations" VALUES(93,596); +INSERT INTO "crtRecommendations" VALUES(93,597); +INSERT INTO "crtRecommendations" VALUES(93,615); +INSERT INTO "crtRecommendations" VALUES(93,624); +INSERT INTO "crtRecommendations" VALUES(93,625); +INSERT INTO "crtRecommendations" VALUES(93,628); +INSERT INTO "crtRecommendations" VALUES(93,642); +INSERT INTO "crtRecommendations" VALUES(93,643); +INSERT INTO "crtRecommendations" VALUES(93,2006); +INSERT INTO "crtRecommendations" VALUES(93,2161); +INSERT INTO "crtRecommendations" VALUES(93,3516); +INSERT INTO "crtRecommendations" VALUES(93,3518); +INSERT INTO "crtRecommendations" VALUES(93,4302); +INSERT INTO "crtRecommendations" VALUES(93,11184); +INSERT INTO "crtRecommendations" VALUES(93,11186); +INSERT INTO "crtRecommendations" VALUES(93,11188); +INSERT INTO "crtRecommendations" VALUES(93,11190); +INSERT INTO "crtRecommendations" VALUES(93,11365); +INSERT INTO "crtRecommendations" VALUES(93,11393); +INSERT INTO "crtRecommendations" VALUES(93,11936); +INSERT INTO "crtRecommendations" VALUES(93,11938); +INSERT INTO "crtRecommendations" VALUES(93,11940); +INSERT INTO "crtRecommendations" VALUES(93,11942); +INSERT INTO "crtRecommendations" VALUES(93,11965); +INSERT INTO "crtRecommendations" VALUES(93,11987); +INSERT INTO "crtRecommendations" VALUES(93,12003); +INSERT INTO "crtRecommendations" VALUES(93,12017); +INSERT INTO "crtRecommendations" VALUES(93,12019); +INSERT INTO "crtRecommendations" VALUES(93,12038); +INSERT INTO "crtRecommendations" VALUES(93,16233); +INSERT INTO "crtRecommendations" VALUES(93,16236); +INSERT INTO "crtRecommendations" VALUES(93,17703); +INSERT INTO "crtRecommendations" VALUES(93,17709); +INSERT INTO "crtRecommendations" VALUES(93,17718); +INSERT INTO "crtRecommendations" VALUES(93,17726); +INSERT INTO "crtRecommendations" VALUES(93,17736); +INSERT INTO "crtRecommendations" VALUES(93,17920); +INSERT INTO "crtRecommendations" VALUES(93,17922); +INSERT INTO "crtRecommendations" VALUES(93,17924); +INSERT INTO "crtRecommendations" VALUES(93,17926); +INSERT INTO "crtRecommendations" VALUES(93,19720); +INSERT INTO "crtRecommendations" VALUES(93,20125); +INSERT INTO "crtRecommendations" VALUES(93,22428); +INSERT INTO "crtRecommendations" VALUES(93,22448); +INSERT INTO "crtRecommendations" VALUES(93,22452); +INSERT INTO "crtRecommendations" VALUES(93,22474); +INSERT INTO "crtRecommendations" VALUES(93,23757); +INSERT INTO "crtRecommendations" VALUES(93,24692); +INSERT INTO "crtRecommendations" VALUES(93,24696); +INSERT INTO "crtRecommendations" VALUES(93,28659); +INSERT INTO "crtRecommendations" VALUES(93,29248); +INSERT INTO "crtRecommendations" VALUES(93,29337); +INSERT INTO "crtRecommendations" VALUES(93,29986); +INSERT INTO "crtRecommendations" VALUES(93,32305); +INSERT INTO "crtRecommendations" VALUES(93,32874); +INSERT INTO "crtRecommendations" VALUES(93,32987); +INSERT INTO "crtRecommendations" VALUES(93,33079); +INSERT INTO "crtRecommendations" VALUES(93,33155); +INSERT INTO "crtRecommendations" VALUES(93,33190); +INSERT INTO "crtRecommendations" VALUES(93,33623); +INSERT INTO "crtRecommendations" VALUES(93,33625); +INSERT INTO "crtRecommendations" VALUES(93,33639); +INSERT INTO "crtRecommendations" VALUES(93,33641); +INSERT INTO "crtRecommendations" VALUES(93,33655); +INSERT INTO "crtRecommendations" VALUES(93,33657); +INSERT INTO "crtRecommendations" VALUES(93,33875); +INSERT INTO "crtRecommendations" VALUES(93,33879); +INSERT INTO "crtRecommendations" VALUES(93,34317); +INSERT INTO "crtRecommendations" VALUES(93,35779); +INSERT INTO "crtRecommendations" VALUES(93,35781); +INSERT INTO "crtRecommendations" VALUES(93,37453); +INSERT INTO "crtRecommendations" VALUES(93,37457); +INSERT INTO "crtRecommendations" VALUES(93,37481); +INSERT INTO "crtRecommendations" VALUES(93,37604); +INSERT INTO "crtRecommendations" VALUES(94,582); +INSERT INTO "crtRecommendations" VALUES(94,583); +INSERT INTO "crtRecommendations" VALUES(94,584); +INSERT INTO "crtRecommendations" VALUES(94,585); +INSERT INTO "crtRecommendations" VALUES(94,586); +INSERT INTO "crtRecommendations" VALUES(94,587); +INSERT INTO "crtRecommendations" VALUES(94,588); +INSERT INTO "crtRecommendations" VALUES(94,589); +INSERT INTO "crtRecommendations" VALUES(94,590); +INSERT INTO "crtRecommendations" VALUES(94,591); +INSERT INTO "crtRecommendations" VALUES(94,592); +INSERT INTO "crtRecommendations" VALUES(94,593); +INSERT INTO "crtRecommendations" VALUES(94,594); +INSERT INTO "crtRecommendations" VALUES(94,596); +INSERT INTO "crtRecommendations" VALUES(94,597); +INSERT INTO "crtRecommendations" VALUES(94,598); +INSERT INTO "crtRecommendations" VALUES(94,599); +INSERT INTO "crtRecommendations" VALUES(94,601); +INSERT INTO "crtRecommendations" VALUES(94,602); +INSERT INTO "crtRecommendations" VALUES(94,603); +INSERT INTO "crtRecommendations" VALUES(94,605); +INSERT INTO "crtRecommendations" VALUES(94,606); +INSERT INTO "crtRecommendations" VALUES(94,607); +INSERT INTO "crtRecommendations" VALUES(94,608); +INSERT INTO "crtRecommendations" VALUES(94,609); +INSERT INTO "crtRecommendations" VALUES(94,615); +INSERT INTO "crtRecommendations" VALUES(94,617); +INSERT INTO "crtRecommendations" VALUES(94,620); +INSERT INTO "crtRecommendations" VALUES(94,621); +INSERT INTO "crtRecommendations" VALUES(94,622); +INSERT INTO "crtRecommendations" VALUES(94,623); +INSERT INTO "crtRecommendations" VALUES(94,624); +INSERT INTO "crtRecommendations" VALUES(94,625); +INSERT INTO "crtRecommendations" VALUES(94,626); +INSERT INTO "crtRecommendations" VALUES(94,627); +INSERT INTO "crtRecommendations" VALUES(94,628); +INSERT INTO "crtRecommendations" VALUES(94,629); +INSERT INTO "crtRecommendations" VALUES(94,630); +INSERT INTO "crtRecommendations" VALUES(94,631); +INSERT INTO "crtRecommendations" VALUES(94,632); +INSERT INTO "crtRecommendations" VALUES(94,633); +INSERT INTO "crtRecommendations" VALUES(94,634); +INSERT INTO "crtRecommendations" VALUES(94,648); +INSERT INTO "crtRecommendations" VALUES(94,649); +INSERT INTO "crtRecommendations" VALUES(94,650); +INSERT INTO "crtRecommendations" VALUES(94,651); +INSERT INTO "crtRecommendations" VALUES(94,652); +INSERT INTO "crtRecommendations" VALUES(94,653); +INSERT INTO "crtRecommendations" VALUES(94,654); +INSERT INTO "crtRecommendations" VALUES(94,655); +INSERT INTO "crtRecommendations" VALUES(94,656); +INSERT INTO "crtRecommendations" VALUES(94,657); +INSERT INTO "crtRecommendations" VALUES(94,1944); +INSERT INTO "crtRecommendations" VALUES(94,2006); +INSERT INTO "crtRecommendations" VALUES(94,2161); +INSERT INTO "crtRecommendations" VALUES(94,2834); +INSERT INTO "crtRecommendations" VALUES(94,2836); +INSERT INTO "crtRecommendations" VALUES(94,2998); +INSERT INTO "crtRecommendations" VALUES(94,3516); +INSERT INTO "crtRecommendations" VALUES(94,3518); +INSERT INTO "crtRecommendations" VALUES(94,3756); +INSERT INTO "crtRecommendations" VALUES(94,3766); +INSERT INTO "crtRecommendations" VALUES(94,4302); +INSERT INTO "crtRecommendations" VALUES(94,4306); +INSERT INTO "crtRecommendations" VALUES(94,4308); +INSERT INTO "crtRecommendations" VALUES(94,4310); +INSERT INTO "crtRecommendations" VALUES(94,4363); +INSERT INTO "crtRecommendations" VALUES(94,4388); +INSERT INTO "crtRecommendations" VALUES(94,11011); +INSERT INTO "crtRecommendations" VALUES(94,11172); +INSERT INTO "crtRecommendations" VALUES(94,11174); +INSERT INTO "crtRecommendations" VALUES(94,11176); +INSERT INTO "crtRecommendations" VALUES(94,11178); +INSERT INTO "crtRecommendations" VALUES(94,11182); +INSERT INTO "crtRecommendations" VALUES(94,11184); +INSERT INTO "crtRecommendations" VALUES(94,11186); +INSERT INTO "crtRecommendations" VALUES(94,11188); +INSERT INTO "crtRecommendations" VALUES(94,11190); +INSERT INTO "crtRecommendations" VALUES(94,11192); +INSERT INTO "crtRecommendations" VALUES(94,11194); +INSERT INTO "crtRecommendations" VALUES(94,11196); +INSERT INTO "crtRecommendations" VALUES(94,11198); +INSERT INTO "crtRecommendations" VALUES(94,11200); +INSERT INTO "crtRecommendations" VALUES(94,11202); +INSERT INTO "crtRecommendations" VALUES(94,11365); +INSERT INTO "crtRecommendations" VALUES(94,11371); +INSERT INTO "crtRecommendations" VALUES(94,11377); +INSERT INTO "crtRecommendations" VALUES(94,11379); +INSERT INTO "crtRecommendations" VALUES(94,11381); +INSERT INTO "crtRecommendations" VALUES(94,11387); +INSERT INTO "crtRecommendations" VALUES(94,11393); +INSERT INTO "crtRecommendations" VALUES(94,11400); +INSERT INTO "crtRecommendations" VALUES(94,11940); +INSERT INTO "crtRecommendations" VALUES(94,11942); +INSERT INTO "crtRecommendations" VALUES(94,11957); +INSERT INTO "crtRecommendations" VALUES(94,11959); +INSERT INTO "crtRecommendations" VALUES(94,11961); +INSERT INTO "crtRecommendations" VALUES(94,11963); +INSERT INTO "crtRecommendations" VALUES(94,11965); +INSERT INTO "crtRecommendations" VALUES(94,11969); +INSERT INTO "crtRecommendations" VALUES(94,11971); +INSERT INTO "crtRecommendations" VALUES(94,11978); +INSERT INTO "crtRecommendations" VALUES(94,11985); +INSERT INTO "crtRecommendations" VALUES(94,11987); +INSERT INTO "crtRecommendations" VALUES(94,11989); +INSERT INTO "crtRecommendations" VALUES(94,11993); +INSERT INTO "crtRecommendations" VALUES(94,11995); +INSERT INTO "crtRecommendations" VALUES(94,11999); +INSERT INTO "crtRecommendations" VALUES(94,12003); +INSERT INTO "crtRecommendations" VALUES(94,12005); +INSERT INTO "crtRecommendations" VALUES(94,12011); +INSERT INTO "crtRecommendations" VALUES(94,12013); +INSERT INTO "crtRecommendations" VALUES(94,12015); +INSERT INTO "crtRecommendations" VALUES(94,12017); +INSERT INTO "crtRecommendations" VALUES(94,12019); +INSERT INTO "crtRecommendations" VALUES(94,12021); +INSERT INTO "crtRecommendations" VALUES(94,12023); +INSERT INTO "crtRecommendations" VALUES(94,12032); +INSERT INTO "crtRecommendations" VALUES(94,12034); +INSERT INTO "crtRecommendations" VALUES(94,12038); +INSERT INTO "crtRecommendations" VALUES(94,12042); +INSERT INTO "crtRecommendations" VALUES(94,12044); +INSERT INTO "crtRecommendations" VALUES(94,12729); +INSERT INTO "crtRecommendations" VALUES(94,12731); +INSERT INTO "crtRecommendations" VALUES(94,12733); +INSERT INTO "crtRecommendations" VALUES(94,12735); +INSERT INTO "crtRecommendations" VALUES(94,12743); +INSERT INTO "crtRecommendations" VALUES(94,12745); +INSERT INTO "crtRecommendations" VALUES(94,12747); +INSERT INTO "crtRecommendations" VALUES(94,12753); +INSERT INTO "crtRecommendations" VALUES(94,16227); +INSERT INTO "crtRecommendations" VALUES(94,16229); +INSERT INTO "crtRecommendations" VALUES(94,16231); +INSERT INTO "crtRecommendations" VALUES(94,16233); +INSERT INTO "crtRecommendations" VALUES(94,16236); +INSERT INTO "crtRecommendations" VALUES(94,16238); +INSERT INTO "crtRecommendations" VALUES(94,16240); +INSERT INTO "crtRecommendations" VALUES(94,16242); +INSERT INTO "crtRecommendations" VALUES(94,17476); +INSERT INTO "crtRecommendations" VALUES(94,17478); +INSERT INTO "crtRecommendations" VALUES(94,17480); +INSERT INTO "crtRecommendations" VALUES(94,17619); +INSERT INTO "crtRecommendations" VALUES(94,17634); +INSERT INTO "crtRecommendations" VALUES(94,17703); +INSERT INTO "crtRecommendations" VALUES(94,17709); +INSERT INTO "crtRecommendations" VALUES(94,17713); +INSERT INTO "crtRecommendations" VALUES(94,17715); +INSERT INTO "crtRecommendations" VALUES(94,17718); +INSERT INTO "crtRecommendations" VALUES(94,17720); +INSERT INTO "crtRecommendations" VALUES(94,17722); +INSERT INTO "crtRecommendations" VALUES(94,17812); +INSERT INTO "crtRecommendations" VALUES(94,17841); +INSERT INTO "crtRecommendations" VALUES(94,17843); +INSERT INTO "crtRecommendations" VALUES(94,17922); +INSERT INTO "crtRecommendations" VALUES(94,17924); +INSERT INTO "crtRecommendations" VALUES(94,17926); +INSERT INTO "crtRecommendations" VALUES(94,17928); +INSERT INTO "crtRecommendations" VALUES(94,17930); +INSERT INTO "crtRecommendations" VALUES(94,17932); +INSERT INTO "crtRecommendations" VALUES(94,19744); +INSERT INTO "crtRecommendations" VALUES(94,20125); +INSERT INTO "crtRecommendations" VALUES(94,22442); +INSERT INTO "crtRecommendations" VALUES(94,22444); +INSERT INTO "crtRecommendations" VALUES(94,22446); +INSERT INTO "crtRecommendations" VALUES(94,22448); +INSERT INTO "crtRecommendations" VALUES(94,22452); +INSERT INTO "crtRecommendations" VALUES(94,22456); +INSERT INTO "crtRecommendations" VALUES(94,22460); +INSERT INTO "crtRecommendations" VALUES(94,22464); +INSERT INTO "crtRecommendations" VALUES(94,22466); +INSERT INTO "crtRecommendations" VALUES(94,22468); +INSERT INTO "crtRecommendations" VALUES(94,22470); +INSERT INTO "crtRecommendations" VALUES(94,22474); +INSERT INTO "crtRecommendations" VALUES(94,22544); +INSERT INTO "crtRecommendations" VALUES(94,22546); +INSERT INTO "crtRecommendations" VALUES(94,22548); +INSERT INTO "crtRecommendations" VALUES(94,24696); +INSERT INTO "crtRecommendations" VALUES(94,24698); +INSERT INTO "crtRecommendations" VALUES(94,24700); +INSERT INTO "crtRecommendations" VALUES(94,24702); +INSERT INTO "crtRecommendations" VALUES(94,28606); +INSERT INTO "crtRecommendations" VALUES(94,29248); +INSERT INTO "crtRecommendations" VALUES(94,29336); +INSERT INTO "crtRecommendations" VALUES(94,29337); +INSERT INTO "crtRecommendations" VALUES(94,29340); +INSERT INTO "crtRecommendations" VALUES(94,29344); +INSERT INTO "crtRecommendations" VALUES(94,29984); +INSERT INTO "crtRecommendations" VALUES(94,29986); +INSERT INTO "crtRecommendations" VALUES(94,29988); +INSERT INTO "crtRecommendations" VALUES(94,29990); +INSERT INTO "crtRecommendations" VALUES(94,32207); +INSERT INTO "crtRecommendations" VALUES(94,32209); +INSERT INTO "crtRecommendations" VALUES(94,32788); +INSERT INTO "crtRecommendations" VALUES(94,32790); +INSERT INTO "crtRecommendations" VALUES(94,32811); +INSERT INTO "crtRecommendations" VALUES(94,32840); +INSERT INTO "crtRecommendations" VALUES(94,32842); +INSERT INTO "crtRecommendations" VALUES(94,32844); +INSERT INTO "crtRecommendations" VALUES(94,32846); +INSERT INTO "crtRecommendations" VALUES(94,32848); +INSERT INTO "crtRecommendations" VALUES(94,32872); +INSERT INTO "crtRecommendations" VALUES(94,32874); +INSERT INTO "crtRecommendations" VALUES(94,32876); +INSERT INTO "crtRecommendations" VALUES(94,32878); +INSERT INTO "crtRecommendations" VALUES(94,32880); +INSERT INTO "crtRecommendations" VALUES(94,32983); +INSERT INTO "crtRecommendations" VALUES(94,32985); +INSERT INTO "crtRecommendations" VALUES(94,32987); +INSERT INTO "crtRecommendations" VALUES(94,32989); +INSERT INTO "crtRecommendations" VALUES(94,33079); +INSERT INTO "crtRecommendations" VALUES(94,33081); +INSERT INTO "crtRecommendations" VALUES(94,33083); +INSERT INTO "crtRecommendations" VALUES(94,33099); +INSERT INTO "crtRecommendations" VALUES(94,33151); +INSERT INTO "crtRecommendations" VALUES(94,33153); +INSERT INTO "crtRecommendations" VALUES(94,33155); +INSERT INTO "crtRecommendations" VALUES(94,33157); +INSERT INTO "crtRecommendations" VALUES(94,33190); +INSERT INTO "crtRecommendations" VALUES(94,33395); +INSERT INTO "crtRecommendations" VALUES(94,33397); +INSERT INTO "crtRecommendations" VALUES(94,33468); +INSERT INTO "crtRecommendations" VALUES(94,33470); +INSERT INTO "crtRecommendations" VALUES(94,33553); +INSERT INTO "crtRecommendations" VALUES(94,33639); +INSERT INTO "crtRecommendations" VALUES(94,33641); +INSERT INTO "crtRecommendations" VALUES(94,33643); +INSERT INTO "crtRecommendations" VALUES(94,33645); +INSERT INTO "crtRecommendations" VALUES(94,33647); +INSERT INTO "crtRecommendations" VALUES(94,33649); +INSERT INTO "crtRecommendations" VALUES(94,33651); +INSERT INTO "crtRecommendations" VALUES(94,33653); +INSERT INTO "crtRecommendations" VALUES(94,33655); +INSERT INTO "crtRecommendations" VALUES(94,33657); +INSERT INTO "crtRecommendations" VALUES(94,33659); +INSERT INTO "crtRecommendations" VALUES(94,33661); +INSERT INTO "crtRecommendations" VALUES(94,33663); +INSERT INTO "crtRecommendations" VALUES(94,33665); +INSERT INTO "crtRecommendations" VALUES(94,33667); +INSERT INTO "crtRecommendations" VALUES(94,33669); +INSERT INTO "crtRecommendations" VALUES(94,33673); +INSERT INTO "crtRecommendations" VALUES(94,33675); +INSERT INTO "crtRecommendations" VALUES(94,33677); +INSERT INTO "crtRecommendations" VALUES(94,33678); +INSERT INTO "crtRecommendations" VALUES(94,33683); +INSERT INTO "crtRecommendations" VALUES(94,33685); +INSERT INTO "crtRecommendations" VALUES(94,33689); +INSERT INTO "crtRecommendations" VALUES(94,33691); +INSERT INTO "crtRecommendations" VALUES(94,33693); +INSERT INTO "crtRecommendations" VALUES(94,33695); +INSERT INTO "crtRecommendations" VALUES(94,33697); +INSERT INTO "crtRecommendations" VALUES(94,33816); +INSERT INTO "crtRecommendations" VALUES(94,33818); +INSERT INTO "crtRecommendations" VALUES(94,33869); +INSERT INTO "crtRecommendations" VALUES(94,33871); +INSERT INTO "crtRecommendations" VALUES(94,33873); +INSERT INTO "crtRecommendations" VALUES(94,33875); +INSERT INTO "crtRecommendations" VALUES(94,33877); +INSERT INTO "crtRecommendations" VALUES(94,33879); +INSERT INTO "crtRecommendations" VALUES(94,33881); +INSERT INTO "crtRecommendations" VALUES(94,33883); +INSERT INTO "crtRecommendations" VALUES(94,34317); +INSERT INTO "crtRecommendations" VALUES(94,34562); +INSERT INTO "crtRecommendations" VALUES(94,34590); +INSERT INTO "crtRecommendations" VALUES(94,34828); +INSERT INTO "crtRecommendations" VALUES(94,35683); +INSERT INTO "crtRecommendations" VALUES(94,35779); +INSERT INTO "crtRecommendations" VALUES(94,35781); +INSERT INTO "crtRecommendations" VALUES(94,37135); +INSERT INTO "crtRecommendations" VALUES(94,37453); +INSERT INTO "crtRecommendations" VALUES(94,37454); +INSERT INTO "crtRecommendations" VALUES(94,37455); +INSERT INTO "crtRecommendations" VALUES(94,37456); +INSERT INTO "crtRecommendations" VALUES(94,37457); +INSERT INTO "crtRecommendations" VALUES(94,37458); +INSERT INTO "crtRecommendations" VALUES(94,37459); +INSERT INTO "crtRecommendations" VALUES(94,37460); +INSERT INTO "crtRecommendations" VALUES(94,37480); +INSERT INTO "crtRecommendations" VALUES(94,37481); +INSERT INTO "crtRecommendations" VALUES(94,37482); +INSERT INTO "crtRecommendations" VALUES(94,37483); +INSERT INTO "crtRecommendations" VALUES(95,671); +INSERT INTO "crtRecommendations" VALUES(95,3514); +INSERT INTO "crtRecommendations" VALUES(95,3764); +INSERT INTO "crtRecommendations" VALUES(95,11567); +INSERT INTO "crtRecommendations" VALUES(95,19720); +INSERT INTO "crtRecommendations" VALUES(95,19722); +INSERT INTO "crtRecommendations" VALUES(95,19724); +INSERT INTO "crtRecommendations" VALUES(95,19726); +INSERT INTO "crtRecommendations" VALUES(95,22852); +INSERT INTO "crtRecommendations" VALUES(95,23757); +INSERT INTO "crtRecommendations" VALUES(95,23773); +INSERT INTO "crtRecommendations" VALUES(95,23911); +INSERT INTO "crtRecommendations" VALUES(95,23913); +INSERT INTO "crtRecommendations" VALUES(95,23915); +INSERT INTO "crtRecommendations" VALUES(95,23917); +INSERT INTO "crtRecommendations" VALUES(95,23919); +INSERT INTO "crtRecommendations" VALUES(95,24483); +INSERT INTO "crtRecommendations" VALUES(95,28352); +INSERT INTO "crtRecommendations" VALUES(95,33687); +INSERT INTO "crtRecommendations" VALUES(95,37604); +INSERT INTO "crtRecommendations" VALUES(95,37605); +INSERT INTO "crtRecommendations" VALUES(95,37606); +INSERT INTO "crtRecommendations" VALUES(95,37607); +INSERT INTO "crtRecommendations" VALUES(96,582); +INSERT INTO "crtRecommendations" VALUES(96,583); +INSERT INTO "crtRecommendations" VALUES(96,584); +INSERT INTO "crtRecommendations" VALUES(96,585); +INSERT INTO "crtRecommendations" VALUES(96,586); +INSERT INTO "crtRecommendations" VALUES(96,587); +INSERT INTO "crtRecommendations" VALUES(96,588); +INSERT INTO "crtRecommendations" VALUES(96,589); +INSERT INTO "crtRecommendations" VALUES(96,590); +INSERT INTO "crtRecommendations" VALUES(96,591); +INSERT INTO "crtRecommendations" VALUES(96,592); +INSERT INTO "crtRecommendations" VALUES(96,593); +INSERT INTO "crtRecommendations" VALUES(96,594); +INSERT INTO "crtRecommendations" VALUES(96,596); +INSERT INTO "crtRecommendations" VALUES(96,597); +INSERT INTO "crtRecommendations" VALUES(96,598); +INSERT INTO "crtRecommendations" VALUES(96,599); +INSERT INTO "crtRecommendations" VALUES(96,601); +INSERT INTO "crtRecommendations" VALUES(96,602); +INSERT INTO "crtRecommendations" VALUES(96,603); +INSERT INTO "crtRecommendations" VALUES(96,605); +INSERT INTO "crtRecommendations" VALUES(96,606); +INSERT INTO "crtRecommendations" VALUES(96,607); +INSERT INTO "crtRecommendations" VALUES(96,608); +INSERT INTO "crtRecommendations" VALUES(96,609); +INSERT INTO "crtRecommendations" VALUES(96,615); +INSERT INTO "crtRecommendations" VALUES(96,617); +INSERT INTO "crtRecommendations" VALUES(96,620); +INSERT INTO "crtRecommendations" VALUES(96,621); +INSERT INTO "crtRecommendations" VALUES(96,622); +INSERT INTO "crtRecommendations" VALUES(96,623); +INSERT INTO "crtRecommendations" VALUES(96,624); +INSERT INTO "crtRecommendations" VALUES(96,625); +INSERT INTO "crtRecommendations" VALUES(96,626); +INSERT INTO "crtRecommendations" VALUES(96,627); +INSERT INTO "crtRecommendations" VALUES(96,628); +INSERT INTO "crtRecommendations" VALUES(96,629); +INSERT INTO "crtRecommendations" VALUES(96,630); +INSERT INTO "crtRecommendations" VALUES(96,631); +INSERT INTO "crtRecommendations" VALUES(96,632); +INSERT INTO "crtRecommendations" VALUES(96,633); +INSERT INTO "crtRecommendations" VALUES(96,634); +INSERT INTO "crtRecommendations" VALUES(96,638); +INSERT INTO "crtRecommendations" VALUES(96,639); +INSERT INTO "crtRecommendations" VALUES(96,640); +INSERT INTO "crtRecommendations" VALUES(96,641); +INSERT INTO "crtRecommendations" VALUES(96,642); +INSERT INTO "crtRecommendations" VALUES(96,643); +INSERT INTO "crtRecommendations" VALUES(96,644); +INSERT INTO "crtRecommendations" VALUES(96,645); +INSERT INTO "crtRecommendations" VALUES(96,648); +INSERT INTO "crtRecommendations" VALUES(96,649); +INSERT INTO "crtRecommendations" VALUES(96,650); +INSERT INTO "crtRecommendations" VALUES(96,651); +INSERT INTO "crtRecommendations" VALUES(96,652); +INSERT INTO "crtRecommendations" VALUES(96,653); +INSERT INTO "crtRecommendations" VALUES(96,654); +INSERT INTO "crtRecommendations" VALUES(96,655); +INSERT INTO "crtRecommendations" VALUES(96,656); +INSERT INTO "crtRecommendations" VALUES(96,657); +INSERT INTO "crtRecommendations" VALUES(96,671); +INSERT INTO "crtRecommendations" VALUES(96,1944); +INSERT INTO "crtRecommendations" VALUES(96,2006); +INSERT INTO "crtRecommendations" VALUES(96,2161); +INSERT INTO "crtRecommendations" VALUES(96,2834); +INSERT INTO "crtRecommendations" VALUES(96,2836); +INSERT INTO "crtRecommendations" VALUES(96,2998); +INSERT INTO "crtRecommendations" VALUES(96,3514); +INSERT INTO "crtRecommendations" VALUES(96,3516); +INSERT INTO "crtRecommendations" VALUES(96,3518); +INSERT INTO "crtRecommendations" VALUES(96,3756); +INSERT INTO "crtRecommendations" VALUES(96,3764); +INSERT INTO "crtRecommendations" VALUES(96,3766); +INSERT INTO "crtRecommendations" VALUES(96,4005); +INSERT INTO "crtRecommendations" VALUES(96,4302); +INSERT INTO "crtRecommendations" VALUES(96,4306); +INSERT INTO "crtRecommendations" VALUES(96,4308); +INSERT INTO "crtRecommendations" VALUES(96,4310); +INSERT INTO "crtRecommendations" VALUES(96,4363); +INSERT INTO "crtRecommendations" VALUES(96,4388); +INSERT INTO "crtRecommendations" VALUES(96,11011); +INSERT INTO "crtRecommendations" VALUES(96,11172); +INSERT INTO "crtRecommendations" VALUES(96,11174); +INSERT INTO "crtRecommendations" VALUES(96,11176); +INSERT INTO "crtRecommendations" VALUES(96,11178); +INSERT INTO "crtRecommendations" VALUES(96,11182); +INSERT INTO "crtRecommendations" VALUES(96,11184); +INSERT INTO "crtRecommendations" VALUES(96,11186); +INSERT INTO "crtRecommendations" VALUES(96,11188); +INSERT INTO "crtRecommendations" VALUES(96,11190); +INSERT INTO "crtRecommendations" VALUES(96,11192); +INSERT INTO "crtRecommendations" VALUES(96,11194); +INSERT INTO "crtRecommendations" VALUES(96,11196); +INSERT INTO "crtRecommendations" VALUES(96,11198); +INSERT INTO "crtRecommendations" VALUES(96,11200); +INSERT INTO "crtRecommendations" VALUES(96,11202); +INSERT INTO "crtRecommendations" VALUES(96,11365); +INSERT INTO "crtRecommendations" VALUES(96,11371); +INSERT INTO "crtRecommendations" VALUES(96,11377); +INSERT INTO "crtRecommendations" VALUES(96,11379); +INSERT INTO "crtRecommendations" VALUES(96,11381); +INSERT INTO "crtRecommendations" VALUES(96,11387); +INSERT INTO "crtRecommendations" VALUES(96,11393); +INSERT INTO "crtRecommendations" VALUES(96,11400); +INSERT INTO "crtRecommendations" VALUES(96,11567); +INSERT INTO "crtRecommendations" VALUES(96,11936); +INSERT INTO "crtRecommendations" VALUES(96,11938); +INSERT INTO "crtRecommendations" VALUES(96,11940); +INSERT INTO "crtRecommendations" VALUES(96,11942); +INSERT INTO "crtRecommendations" VALUES(96,11957); +INSERT INTO "crtRecommendations" VALUES(96,11959); +INSERT INTO "crtRecommendations" VALUES(96,11961); +INSERT INTO "crtRecommendations" VALUES(96,11963); +INSERT INTO "crtRecommendations" VALUES(96,11965); +INSERT INTO "crtRecommendations" VALUES(96,11969); +INSERT INTO "crtRecommendations" VALUES(96,11971); +INSERT INTO "crtRecommendations" VALUES(96,11978); +INSERT INTO "crtRecommendations" VALUES(96,11985); +INSERT INTO "crtRecommendations" VALUES(96,11987); +INSERT INTO "crtRecommendations" VALUES(96,11989); +INSERT INTO "crtRecommendations" VALUES(96,11993); +INSERT INTO "crtRecommendations" VALUES(96,11995); +INSERT INTO "crtRecommendations" VALUES(96,11999); +INSERT INTO "crtRecommendations" VALUES(96,12003); +INSERT INTO "crtRecommendations" VALUES(96,12005); +INSERT INTO "crtRecommendations" VALUES(96,12011); +INSERT INTO "crtRecommendations" VALUES(96,12013); +INSERT INTO "crtRecommendations" VALUES(96,12015); +INSERT INTO "crtRecommendations" VALUES(96,12017); +INSERT INTO "crtRecommendations" VALUES(96,12019); +INSERT INTO "crtRecommendations" VALUES(96,12021); +INSERT INTO "crtRecommendations" VALUES(96,12023); +INSERT INTO "crtRecommendations" VALUES(96,12032); +INSERT INTO "crtRecommendations" VALUES(96,12034); +INSERT INTO "crtRecommendations" VALUES(96,12038); +INSERT INTO "crtRecommendations" VALUES(96,12042); +INSERT INTO "crtRecommendations" VALUES(96,12044); +INSERT INTO "crtRecommendations" VALUES(96,12729); +INSERT INTO "crtRecommendations" VALUES(96,12731); +INSERT INTO "crtRecommendations" VALUES(96,12733); +INSERT INTO "crtRecommendations" VALUES(96,12735); +INSERT INTO "crtRecommendations" VALUES(96,12743); +INSERT INTO "crtRecommendations" VALUES(96,12745); +INSERT INTO "crtRecommendations" VALUES(96,12747); +INSERT INTO "crtRecommendations" VALUES(96,12753); +INSERT INTO "crtRecommendations" VALUES(96,13202); +INSERT INTO "crtRecommendations" VALUES(96,16227); +INSERT INTO "crtRecommendations" VALUES(96,16229); +INSERT INTO "crtRecommendations" VALUES(96,16231); +INSERT INTO "crtRecommendations" VALUES(96,16233); +INSERT INTO "crtRecommendations" VALUES(96,16236); +INSERT INTO "crtRecommendations" VALUES(96,16238); +INSERT INTO "crtRecommendations" VALUES(96,16240); +INSERT INTO "crtRecommendations" VALUES(96,16242); +INSERT INTO "crtRecommendations" VALUES(96,17476); +INSERT INTO "crtRecommendations" VALUES(96,17478); +INSERT INTO "crtRecommendations" VALUES(96,17480); +INSERT INTO "crtRecommendations" VALUES(96,17619); +INSERT INTO "crtRecommendations" VALUES(96,17634); +INSERT INTO "crtRecommendations" VALUES(96,17636); +INSERT INTO "crtRecommendations" VALUES(96,17703); +INSERT INTO "crtRecommendations" VALUES(96,17709); +INSERT INTO "crtRecommendations" VALUES(96,17713); +INSERT INTO "crtRecommendations" VALUES(96,17715); +INSERT INTO "crtRecommendations" VALUES(96,17718); +INSERT INTO "crtRecommendations" VALUES(96,17720); +INSERT INTO "crtRecommendations" VALUES(96,17722); +INSERT INTO "crtRecommendations" VALUES(96,17726); +INSERT INTO "crtRecommendations" VALUES(96,17728); +INSERT INTO "crtRecommendations" VALUES(96,17732); +INSERT INTO "crtRecommendations" VALUES(96,17736); +INSERT INTO "crtRecommendations" VALUES(96,17738); +INSERT INTO "crtRecommendations" VALUES(96,17740); +INSERT INTO "crtRecommendations" VALUES(96,17812); +INSERT INTO "crtRecommendations" VALUES(96,17841); +INSERT INTO "crtRecommendations" VALUES(96,17843); +INSERT INTO "crtRecommendations" VALUES(96,17918); +INSERT INTO "crtRecommendations" VALUES(96,17920); +INSERT INTO "crtRecommendations" VALUES(96,17922); +INSERT INTO "crtRecommendations" VALUES(96,17924); +INSERT INTO "crtRecommendations" VALUES(96,17926); +INSERT INTO "crtRecommendations" VALUES(96,17928); +INSERT INTO "crtRecommendations" VALUES(96,17930); +INSERT INTO "crtRecommendations" VALUES(96,17932); +INSERT INTO "crtRecommendations" VALUES(96,19720); +INSERT INTO "crtRecommendations" VALUES(96,19722); +INSERT INTO "crtRecommendations" VALUES(96,19724); +INSERT INTO "crtRecommendations" VALUES(96,19726); +INSERT INTO "crtRecommendations" VALUES(96,19744); +INSERT INTO "crtRecommendations" VALUES(96,20125); +INSERT INTO "crtRecommendations" VALUES(96,22428); +INSERT INTO "crtRecommendations" VALUES(96,22430); +INSERT INTO "crtRecommendations" VALUES(96,22436); +INSERT INTO "crtRecommendations" VALUES(96,22440); +INSERT INTO "crtRecommendations" VALUES(96,22442); +INSERT INTO "crtRecommendations" VALUES(96,22444); +INSERT INTO "crtRecommendations" VALUES(96,22446); +INSERT INTO "crtRecommendations" VALUES(96,22448); +INSERT INTO "crtRecommendations" VALUES(96,22452); +INSERT INTO "crtRecommendations" VALUES(96,22456); +INSERT INTO "crtRecommendations" VALUES(96,22460); +INSERT INTO "crtRecommendations" VALUES(96,22464); +INSERT INTO "crtRecommendations" VALUES(96,22466); +INSERT INTO "crtRecommendations" VALUES(96,22468); +INSERT INTO "crtRecommendations" VALUES(96,22470); +INSERT INTO "crtRecommendations" VALUES(96,22474); +INSERT INTO "crtRecommendations" VALUES(96,22544); +INSERT INTO "crtRecommendations" VALUES(96,22546); +INSERT INTO "crtRecommendations" VALUES(96,22548); +INSERT INTO "crtRecommendations" VALUES(96,22852); +INSERT INTO "crtRecommendations" VALUES(96,23757); +INSERT INTO "crtRecommendations" VALUES(96,23773); +INSERT INTO "crtRecommendations" VALUES(96,23911); +INSERT INTO "crtRecommendations" VALUES(96,23913); +INSERT INTO "crtRecommendations" VALUES(96,23915); +INSERT INTO "crtRecommendations" VALUES(96,23917); +INSERT INTO "crtRecommendations" VALUES(96,23919); +INSERT INTO "crtRecommendations" VALUES(96,24483); +INSERT INTO "crtRecommendations" VALUES(96,24688); +INSERT INTO "crtRecommendations" VALUES(96,24690); +INSERT INTO "crtRecommendations" VALUES(96,24692); +INSERT INTO "crtRecommendations" VALUES(96,24694); +INSERT INTO "crtRecommendations" VALUES(96,24696); +INSERT INTO "crtRecommendations" VALUES(96,24698); +INSERT INTO "crtRecommendations" VALUES(96,24700); +INSERT INTO "crtRecommendations" VALUES(96,24702); +INSERT INTO "crtRecommendations" VALUES(96,26840); +INSERT INTO "crtRecommendations" VALUES(96,26842); +INSERT INTO "crtRecommendations" VALUES(96,28352); +INSERT INTO "crtRecommendations" VALUES(96,28606); +INSERT INTO "crtRecommendations" VALUES(96,28659); +INSERT INTO "crtRecommendations" VALUES(96,28661); +INSERT INTO "crtRecommendations" VALUES(96,28665); +INSERT INTO "crtRecommendations" VALUES(96,28710); +INSERT INTO "crtRecommendations" VALUES(96,29248); +INSERT INTO "crtRecommendations" VALUES(96,29336); +INSERT INTO "crtRecommendations" VALUES(96,29337); +INSERT INTO "crtRecommendations" VALUES(96,29340); +INSERT INTO "crtRecommendations" VALUES(96,29344); +INSERT INTO "crtRecommendations" VALUES(96,29984); +INSERT INTO "crtRecommendations" VALUES(96,29986); +INSERT INTO "crtRecommendations" VALUES(96,29988); +INSERT INTO "crtRecommendations" VALUES(96,29990); +INSERT INTO "crtRecommendations" VALUES(96,32207); +INSERT INTO "crtRecommendations" VALUES(96,32209); +INSERT INTO "crtRecommendations" VALUES(96,32305); +INSERT INTO "crtRecommendations" VALUES(96,32307); +INSERT INTO "crtRecommendations" VALUES(96,32309); +INSERT INTO "crtRecommendations" VALUES(96,32311); +INSERT INTO "crtRecommendations" VALUES(96,32788); +INSERT INTO "crtRecommendations" VALUES(96,32790); +INSERT INTO "crtRecommendations" VALUES(96,32811); +INSERT INTO "crtRecommendations" VALUES(96,32840); +INSERT INTO "crtRecommendations" VALUES(96,32842); +INSERT INTO "crtRecommendations" VALUES(96,32844); +INSERT INTO "crtRecommendations" VALUES(96,32846); +INSERT INTO "crtRecommendations" VALUES(96,32848); +INSERT INTO "crtRecommendations" VALUES(96,32872); +INSERT INTO "crtRecommendations" VALUES(96,32874); +INSERT INTO "crtRecommendations" VALUES(96,32876); +INSERT INTO "crtRecommendations" VALUES(96,32878); +INSERT INTO "crtRecommendations" VALUES(96,32880); +INSERT INTO "crtRecommendations" VALUES(96,32983); +INSERT INTO "crtRecommendations" VALUES(96,32985); +INSERT INTO "crtRecommendations" VALUES(96,32987); +INSERT INTO "crtRecommendations" VALUES(96,32989); +INSERT INTO "crtRecommendations" VALUES(96,33079); +INSERT INTO "crtRecommendations" VALUES(96,33081); +INSERT INTO "crtRecommendations" VALUES(96,33083); +INSERT INTO "crtRecommendations" VALUES(96,33099); +INSERT INTO "crtRecommendations" VALUES(96,33151); +INSERT INTO "crtRecommendations" VALUES(96,33153); +INSERT INTO "crtRecommendations" VALUES(96,33155); +INSERT INTO "crtRecommendations" VALUES(96,33157); +INSERT INTO "crtRecommendations" VALUES(96,33190); +INSERT INTO "crtRecommendations" VALUES(96,33395); +INSERT INTO "crtRecommendations" VALUES(96,33397); +INSERT INTO "crtRecommendations" VALUES(96,33468); +INSERT INTO "crtRecommendations" VALUES(96,33470); +INSERT INTO "crtRecommendations" VALUES(96,33472); +INSERT INTO "crtRecommendations" VALUES(96,33553); +INSERT INTO "crtRecommendations" VALUES(96,33623); +INSERT INTO "crtRecommendations" VALUES(96,33625); +INSERT INTO "crtRecommendations" VALUES(96,33627); +INSERT INTO "crtRecommendations" VALUES(96,33629); +INSERT INTO "crtRecommendations" VALUES(96,33631); +INSERT INTO "crtRecommendations" VALUES(96,33633); +INSERT INTO "crtRecommendations" VALUES(96,33635); +INSERT INTO "crtRecommendations" VALUES(96,33637); +INSERT INTO "crtRecommendations" VALUES(96,33639); +INSERT INTO "crtRecommendations" VALUES(96,33641); +INSERT INTO "crtRecommendations" VALUES(96,33643); +INSERT INTO "crtRecommendations" VALUES(96,33645); +INSERT INTO "crtRecommendations" VALUES(96,33647); +INSERT INTO "crtRecommendations" VALUES(96,33649); +INSERT INTO "crtRecommendations" VALUES(96,33651); +INSERT INTO "crtRecommendations" VALUES(96,33653); +INSERT INTO "crtRecommendations" VALUES(96,33655); +INSERT INTO "crtRecommendations" VALUES(96,33657); +INSERT INTO "crtRecommendations" VALUES(96,33659); +INSERT INTO "crtRecommendations" VALUES(96,33661); +INSERT INTO "crtRecommendations" VALUES(96,33663); +INSERT INTO "crtRecommendations" VALUES(96,33665); +INSERT INTO "crtRecommendations" VALUES(96,33667); +INSERT INTO "crtRecommendations" VALUES(96,33669); +INSERT INTO "crtRecommendations" VALUES(96,33673); +INSERT INTO "crtRecommendations" VALUES(96,33675); +INSERT INTO "crtRecommendations" VALUES(96,33677); +INSERT INTO "crtRecommendations" VALUES(96,33678); +INSERT INTO "crtRecommendations" VALUES(96,33683); +INSERT INTO "crtRecommendations" VALUES(96,33685); +INSERT INTO "crtRecommendations" VALUES(96,33687); +INSERT INTO "crtRecommendations" VALUES(96,33689); +INSERT INTO "crtRecommendations" VALUES(96,33691); +INSERT INTO "crtRecommendations" VALUES(96,33693); +INSERT INTO "crtRecommendations" VALUES(96,33695); +INSERT INTO "crtRecommendations" VALUES(96,33697); +INSERT INTO "crtRecommendations" VALUES(96,33816); +INSERT INTO "crtRecommendations" VALUES(96,33818); +INSERT INTO "crtRecommendations" VALUES(96,33820); +INSERT INTO "crtRecommendations" VALUES(96,33869); +INSERT INTO "crtRecommendations" VALUES(96,33871); +INSERT INTO "crtRecommendations" VALUES(96,33873); +INSERT INTO "crtRecommendations" VALUES(96,33875); +INSERT INTO "crtRecommendations" VALUES(96,33877); +INSERT INTO "crtRecommendations" VALUES(96,33879); +INSERT INTO "crtRecommendations" VALUES(96,33881); +INSERT INTO "crtRecommendations" VALUES(96,33883); +INSERT INTO "crtRecommendations" VALUES(96,34118); +INSERT INTO "crtRecommendations" VALUES(96,34151); +INSERT INTO "crtRecommendations" VALUES(96,34317); +INSERT INTO "crtRecommendations" VALUES(96,34562); +INSERT INTO "crtRecommendations" VALUES(96,34590); +INSERT INTO "crtRecommendations" VALUES(96,34828); +INSERT INTO "crtRecommendations" VALUES(96,35683); +INSERT INTO "crtRecommendations" VALUES(96,35779); +INSERT INTO "crtRecommendations" VALUES(96,35781); +INSERT INTO "crtRecommendations" VALUES(96,37135); +INSERT INTO "crtRecommendations" VALUES(96,37453); +INSERT INTO "crtRecommendations" VALUES(96,37454); +INSERT INTO "crtRecommendations" VALUES(96,37455); +INSERT INTO "crtRecommendations" VALUES(96,37456); +INSERT INTO "crtRecommendations" VALUES(96,37457); +INSERT INTO "crtRecommendations" VALUES(96,37458); +INSERT INTO "crtRecommendations" VALUES(96,37459); +INSERT INTO "crtRecommendations" VALUES(96,37460); +INSERT INTO "crtRecommendations" VALUES(96,37480); +INSERT INTO "crtRecommendations" VALUES(96,37481); +INSERT INTO "crtRecommendations" VALUES(96,37482); +INSERT INTO "crtRecommendations" VALUES(96,37483); +INSERT INTO "crtRecommendations" VALUES(96,37604); +INSERT INTO "crtRecommendations" VALUES(96,37605); +INSERT INTO "crtRecommendations" VALUES(96,37606); +INSERT INTO "crtRecommendations" VALUES(96,37607); +INSERT INTO "crtRecommendations" VALUES(97,620); +INSERT INTO "crtRecommendations" VALUES(97,625); +INSERT INTO "crtRecommendations" VALUES(97,643); +INSERT INTO "crtRecommendations" VALUES(97,3516); +INSERT INTO "crtRecommendations" VALUES(97,3518); +INSERT INTO "crtRecommendations" VALUES(97,11190); +INSERT INTO "crtRecommendations" VALUES(97,11965); +INSERT INTO "crtRecommendations" VALUES(97,11985); +INSERT INTO "crtRecommendations" VALUES(97,11987); +INSERT INTO "crtRecommendations" VALUES(97,17920); +INSERT INTO "crtRecommendations" VALUES(97,17922); +INSERT INTO "crtRecommendations" VALUES(97,17926); +INSERT INTO "crtRecommendations" VALUES(97,20125); +INSERT INTO "crtRecommendations" VALUES(97,29984); +INSERT INTO "crtRecommendations" VALUES(97,29986); +INSERT INTO "crtRecommendations" VALUES(97,29990); +INSERT INTO "crtRecommendations" VALUES(97,32790); +INSERT INTO "crtRecommendations" VALUES(97,32874); +INSERT INTO "crtRecommendations" VALUES(97,33079); +INSERT INTO "crtRecommendations" VALUES(98,3514); +INSERT INTO "crtRecommendations" VALUES(98,23757); +INSERT INTO "crtRecommendations" VALUES(98,23915); +INSERT INTO "crtRecommendations" VALUES(98,23917); +INSERT INTO "crtRecommendations" VALUES(98,23919); +INSERT INTO "crtRecommendations" VALUES(98,37604); +INSERT INTO "crtRecommendations" VALUES(98,37605); +INSERT INTO "crtRecommendations" VALUES(99,583); +INSERT INTO "crtRecommendations" VALUES(99,585); +INSERT INTO "crtRecommendations" VALUES(99,587); +INSERT INTO "crtRecommendations" VALUES(99,588); +INSERT INTO "crtRecommendations" VALUES(99,589); +INSERT INTO "crtRecommendations" VALUES(99,591); +INSERT INTO "crtRecommendations" VALUES(99,593); +INSERT INTO "crtRecommendations" VALUES(99,594); +INSERT INTO "crtRecommendations" VALUES(99,596); +INSERT INTO "crtRecommendations" VALUES(99,597); +INSERT INTO "crtRecommendations" VALUES(99,598); +INSERT INTO "crtRecommendations" VALUES(99,601); +INSERT INTO "crtRecommendations" VALUES(99,602); +INSERT INTO "crtRecommendations" VALUES(99,603); +INSERT INTO "crtRecommendations" VALUES(99,606); +INSERT INTO "crtRecommendations" VALUES(99,608); +INSERT INTO "crtRecommendations" VALUES(99,615); +INSERT INTO "crtRecommendations" VALUES(99,617); +INSERT INTO "crtRecommendations" VALUES(99,621); +INSERT INTO "crtRecommendations" VALUES(99,622); +INSERT INTO "crtRecommendations" VALUES(99,623); +INSERT INTO "crtRecommendations" VALUES(99,624); +INSERT INTO "crtRecommendations" VALUES(99,626); +INSERT INTO "crtRecommendations" VALUES(99,627); +INSERT INTO "crtRecommendations" VALUES(99,629); +INSERT INTO "crtRecommendations" VALUES(99,638); +INSERT INTO "crtRecommendations" VALUES(99,639); +INSERT INTO "crtRecommendations" VALUES(99,641); +INSERT INTO "crtRecommendations" VALUES(99,642); +INSERT INTO "crtRecommendations" VALUES(99,643); +INSERT INTO "crtRecommendations" VALUES(99,644); +INSERT INTO "crtRecommendations" VALUES(99,645); +INSERT INTO "crtRecommendations" VALUES(99,2006); +INSERT INTO "crtRecommendations" VALUES(99,2834); +INSERT INTO "crtRecommendations" VALUES(99,2836); +INSERT INTO "crtRecommendations" VALUES(99,3516); +INSERT INTO "crtRecommendations" VALUES(99,3518); +INSERT INTO "crtRecommendations" VALUES(99,3756); +INSERT INTO "crtRecommendations" VALUES(99,4308); +INSERT INTO "crtRecommendations" VALUES(99,4310); +INSERT INTO "crtRecommendations" VALUES(99,11011); +INSERT INTO "crtRecommendations" VALUES(99,11176); +INSERT INTO "crtRecommendations" VALUES(99,11178); +INSERT INTO "crtRecommendations" VALUES(99,11184); +INSERT INTO "crtRecommendations" VALUES(99,11186); +INSERT INTO "crtRecommendations" VALUES(99,11196); +INSERT INTO "crtRecommendations" VALUES(99,11198); +INSERT INTO "crtRecommendations" VALUES(99,11200); +INSERT INTO "crtRecommendations" VALUES(99,11202); +INSERT INTO "crtRecommendations" VALUES(99,11365); +INSERT INTO "crtRecommendations" VALUES(99,11371); +INSERT INTO "crtRecommendations" VALUES(99,11379); +INSERT INTO "crtRecommendations" VALUES(99,11381); +INSERT INTO "crtRecommendations" VALUES(99,11387); +INSERT INTO "crtRecommendations" VALUES(99,11393); +INSERT INTO "crtRecommendations" VALUES(99,11400); +INSERT INTO "crtRecommendations" VALUES(99,11936); +INSERT INTO "crtRecommendations" VALUES(99,11938); +INSERT INTO "crtRecommendations" VALUES(99,11940); +INSERT INTO "crtRecommendations" VALUES(99,11942); +INSERT INTO "crtRecommendations" VALUES(99,11959); +INSERT INTO "crtRecommendations" VALUES(99,11961); +INSERT INTO "crtRecommendations" VALUES(99,11963); +INSERT INTO "crtRecommendations" VALUES(99,11969); +INSERT INTO "crtRecommendations" VALUES(99,11971); +INSERT INTO "crtRecommendations" VALUES(99,11993); +INSERT INTO "crtRecommendations" VALUES(99,11995); +INSERT INTO "crtRecommendations" VALUES(99,11999); +INSERT INTO "crtRecommendations" VALUES(99,12003); +INSERT INTO "crtRecommendations" VALUES(99,12005); +INSERT INTO "crtRecommendations" VALUES(99,12011); +INSERT INTO "crtRecommendations" VALUES(99,12013); +INSERT INTO "crtRecommendations" VALUES(99,12015); +INSERT INTO "crtRecommendations" VALUES(99,12017); +INSERT INTO "crtRecommendations" VALUES(99,12019); +INSERT INTO "crtRecommendations" VALUES(99,12021); +INSERT INTO "crtRecommendations" VALUES(99,12023); +INSERT INTO "crtRecommendations" VALUES(99,12042); +INSERT INTO "crtRecommendations" VALUES(99,12044); +INSERT INTO "crtRecommendations" VALUES(99,13202); +INSERT INTO "crtRecommendations" VALUES(99,16227); +INSERT INTO "crtRecommendations" VALUES(99,16229); +INSERT INTO "crtRecommendations" VALUES(99,16231); +INSERT INTO "crtRecommendations" VALUES(99,16236); +INSERT INTO "crtRecommendations" VALUES(99,16238); +INSERT INTO "crtRecommendations" VALUES(99,16240); +INSERT INTO "crtRecommendations" VALUES(99,16242); +INSERT INTO "crtRecommendations" VALUES(99,17619); +INSERT INTO "crtRecommendations" VALUES(99,17634); +INSERT INTO "crtRecommendations" VALUES(99,17636); +INSERT INTO "crtRecommendations" VALUES(99,17703); +INSERT INTO "crtRecommendations" VALUES(99,17709); +INSERT INTO "crtRecommendations" VALUES(99,17713); +INSERT INTO "crtRecommendations" VALUES(99,17715); +INSERT INTO "crtRecommendations" VALUES(99,17718); +INSERT INTO "crtRecommendations" VALUES(99,17720); +INSERT INTO "crtRecommendations" VALUES(99,17722); +INSERT INTO "crtRecommendations" VALUES(99,17726); +INSERT INTO "crtRecommendations" VALUES(99,17728); +INSERT INTO "crtRecommendations" VALUES(99,17732); +INSERT INTO "crtRecommendations" VALUES(99,17736); +INSERT INTO "crtRecommendations" VALUES(99,17738); +INSERT INTO "crtRecommendations" VALUES(99,17740); +INSERT INTO "crtRecommendations" VALUES(99,17812); +INSERT INTO "crtRecommendations" VALUES(99,17841); +INSERT INTO "crtRecommendations" VALUES(99,17843); +INSERT INTO "crtRecommendations" VALUES(99,17918); +INSERT INTO "crtRecommendations" VALUES(99,17920); +INSERT INTO "crtRecommendations" VALUES(99,17922); +INSERT INTO "crtRecommendations" VALUES(99,17924); +INSERT INTO "crtRecommendations" VALUES(99,17926); +INSERT INTO "crtRecommendations" VALUES(99,17928); +INSERT INTO "crtRecommendations" VALUES(99,17930); +INSERT INTO "crtRecommendations" VALUES(99,17932); +INSERT INTO "crtRecommendations" VALUES(99,22428); +INSERT INTO "crtRecommendations" VALUES(99,22430); +INSERT INTO "crtRecommendations" VALUES(99,22440); +INSERT INTO "crtRecommendations" VALUES(99,22442); +INSERT INTO "crtRecommendations" VALUES(99,22444); +INSERT INTO "crtRecommendations" VALUES(99,22446); +INSERT INTO "crtRecommendations" VALUES(99,22448); +INSERT INTO "crtRecommendations" VALUES(99,22452); +INSERT INTO "crtRecommendations" VALUES(99,22456); +INSERT INTO "crtRecommendations" VALUES(99,22460); +INSERT INTO "crtRecommendations" VALUES(99,22464); +INSERT INTO "crtRecommendations" VALUES(99,22466); +INSERT INTO "crtRecommendations" VALUES(99,22468); +INSERT INTO "crtRecommendations" VALUES(99,22470); +INSERT INTO "crtRecommendations" VALUES(99,22474); +INSERT INTO "crtRecommendations" VALUES(99,24688); +INSERT INTO "crtRecommendations" VALUES(99,24690); +INSERT INTO "crtRecommendations" VALUES(99,24692); +INSERT INTO "crtRecommendations" VALUES(99,24694); +INSERT INTO "crtRecommendations" VALUES(99,24696); +INSERT INTO "crtRecommendations" VALUES(99,24698); +INSERT INTO "crtRecommendations" VALUES(99,24700); +INSERT INTO "crtRecommendations" VALUES(99,24702); +INSERT INTO "crtRecommendations" VALUES(99,26840); +INSERT INTO "crtRecommendations" VALUES(99,26842); +INSERT INTO "crtRecommendations" VALUES(99,28659); +INSERT INTO "crtRecommendations" VALUES(99,28661); +INSERT INTO "crtRecommendations" VALUES(99,28665); +INSERT INTO "crtRecommendations" VALUES(99,29336); +INSERT INTO "crtRecommendations" VALUES(99,29337); +INSERT INTO "crtRecommendations" VALUES(99,29340); +INSERT INTO "crtRecommendations" VALUES(99,29344); +INSERT INTO "crtRecommendations" VALUES(99,29984); +INSERT INTO "crtRecommendations" VALUES(99,29986); +INSERT INTO "crtRecommendations" VALUES(99,29988); +INSERT INTO "crtRecommendations" VALUES(99,29990); +INSERT INTO "crtRecommendations" VALUES(99,32207); +INSERT INTO "crtRecommendations" VALUES(99,32209); +INSERT INTO "crtRecommendations" VALUES(99,32305); +INSERT INTO "crtRecommendations" VALUES(99,32307); +INSERT INTO "crtRecommendations" VALUES(99,32309); +INSERT INTO "crtRecommendations" VALUES(99,32311); +INSERT INTO "crtRecommendations" VALUES(99,32788); +INSERT INTO "crtRecommendations" VALUES(99,32840); +INSERT INTO "crtRecommendations" VALUES(99,32842); +INSERT INTO "crtRecommendations" VALUES(99,32844); +INSERT INTO "crtRecommendations" VALUES(99,32846); +INSERT INTO "crtRecommendations" VALUES(99,32848); +INSERT INTO "crtRecommendations" VALUES(99,32872); +INSERT INTO "crtRecommendations" VALUES(99,32874); +INSERT INTO "crtRecommendations" VALUES(99,32876); +INSERT INTO "crtRecommendations" VALUES(99,32878); +INSERT INTO "crtRecommendations" VALUES(99,32880); +INSERT INTO "crtRecommendations" VALUES(99,33079); +INSERT INTO "crtRecommendations" VALUES(99,33081); +INSERT INTO "crtRecommendations" VALUES(99,33083); +INSERT INTO "crtRecommendations" VALUES(99,33099); +INSERT INTO "crtRecommendations" VALUES(99,33151); +INSERT INTO "crtRecommendations" VALUES(99,33153); +INSERT INTO "crtRecommendations" VALUES(99,33155); +INSERT INTO "crtRecommendations" VALUES(99,33157); +INSERT INTO "crtRecommendations" VALUES(99,33395); +INSERT INTO "crtRecommendations" VALUES(99,33397); +INSERT INTO "crtRecommendations" VALUES(99,33468); +INSERT INTO "crtRecommendations" VALUES(99,33470); +INSERT INTO "crtRecommendations" VALUES(99,33472); +INSERT INTO "crtRecommendations" VALUES(99,33553); +INSERT INTO "crtRecommendations" VALUES(99,33623); +INSERT INTO "crtRecommendations" VALUES(99,33625); +INSERT INTO "crtRecommendations" VALUES(99,33627); +INSERT INTO "crtRecommendations" VALUES(99,33629); +INSERT INTO "crtRecommendations" VALUES(99,33631); +INSERT INTO "crtRecommendations" VALUES(99,33633); +INSERT INTO "crtRecommendations" VALUES(99,33635); +INSERT INTO "crtRecommendations" VALUES(99,33637); +INSERT INTO "crtRecommendations" VALUES(99,33639); +INSERT INTO "crtRecommendations" VALUES(99,33641); +INSERT INTO "crtRecommendations" VALUES(99,33643); +INSERT INTO "crtRecommendations" VALUES(99,33645); +INSERT INTO "crtRecommendations" VALUES(99,33647); +INSERT INTO "crtRecommendations" VALUES(99,33649); +INSERT INTO "crtRecommendations" VALUES(99,33651); +INSERT INTO "crtRecommendations" VALUES(99,33653); +INSERT INTO "crtRecommendations" VALUES(99,33655); +INSERT INTO "crtRecommendations" VALUES(99,33657); +INSERT INTO "crtRecommendations" VALUES(99,33659); +INSERT INTO "crtRecommendations" VALUES(99,33661); +INSERT INTO "crtRecommendations" VALUES(99,33663); +INSERT INTO "crtRecommendations" VALUES(99,33665); +INSERT INTO "crtRecommendations" VALUES(99,33667); +INSERT INTO "crtRecommendations" VALUES(99,33669); +INSERT INTO "crtRecommendations" VALUES(99,33673); +INSERT INTO "crtRecommendations" VALUES(99,33675); +INSERT INTO "crtRecommendations" VALUES(99,33677); +INSERT INTO "crtRecommendations" VALUES(99,33678); +INSERT INTO "crtRecommendations" VALUES(99,33697); +INSERT INTO "crtRecommendations" VALUES(99,33816); +INSERT INTO "crtRecommendations" VALUES(99,33818); +INSERT INTO "crtRecommendations" VALUES(99,33820); +INSERT INTO "crtRecommendations" VALUES(99,33869); +INSERT INTO "crtRecommendations" VALUES(99,33871); +INSERT INTO "crtRecommendations" VALUES(99,33873); +INSERT INTO "crtRecommendations" VALUES(99,33877); +INSERT INTO "crtRecommendations" VALUES(99,33879); +INSERT INTO "crtRecommendations" VALUES(99,33881); +INSERT INTO "crtRecommendations" VALUES(99,33883); +INSERT INTO "crtRecommendations" VALUES(99,34118); +INSERT INTO "crtRecommendations" VALUES(99,34151); +INSERT INTO "crtRecommendations" VALUES(99,34317); +INSERT INTO "crtRecommendations" VALUES(99,34562); +INSERT INTO "crtRecommendations" VALUES(99,34828); +INSERT INTO "crtRecommendations" VALUES(99,35683); +INSERT INTO "crtRecommendations" VALUES(99,35779); +INSERT INTO "crtRecommendations" VALUES(99,35781); +INSERT INTO "crtRecommendations" VALUES(99,37135); +INSERT INTO "crtRecommendations" VALUES(99,37453); +INSERT INTO "crtRecommendations" VALUES(99,37454); +INSERT INTO "crtRecommendations" VALUES(99,37455); +INSERT INTO "crtRecommendations" VALUES(99,37456); +INSERT INTO "crtRecommendations" VALUES(99,37480); +INSERT INTO "crtRecommendations" VALUES(99,37481); +INSERT INTO "crtRecommendations" VALUES(99,37482); +INSERT INTO "crtRecommendations" VALUES(99,37483); +INSERT INTO "crtRecommendations" VALUES(100,584); +INSERT INTO "crtRecommendations" VALUES(100,601); +INSERT INTO "crtRecommendations" VALUES(100,632); +INSERT INTO "crtRecommendations" VALUES(100,640); +INSERT INTO "crtRecommendations" VALUES(100,4005); +INSERT INTO "crtRecommendations" VALUES(100,11194); +INSERT INTO "crtRecommendations" VALUES(100,11957); +INSERT INTO "crtRecommendations" VALUES(100,11959); +INSERT INTO "crtRecommendations" VALUES(100,22436); +INSERT INTO "crtRecommendations" VALUES(100,29984); +INSERT INTO "crtRecommendations" VALUES(100,33675); +INSERT INTO "crtRecommendations" VALUES(100,37455); +INSERT INTO "crtRecommendations" VALUES(101,606); +INSERT INTO "crtRecommendations" VALUES(101,609); +INSERT INTO "crtRecommendations" VALUES(101,633); +INSERT INTO "crtRecommendations" VALUES(101,11174); +INSERT INTO "crtRecommendations" VALUES(101,11969); +INSERT INTO "crtRecommendations" VALUES(101,11971); +INSERT INTO "crtRecommendations" VALUES(102,596); +INSERT INTO "crtRecommendations" VALUES(102,628); +INSERT INTO "crtRecommendations" VALUES(102,2161); +INSERT INTO "crtRecommendations" VALUES(102,11190); +INSERT INTO "crtRecommendations" VALUES(102,11965); +INSERT INTO "crtRecommendations" VALUES(102,20125); +INSERT INTO "crtRecommendations" VALUES(102,37453); +INSERT INTO "crtRecommendations" VALUES(103,588); +INSERT INTO "crtRecommendations" VALUES(103,630); +INSERT INTO "crtRecommendations" VALUES(103,3766); +INSERT INTO "crtRecommendations" VALUES(103,11387); +INSERT INTO "crtRecommendations" VALUES(103,11961); +INSERT INTO "crtRecommendations" VALUES(103,11963); +INSERT INTO "crtRecommendations" VALUES(103,28710); +INSERT INTO "crtRecommendations" VALUES(103,33395); +INSERT INTO "crtRecommendations" VALUES(104,586); +INSERT INTO "crtRecommendations" VALUES(104,605); +INSERT INTO "crtRecommendations" VALUES(104,607); +INSERT INTO "crtRecommendations" VALUES(104,2078); +INSERT INTO "crtRecommendations" VALUES(104,3532); +INSERT INTO "crtRecommendations" VALUES(104,3756); +INSERT INTO "crtRecommendations" VALUES(104,11172); +INSERT INTO "crtRecommendations" VALUES(104,11182); +INSERT INTO "crtRecommendations" VALUES(104,11188); +INSERT INTO "crtRecommendations" VALUES(104,11192); +INSERT INTO "crtRecommendations" VALUES(104,29248); +INSERT INTO "crtRecommendations" VALUES(104,29984); +INSERT INTO "crtRecommendations" VALUES(104,29986); +INSERT INTO "crtRecommendations" VALUES(104,29988); +INSERT INTO "crtRecommendations" VALUES(104,29990); +INSERT INTO "crtRecommendations" VALUES(104,32983); +INSERT INTO "crtRecommendations" VALUES(104,32985); +INSERT INTO "crtRecommendations" VALUES(104,32987); +INSERT INTO "crtRecommendations" VALUES(104,32989); +INSERT INTO "crtRecommendations" VALUES(104,33190); +INSERT INTO "crtRecommendations" VALUES(104,33397); +INSERT INTO "crtRecommendations" VALUES(104,33468); +INSERT INTO "crtRecommendations" VALUES(104,33470); +INSERT INTO "crtRecommendations" VALUES(104,33472); +INSERT INTO "crtRecommendations" VALUES(104,33553); +INSERT INTO "crtRecommendations" VALUES(105,586); +INSERT INTO "crtRecommendations" VALUES(105,605); +INSERT INTO "crtRecommendations" VALUES(105,607); +INSERT INTO "crtRecommendations" VALUES(105,29248); +INSERT INTO "crtRecommendations" VALUES(105,32983); +INSERT INTO "crtRecommendations" VALUES(105,32985); +INSERT INTO "crtRecommendations" VALUES(105,32987); +INSERT INTO "crtRecommendations" VALUES(105,32989); +INSERT INTO "crtRecommendations" VALUES(105,33190); +INSERT INTO "crtRecommendations" VALUES(105,33468); +INSERT INTO "crtRecommendations" VALUES(105,33470); +INSERT INTO "crtRecommendations" VALUES(105,33472); +INSERT INTO "crtRecommendations" VALUES(105,33553); +INSERT INTO "crtRecommendations" VALUES(106,17476); +INSERT INTO "crtRecommendations" VALUES(106,17478); +INSERT INTO "crtRecommendations" VALUES(106,17480); +INSERT INTO "crtRecommendations" VALUES(106,22544); +INSERT INTO "crtRecommendations" VALUES(106,22546); +INSERT INTO "crtRecommendations" VALUES(106,22548); +INSERT INTO "crtRecommendations" VALUES(106,32880); +INSERT INTO "crtRecommendations" VALUES(106,33683); +INSERT INTO "crtRecommendations" VALUES(106,33697); +INSERT INTO "crtRecommendations" VALUES(106,37135); +INSERT INTO "crtRecommendations" VALUES(107,586); +INSERT INTO "crtRecommendations" VALUES(107,605); +INSERT INTO "crtRecommendations" VALUES(107,607); +INSERT INTO "crtRecommendations" VALUES(107,2998); +INSERT INTO "crtRecommendations" VALUES(107,29248); +INSERT INTO "crtRecommendations" VALUES(107,32983); +INSERT INTO "crtRecommendations" VALUES(107,32985); +INSERT INTO "crtRecommendations" VALUES(107,32987); +INSERT INTO "crtRecommendations" VALUES(107,32989); +INSERT INTO "crtRecommendations" VALUES(107,33190); +INSERT INTO "crtRecommendations" VALUES(108,11172); +INSERT INTO "crtRecommendations" VALUES(108,11182); +INSERT INTO "crtRecommendations" VALUES(108,11188); +INSERT INTO "crtRecommendations" VALUES(108,11192); +INSERT INTO "crtRecommendations" VALUES(108,11377); +INSERT INTO "crtRecommendations" VALUES(108,11957); +INSERT INTO "crtRecommendations" VALUES(108,11963); +INSERT INTO "crtRecommendations" VALUES(108,11965); +INSERT INTO "crtRecommendations" VALUES(108,11969); +INSERT INTO "crtRecommendations" VALUES(108,12032); +INSERT INTO "crtRecommendations" VALUES(108,12034); +INSERT INTO "crtRecommendations" VALUES(108,12038); +INSERT INTO "crtRecommendations" VALUES(108,12729); +INSERT INTO "crtRecommendations" VALUES(108,12733); +INSERT INTO "crtRecommendations" VALUES(108,12735); +INSERT INTO "crtRecommendations" VALUES(108,12743); +INSERT INTO "crtRecommendations" VALUES(108,22428); +INSERT INTO "crtRecommendations" VALUES(108,22430); +INSERT INTO "crtRecommendations" VALUES(108,22436); +INSERT INTO "crtRecommendations" VALUES(108,22440); +INSERT INTO "crtRecommendations" VALUES(108,29984); +INSERT INTO "crtRecommendations" VALUES(108,29986); +INSERT INTO "crtRecommendations" VALUES(108,29988); +INSERT INTO "crtRecommendations" VALUES(108,29990); +INSERT INTO "crtRecommendations" VALUES(108,32790); +INSERT INTO "crtRecommendations" VALUES(108,33395); +INSERT INTO "crtRecommendations" VALUES(108,33397); +INSERT INTO "crtRecommendations" VALUES(108,33468); +INSERT INTO "crtRecommendations" VALUES(108,33470); +INSERT INTO "crtRecommendations" VALUES(108,33553); +INSERT INTO "crtRecommendations" VALUES(108,33697); +INSERT INTO "crtRecommendations" VALUES(108,34590); +INSERT INTO "crtRecommendations" VALUES(108,37135); +INSERT INTO "crtRecommendations" VALUES(109,671); +INSERT INTO "crtRecommendations" VALUES(109,3514); +INSERT INTO "crtRecommendations" VALUES(109,3756); +INSERT INTO "crtRecommendations" VALUES(109,3764); +INSERT INTO "crtRecommendations" VALUES(109,11567); +INSERT INTO "crtRecommendations" VALUES(109,16227); +INSERT INTO "crtRecommendations" VALUES(109,16229); +INSERT INTO "crtRecommendations" VALUES(109,16231); +INSERT INTO "crtRecommendations" VALUES(109,16233); +INSERT INTO "crtRecommendations" VALUES(109,22442); +INSERT INTO "crtRecommendations" VALUES(109,22444); +INSERT INTO "crtRecommendations" VALUES(109,22446); +INSERT INTO "crtRecommendations" VALUES(109,22448); +INSERT INTO "crtRecommendations" VALUES(109,22466); +INSERT INTO "crtRecommendations" VALUES(109,22468); +INSERT INTO "crtRecommendations" VALUES(109,22470); +INSERT INTO "crtRecommendations" VALUES(109,22474); +INSERT INTO "crtRecommendations" VALUES(109,22852); +INSERT INTO "crtRecommendations" VALUES(109,23757); +INSERT INTO "crtRecommendations" VALUES(109,23773); +INSERT INTO "crtRecommendations" VALUES(109,23911); +INSERT INTO "crtRecommendations" VALUES(109,23913); +INSERT INTO "crtRecommendations" VALUES(109,23915); +INSERT INTO "crtRecommendations" VALUES(109,23917); +INSERT INTO "crtRecommendations" VALUES(109,23919); +INSERT INTO "crtRecommendations" VALUES(109,24483); +INSERT INTO "crtRecommendations" VALUES(109,24696); +INSERT INTO "crtRecommendations" VALUES(109,24698); +INSERT INTO "crtRecommendations" VALUES(109,24700); +INSERT INTO "crtRecommendations" VALUES(109,24702); +INSERT INTO "crtRecommendations" VALUES(109,29984); +INSERT INTO "crtRecommendations" VALUES(109,29986); +INSERT INTO "crtRecommendations" VALUES(109,29988); +INSERT INTO "crtRecommendations" VALUES(109,29990); +INSERT INTO "crtRecommendations" VALUES(109,33151); +INSERT INTO "crtRecommendations" VALUES(109,33153); +INSERT INTO "crtRecommendations" VALUES(109,33155); +INSERT INTO "crtRecommendations" VALUES(109,33157); +INSERT INTO "crtRecommendations" VALUES(109,33869); +INSERT INTO "crtRecommendations" VALUES(109,33871); +INSERT INTO "crtRecommendations" VALUES(109,33873); +INSERT INTO "crtRecommendations" VALUES(109,33875); +INSERT INTO "crtRecommendations" VALUES(109,37480); +INSERT INTO "crtRecommendations" VALUES(109,37481); +INSERT INTO "crtRecommendations" VALUES(109,37482); +INSERT INTO "crtRecommendations" VALUES(109,37483); +INSERT INTO "crtRecommendations" VALUES(109,37604); +INSERT INTO "crtRecommendations" VALUES(109,37605); +INSERT INTO "crtRecommendations" VALUES(109,37606); +INSERT INTO "crtRecommendations" VALUES(109,37607); +INSERT INTO "crtRecommendations" VALUES(110,28352); +INSERT INTO "crtRecommendations" VALUES(110,28606); +INSERT INTO "crtRecommendations" VALUES(110,33685); +INSERT INTO "crtRecommendations" VALUES(110,33687); +INSERT INTO "crtRecommendations" VALUES(117,587); +INSERT INTO "crtRecommendations" VALUES(117,589); +INSERT INTO "crtRecommendations" VALUES(117,590); +INSERT INTO "crtRecommendations" VALUES(117,591); +INSERT INTO "crtRecommendations" VALUES(117,592); +INSERT INTO "crtRecommendations" VALUES(117,593); +INSERT INTO "crtRecommendations" VALUES(117,594); +INSERT INTO "crtRecommendations" VALUES(117,596); +INSERT INTO "crtRecommendations" VALUES(117,597); +INSERT INTO "crtRecommendations" VALUES(117,606); +INSERT INTO "crtRecommendations" VALUES(117,607); +INSERT INTO "crtRecommendations" VALUES(117,608); +INSERT INTO "crtRecommendations" VALUES(117,609); +INSERT INTO "crtRecommendations" VALUES(117,624); +INSERT INTO "crtRecommendations" VALUES(117,625); +INSERT INTO "crtRecommendations" VALUES(117,626); +INSERT INTO "crtRecommendations" VALUES(117,627); +INSERT INTO "crtRecommendations" VALUES(117,628); +INSERT INTO "crtRecommendations" VALUES(117,629); +INSERT INTO "crtRecommendations" VALUES(117,633); +INSERT INTO "crtRecommendations" VALUES(117,634); +INSERT INTO "crtRecommendations" VALUES(117,639); +INSERT INTO "crtRecommendations" VALUES(117,641); +INSERT INTO "crtRecommendations" VALUES(117,642); +INSERT INTO "crtRecommendations" VALUES(117,643); +INSERT INTO "crtRecommendations" VALUES(117,644); +INSERT INTO "crtRecommendations" VALUES(117,645); +INSERT INTO "crtRecommendations" VALUES(117,648); +INSERT INTO "crtRecommendations" VALUES(117,649); +INSERT INTO "crtRecommendations" VALUES(117,650); +INSERT INTO "crtRecommendations" VALUES(117,651); +INSERT INTO "crtRecommendations" VALUES(117,652); +INSERT INTO "crtRecommendations" VALUES(117,653); +INSERT INTO "crtRecommendations" VALUES(117,654); +INSERT INTO "crtRecommendations" VALUES(117,655); +INSERT INTO "crtRecommendations" VALUES(117,656); +INSERT INTO "crtRecommendations" VALUES(117,657); +INSERT INTO "crtRecommendations" VALUES(117,671); +INSERT INTO "crtRecommendations" VALUES(117,672); +INSERT INTO "crtRecommendations" VALUES(117,1944); +INSERT INTO "crtRecommendations" VALUES(117,2006); +INSERT INTO "crtRecommendations" VALUES(117,2078); +INSERT INTO "crtRecommendations" VALUES(117,2161); +INSERT INTO "crtRecommendations" VALUES(117,2834); +INSERT INTO "crtRecommendations" VALUES(117,2836); +INSERT INTO "crtRecommendations" VALUES(117,2863); +INSERT INTO "crtRecommendations" VALUES(117,2998); +INSERT INTO "crtRecommendations" VALUES(117,3516); +INSERT INTO "crtRecommendations" VALUES(117,3518); +INSERT INTO "crtRecommendations" VALUES(117,3532); +INSERT INTO "crtRecommendations" VALUES(117,4302); +INSERT INTO "crtRecommendations" VALUES(117,4308); +INSERT INTO "crtRecommendations" VALUES(117,4363); +INSERT INTO "crtRecommendations" VALUES(117,4388); +INSERT INTO "crtRecommendations" VALUES(117,11011); +INSERT INTO "crtRecommendations" VALUES(117,11129); +INSERT INTO "crtRecommendations" VALUES(117,11132); +INSERT INTO "crtRecommendations" VALUES(117,11134); +INSERT INTO "crtRecommendations" VALUES(117,11172); +INSERT INTO "crtRecommendations" VALUES(117,11174); +INSERT INTO "crtRecommendations" VALUES(117,11182); +INSERT INTO "crtRecommendations" VALUES(117,11184); +INSERT INTO "crtRecommendations" VALUES(117,11186); +INSERT INTO "crtRecommendations" VALUES(117,11188); +INSERT INTO "crtRecommendations" VALUES(117,11190); +INSERT INTO "crtRecommendations" VALUES(117,11196); +INSERT INTO "crtRecommendations" VALUES(117,11198); +INSERT INTO "crtRecommendations" VALUES(117,11200); +INSERT INTO "crtRecommendations" VALUES(117,11202); +INSERT INTO "crtRecommendations" VALUES(117,11365); +INSERT INTO "crtRecommendations" VALUES(117,11371); +INSERT INTO "crtRecommendations" VALUES(117,11377); +INSERT INTO "crtRecommendations" VALUES(117,11387); +INSERT INTO "crtRecommendations" VALUES(117,11393); +INSERT INTO "crtRecommendations" VALUES(117,11567); +INSERT INTO "crtRecommendations" VALUES(117,11936); +INSERT INTO "crtRecommendations" VALUES(117,11938); +INSERT INTO "crtRecommendations" VALUES(117,11940); +INSERT INTO "crtRecommendations" VALUES(117,11942); +INSERT INTO "crtRecommendations" VALUES(117,11965); +INSERT INTO "crtRecommendations" VALUES(117,11969); +INSERT INTO "crtRecommendations" VALUES(117,11971); +INSERT INTO "crtRecommendations" VALUES(117,11987); +INSERT INTO "crtRecommendations" VALUES(117,11989); +INSERT INTO "crtRecommendations" VALUES(117,12003); +INSERT INTO "crtRecommendations" VALUES(117,12005); +INSERT INTO "crtRecommendations" VALUES(117,12015); +INSERT INTO "crtRecommendations" VALUES(117,12017); +INSERT INTO "crtRecommendations" VALUES(117,12019); +INSERT INTO "crtRecommendations" VALUES(117,12021); +INSERT INTO "crtRecommendations" VALUES(117,12023); +INSERT INTO "crtRecommendations" VALUES(117,12038); +INSERT INTO "crtRecommendations" VALUES(117,12042); +INSERT INTO "crtRecommendations" VALUES(117,12044); +INSERT INTO "crtRecommendations" VALUES(117,12729); +INSERT INTO "crtRecommendations" VALUES(117,12731); +INSERT INTO "crtRecommendations" VALUES(117,12733); +INSERT INTO "crtRecommendations" VALUES(117,12735); +INSERT INTO "crtRecommendations" VALUES(117,12743); +INSERT INTO "crtRecommendations" VALUES(117,12745); +INSERT INTO "crtRecommendations" VALUES(117,12747); +INSERT INTO "crtRecommendations" VALUES(117,12753); +INSERT INTO "crtRecommendations" VALUES(117,13202); +INSERT INTO "crtRecommendations" VALUES(117,16229); +INSERT INTO "crtRecommendations" VALUES(117,16233); +INSERT INTO "crtRecommendations" VALUES(117,16236); +INSERT INTO "crtRecommendations" VALUES(117,16240); +INSERT INTO "crtRecommendations" VALUES(117,17703); +INSERT INTO "crtRecommendations" VALUES(117,17709); +INSERT INTO "crtRecommendations" VALUES(117,17713); +INSERT INTO "crtRecommendations" VALUES(117,17722); +INSERT INTO "crtRecommendations" VALUES(117,17726); +INSERT INTO "crtRecommendations" VALUES(117,17728); +INSERT INTO "crtRecommendations" VALUES(117,17732); +INSERT INTO "crtRecommendations" VALUES(117,17740); +INSERT INTO "crtRecommendations" VALUES(117,17841); +INSERT INTO "crtRecommendations" VALUES(117,17843); +INSERT INTO "crtRecommendations" VALUES(117,17920); +INSERT INTO "crtRecommendations" VALUES(117,17922); +INSERT INTO "crtRecommendations" VALUES(117,17926); +INSERT INTO "crtRecommendations" VALUES(117,17928); +INSERT INTO "crtRecommendations" VALUES(117,19720); +INSERT INTO "crtRecommendations" VALUES(117,19724); +INSERT INTO "crtRecommendations" VALUES(117,19744); +INSERT INTO "crtRecommendations" VALUES(117,20125); +INSERT INTO "crtRecommendations" VALUES(117,20183); +INSERT INTO "crtRecommendations" VALUES(117,20185); +INSERT INTO "crtRecommendations" VALUES(117,20187); +INSERT INTO "crtRecommendations" VALUES(117,20189); +INSERT INTO "crtRecommendations" VALUES(117,21097); +INSERT INTO "crtRecommendations" VALUES(117,21628); +INSERT INTO "crtRecommendations" VALUES(117,22428); +INSERT INTO "crtRecommendations" VALUES(117,22430); +INSERT INTO "crtRecommendations" VALUES(117,22440); +INSERT INTO "crtRecommendations" VALUES(117,22442); +INSERT INTO "crtRecommendations" VALUES(117,22448); +INSERT INTO "crtRecommendations" VALUES(117,22452); +INSERT INTO "crtRecommendations" VALUES(117,22460); +INSERT INTO "crtRecommendations" VALUES(117,22466); +INSERT INTO "crtRecommendations" VALUES(117,22474); +INSERT INTO "crtRecommendations" VALUES(117,23757); +INSERT INTO "crtRecommendations" VALUES(117,23911); +INSERT INTO "crtRecommendations" VALUES(117,23913); +INSERT INTO "crtRecommendations" VALUES(117,23919); +INSERT INTO "crtRecommendations" VALUES(117,24690); +INSERT INTO "crtRecommendations" VALUES(117,24692); +INSERT INTO "crtRecommendations" VALUES(117,24696); +INSERT INTO "crtRecommendations" VALUES(117,24700); +INSERT INTO "crtRecommendations" VALUES(117,24702); +INSERT INTO "crtRecommendations" VALUES(117,28659); +INSERT INTO "crtRecommendations" VALUES(117,28661); +INSERT INTO "crtRecommendations" VALUES(117,28844); +INSERT INTO "crtRecommendations" VALUES(117,28846); +INSERT INTO "crtRecommendations" VALUES(117,28848); +INSERT INTO "crtRecommendations" VALUES(117,28850); +INSERT INTO "crtRecommendations" VALUES(117,29248); +INSERT INTO "crtRecommendations" VALUES(117,29266); +INSERT INTO "crtRecommendations" VALUES(117,29337); +INSERT INTO "crtRecommendations" VALUES(117,29344); +INSERT INTO "crtRecommendations" VALUES(117,29986); +INSERT INTO "crtRecommendations" VALUES(117,29988); +INSERT INTO "crtRecommendations" VALUES(117,30842); +INSERT INTO "crtRecommendations" VALUES(117,32207); +INSERT INTO "crtRecommendations" VALUES(117,32209); +INSERT INTO "crtRecommendations" VALUES(117,32305); +INSERT INTO "crtRecommendations" VALUES(117,32307); +INSERT INTO "crtRecommendations" VALUES(117,32311); +INSERT INTO "crtRecommendations" VALUES(117,32811); +INSERT INTO "crtRecommendations" VALUES(117,32840); +INSERT INTO "crtRecommendations" VALUES(117,32842); +INSERT INTO "crtRecommendations" VALUES(117,32844); +INSERT INTO "crtRecommendations" VALUES(117,32846); +INSERT INTO "crtRecommendations" VALUES(117,32848); +INSERT INTO "crtRecommendations" VALUES(117,32872); +INSERT INTO "crtRecommendations" VALUES(117,32874); +INSERT INTO "crtRecommendations" VALUES(117,32985); +INSERT INTO "crtRecommendations" VALUES(117,32987); +INSERT INTO "crtRecommendations" VALUES(117,33079); +INSERT INTO "crtRecommendations" VALUES(117,33083); +INSERT INTO "crtRecommendations" VALUES(117,33151); +INSERT INTO "crtRecommendations" VALUES(117,33155); +INSERT INTO "crtRecommendations" VALUES(117,33157); +INSERT INTO "crtRecommendations" VALUES(117,33190); +INSERT INTO "crtRecommendations" VALUES(117,33468); +INSERT INTO "crtRecommendations" VALUES(117,33470); +INSERT INTO "crtRecommendations" VALUES(117,33472); +INSERT INTO "crtRecommendations" VALUES(117,33513); +INSERT INTO "crtRecommendations" VALUES(117,33553); +INSERT INTO "crtRecommendations" VALUES(117,33623); +INSERT INTO "crtRecommendations" VALUES(117,33625); +INSERT INTO "crtRecommendations" VALUES(117,33635); +INSERT INTO "crtRecommendations" VALUES(117,33637); +INSERT INTO "crtRecommendations" VALUES(117,33639); +INSERT INTO "crtRecommendations" VALUES(117,33641); +INSERT INTO "crtRecommendations" VALUES(117,33651); +INSERT INTO "crtRecommendations" VALUES(117,33653); +INSERT INTO "crtRecommendations" VALUES(117,33655); +INSERT INTO "crtRecommendations" VALUES(117,33657); +INSERT INTO "crtRecommendations" VALUES(117,33663); +INSERT INTO "crtRecommendations" VALUES(117,33665); +INSERT INTO "crtRecommendations" VALUES(117,33667); +INSERT INTO "crtRecommendations" VALUES(117,33669); +INSERT INTO "crtRecommendations" VALUES(117,33677); +INSERT INTO "crtRecommendations" VALUES(117,33678); +INSERT INTO "crtRecommendations" VALUES(117,33689); +INSERT INTO "crtRecommendations" VALUES(117,33691); +INSERT INTO "crtRecommendations" VALUES(117,33693); +INSERT INTO "crtRecommendations" VALUES(117,33695); +INSERT INTO "crtRecommendations" VALUES(117,33869); +INSERT INTO "crtRecommendations" VALUES(117,33875); +INSERT INTO "crtRecommendations" VALUES(117,33877); +INSERT INTO "crtRecommendations" VALUES(117,33879); +INSERT INTO "crtRecommendations" VALUES(117,34118); +INSERT INTO "crtRecommendations" VALUES(117,34317); +INSERT INTO "crtRecommendations" VALUES(117,34328); +INSERT INTO "crtRecommendations" VALUES(117,34496); +INSERT INTO "crtRecommendations" VALUES(117,34590); +INSERT INTO "crtRecommendations" VALUES(117,35683); +INSERT INTO "crtRecommendations" VALUES(117,37453); +INSERT INTO "crtRecommendations" VALUES(117,37456); +INSERT INTO "crtRecommendations" VALUES(117,37457); +INSERT INTO "crtRecommendations" VALUES(117,37459); +INSERT INTO "crtRecommendations" VALUES(117,37481); +INSERT INTO "crtRecommendations" VALUES(117,37483); +INSERT INTO "crtRecommendations" VALUES(117,37604); +INSERT INTO "crtRecommendations" VALUES(117,37607); +INSERT INTO "crtRecommendations" VALUES(118,582); +INSERT INTO "crtRecommendations" VALUES(118,583); +INSERT INTO "crtRecommendations" VALUES(118,584); +INSERT INTO "crtRecommendations" VALUES(118,585); +INSERT INTO "crtRecommendations" VALUES(118,586); +INSERT INTO "crtRecommendations" VALUES(118,588); +INSERT INTO "crtRecommendations" VALUES(118,598); +INSERT INTO "crtRecommendations" VALUES(118,599); +INSERT INTO "crtRecommendations" VALUES(118,601); +INSERT INTO "crtRecommendations" VALUES(118,602); +INSERT INTO "crtRecommendations" VALUES(118,603); +INSERT INTO "crtRecommendations" VALUES(118,605); +INSERT INTO "crtRecommendations" VALUES(118,615); +INSERT INTO "crtRecommendations" VALUES(118,617); +INSERT INTO "crtRecommendations" VALUES(118,620); +INSERT INTO "crtRecommendations" VALUES(118,621); +INSERT INTO "crtRecommendations" VALUES(118,622); +INSERT INTO "crtRecommendations" VALUES(118,623); +INSERT INTO "crtRecommendations" VALUES(118,630); +INSERT INTO "crtRecommendations" VALUES(118,631); +INSERT INTO "crtRecommendations" VALUES(118,632); +INSERT INTO "crtRecommendations" VALUES(118,638); +INSERT INTO "crtRecommendations" VALUES(118,640); +INSERT INTO "crtRecommendations" VALUES(118,648); +INSERT INTO "crtRecommendations" VALUES(118,649); +INSERT INTO "crtRecommendations" VALUES(118,650); +INSERT INTO "crtRecommendations" VALUES(118,651); +INSERT INTO "crtRecommendations" VALUES(118,652); +INSERT INTO "crtRecommendations" VALUES(118,653); +INSERT INTO "crtRecommendations" VALUES(118,654); +INSERT INTO "crtRecommendations" VALUES(118,655); +INSERT INTO "crtRecommendations" VALUES(118,656); +INSERT INTO "crtRecommendations" VALUES(118,657); +INSERT INTO "crtRecommendations" VALUES(118,672); +INSERT INTO "crtRecommendations" VALUES(118,1944); +INSERT INTO "crtRecommendations" VALUES(118,2078); +INSERT INTO "crtRecommendations" VALUES(118,3514); +INSERT INTO "crtRecommendations" VALUES(118,3532); +INSERT INTO "crtRecommendations" VALUES(118,3764); +INSERT INTO "crtRecommendations" VALUES(118,3766); +INSERT INTO "crtRecommendations" VALUES(118,4005); +INSERT INTO "crtRecommendations" VALUES(118,4306); +INSERT INTO "crtRecommendations" VALUES(118,4310); +INSERT INTO "crtRecommendations" VALUES(118,4363); +INSERT INTO "crtRecommendations" VALUES(118,4388); +INSERT INTO "crtRecommendations" VALUES(118,11129); +INSERT INTO "crtRecommendations" VALUES(118,11132); +INSERT INTO "crtRecommendations" VALUES(118,11134); +INSERT INTO "crtRecommendations" VALUES(118,11176); +INSERT INTO "crtRecommendations" VALUES(118,11178); +INSERT INTO "crtRecommendations" VALUES(118,11192); +INSERT INTO "crtRecommendations" VALUES(118,11194); +INSERT INTO "crtRecommendations" VALUES(118,11379); +INSERT INTO "crtRecommendations" VALUES(118,11381); +INSERT INTO "crtRecommendations" VALUES(118,11400); +INSERT INTO "crtRecommendations" VALUES(118,11957); +INSERT INTO "crtRecommendations" VALUES(118,11959); +INSERT INTO "crtRecommendations" VALUES(118,11961); +INSERT INTO "crtRecommendations" VALUES(118,11963); +INSERT INTO "crtRecommendations" VALUES(118,11978); +INSERT INTO "crtRecommendations" VALUES(118,11985); +INSERT INTO "crtRecommendations" VALUES(118,11993); +INSERT INTO "crtRecommendations" VALUES(118,11995); +INSERT INTO "crtRecommendations" VALUES(118,11999); +INSERT INTO "crtRecommendations" VALUES(118,12011); +INSERT INTO "crtRecommendations" VALUES(118,12013); +INSERT INTO "crtRecommendations" VALUES(118,12032); +INSERT INTO "crtRecommendations" VALUES(118,12034); +INSERT INTO "crtRecommendations" VALUES(118,12729); +INSERT INTO "crtRecommendations" VALUES(118,12731); +INSERT INTO "crtRecommendations" VALUES(118,12733); +INSERT INTO "crtRecommendations" VALUES(118,12735); +INSERT INTO "crtRecommendations" VALUES(118,12743); +INSERT INTO "crtRecommendations" VALUES(118,12745); +INSERT INTO "crtRecommendations" VALUES(118,12747); +INSERT INTO "crtRecommendations" VALUES(118,12753); +INSERT INTO "crtRecommendations" VALUES(118,16227); +INSERT INTO "crtRecommendations" VALUES(118,16231); +INSERT INTO "crtRecommendations" VALUES(118,16238); +INSERT INTO "crtRecommendations" VALUES(118,16242); +INSERT INTO "crtRecommendations" VALUES(118,17476); +INSERT INTO "crtRecommendations" VALUES(118,17478); +INSERT INTO "crtRecommendations" VALUES(118,17480); +INSERT INTO "crtRecommendations" VALUES(118,17619); +INSERT INTO "crtRecommendations" VALUES(118,17634); +INSERT INTO "crtRecommendations" VALUES(118,17636); +INSERT INTO "crtRecommendations" VALUES(118,17715); +INSERT INTO "crtRecommendations" VALUES(118,17718); +INSERT INTO "crtRecommendations" VALUES(118,17720); +INSERT INTO "crtRecommendations" VALUES(118,17736); +INSERT INTO "crtRecommendations" VALUES(118,17738); +INSERT INTO "crtRecommendations" VALUES(118,17812); +INSERT INTO "crtRecommendations" VALUES(118,17918); +INSERT INTO "crtRecommendations" VALUES(118,17924); +INSERT INTO "crtRecommendations" VALUES(118,17930); +INSERT INTO "crtRecommendations" VALUES(118,17932); +INSERT INTO "crtRecommendations" VALUES(118,19722); +INSERT INTO "crtRecommendations" VALUES(118,19726); +INSERT INTO "crtRecommendations" VALUES(118,19744); +INSERT INTO "crtRecommendations" VALUES(118,20183); +INSERT INTO "crtRecommendations" VALUES(118,20185); +INSERT INTO "crtRecommendations" VALUES(118,20187); +INSERT INTO "crtRecommendations" VALUES(118,20189); +INSERT INTO "crtRecommendations" VALUES(118,21097); +INSERT INTO "crtRecommendations" VALUES(118,21628); +INSERT INTO "crtRecommendations" VALUES(118,22436); +INSERT INTO "crtRecommendations" VALUES(118,22444); +INSERT INTO "crtRecommendations" VALUES(118,22446); +INSERT INTO "crtRecommendations" VALUES(118,22456); +INSERT INTO "crtRecommendations" VALUES(118,22464); +INSERT INTO "crtRecommendations" VALUES(118,22468); +INSERT INTO "crtRecommendations" VALUES(118,22470); +INSERT INTO "crtRecommendations" VALUES(118,22544); +INSERT INTO "crtRecommendations" VALUES(118,22546); +INSERT INTO "crtRecommendations" VALUES(118,22548); +INSERT INTO "crtRecommendations" VALUES(118,22852); +INSERT INTO "crtRecommendations" VALUES(118,23773); +INSERT INTO "crtRecommendations" VALUES(118,23915); +INSERT INTO "crtRecommendations" VALUES(118,23917); +INSERT INTO "crtRecommendations" VALUES(118,24483); +INSERT INTO "crtRecommendations" VALUES(118,24688); +INSERT INTO "crtRecommendations" VALUES(118,24694); +INSERT INTO "crtRecommendations" VALUES(118,24698); +INSERT INTO "crtRecommendations" VALUES(118,26840); +INSERT INTO "crtRecommendations" VALUES(118,26842); +INSERT INTO "crtRecommendations" VALUES(118,28352); +INSERT INTO "crtRecommendations" VALUES(118,28606); +INSERT INTO "crtRecommendations" VALUES(118,28665); +INSERT INTO "crtRecommendations" VALUES(118,28710); +INSERT INTO "crtRecommendations" VALUES(118,28844); +INSERT INTO "crtRecommendations" VALUES(118,28846); +INSERT INTO "crtRecommendations" VALUES(118,28848); +INSERT INTO "crtRecommendations" VALUES(118,28850); +INSERT INTO "crtRecommendations" VALUES(118,29266); +INSERT INTO "crtRecommendations" VALUES(118,29336); +INSERT INTO "crtRecommendations" VALUES(118,29340); +INSERT INTO "crtRecommendations" VALUES(118,29984); +INSERT INTO "crtRecommendations" VALUES(118,30842); +INSERT INTO "crtRecommendations" VALUES(118,32309); +INSERT INTO "crtRecommendations" VALUES(118,32788); +INSERT INTO "crtRecommendations" VALUES(118,32790); +INSERT INTO "crtRecommendations" VALUES(118,32811); +INSERT INTO "crtRecommendations" VALUES(118,32876); +INSERT INTO "crtRecommendations" VALUES(118,32878); +INSERT INTO "crtRecommendations" VALUES(118,32880); +INSERT INTO "crtRecommendations" VALUES(118,32983); +INSERT INTO "crtRecommendations" VALUES(118,32989); +INSERT INTO "crtRecommendations" VALUES(118,33081); +INSERT INTO "crtRecommendations" VALUES(118,33099); +INSERT INTO "crtRecommendations" VALUES(118,33153); +INSERT INTO "crtRecommendations" VALUES(118,33395); +INSERT INTO "crtRecommendations" VALUES(118,33397); +INSERT INTO "crtRecommendations" VALUES(118,33513); +INSERT INTO "crtRecommendations" VALUES(118,33627); +INSERT INTO "crtRecommendations" VALUES(118,33629); +INSERT INTO "crtRecommendations" VALUES(118,33631); +INSERT INTO "crtRecommendations" VALUES(118,33633); +INSERT INTO "crtRecommendations" VALUES(118,33643); +INSERT INTO "crtRecommendations" VALUES(118,33645); +INSERT INTO "crtRecommendations" VALUES(118,33647); +INSERT INTO "crtRecommendations" VALUES(118,33649); +INSERT INTO "crtRecommendations" VALUES(118,33659); +INSERT INTO "crtRecommendations" VALUES(118,33661); +INSERT INTO "crtRecommendations" VALUES(118,33673); +INSERT INTO "crtRecommendations" VALUES(118,33675); +INSERT INTO "crtRecommendations" VALUES(118,33683); +INSERT INTO "crtRecommendations" VALUES(118,33685); +INSERT INTO "crtRecommendations" VALUES(118,33687); +INSERT INTO "crtRecommendations" VALUES(118,33689); +INSERT INTO "crtRecommendations" VALUES(118,33691); +INSERT INTO "crtRecommendations" VALUES(118,33693); +INSERT INTO "crtRecommendations" VALUES(118,33695); +INSERT INTO "crtRecommendations" VALUES(118,33697); +INSERT INTO "crtRecommendations" VALUES(118,33816); +INSERT INTO "crtRecommendations" VALUES(118,33818); +INSERT INTO "crtRecommendations" VALUES(118,33820); +INSERT INTO "crtRecommendations" VALUES(118,33871); +INSERT INTO "crtRecommendations" VALUES(118,33873); +INSERT INTO "crtRecommendations" VALUES(118,33881); +INSERT INTO "crtRecommendations" VALUES(118,33883); +INSERT INTO "crtRecommendations" VALUES(118,34151); +INSERT INTO "crtRecommendations" VALUES(118,34328); +INSERT INTO "crtRecommendations" VALUES(118,34496); +INSERT INTO "crtRecommendations" VALUES(118,34562); +INSERT INTO "crtRecommendations" VALUES(118,34590); +INSERT INTO "crtRecommendations" VALUES(118,34828); +INSERT INTO "crtRecommendations" VALUES(118,35779); +INSERT INTO "crtRecommendations" VALUES(118,35781); +INSERT INTO "crtRecommendations" VALUES(118,37135); +INSERT INTO "crtRecommendations" VALUES(118,37454); +INSERT INTO "crtRecommendations" VALUES(118,37455); +INSERT INTO "crtRecommendations" VALUES(118,37458); +INSERT INTO "crtRecommendations" VALUES(118,37460); +INSERT INTO "crtRecommendations" VALUES(118,37480); +INSERT INTO "crtRecommendations" VALUES(118,37482); +INSERT INTO "crtRecommendations" VALUES(118,37605); +INSERT INTO "crtRecommendations" VALUES(118,37606); +INSERT INTO "crtRecommendations" VALUES(119,2863); +INSERT INTO "crtRecommendations" VALUES(120,11978); +INSERT INTO "crtRecommendations" VALUES(120,11989); +INSERT INTO "crtRecommendations" VALUES(133,643); +INSERT INTO "crtRecommendations" VALUES(133,644); +INSERT INTO "crtRecommendations" VALUES(133,645); +INSERT INTO "crtRecommendations" VALUES(133,11011); +INSERT INTO "crtRecommendations" VALUES(133,11936); +INSERT INTO "crtRecommendations" VALUES(133,11938); +INSERT INTO "crtRecommendations" VALUES(133,12005); +INSERT INTO "crtRecommendations" VALUES(133,13202); +INSERT INTO "crtRecommendations" VALUES(133,17728); +INSERT INTO "crtRecommendations" VALUES(133,17738); +INSERT INTO "crtRecommendations" VALUES(133,17740); +INSERT INTO "crtRecommendations" VALUES(133,17843); +INSERT INTO "crtRecommendations" VALUES(133,17918); +INSERT INTO "crtRecommendations" VALUES(133,22428); +INSERT INTO "crtRecommendations" VALUES(133,22430); +INSERT INTO "crtRecommendations" VALUES(133,22440); +INSERT INTO "crtRecommendations" VALUES(133,22442); +INSERT INTO "crtRecommendations" VALUES(133,24690); +INSERT INTO "crtRecommendations" VALUES(133,24694); +INSERT INTO "crtRecommendations" VALUES(133,24700); +INSERT INTO "crtRecommendations" VALUES(133,26840); +INSERT INTO "crtRecommendations" VALUES(133,26842); +INSERT INTO "crtRecommendations" VALUES(133,28352); +INSERT INTO "crtRecommendations" VALUES(133,29988); +INSERT INTO "crtRecommendations" VALUES(133,32305); +INSERT INTO "crtRecommendations" VALUES(133,32307); +INSERT INTO "crtRecommendations" VALUES(133,32311); +INSERT INTO "crtRecommendations" VALUES(133,33470); +INSERT INTO "crtRecommendations" VALUES(133,33472); +INSERT INTO "crtRecommendations" VALUES(133,33553); +INSERT INTO "crtRecommendations" VALUES(133,33631); +INSERT INTO "crtRecommendations" VALUES(133,33633); +INSERT INTO "crtRecommendations" VALUES(133,33635); +INSERT INTO "crtRecommendations" VALUES(133,33637); +INSERT INTO "crtRecommendations" VALUES(133,33687); +INSERT INTO "crtRecommendations" VALUES(133,34151); +INSERT INTO "crtRecommendations" VALUES(138,638); +INSERT INTO "crtRecommendations" VALUES(138,639); +INSERT INTO "crtRecommendations" VALUES(138,640); +INSERT INTO "crtRecommendations" VALUES(138,641); +INSERT INTO "crtRecommendations" VALUES(138,642); +INSERT INTO "crtRecommendations" VALUES(138,643); +INSERT INTO "crtRecommendations" VALUES(138,644); +INSERT INTO "crtRecommendations" VALUES(138,645); +INSERT INTO "crtRecommendations" VALUES(138,4005); +INSERT INTO "crtRecommendations" VALUES(138,11936); +INSERT INTO "crtRecommendations" VALUES(138,11938); +INSERT INTO "crtRecommendations" VALUES(138,13202); +INSERT INTO "crtRecommendations" VALUES(138,17636); +INSERT INTO "crtRecommendations" VALUES(138,17726); +INSERT INTO "crtRecommendations" VALUES(138,17728); +INSERT INTO "crtRecommendations" VALUES(138,17732); +INSERT INTO "crtRecommendations" VALUES(138,17736); +INSERT INTO "crtRecommendations" VALUES(138,17738); +INSERT INTO "crtRecommendations" VALUES(138,17740); +INSERT INTO "crtRecommendations" VALUES(138,17918); +INSERT INTO "crtRecommendations" VALUES(138,17920); +INSERT INTO "crtRecommendations" VALUES(138,22428); +INSERT INTO "crtRecommendations" VALUES(138,22430); +INSERT INTO "crtRecommendations" VALUES(138,22436); +INSERT INTO "crtRecommendations" VALUES(138,22440); +INSERT INTO "crtRecommendations" VALUES(138,24688); +INSERT INTO "crtRecommendations" VALUES(138,24690); +INSERT INTO "crtRecommendations" VALUES(138,24692); +INSERT INTO "crtRecommendations" VALUES(138,24694); +INSERT INTO "crtRecommendations" VALUES(138,26840); +INSERT INTO "crtRecommendations" VALUES(138,26842); +INSERT INTO "crtRecommendations" VALUES(138,28659); +INSERT INTO "crtRecommendations" VALUES(138,28661); +INSERT INTO "crtRecommendations" VALUES(138,28665); +INSERT INTO "crtRecommendations" VALUES(138,28710); +INSERT INTO "crtRecommendations" VALUES(138,32305); +INSERT INTO "crtRecommendations" VALUES(138,32307); +INSERT INTO "crtRecommendations" VALUES(138,32309); +INSERT INTO "crtRecommendations" VALUES(138,32311); +INSERT INTO "crtRecommendations" VALUES(138,33472); +INSERT INTO "crtRecommendations" VALUES(138,33623); +INSERT INTO "crtRecommendations" VALUES(138,33625); +INSERT INTO "crtRecommendations" VALUES(138,33627); +INSERT INTO "crtRecommendations" VALUES(138,33629); +INSERT INTO "crtRecommendations" VALUES(138,33631); +INSERT INTO "crtRecommendations" VALUES(138,33633); +INSERT INTO "crtRecommendations" VALUES(138,33635); +INSERT INTO "crtRecommendations" VALUES(138,33637); +INSERT INTO "crtRecommendations" VALUES(138,33820); +INSERT INTO "crtRecommendations" VALUES(138,34118); +INSERT INTO "crtRecommendations" VALUES(138,34151); +INSERT INTO "crtRecommendations" VALUES(139,582); +INSERT INTO "crtRecommendations" VALUES(139,583); +INSERT INTO "crtRecommendations" VALUES(139,584); +INSERT INTO "crtRecommendations" VALUES(139,601); +INSERT INTO "crtRecommendations" VALUES(139,602); +INSERT INTO "crtRecommendations" VALUES(139,603); +INSERT INTO "crtRecommendations" VALUES(139,605); +INSERT INTO "crtRecommendations" VALUES(139,620); +INSERT INTO "crtRecommendations" VALUES(139,621); +INSERT INTO "crtRecommendations" VALUES(139,623); +INSERT INTO "crtRecommendations" VALUES(139,632); +INSERT INTO "crtRecommendations" VALUES(139,638); +INSERT INTO "crtRecommendations" VALUES(139,640); +INSERT INTO "crtRecommendations" VALUES(139,3756); +INSERT INTO "crtRecommendations" VALUES(139,4005); +INSERT INTO "crtRecommendations" VALUES(139,4306); +INSERT INTO "crtRecommendations" VALUES(139,11176); +INSERT INTO "crtRecommendations" VALUES(139,11178); +INSERT INTO "crtRecommendations" VALUES(139,11192); +INSERT INTO "crtRecommendations" VALUES(139,11194); +INSERT INTO "crtRecommendations" VALUES(139,11379); +INSERT INTO "crtRecommendations" VALUES(139,11381); +INSERT INTO "crtRecommendations" VALUES(139,11957); +INSERT INTO "crtRecommendations" VALUES(139,11959); +INSERT INTO "crtRecommendations" VALUES(139,11985); +INSERT INTO "crtRecommendations" VALUES(139,11993); +INSERT INTO "crtRecommendations" VALUES(139,11995); +INSERT INTO "crtRecommendations" VALUES(139,12011); +INSERT INTO "crtRecommendations" VALUES(139,12032); +INSERT INTO "crtRecommendations" VALUES(139,16227); +INSERT INTO "crtRecommendations" VALUES(139,16238); +INSERT INTO "crtRecommendations" VALUES(139,17619); +INSERT INTO "crtRecommendations" VALUES(139,17634); +INSERT INTO "crtRecommendations" VALUES(139,17636); +INSERT INTO "crtRecommendations" VALUES(139,17715); +INSERT INTO "crtRecommendations" VALUES(139,17918); +INSERT INTO "crtRecommendations" VALUES(139,17930); +INSERT INTO "crtRecommendations" VALUES(139,19726); +INSERT INTO "crtRecommendations" VALUES(139,22436); +INSERT INTO "crtRecommendations" VALUES(139,22446); +INSERT INTO "crtRecommendations" VALUES(139,22464); +INSERT INTO "crtRecommendations" VALUES(139,22470); +INSERT INTO "crtRecommendations" VALUES(139,23915); +INSERT INTO "crtRecommendations" VALUES(139,24688); +INSERT INTO "crtRecommendations" VALUES(139,24698); +INSERT INTO "crtRecommendations" VALUES(139,26840); +INSERT INTO "crtRecommendations" VALUES(139,28710); +INSERT INTO "crtRecommendations" VALUES(139,29340); +INSERT INTO "crtRecommendations" VALUES(139,29984); +INSERT INTO "crtRecommendations" VALUES(139,32309); +INSERT INTO "crtRecommendations" VALUES(139,32788); +INSERT INTO "crtRecommendations" VALUES(139,32790); +INSERT INTO "crtRecommendations" VALUES(139,32876); +INSERT INTO "crtRecommendations" VALUES(139,32983); +INSERT INTO "crtRecommendations" VALUES(139,33081); +INSERT INTO "crtRecommendations" VALUES(139,33153); +INSERT INTO "crtRecommendations" VALUES(139,33627); +INSERT INTO "crtRecommendations" VALUES(139,33629); +INSERT INTO "crtRecommendations" VALUES(139,33643); +INSERT INTO "crtRecommendations" VALUES(139,33645); +INSERT INTO "crtRecommendations" VALUES(139,33659); +INSERT INTO "crtRecommendations" VALUES(139,33661); +INSERT INTO "crtRecommendations" VALUES(139,33673); +INSERT INTO "crtRecommendations" VALUES(139,33675); +INSERT INTO "crtRecommendations" VALUES(139,33816); +INSERT INTO "crtRecommendations" VALUES(139,33818); +INSERT INTO "crtRecommendations" VALUES(139,33820); +INSERT INTO "crtRecommendations" VALUES(139,33873); +INSERT INTO "crtRecommendations" VALUES(139,33881); +INSERT INTO "crtRecommendations" VALUES(139,34151); +INSERT INTO "crtRecommendations" VALUES(139,34828); +INSERT INTO "crtRecommendations" VALUES(139,37455); +INSERT INTO "crtRecommendations" VALUES(139,37458); +INSERT INTO "crtRecommendations" VALUES(139,37482); +INSERT INTO "crtRecommendations" VALUES(139,37605); +INSERT INTO "crtRecommendations" VALUES(140,592); +INSERT INTO "crtRecommendations" VALUES(140,593); +INSERT INTO "crtRecommendations" VALUES(140,594); +INSERT INTO "crtRecommendations" VALUES(140,606); +INSERT INTO "crtRecommendations" VALUES(140,607); +INSERT INTO "crtRecommendations" VALUES(140,608); +INSERT INTO "crtRecommendations" VALUES(140,609); +INSERT INTO "crtRecommendations" VALUES(140,626); +INSERT INTO "crtRecommendations" VALUES(140,627); +INSERT INTO "crtRecommendations" VALUES(140,633); +INSERT INTO "crtRecommendations" VALUES(140,634); +INSERT INTO "crtRecommendations" VALUES(140,641); +INSERT INTO "crtRecommendations" VALUES(140,645); +INSERT INTO "crtRecommendations" VALUES(140,2834); +INSERT INTO "crtRecommendations" VALUES(140,2836); +INSERT INTO "crtRecommendations" VALUES(140,2998); +INSERT INTO "crtRecommendations" VALUES(140,4308); +INSERT INTO "crtRecommendations" VALUES(140,11011); +INSERT INTO "crtRecommendations" VALUES(140,11172); +INSERT INTO "crtRecommendations" VALUES(140,11174); +INSERT INTO "crtRecommendations" VALUES(140,11200); +INSERT INTO "crtRecommendations" VALUES(140,11202); +INSERT INTO "crtRecommendations" VALUES(140,11377); +INSERT INTO "crtRecommendations" VALUES(140,11969); +INSERT INTO "crtRecommendations" VALUES(140,11971); +INSERT INTO "crtRecommendations" VALUES(140,11989); +INSERT INTO "crtRecommendations" VALUES(140,12005); +INSERT INTO "crtRecommendations" VALUES(140,12021); +INSERT INTO "crtRecommendations" VALUES(140,12023); +INSERT INTO "crtRecommendations" VALUES(140,12042); +INSERT INTO "crtRecommendations" VALUES(140,12044); +INSERT INTO "crtRecommendations" VALUES(140,13202); +INSERT INTO "crtRecommendations" VALUES(140,16229); +INSERT INTO "crtRecommendations" VALUES(140,16240); +INSERT INTO "crtRecommendations" VALUES(140,17476); +INSERT INTO "crtRecommendations" VALUES(140,17478); +INSERT INTO "crtRecommendations" VALUES(140,17480); +INSERT INTO "crtRecommendations" VALUES(140,17722); +INSERT INTO "crtRecommendations" VALUES(140,17728); +INSERT INTO "crtRecommendations" VALUES(140,17740); +INSERT INTO "crtRecommendations" VALUES(140,17841); +INSERT INTO "crtRecommendations" VALUES(140,17843); +INSERT INTO "crtRecommendations" VALUES(140,17928); +INSERT INTO "crtRecommendations" VALUES(140,19724); +INSERT INTO "crtRecommendations" VALUES(140,22430); +INSERT INTO "crtRecommendations" VALUES(140,22442); +INSERT INTO "crtRecommendations" VALUES(140,22460); +INSERT INTO "crtRecommendations" VALUES(140,22466); +INSERT INTO "crtRecommendations" VALUES(140,22544); +INSERT INTO "crtRecommendations" VALUES(140,22546); +INSERT INTO "crtRecommendations" VALUES(140,22548); +INSERT INTO "crtRecommendations" VALUES(140,23911); +INSERT INTO "crtRecommendations" VALUES(140,24690); +INSERT INTO "crtRecommendations" VALUES(140,24700); +INSERT INTO "crtRecommendations" VALUES(140,28352); +INSERT INTO "crtRecommendations" VALUES(140,28606); +INSERT INTO "crtRecommendations" VALUES(140,28661); +INSERT INTO "crtRecommendations" VALUES(140,29344); +INSERT INTO "crtRecommendations" VALUES(140,29988); +INSERT INTO "crtRecommendations" VALUES(140,32307); +INSERT INTO "crtRecommendations" VALUES(140,32840); +INSERT INTO "crtRecommendations" VALUES(140,32842); +INSERT INTO "crtRecommendations" VALUES(140,32844); +INSERT INTO "crtRecommendations" VALUES(140,32846); +INSERT INTO "crtRecommendations" VALUES(140,32848); +INSERT INTO "crtRecommendations" VALUES(140,32872); +INSERT INTO "crtRecommendations" VALUES(140,32880); +INSERT INTO "crtRecommendations" VALUES(140,32985); +INSERT INTO "crtRecommendations" VALUES(140,33083); +INSERT INTO "crtRecommendations" VALUES(140,33151); +INSERT INTO "crtRecommendations" VALUES(140,33468); +INSERT INTO "crtRecommendations" VALUES(140,33470); +INSERT INTO "crtRecommendations" VALUES(140,33472); +INSERT INTO "crtRecommendations" VALUES(140,33553); +INSERT INTO "crtRecommendations" VALUES(140,33635); +INSERT INTO "crtRecommendations" VALUES(140,33637); +INSERT INTO "crtRecommendations" VALUES(140,33651); +INSERT INTO "crtRecommendations" VALUES(140,33653); +INSERT INTO "crtRecommendations" VALUES(140,33667); +INSERT INTO "crtRecommendations" VALUES(140,33669); +INSERT INTO "crtRecommendations" VALUES(140,33677); +INSERT INTO "crtRecommendations" VALUES(140,33678); +INSERT INTO "crtRecommendations" VALUES(140,33683); +INSERT INTO "crtRecommendations" VALUES(140,33685); +INSERT INTO "crtRecommendations" VALUES(140,33687); +INSERT INTO "crtRecommendations" VALUES(140,33697); +INSERT INTO "crtRecommendations" VALUES(140,33869); +INSERT INTO "crtRecommendations" VALUES(140,33877); +INSERT INTO "crtRecommendations" VALUES(140,34118); +INSERT INTO "crtRecommendations" VALUES(140,35683); +INSERT INTO "crtRecommendations" VALUES(140,37135); +INSERT INTO "crtRecommendations" VALUES(140,37456); +INSERT INTO "crtRecommendations" VALUES(140,37459); +INSERT INTO "crtRecommendations" VALUES(140,37483); +INSERT INTO "crtRecommendations" VALUES(140,37607); +INSERT INTO "crtRecommendations" VALUES(141,585); +INSERT INTO "crtRecommendations" VALUES(141,586); +INSERT INTO "crtRecommendations" VALUES(141,587); +INSERT INTO "crtRecommendations" VALUES(141,588); +INSERT INTO "crtRecommendations" VALUES(141,598); +INSERT INTO "crtRecommendations" VALUES(141,599); +INSERT INTO "crtRecommendations" VALUES(141,617); +INSERT INTO "crtRecommendations" VALUES(141,622); +INSERT INTO "crtRecommendations" VALUES(141,629); +INSERT INTO "crtRecommendations" VALUES(141,630); +INSERT INTO "crtRecommendations" VALUES(141,631); +INSERT INTO "crtRecommendations" VALUES(141,639); +INSERT INTO "crtRecommendations" VALUES(141,644); +INSERT INTO "crtRecommendations" VALUES(141,3766); +INSERT INTO "crtRecommendations" VALUES(141,4310); +INSERT INTO "crtRecommendations" VALUES(141,11182); +INSERT INTO "crtRecommendations" VALUES(141,11196); +INSERT INTO "crtRecommendations" VALUES(141,11198); +INSERT INTO "crtRecommendations" VALUES(141,11371); +INSERT INTO "crtRecommendations" VALUES(141,11387); +INSERT INTO "crtRecommendations" VALUES(141,11400); +INSERT INTO "crtRecommendations" VALUES(141,11961); +INSERT INTO "crtRecommendations" VALUES(141,11963); +INSERT INTO "crtRecommendations" VALUES(141,11978); +INSERT INTO "crtRecommendations" VALUES(141,11999); +INSERT INTO "crtRecommendations" VALUES(141,12013); +INSERT INTO "crtRecommendations" VALUES(141,12015); +INSERT INTO "crtRecommendations" VALUES(141,12034); +INSERT INTO "crtRecommendations" VALUES(141,16231); +INSERT INTO "crtRecommendations" VALUES(141,16242); +INSERT INTO "crtRecommendations" VALUES(141,17713); +INSERT INTO "crtRecommendations" VALUES(141,17720); +INSERT INTO "crtRecommendations" VALUES(141,17732); +INSERT INTO "crtRecommendations" VALUES(141,17738); +INSERT INTO "crtRecommendations" VALUES(141,17812); +INSERT INTO "crtRecommendations" VALUES(141,17932); +INSERT INTO "crtRecommendations" VALUES(141,19722); +INSERT INTO "crtRecommendations" VALUES(141,22440); +INSERT INTO "crtRecommendations" VALUES(141,22444); +INSERT INTO "crtRecommendations" VALUES(141,22456); +INSERT INTO "crtRecommendations" VALUES(141,22468); +INSERT INTO "crtRecommendations" VALUES(141,24483); +INSERT INTO "crtRecommendations" VALUES(141,24694); +INSERT INTO "crtRecommendations" VALUES(141,24702); +INSERT INTO "crtRecommendations" VALUES(141,26842); +INSERT INTO "crtRecommendations" VALUES(141,28665); +INSERT INTO "crtRecommendations" VALUES(141,29336); +INSERT INTO "crtRecommendations" VALUES(141,29990); +INSERT INTO "crtRecommendations" VALUES(141,32207); +INSERT INTO "crtRecommendations" VALUES(141,32209); +INSERT INTO "crtRecommendations" VALUES(141,32311); +INSERT INTO "crtRecommendations" VALUES(141,32878); +INSERT INTO "crtRecommendations" VALUES(141,32989); +INSERT INTO "crtRecommendations" VALUES(141,33099); +INSERT INTO "crtRecommendations" VALUES(141,33157); +INSERT INTO "crtRecommendations" VALUES(141,33395); +INSERT INTO "crtRecommendations" VALUES(141,33397); +INSERT INTO "crtRecommendations" VALUES(141,33631); +INSERT INTO "crtRecommendations" VALUES(141,33633); +INSERT INTO "crtRecommendations" VALUES(141,33647); +INSERT INTO "crtRecommendations" VALUES(141,33649); +INSERT INTO "crtRecommendations" VALUES(141,33663); +INSERT INTO "crtRecommendations" VALUES(141,33665); +INSERT INTO "crtRecommendations" VALUES(141,33871); +INSERT INTO "crtRecommendations" VALUES(141,33883); +INSERT INTO "crtRecommendations" VALUES(141,34562); +INSERT INTO "crtRecommendations" VALUES(141,37454); +INSERT INTO "crtRecommendations" VALUES(141,37460); +INSERT INTO "crtRecommendations" VALUES(141,37480); +INSERT INTO "crtRecommendations" VALUES(141,37606); +INSERT INTO "crtRecommendations" VALUES(142,11959); +INSERT INTO "crtRecommendations" VALUES(142,11961); +INSERT INTO "crtRecommendations" VALUES(142,11971); +INSERT INTO "crtRecommendations" VALUES(142,11978); +INSERT INTO "crtRecommendations" VALUES(142,11985); +INSERT INTO "crtRecommendations" VALUES(142,11987); +INSERT INTO "crtRecommendations" VALUES(142,11989); +INSERT INTO "crtRecommendations" VALUES(142,20125); +INSERT INTO "crtRecommendations" VALUES(142,23757); +INSERT INTO "crtRecommendations" VALUES(142,23911); +INSERT INTO "crtRecommendations" VALUES(142,23915); +INSERT INTO "crtRecommendations" VALUES(142,24483); +INSERT INTO "crtRecommendations" VALUES(142,28659); +INSERT INTO "crtRecommendations" VALUES(142,28661); +INSERT INTO "crtRecommendations" VALUES(142,28665); +INSERT INTO "crtRecommendations" VALUES(142,28710); +INSERT INTO "crtRecommendations" VALUES(142,33675); +INSERT INTO "crtRecommendations" VALUES(142,37604); +INSERT INTO "crtRecommendations" VALUES(142,37605); +INSERT INTO "crtRecommendations" VALUES(142,37606); +INSERT INTO "crtRecommendations" VALUES(142,37607); +INSERT INTO "crtRecommendations" VALUES(144,672); +INSERT INTO "crtRecommendations" VALUES(144,2078); +INSERT INTO "crtRecommendations" VALUES(144,2863); +INSERT INTO "crtRecommendations" VALUES(144,3532); +INSERT INTO "crtRecommendations" VALUES(144,11129); +INSERT INTO "crtRecommendations" VALUES(144,11132); +INSERT INTO "crtRecommendations" VALUES(144,11134); +INSERT INTO "crtRecommendations" VALUES(144,21097); +INSERT INTO "crtRecommendations" VALUES(144,21628); +INSERT INTO "crtRecommendations" VALUES(144,29266); +INSERT INTO "crtRecommendations" VALUES(144,30842); +INSERT INTO "crtRecommendations" VALUES(144,33513); +INSERT INTO "crtRecommendations" VALUES(144,34496); +INSERT INTO "crtRecommendations" VALUES(145,671); +INSERT INTO "crtRecommendations" VALUES(145,3514); +INSERT INTO "crtRecommendations" VALUES(145,3764); +INSERT INTO "crtRecommendations" VALUES(145,11567); +INSERT INTO "crtRecommendations" VALUES(145,19720); +INSERT INTO "crtRecommendations" VALUES(145,19722); +INSERT INTO "crtRecommendations" VALUES(145,19724); +INSERT INTO "crtRecommendations" VALUES(145,19726); +INSERT INTO "crtRecommendations" VALUES(145,22428); +INSERT INTO "crtRecommendations" VALUES(145,22430); +INSERT INTO "crtRecommendations" VALUES(145,22436); +INSERT INTO "crtRecommendations" VALUES(145,22440); +INSERT INTO "crtRecommendations" VALUES(145,22852); +INSERT INTO "crtRecommendations" VALUES(145,23757); +INSERT INTO "crtRecommendations" VALUES(145,23773); +INSERT INTO "crtRecommendations" VALUES(145,23911); +INSERT INTO "crtRecommendations" VALUES(145,23913); +INSERT INTO "crtRecommendations" VALUES(145,23915); +INSERT INTO "crtRecommendations" VALUES(145,23917); +INSERT INTO "crtRecommendations" VALUES(145,23919); +INSERT INTO "crtRecommendations" VALUES(145,24483); +INSERT INTO "crtRecommendations" VALUES(145,28352); +INSERT INTO "crtRecommendations" VALUES(145,28844); +INSERT INTO "crtRecommendations" VALUES(145,28846); +INSERT INTO "crtRecommendations" VALUES(145,28848); +INSERT INTO "crtRecommendations" VALUES(145,28850); +INSERT INTO "crtRecommendations" VALUES(145,33687); +INSERT INTO "crtRecommendations" VALUES(145,37604); +INSERT INTO "crtRecommendations" VALUES(145,37605); +INSERT INTO "crtRecommendations" VALUES(145,37606); +INSERT INTO "crtRecommendations" VALUES(145,37607); +INSERT INTO "crtRecommendations" VALUES(146,671); +INSERT INTO "crtRecommendations" VALUES(146,3514); +INSERT INTO "crtRecommendations" VALUES(146,3764); +INSERT INTO "crtRecommendations" VALUES(146,11567); +INSERT INTO "crtRecommendations" VALUES(146,22852); +INSERT INTO "crtRecommendations" VALUES(146,23773); +INSERT INTO "crtRecommendations" VALUES(146,23913); +INSERT INTO "crtRecommendations" VALUES(146,23917); +INSERT INTO "crtRecommendations" VALUES(146,23919); +INSERT INTO "crtRecommendations" VALUES(147,19720); +INSERT INTO "crtRecommendations" VALUES(147,19722); +INSERT INTO "crtRecommendations" VALUES(147,19724); +INSERT INTO "crtRecommendations" VALUES(147,19726); +INSERT INTO "crtRecommendations" VALUES(148,23757); +INSERT INTO "crtRecommendations" VALUES(148,23911); +INSERT INTO "crtRecommendations" VALUES(148,23915); +INSERT INTO "crtRecommendations" VALUES(148,24483); +INSERT INTO "crtRecommendations" VALUES(148,37604); +INSERT INTO "crtRecommendations" VALUES(148,37605); +INSERT INTO "crtRecommendations" VALUES(148,37606); +INSERT INTO "crtRecommendations" VALUES(148,37607); +INSERT INTO "crtRecommendations" VALUES(149,28352); +INSERT INTO "crtRecommendations" VALUES(149,33687); +INSERT INTO "crtRecommendations" VALUES(150,583); +INSERT INTO "crtRecommendations" VALUES(150,585); +INSERT INTO "crtRecommendations" VALUES(150,587); +INSERT INTO "crtRecommendations" VALUES(150,588); +INSERT INTO "crtRecommendations" VALUES(150,589); +INSERT INTO "crtRecommendations" VALUES(150,591); +INSERT INTO "crtRecommendations" VALUES(150,593); +INSERT INTO "crtRecommendations" VALUES(150,594); +INSERT INTO "crtRecommendations" VALUES(150,596); +INSERT INTO "crtRecommendations" VALUES(150,597); +INSERT INTO "crtRecommendations" VALUES(150,598); +INSERT INTO "crtRecommendations" VALUES(150,601); +INSERT INTO "crtRecommendations" VALUES(150,602); +INSERT INTO "crtRecommendations" VALUES(150,603); +INSERT INTO "crtRecommendations" VALUES(150,606); +INSERT INTO "crtRecommendations" VALUES(150,608); +INSERT INTO "crtRecommendations" VALUES(150,615); +INSERT INTO "crtRecommendations" VALUES(150,617); +INSERT INTO "crtRecommendations" VALUES(150,621); +INSERT INTO "crtRecommendations" VALUES(150,622); +INSERT INTO "crtRecommendations" VALUES(150,623); +INSERT INTO "crtRecommendations" VALUES(150,624); +INSERT INTO "crtRecommendations" VALUES(150,626); +INSERT INTO "crtRecommendations" VALUES(150,627); +INSERT INTO "crtRecommendations" VALUES(150,629); +INSERT INTO "crtRecommendations" VALUES(150,630); +INSERT INTO "crtRecommendations" VALUES(150,638); +INSERT INTO "crtRecommendations" VALUES(150,639); +INSERT INTO "crtRecommendations" VALUES(150,641); +INSERT INTO "crtRecommendations" VALUES(150,642); +INSERT INTO "crtRecommendations" VALUES(150,644); +INSERT INTO "crtRecommendations" VALUES(150,671); +INSERT INTO "crtRecommendations" VALUES(150,2006); +INSERT INTO "crtRecommendations" VALUES(150,2834); +INSERT INTO "crtRecommendations" VALUES(150,2836); +INSERT INTO "crtRecommendations" VALUES(150,3516); +INSERT INTO "crtRecommendations" VALUES(150,3518); +INSERT INTO "crtRecommendations" VALUES(150,3756); +INSERT INTO "crtRecommendations" VALUES(150,3764); +INSERT INTO "crtRecommendations" VALUES(150,4302); +INSERT INTO "crtRecommendations" VALUES(150,4306); +INSERT INTO "crtRecommendations" VALUES(150,4308); +INSERT INTO "crtRecommendations" VALUES(150,4310); +INSERT INTO "crtRecommendations" VALUES(150,11011); +INSERT INTO "crtRecommendations" VALUES(150,11176); +INSERT INTO "crtRecommendations" VALUES(150,11178); +INSERT INTO "crtRecommendations" VALUES(150,11184); +INSERT INTO "crtRecommendations" VALUES(150,11186); +INSERT INTO "crtRecommendations" VALUES(150,11196); +INSERT INTO "crtRecommendations" VALUES(150,11198); +INSERT INTO "crtRecommendations" VALUES(150,11200); +INSERT INTO "crtRecommendations" VALUES(150,11202); +INSERT INTO "crtRecommendations" VALUES(150,11365); +INSERT INTO "crtRecommendations" VALUES(150,11371); +INSERT INTO "crtRecommendations" VALUES(150,11377); +INSERT INTO "crtRecommendations" VALUES(150,11379); +INSERT INTO "crtRecommendations" VALUES(150,11381); +INSERT INTO "crtRecommendations" VALUES(150,11393); +INSERT INTO "crtRecommendations" VALUES(150,11400); +INSERT INTO "crtRecommendations" VALUES(150,11567); +INSERT INTO "crtRecommendations" VALUES(150,11936); +INSERT INTO "crtRecommendations" VALUES(150,11938); +INSERT INTO "crtRecommendations" VALUES(150,11940); +INSERT INTO "crtRecommendations" VALUES(150,11942); +INSERT INTO "crtRecommendations" VALUES(150,11959); +INSERT INTO "crtRecommendations" VALUES(150,11961); +INSERT INTO "crtRecommendations" VALUES(150,11963); +INSERT INTO "crtRecommendations" VALUES(150,11969); +INSERT INTO "crtRecommendations" VALUES(150,11971); +INSERT INTO "crtRecommendations" VALUES(150,11993); +INSERT INTO "crtRecommendations" VALUES(150,11995); +INSERT INTO "crtRecommendations" VALUES(150,11999); +INSERT INTO "crtRecommendations" VALUES(150,12003); +INSERT INTO "crtRecommendations" VALUES(150,12011); +INSERT INTO "crtRecommendations" VALUES(150,12013); +INSERT INTO "crtRecommendations" VALUES(150,12015); +INSERT INTO "crtRecommendations" VALUES(150,12017); +INSERT INTO "crtRecommendations" VALUES(150,12019); +INSERT INTO "crtRecommendations" VALUES(150,12021); +INSERT INTO "crtRecommendations" VALUES(150,12023); +INSERT INTO "crtRecommendations" VALUES(150,12032); +INSERT INTO "crtRecommendations" VALUES(150,12034); +INSERT INTO "crtRecommendations" VALUES(150,12038); +INSERT INTO "crtRecommendations" VALUES(150,12042); +INSERT INTO "crtRecommendations" VALUES(150,12044); +INSERT INTO "crtRecommendations" VALUES(150,13202); +INSERT INTO "crtRecommendations" VALUES(150,16227); +INSERT INTO "crtRecommendations" VALUES(150,16229); +INSERT INTO "crtRecommendations" VALUES(150,16231); +INSERT INTO "crtRecommendations" VALUES(150,16236); +INSERT INTO "crtRecommendations" VALUES(150,16238); +INSERT INTO "crtRecommendations" VALUES(150,16240); +INSERT INTO "crtRecommendations" VALUES(150,16242); +INSERT INTO "crtRecommendations" VALUES(150,17619); +INSERT INTO "crtRecommendations" VALUES(150,17634); +INSERT INTO "crtRecommendations" VALUES(150,17636); +INSERT INTO "crtRecommendations" VALUES(150,17703); +INSERT INTO "crtRecommendations" VALUES(150,17709); +INSERT INTO "crtRecommendations" VALUES(150,17713); +INSERT INTO "crtRecommendations" VALUES(150,17715); +INSERT INTO "crtRecommendations" VALUES(150,17718); +INSERT INTO "crtRecommendations" VALUES(150,17720); +INSERT INTO "crtRecommendations" VALUES(150,17722); +INSERT INTO "crtRecommendations" VALUES(150,17726); +INSERT INTO "crtRecommendations" VALUES(150,17728); +INSERT INTO "crtRecommendations" VALUES(150,17732); +INSERT INTO "crtRecommendations" VALUES(150,17736); +INSERT INTO "crtRecommendations" VALUES(150,17738); +INSERT INTO "crtRecommendations" VALUES(150,17740); +INSERT INTO "crtRecommendations" VALUES(150,17812); +INSERT INTO "crtRecommendations" VALUES(150,17841); +INSERT INTO "crtRecommendations" VALUES(150,17918); +INSERT INTO "crtRecommendations" VALUES(150,17920); +INSERT INTO "crtRecommendations" VALUES(150,17922); +INSERT INTO "crtRecommendations" VALUES(150,17924); +INSERT INTO "crtRecommendations" VALUES(150,17926); +INSERT INTO "crtRecommendations" VALUES(150,17928); +INSERT INTO "crtRecommendations" VALUES(150,17930); +INSERT INTO "crtRecommendations" VALUES(150,17932); +INSERT INTO "crtRecommendations" VALUES(150,19720); +INSERT INTO "crtRecommendations" VALUES(150,19722); +INSERT INTO "crtRecommendations" VALUES(150,19724); +INSERT INTO "crtRecommendations" VALUES(150,19726); +INSERT INTO "crtRecommendations" VALUES(150,22428); +INSERT INTO "crtRecommendations" VALUES(150,22430); +INSERT INTO "crtRecommendations" VALUES(150,22436); +INSERT INTO "crtRecommendations" VALUES(150,22440); +INSERT INTO "crtRecommendations" VALUES(150,22442); +INSERT INTO "crtRecommendations" VALUES(150,22444); +INSERT INTO "crtRecommendations" VALUES(150,22446); +INSERT INTO "crtRecommendations" VALUES(150,22448); +INSERT INTO "crtRecommendations" VALUES(150,22452); +INSERT INTO "crtRecommendations" VALUES(150,22456); +INSERT INTO "crtRecommendations" VALUES(150,22460); +INSERT INTO "crtRecommendations" VALUES(150,22464); +INSERT INTO "crtRecommendations" VALUES(150,22466); +INSERT INTO "crtRecommendations" VALUES(150,22468); +INSERT INTO "crtRecommendations" VALUES(150,22470); +INSERT INTO "crtRecommendations" VALUES(150,22474); +INSERT INTO "crtRecommendations" VALUES(150,23773); +INSERT INTO "crtRecommendations" VALUES(150,24688); +INSERT INTO "crtRecommendations" VALUES(150,24690); +INSERT INTO "crtRecommendations" VALUES(150,24692); +INSERT INTO "crtRecommendations" VALUES(150,24694); +INSERT INTO "crtRecommendations" VALUES(150,24696); +INSERT INTO "crtRecommendations" VALUES(150,24698); +INSERT INTO "crtRecommendations" VALUES(150,24702); +INSERT INTO "crtRecommendations" VALUES(150,26840); +INSERT INTO "crtRecommendations" VALUES(150,26842); +INSERT INTO "crtRecommendations" VALUES(150,28659); +INSERT INTO "crtRecommendations" VALUES(150,28661); +INSERT INTO "crtRecommendations" VALUES(150,28665); +INSERT INTO "crtRecommendations" VALUES(150,28710); +INSERT INTO "crtRecommendations" VALUES(150,29336); +INSERT INTO "crtRecommendations" VALUES(150,29337); +INSERT INTO "crtRecommendations" VALUES(150,29340); +INSERT INTO "crtRecommendations" VALUES(150,29344); +INSERT INTO "crtRecommendations" VALUES(150,29984); +INSERT INTO "crtRecommendations" VALUES(150,29986); +INSERT INTO "crtRecommendations" VALUES(150,29988); +INSERT INTO "crtRecommendations" VALUES(150,29990); +INSERT INTO "crtRecommendations" VALUES(150,32207); +INSERT INTO "crtRecommendations" VALUES(150,32209); +INSERT INTO "crtRecommendations" VALUES(150,32305); +INSERT INTO "crtRecommendations" VALUES(150,32307); +INSERT INTO "crtRecommendations" VALUES(150,32309); +INSERT INTO "crtRecommendations" VALUES(150,32311); +INSERT INTO "crtRecommendations" VALUES(150,32788); +INSERT INTO "crtRecommendations" VALUES(150,32840); +INSERT INTO "crtRecommendations" VALUES(150,32842); +INSERT INTO "crtRecommendations" VALUES(150,32844); +INSERT INTO "crtRecommendations" VALUES(150,32846); +INSERT INTO "crtRecommendations" VALUES(150,32848); +INSERT INTO "crtRecommendations" VALUES(150,32872); +INSERT INTO "crtRecommendations" VALUES(150,32876); +INSERT INTO "crtRecommendations" VALUES(150,32878); +INSERT INTO "crtRecommendations" VALUES(150,33079); +INSERT INTO "crtRecommendations" VALUES(150,33081); +INSERT INTO "crtRecommendations" VALUES(150,33083); +INSERT INTO "crtRecommendations" VALUES(150,33099); +INSERT INTO "crtRecommendations" VALUES(150,33151); +INSERT INTO "crtRecommendations" VALUES(150,33153); +INSERT INTO "crtRecommendations" VALUES(150,33155); +INSERT INTO "crtRecommendations" VALUES(150,33157); +INSERT INTO "crtRecommendations" VALUES(150,33395); +INSERT INTO "crtRecommendations" VALUES(150,33397); +INSERT INTO "crtRecommendations" VALUES(150,33470); +INSERT INTO "crtRecommendations" VALUES(150,33472); +INSERT INTO "crtRecommendations" VALUES(150,33553); +INSERT INTO "crtRecommendations" VALUES(150,33623); +INSERT INTO "crtRecommendations" VALUES(150,33625); +INSERT INTO "crtRecommendations" VALUES(150,33627); +INSERT INTO "crtRecommendations" VALUES(150,33629); +INSERT INTO "crtRecommendations" VALUES(150,33631); +INSERT INTO "crtRecommendations" VALUES(150,33633); +INSERT INTO "crtRecommendations" VALUES(150,33635); +INSERT INTO "crtRecommendations" VALUES(150,33637); +INSERT INTO "crtRecommendations" VALUES(150,33639); +INSERT INTO "crtRecommendations" VALUES(150,33641); +INSERT INTO "crtRecommendations" VALUES(150,33643); +INSERT INTO "crtRecommendations" VALUES(150,33645); +INSERT INTO "crtRecommendations" VALUES(150,33647); +INSERT INTO "crtRecommendations" VALUES(150,33649); +INSERT INTO "crtRecommendations" VALUES(150,33651); +INSERT INTO "crtRecommendations" VALUES(150,33653); +INSERT INTO "crtRecommendations" VALUES(150,33655); +INSERT INTO "crtRecommendations" VALUES(150,33657); +INSERT INTO "crtRecommendations" VALUES(150,33659); +INSERT INTO "crtRecommendations" VALUES(150,33661); +INSERT INTO "crtRecommendations" VALUES(150,33663); +INSERT INTO "crtRecommendations" VALUES(150,33665); +INSERT INTO "crtRecommendations" VALUES(150,33667); +INSERT INTO "crtRecommendations" VALUES(150,33669); +INSERT INTO "crtRecommendations" VALUES(150,33673); +INSERT INTO "crtRecommendations" VALUES(150,33675); +INSERT INTO "crtRecommendations" VALUES(150,33677); +INSERT INTO "crtRecommendations" VALUES(150,33678); +INSERT INTO "crtRecommendations" VALUES(150,33816); +INSERT INTO "crtRecommendations" VALUES(150,33818); +INSERT INTO "crtRecommendations" VALUES(150,33820); +INSERT INTO "crtRecommendations" VALUES(150,33869); +INSERT INTO "crtRecommendations" VALUES(150,33871); +INSERT INTO "crtRecommendations" VALUES(150,33873); +INSERT INTO "crtRecommendations" VALUES(150,33877); +INSERT INTO "crtRecommendations" VALUES(150,33879); +INSERT INTO "crtRecommendations" VALUES(150,33881); +INSERT INTO "crtRecommendations" VALUES(150,33883); +INSERT INTO "crtRecommendations" VALUES(150,34118); +INSERT INTO "crtRecommendations" VALUES(150,34151); +INSERT INTO "crtRecommendations" VALUES(150,34317); +INSERT INTO "crtRecommendations" VALUES(150,34562); +INSERT INTO "crtRecommendations" VALUES(150,34828); +INSERT INTO "crtRecommendations" VALUES(150,35683); +INSERT INTO "crtRecommendations" VALUES(150,35779); +INSERT INTO "crtRecommendations" VALUES(150,35781); +INSERT INTO "crtRecommendations" VALUES(150,37453); +INSERT INTO "crtRecommendations" VALUES(150,37454); +INSERT INTO "crtRecommendations" VALUES(150,37455); +INSERT INTO "crtRecommendations" VALUES(150,37456); +INSERT INTO "crtRecommendations" VALUES(150,37480); +INSERT INTO "crtRecommendations" VALUES(150,37481); +INSERT INTO "crtRecommendations" VALUES(150,37482); +INSERT INTO "crtRecommendations" VALUES(150,37483); +INSERT INTO "crtRecommendations" VALUES(151,20183); +INSERT INTO "crtRecommendations" VALUES(151,20185); +INSERT INTO "crtRecommendations" VALUES(151,20187); +INSERT INTO "crtRecommendations" VALUES(151,20189); +INSERT INTO "crtRecommendations" VALUES(151,28844); +INSERT INTO "crtRecommendations" VALUES(151,28846); +INSERT INTO "crtRecommendations" VALUES(151,28848); +INSERT INTO "crtRecommendations" VALUES(151,28850); +INSERT INTO "crtRecommendations" VALUES(151,34328); +INSERT INTO "crtRecommendations" VALUES(152,671); +INSERT INTO "crtRecommendations" VALUES(152,3514); +INSERT INTO "crtRecommendations" VALUES(152,3756); +INSERT INTO "crtRecommendations" VALUES(152,3764); +INSERT INTO "crtRecommendations" VALUES(152,11567); +INSERT INTO "crtRecommendations" VALUES(152,16227); +INSERT INTO "crtRecommendations" VALUES(152,16229); +INSERT INTO "crtRecommendations" VALUES(152,16231); +INSERT INTO "crtRecommendations" VALUES(152,16233); +INSERT INTO "crtRecommendations" VALUES(152,22442); +INSERT INTO "crtRecommendations" VALUES(152,22444); +INSERT INTO "crtRecommendations" VALUES(152,22446); +INSERT INTO "crtRecommendations" VALUES(152,22448); +INSERT INTO "crtRecommendations" VALUES(152,22466); +INSERT INTO "crtRecommendations" VALUES(152,22468); +INSERT INTO "crtRecommendations" VALUES(152,22470); +INSERT INTO "crtRecommendations" VALUES(152,22474); +INSERT INTO "crtRecommendations" VALUES(152,22852); +INSERT INTO "crtRecommendations" VALUES(152,23757); +INSERT INTO "crtRecommendations" VALUES(152,23773); +INSERT INTO "crtRecommendations" VALUES(152,23911); +INSERT INTO "crtRecommendations" VALUES(152,23913); +INSERT INTO "crtRecommendations" VALUES(152,23915); +INSERT INTO "crtRecommendations" VALUES(152,23917); +INSERT INTO "crtRecommendations" VALUES(152,23919); +INSERT INTO "crtRecommendations" VALUES(152,24483); +INSERT INTO "crtRecommendations" VALUES(152,24696); +INSERT INTO "crtRecommendations" VALUES(152,24698); +INSERT INTO "crtRecommendations" VALUES(152,24700); +INSERT INTO "crtRecommendations" VALUES(152,24702); +INSERT INTO "crtRecommendations" VALUES(152,29984); +INSERT INTO "crtRecommendations" VALUES(152,29986); +INSERT INTO "crtRecommendations" VALUES(152,29988); +INSERT INTO "crtRecommendations" VALUES(152,29990); +INSERT INTO "crtRecommendations" VALUES(152,33151); +INSERT INTO "crtRecommendations" VALUES(152,33153); +INSERT INTO "crtRecommendations" VALUES(152,33155); +INSERT INTO "crtRecommendations" VALUES(152,33157); +INSERT INTO "crtRecommendations" VALUES(152,33869); +INSERT INTO "crtRecommendations" VALUES(152,33871); +INSERT INTO "crtRecommendations" VALUES(152,33873); +INSERT INTO "crtRecommendations" VALUES(152,33875); +INSERT INTO "crtRecommendations" VALUES(152,37480); +INSERT INTO "crtRecommendations" VALUES(152,37481); +INSERT INTO "crtRecommendations" VALUES(152,37482); +INSERT INTO "crtRecommendations" VALUES(152,37483); +INSERT INTO "crtRecommendations" VALUES(152,37604); +INSERT INTO "crtRecommendations" VALUES(152,37605); +INSERT INTO "crtRecommendations" VALUES(152,37606); +INSERT INTO "crtRecommendations" VALUES(152,37607); +INSERT INTO "crtRecommendations" VALUES(153,671); +INSERT INTO "crtRecommendations" VALUES(153,3514); +INSERT INTO "crtRecommendations" VALUES(153,3756); +INSERT INTO "crtRecommendations" VALUES(153,3764); +INSERT INTO "crtRecommendations" VALUES(153,11567); +INSERT INTO "crtRecommendations" VALUES(153,16227); +INSERT INTO "crtRecommendations" VALUES(153,16229); +INSERT INTO "crtRecommendations" VALUES(153,16231); +INSERT INTO "crtRecommendations" VALUES(153,16233); +INSERT INTO "crtRecommendations" VALUES(153,22442); +INSERT INTO "crtRecommendations" VALUES(153,22444); +INSERT INTO "crtRecommendations" VALUES(153,22446); +INSERT INTO "crtRecommendations" VALUES(153,22448); +INSERT INTO "crtRecommendations" VALUES(153,22466); +INSERT INTO "crtRecommendations" VALUES(153,22468); +INSERT INTO "crtRecommendations" VALUES(153,22470); +INSERT INTO "crtRecommendations" VALUES(153,22474); +INSERT INTO "crtRecommendations" VALUES(153,22852); +INSERT INTO "crtRecommendations" VALUES(153,23757); +INSERT INTO "crtRecommendations" VALUES(153,23773); +INSERT INTO "crtRecommendations" VALUES(153,23911); +INSERT INTO "crtRecommendations" VALUES(153,23913); +INSERT INTO "crtRecommendations" VALUES(153,23915); +INSERT INTO "crtRecommendations" VALUES(153,23917); +INSERT INTO "crtRecommendations" VALUES(153,23919); +INSERT INTO "crtRecommendations" VALUES(153,24483); +INSERT INTO "crtRecommendations" VALUES(153,24696); +INSERT INTO "crtRecommendations" VALUES(153,24698); +INSERT INTO "crtRecommendations" VALUES(153,24700); +INSERT INTO "crtRecommendations" VALUES(153,24702); +INSERT INTO "crtRecommendations" VALUES(153,29984); +INSERT INTO "crtRecommendations" VALUES(153,29986); +INSERT INTO "crtRecommendations" VALUES(153,29988); +INSERT INTO "crtRecommendations" VALUES(153,29990); +INSERT INTO "crtRecommendations" VALUES(153,33151); +INSERT INTO "crtRecommendations" VALUES(153,33153); +INSERT INTO "crtRecommendations" VALUES(153,33155); +INSERT INTO "crtRecommendations" VALUES(153,33157); +INSERT INTO "crtRecommendations" VALUES(153,33869); +INSERT INTO "crtRecommendations" VALUES(153,33871); +INSERT INTO "crtRecommendations" VALUES(153,33873); +INSERT INTO "crtRecommendations" VALUES(153,33875); +INSERT INTO "crtRecommendations" VALUES(153,37480); +INSERT INTO "crtRecommendations" VALUES(153,37481); +INSERT INTO "crtRecommendations" VALUES(153,37482); +INSERT INTO "crtRecommendations" VALUES(153,37483); +INSERT INTO "crtRecommendations" VALUES(153,37604); +INSERT INTO "crtRecommendations" VALUES(153,37605); +INSERT INTO "crtRecommendations" VALUES(153,37606); +INSERT INTO "crtRecommendations" VALUES(153,37607); +INSERT INTO "crtRecommendations" VALUES(154,671); +INSERT INTO "crtRecommendations" VALUES(154,3514); +INSERT INTO "crtRecommendations" VALUES(154,3756); +INSERT INTO "crtRecommendations" VALUES(154,3764); +INSERT INTO "crtRecommendations" VALUES(154,11567); +INSERT INTO "crtRecommendations" VALUES(154,16227); +INSERT INTO "crtRecommendations" VALUES(154,16229); +INSERT INTO "crtRecommendations" VALUES(154,16231); +INSERT INTO "crtRecommendations" VALUES(154,16233); +INSERT INTO "crtRecommendations" VALUES(154,22442); +INSERT INTO "crtRecommendations" VALUES(154,22444); +INSERT INTO "crtRecommendations" VALUES(154,22446); +INSERT INTO "crtRecommendations" VALUES(154,22448); +INSERT INTO "crtRecommendations" VALUES(154,22466); +INSERT INTO "crtRecommendations" VALUES(154,22468); +INSERT INTO "crtRecommendations" VALUES(154,22470); +INSERT INTO "crtRecommendations" VALUES(154,22474); +INSERT INTO "crtRecommendations" VALUES(154,22852); +INSERT INTO "crtRecommendations" VALUES(154,23757); +INSERT INTO "crtRecommendations" VALUES(154,23773); +INSERT INTO "crtRecommendations" VALUES(154,23911); +INSERT INTO "crtRecommendations" VALUES(154,23913); +INSERT INTO "crtRecommendations" VALUES(154,23915); +INSERT INTO "crtRecommendations" VALUES(154,23917); +INSERT INTO "crtRecommendations" VALUES(154,23919); +INSERT INTO "crtRecommendations" VALUES(154,24483); +INSERT INTO "crtRecommendations" VALUES(154,24696); +INSERT INTO "crtRecommendations" VALUES(154,24698); +INSERT INTO "crtRecommendations" VALUES(154,24700); +INSERT INTO "crtRecommendations" VALUES(154,24702); +INSERT INTO "crtRecommendations" VALUES(154,29984); +INSERT INTO "crtRecommendations" VALUES(154,29986); +INSERT INTO "crtRecommendations" VALUES(154,29988); +INSERT INTO "crtRecommendations" VALUES(154,29990); +INSERT INTO "crtRecommendations" VALUES(154,33151); +INSERT INTO "crtRecommendations" VALUES(154,33153); +INSERT INTO "crtRecommendations" VALUES(154,33155); +INSERT INTO "crtRecommendations" VALUES(154,33157); +INSERT INTO "crtRecommendations" VALUES(154,33869); +INSERT INTO "crtRecommendations" VALUES(154,33871); +INSERT INTO "crtRecommendations" VALUES(154,33873); +INSERT INTO "crtRecommendations" VALUES(154,33875); +INSERT INTO "crtRecommendations" VALUES(154,37480); +INSERT INTO "crtRecommendations" VALUES(154,37481); +INSERT INTO "crtRecommendations" VALUES(154,37482); +INSERT INTO "crtRecommendations" VALUES(154,37483); +INSERT INTO "crtRecommendations" VALUES(154,37604); +INSERT INTO "crtRecommendations" VALUES(154,37605); +INSERT INTO "crtRecommendations" VALUES(154,37606); +INSERT INTO "crtRecommendations" VALUES(154,37607); +INSERT INTO "crtRecommendations" VALUES(164,593); +INSERT INTO "crtRecommendations" VALUES(164,629); +INSERT INTO "crtRecommendations" VALUES(164,2006); +INSERT INTO "crtRecommendations" VALUES(164,2834); +INSERT INTO "crtRecommendations" VALUES(164,3516); +INSERT INTO "crtRecommendations" VALUES(164,4308); +INSERT INTO "crtRecommendations" VALUES(164,11959); +INSERT INTO "crtRecommendations" VALUES(164,11999); +INSERT INTO "crtRecommendations" VALUES(164,12015); +INSERT INTO "crtRecommendations" VALUES(164,12042); +INSERT INTO "crtRecommendations" VALUES(164,16227); +INSERT INTO "crtRecommendations" VALUES(164,17476); +INSERT INTO "crtRecommendations" VALUES(164,17478); +INSERT INTO "crtRecommendations" VALUES(164,17480); +INSERT INTO "crtRecommendations" VALUES(164,17709); +INSERT INTO "crtRecommendations" VALUES(164,17713); +INSERT INTO "crtRecommendations" VALUES(164,17720); +INSERT INTO "crtRecommendations" VALUES(164,17926); +INSERT INTO "crtRecommendations" VALUES(164,17930); +INSERT INTO "crtRecommendations" VALUES(164,22436); +INSERT INTO "crtRecommendations" VALUES(164,22444); +INSERT INTO "crtRecommendations" VALUES(164,22446); +INSERT INTO "crtRecommendations" VALUES(164,22448); +INSERT INTO "crtRecommendations" VALUES(164,22470); +INSERT INTO "crtRecommendations" VALUES(164,22544); +INSERT INTO "crtRecommendations" VALUES(164,22546); +INSERT INTO "crtRecommendations" VALUES(164,22548); +INSERT INTO "crtRecommendations" VALUES(164,24698); +INSERT INTO "crtRecommendations" VALUES(164,24702); +INSERT INTO "crtRecommendations" VALUES(164,28659); +INSERT INTO "crtRecommendations" VALUES(164,28710); +INSERT INTO "crtRecommendations" VALUES(164,29336); +INSERT INTO "crtRecommendations" VALUES(164,29984); +INSERT INTO "crtRecommendations" VALUES(164,29990); +INSERT INTO "crtRecommendations" VALUES(164,32209); +INSERT INTO "crtRecommendations" VALUES(164,32872); +INSERT INTO "crtRecommendations" VALUES(164,32874); +INSERT INTO "crtRecommendations" VALUES(164,33079); +INSERT INTO "crtRecommendations" VALUES(164,33081); +INSERT INTO "crtRecommendations" VALUES(164,33153); +INSERT INTO "crtRecommendations" VALUES(164,33157); +INSERT INTO "crtRecommendations" VALUES(164,33468); +INSERT INTO "crtRecommendations" VALUES(164,33639); +INSERT INTO "crtRecommendations" VALUES(164,33641); +INSERT INTO "crtRecommendations" VALUES(164,33673); +INSERT INTO "crtRecommendations" VALUES(164,33683); +INSERT INTO "crtRecommendations" VALUES(164,33818); +INSERT INTO "crtRecommendations" VALUES(164,33873); +INSERT INTO "crtRecommendations" VALUES(164,37453); +INSERT INTO "crtRecommendations" VALUES(164,37456); +INSERT INTO "crtRecommendations" VALUES(164,37483); +INSERT INTO "crtRecommendations" VALUES(165,626); +INSERT INTO "crtRecommendations" VALUES(165,627); +INSERT INTO "crtRecommendations" VALUES(165,628); +INSERT INTO "crtRecommendations" VALUES(165,630); +INSERT INTO "crtRecommendations" VALUES(165,633); +INSERT INTO "crtRecommendations" VALUES(165,638); +INSERT INTO "crtRecommendations" VALUES(165,639); +INSERT INTO "crtRecommendations" VALUES(165,640); +INSERT INTO "crtRecommendations" VALUES(165,641); +INSERT INTO "crtRecommendations" VALUES(165,642); +INSERT INTO "crtRecommendations" VALUES(165,2836); +INSERT INTO "crtRecommendations" VALUES(165,3518); +INSERT INTO "crtRecommendations" VALUES(165,3756); +INSERT INTO "crtRecommendations" VALUES(165,4005); +INSERT INTO "crtRecommendations" VALUES(165,11961); +INSERT INTO "crtRecommendations" VALUES(165,11963); +INSERT INTO "crtRecommendations" VALUES(165,11965); +INSERT INTO "crtRecommendations" VALUES(165,11969); +INSERT INTO "crtRecommendations" VALUES(165,11971); +INSERT INTO "crtRecommendations" VALUES(165,12019); +INSERT INTO "crtRecommendations" VALUES(165,12023); +INSERT INTO "crtRecommendations" VALUES(165,16229); +INSERT INTO "crtRecommendations" VALUES(165,16231); +INSERT INTO "crtRecommendations" VALUES(165,16233); +INSERT INTO "crtRecommendations" VALUES(165,17636); +INSERT INTO "crtRecommendations" VALUES(165,17715); +INSERT INTO "crtRecommendations" VALUES(165,17722); +INSERT INTO "crtRecommendations" VALUES(165,17726); +INSERT INTO "crtRecommendations" VALUES(165,17732); +INSERT INTO "crtRecommendations" VALUES(165,17736); +INSERT INTO "crtRecommendations" VALUES(165,17920); +INSERT INTO "crtRecommendations" VALUES(165,17922); +INSERT INTO "crtRecommendations" VALUES(165,20125); +INSERT INTO "crtRecommendations" VALUES(165,22466); +INSERT INTO "crtRecommendations" VALUES(165,22468); +INSERT INTO "crtRecommendations" VALUES(165,22474); +INSERT INTO "crtRecommendations" VALUES(165,24688); +INSERT INTO "crtRecommendations" VALUES(165,24692); +INSERT INTO "crtRecommendations" VALUES(165,24696); +INSERT INTO "crtRecommendations" VALUES(165,28606); +INSERT INTO "crtRecommendations" VALUES(165,28661); +INSERT INTO "crtRecommendations" VALUES(165,28665); +INSERT INTO "crtRecommendations" VALUES(165,29344); +INSERT INTO "crtRecommendations" VALUES(165,29986); +INSERT INTO "crtRecommendations" VALUES(165,32309); +INSERT INTO "crtRecommendations" VALUES(165,33151); +INSERT INTO "crtRecommendations" VALUES(165,33155); +INSERT INTO "crtRecommendations" VALUES(165,33395); +INSERT INTO "crtRecommendations" VALUES(165,33623); +INSERT INTO "crtRecommendations" VALUES(165,33625); +INSERT INTO "crtRecommendations" VALUES(165,33627); +INSERT INTO "crtRecommendations" VALUES(165,33629); +INSERT INTO "crtRecommendations" VALUES(165,33651); +INSERT INTO "crtRecommendations" VALUES(165,33653); +INSERT INTO "crtRecommendations" VALUES(165,33675); +INSERT INTO "crtRecommendations" VALUES(165,33685); +INSERT INTO "crtRecommendations" VALUES(165,33820); +INSERT INTO "crtRecommendations" VALUES(165,33869); +INSERT INTO "crtRecommendations" VALUES(165,33871); +INSERT INTO "crtRecommendations" VALUES(165,33875); +INSERT INTO "crtRecommendations" VALUES(165,34118); +INSERT INTO "crtCertSkills" VALUES(50,3300,3,4,4,5,5); +INSERT INTO "crtCertSkills" VALUES(50,3303,1,3,4,5,5); +INSERT INTO "crtCertSkills" VALUES(50,11083,0,0,0,1,5); +INSERT INTO "crtCertSkills" VALUES(50,3310,1,3,4,4,5); +INSERT INTO "crtCertSkills" VALUES(50,3311,1,3,4,4,5); +INSERT INTO "crtCertSkills" VALUES(50,3312,1,3,4,4,5); +INSERT INTO "crtCertSkills" VALUES(50,3315,0,3,4,4,5); +INSERT INTO "crtCertSkills" VALUES(50,3316,1,3,4,4,5); +INSERT INTO "crtCertSkills" VALUES(50,3317,0,3,4,4,5); +INSERT INTO "crtCertSkills" VALUES(50,12213,0,0,0,1,5); +INSERT INTO "crtCertSkills" VALUES(64,3300,3,4,5,5,5); +INSERT INTO "crtCertSkills" VALUES(64,3303,3,3,3,3,3); +INSERT INTO "crtCertSkills" VALUES(64,3306,1,3,4,5,5); +INSERT INTO "crtCertSkills" VALUES(64,12204,0,0,0,1,5); +INSERT INTO "crtCertSkills" VALUES(64,3310,1,3,4,4,5); +INSERT INTO "crtCertSkills" VALUES(64,3311,1,3,4,4,5); +INSERT INTO "crtCertSkills" VALUES(64,3312,1,3,4,4,5); +INSERT INTO "crtCertSkills" VALUES(64,3315,0,3,4,4,5); +INSERT INTO "crtCertSkills" VALUES(64,3316,1,3,4,4,5); +INSERT INTO "crtCertSkills" VALUES(64,3317,0,3,4,4,5); +INSERT INTO "crtCertSkills" VALUES(64,12214,0,0,0,1,5); +INSERT INTO "crtCertSkills" VALUES(65,3300,5,5,5,5,5); +INSERT INTO "crtCertSkills" VALUES(65,3303,3,3,3,3,3); +INSERT INTO "crtCertSkills" VALUES(65,3306,3,3,3,3,3); +INSERT INTO "crtCertSkills" VALUES(65,12205,0,0,0,1,5); +INSERT INTO "crtCertSkills" VALUES(65,3310,1,3,4,4,5); +INSERT INTO "crtCertSkills" VALUES(65,3309,1,3,4,5,5); +INSERT INTO "crtCertSkills" VALUES(65,3312,1,3,4,5,5); +INSERT INTO "crtCertSkills" VALUES(65,3315,1,3,4,4,5); +INSERT INTO "crtCertSkills" VALUES(65,3316,1,3,4,4,5); +INSERT INTO "crtCertSkills" VALUES(65,3317,1,3,4,4,5); +INSERT INTO "crtCertSkills" VALUES(65,12215,0,0,0,1,5); +INSERT INTO "crtCertSkills" VALUES(65,3311,1,3,4,5,5); +INSERT INTO "crtCertSkills" VALUES(66,3300,5,5,5,5,5); +INSERT INTO "crtCertSkills" VALUES(66,3303,3,3,3,3,3); +INSERT INTO "crtCertSkills" VALUES(66,3306,3,3,3,3,3); +INSERT INTO "crtCertSkills" VALUES(66,20327,1,2,3,4,5); +INSERT INTO "crtCertSkills" VALUES(66,3309,5,5,5,5,5); +INSERT INTO "crtCertSkills" VALUES(66,3310,1,3,4,5,5); +INSERT INTO "crtCertSkills" VALUES(66,3311,1,3,4,5,5); +INSERT INTO "crtCertSkills" VALUES(66,3312,1,3,4,5,5); +INSERT INTO "crtCertSkills" VALUES(66,3315,1,3,4,5,5); +INSERT INTO "crtCertSkills" VALUES(66,3316,1,3,4,5,5); +INSERT INTO "crtCertSkills" VALUES(66,3317,1,3,4,5,5); +INSERT INTO "crtCertSkills" VALUES(67,3300,3,4,4,5,5); +INSERT INTO "crtCertSkills" VALUES(67,3301,1,3,4,5,5); +INSERT INTO "crtCertSkills" VALUES(67,11082,0,0,0,1,5); +INSERT INTO "crtCertSkills" VALUES(67,3310,1,3,4,4,5); +INSERT INTO "crtCertSkills" VALUES(67,3311,1,3,4,4,5); +INSERT INTO "crtCertSkills" VALUES(67,3312,1,3,4,4,5); +INSERT INTO "crtCertSkills" VALUES(67,12210,0,0,0,1,5); +INSERT INTO "crtCertSkills" VALUES(67,3315,0,3,4,4,5); +INSERT INTO "crtCertSkills" VALUES(67,3316,1,3,4,4,5); +INSERT INTO "crtCertSkills" VALUES(67,3317,0,3,4,4,5); +INSERT INTO "crtCertSkills" VALUES(68,3300,3,4,5,5,5); +INSERT INTO "crtCertSkills" VALUES(68,3301,3,3,3,3,3); +INSERT INTO "crtCertSkills" VALUES(68,3304,1,3,4,5,5); +INSERT INTO "crtCertSkills" VALUES(68,12206,0,0,0,1,5); +INSERT INTO "crtCertSkills" VALUES(68,3311,1,3,4,4,5); +INSERT INTO "crtCertSkills" VALUES(68,3312,1,3,4,4,5); +INSERT INTO "crtCertSkills" VALUES(68,3315,0,3,4,4,5); +INSERT INTO "crtCertSkills" VALUES(68,3316,1,3,4,4,5); +INSERT INTO "crtCertSkills" VALUES(68,3310,1,3,4,4,5); +INSERT INTO "crtCertSkills" VALUES(68,12211,0,0,0,1,5); +INSERT INTO "crtCertSkills" VALUES(68,3317,0,3,4,4,5); +INSERT INTO "crtCertSkills" VALUES(69,3300,5,5,5,5,5); +INSERT INTO "crtCertSkills" VALUES(69,3301,3,3,3,3,3); +INSERT INTO "crtCertSkills" VALUES(69,3304,3,3,3,3,3); +INSERT INTO "crtCertSkills" VALUES(69,3307,1,3,4,5,5); +INSERT INTO "crtCertSkills" VALUES(69,3310,1,3,4,4,5); +INSERT INTO "crtCertSkills" VALUES(69,3311,1,3,4,5,5); +INSERT INTO "crtCertSkills" VALUES(69,3312,1,3,4,5,5); +INSERT INTO "crtCertSkills" VALUES(69,3315,1,3,4,4,5); +INSERT INTO "crtCertSkills" VALUES(69,3316,1,3,4,4,5); +INSERT INTO "crtCertSkills" VALUES(69,3317,1,3,4,4,5); +INSERT INTO "crtCertSkills" VALUES(69,12212,0,0,0,1,5); +INSERT INTO "crtCertSkills" VALUES(69,12207,0,0,0,1,5); +INSERT INTO "crtCertSkills" VALUES(70,21666,1,2,3,4,5); +INSERT INTO "crtCertSkills" VALUES(70,3300,5,5,5,5,5); +INSERT INTO "crtCertSkills" VALUES(70,3301,3,3,3,3,3); +INSERT INTO "crtCertSkills" VALUES(70,3304,3,3,3,3,3); +INSERT INTO "crtCertSkills" VALUES(70,3307,5,5,5,5,5); +INSERT INTO "crtCertSkills" VALUES(70,3310,1,3,4,5,5); +INSERT INTO "crtCertSkills" VALUES(70,3311,1,3,4,5,5); +INSERT INTO "crtCertSkills" VALUES(70,3312,1,3,4,5,5); +INSERT INTO "crtCertSkills" VALUES(70,3315,1,3,4,5,5); +INSERT INTO "crtCertSkills" VALUES(70,3316,1,3,4,5,5); +INSERT INTO "crtCertSkills" VALUES(70,3317,1,3,4,5,5); +INSERT INTO "crtCertSkills" VALUES(71,3300,3,4,4,5,5); +INSERT INTO "crtCertSkills" VALUES(71,3302,1,3,4,5,5); +INSERT INTO "crtCertSkills" VALUES(71,12201,0,0,0,1,5); +INSERT INTO "crtCertSkills" VALUES(71,11084,0,0,0,1,5); +INSERT INTO "crtCertSkills" VALUES(71,3310,1,3,4,4,5); +INSERT INTO "crtCertSkills" VALUES(71,3311,1,3,4,4,5); +INSERT INTO "crtCertSkills" VALUES(71,3312,1,3,4,4,5); +INSERT INTO "crtCertSkills" VALUES(71,3315,0,3,4,4,5); +INSERT INTO "crtCertSkills" VALUES(71,3317,0,3,4,4,5); +INSERT INTO "crtCertSkills" VALUES(72,3312,1,3,4,4,5); +INSERT INTO "crtCertSkills" VALUES(72,3300,3,4,5,5,5); +INSERT INTO "crtCertSkills" VALUES(72,3302,3,3,3,3,3); +INSERT INTO "crtCertSkills" VALUES(72,3305,1,3,4,5,5); +INSERT INTO "crtCertSkills" VALUES(72,12202,0,0,0,1,5); +INSERT INTO "crtCertSkills" VALUES(72,3310,1,3,4,4,5); +INSERT INTO "crtCertSkills" VALUES(72,3311,1,3,4,4,5); +INSERT INTO "crtCertSkills" VALUES(72,12208,0,0,0,1,5); +INSERT INTO "crtCertSkills" VALUES(72,3315,0,3,4,4,5); +INSERT INTO "crtCertSkills" VALUES(72,3317,0,3,4,4,5); +INSERT INTO "crtCertSkills" VALUES(73,3300,5,5,5,5,5); +INSERT INTO "crtCertSkills" VALUES(73,3302,3,3,3,3,3); +INSERT INTO "crtCertSkills" VALUES(73,3305,3,3,3,3,3); +INSERT INTO "crtCertSkills" VALUES(73,12203,0,0,0,1,5); +INSERT INTO "crtCertSkills" VALUES(73,3308,1,3,4,5,5); +INSERT INTO "crtCertSkills" VALUES(73,3310,1,3,4,4,5); +INSERT INTO "crtCertSkills" VALUES(73,3311,1,3,4,5,5); +INSERT INTO "crtCertSkills" VALUES(73,3312,1,3,4,5,5); +INSERT INTO "crtCertSkills" VALUES(73,12209,0,0,0,1,5); +INSERT INTO "crtCertSkills" VALUES(73,3315,1,3,4,4,5); +INSERT INTO "crtCertSkills" VALUES(73,3317,1,3,4,4,5); +INSERT INTO "crtCertSkills" VALUES(74,21667,1,2,3,4,5); +INSERT INTO "crtCertSkills" VALUES(74,3300,5,5,5,5,5); +INSERT INTO "crtCertSkills" VALUES(74,3302,3,3,3,3,3); +INSERT INTO "crtCertSkills" VALUES(74,3305,3,3,3,3,3); +INSERT INTO "crtCertSkills" VALUES(74,3308,5,5,5,5,5); +INSERT INTO "crtCertSkills" VALUES(74,3310,1,3,4,5,5); +INSERT INTO "crtCertSkills" VALUES(74,3311,1,3,4,5,5); +INSERT INTO "crtCertSkills" VALUES(74,3312,1,3,4,5,5); +INSERT INTO "crtCertSkills" VALUES(74,3315,1,3,4,5,5); +INSERT INTO "crtCertSkills" VALUES(74,3317,1,3,4,5,5); +INSERT INTO "crtCertSkills" VALUES(75,20315,0,3,4,4,5); +INSERT INTO "crtCertSkills" VALUES(75,20314,1,3,4,4,5); +INSERT INTO "crtCertSkills" VALUES(75,21071,1,3,4,4,5); +INSERT INTO "crtCertSkills" VALUES(75,20209,0,0,0,1,5); +INSERT INTO "crtCertSkills" VALUES(75,20210,0,0,0,1,5); +INSERT INTO "crtCertSkills" VALUES(75,3319,3,4,5,5,5); +INSERT INTO "crtCertSkills" VALUES(75,20312,0,0,4,4,5); +INSERT INTO "crtCertSkills" VALUES(75,12441,1,3,4,4,5); +INSERT INTO "crtCertSkills" VALUES(75,12442,1,3,4,4,5); +INSERT INTO "crtCertSkills" VALUES(75,3321,1,3,4,5,5); +INSERT INTO "crtCertSkills" VALUES(75,3320,1,3,4,5,5); +INSERT INTO "crtCertSkills" VALUES(76,12441,1,3,4,4,5); +INSERT INTO "crtCertSkills" VALUES(76,3319,3,4,5,5,5); +INSERT INTO "crtCertSkills" VALUES(76,21071,1,3,4,4,5); +INSERT INTO "crtCertSkills" VALUES(76,20211,0,0,0,1,5); +INSERT INTO "crtCertSkills" VALUES(76,25718,0,0,0,1,5); +INSERT INTO "crtCertSkills" VALUES(76,25719,1,3,4,5,5); +INSERT INTO "crtCertSkills" VALUES(76,20312,0,0,4,4,5); +INSERT INTO "crtCertSkills" VALUES(76,3321,3,3,3,3,3); +INSERT INTO "crtCertSkills" VALUES(76,12442,1,3,4,4,5); +INSERT INTO "crtCertSkills" VALUES(76,20315,0,3,4,4,5); +INSERT INTO "crtCertSkills" VALUES(76,3324,1,3,4,5,5); +INSERT INTO "crtCertSkills" VALUES(76,20314,1,3,4,4,5); +INSERT INTO "crtCertSkills" VALUES(77,12441,1,3,4,4,5); +INSERT INTO "crtCertSkills" VALUES(77,21071,1,3,4,4,5); +INSERT INTO "crtCertSkills" VALUES(77,3325,1,3,4,5,5); +INSERT INTO "crtCertSkills" VALUES(77,20212,0,0,0,1,5); +INSERT INTO "crtCertSkills" VALUES(77,20213,0,0,0,1,5); +INSERT INTO "crtCertSkills" VALUES(77,3319,5,5,5,5,5); +INSERT INTO "crtCertSkills" VALUES(77,20312,0,0,4,4,5); +INSERT INTO "crtCertSkills" VALUES(77,3321,3,3,3,3,3); +INSERT INTO "crtCertSkills" VALUES(77,20314,1,3,4,4,5); +INSERT INTO "crtCertSkills" VALUES(77,20315,0,3,4,4,5); +INSERT INTO "crtCertSkills" VALUES(77,3324,3,3,3,3,3); +INSERT INTO "crtCertSkills" VALUES(77,12442,1,3,4,4,5); +INSERT INTO "crtCertSkills" VALUES(77,3326,1,3,4,5,5); +INSERT INTO "crtCertSkills" VALUES(78,20315,1,3,4,5,5); +INSERT INTO "crtCertSkills" VALUES(78,21668,1,2,3,4,5); +INSERT INTO "crtCertSkills" VALUES(78,12441,1,3,4,5,5); +INSERT INTO "crtCertSkills" VALUES(78,21071,1,3,4,5,5); +INSERT INTO "crtCertSkills" VALUES(78,3325,5,5,5,5,5); +INSERT INTO "crtCertSkills" VALUES(78,32435,1,2,3,4,5); +INSERT INTO "crtCertSkills" VALUES(78,3319,5,5,5,5,5); +INSERT INTO "crtCertSkills" VALUES(78,20312,1,3,4,5,5); +INSERT INTO "crtCertSkills" VALUES(78,3300,2,2,2,2,2); +INSERT INTO "crtCertSkills" VALUES(78,20314,1,3,4,5,5); +INSERT INTO "crtCertSkills" VALUES(78,3321,3,3,3,3,3); +INSERT INTO "crtCertSkills" VALUES(78,3324,3,3,3,3,3); +INSERT INTO "crtCertSkills" VALUES(78,12442,1,3,4,5,5); +INSERT INTO "crtCertSkills" VALUES(78,3326,5,5,5,5,5); +INSERT INTO "crtCertSkills" VALUES(79,12441,4,4,4,4,5); +INSERT INTO "crtCertSkills" VALUES(79,28073,1,3,4,5,5); +INSERT INTO "crtCertSkills" VALUES(79,21071,1,3,4,4,5); +INSERT INTO "crtCertSkills" VALUES(79,3325,1,3,4,5,5); +INSERT INTO "crtCertSkills" VALUES(79,20213,0,0,0,1,5); +INSERT INTO "crtCertSkills" VALUES(79,3319,3,4,5,5,5); +INSERT INTO "crtCertSkills" VALUES(79,20312,0,0,4,4,5); +INSERT INTO "crtCertSkills" VALUES(79,3321,3,3,3,3,3); +INSERT INTO "crtCertSkills" VALUES(79,20314,1,3,4,4,5); +INSERT INTO "crtCertSkills" VALUES(79,20315,0,3,4,4,5); +INSERT INTO "crtCertSkills" VALUES(79,3324,3,3,3,3,3); +INSERT INTO "crtCertSkills" VALUES(79,12442,1,3,4,4,5); +INSERT INTO "crtCertSkills" VALUES(81,3348,5,5,5,5,5); +INSERT INTO "crtCertSkills" VALUES(81,3442,5,5,5,5,5); +INSERT INTO "crtCertSkills" VALUES(81,3436,5,5,5,5,5); +INSERT INTO "crtCertSkills" VALUES(81,23069,1,2,3,4,5); +INSERT INTO "crtCertSkills" VALUES(81,24613,1,2,3,4,5); +INSERT INTO "crtCertSkills" VALUES(82,3442,5,5,5,5,5); +INSERT INTO "crtCertSkills" VALUES(82,32339,1,2,3,4,5); +INSERT INTO "crtCertSkills" VALUES(82,3348,5,5,5,5,5); +INSERT INTO "crtCertSkills" VALUES(82,24613,1,2,3,4,5); +INSERT INTO "crtCertSkills" VALUES(82,3436,5,5,5,5,5); +INSERT INTO "crtCertSkills" VALUES(82,23069,5,5,5,5,5); +INSERT INTO "crtCertSkills" VALUES(83,3392,3,3,3,3,3); +INSERT INTO "crtCertSkills" VALUES(83,3426,1,1,1,1,1); +INSERT INTO "crtCertSkills" VALUES(83,25863,2,2,2,2,2); +INSERT INTO "crtCertSkills" VALUES(83,3436,4,4,4,5,5); +INSERT INTO "crtCertSkills" VALUES(83,3438,1,2,3,4,5); +INSERT INTO "crtCertSkills" VALUES(83,3440,1,2,3,4,5); +INSERT INTO "crtCertSkills" VALUES(83,3386,2,2,2,2,2); +INSERT INTO "crtCertSkills" VALUES(83,3551,3,3,3,3,3); +INSERT INTO "crtCertSkills" VALUES(84,3392,3,3,3,3,3); +INSERT INTO "crtCertSkills" VALUES(84,3393,2,2,2,2,2); +INSERT INTO "crtCertSkills" VALUES(84,23618,1,1,1,1,1); +INSERT INTO "crtCertSkills" VALUES(84,16069,3,3,3,4,4); +INSERT INTO "crtCertSkills" VALUES(84,3402,2,2,2,2,2); +INSERT INTO "crtCertSkills" VALUES(84,3436,5,5,5,5,5); +INSERT INTO "crtCertSkills" VALUES(84,3439,1,2,3,4,5); +INSERT INTO "crtCertSkills" VALUES(84,3422,3,3,3,4,4); +INSERT INTO "crtCertSkills" VALUES(84,3413,3,3,3,3,3); +INSERT INTO "crtCertSkills" VALUES(84,27902,3,3,3,4,4); +INSERT INTO "crtCertSkills" VALUES(85,3424,0,1,3,4,5); +INSERT INTO "crtCertSkills" VALUES(85,3425,0,1,3,4,5); +INSERT INTO "crtCertSkills" VALUES(85,21059,0,1,3,4,5); +INSERT INTO "crtCertSkills" VALUES(85,3402,1,1,1,1,1); +INSERT INTO "crtCertSkills" VALUES(85,12365,0,0,1,4,5); +INSERT INTO "crtCertSkills" VALUES(85,12366,0,0,1,4,5); +INSERT INTO "crtCertSkills" VALUES(85,12367,0,0,1,4,5); +INSERT INTO "crtCertSkills" VALUES(85,11566,0,0,1,4,5); +INSERT INTO "crtCertSkills" VALUES(85,3416,1,3,4,5,5); +INSERT INTO "crtCertSkills" VALUES(85,3419,0,1,3,5,5); +INSERT INTO "crtCertSkills" VALUES(85,3420,0,1,3,4,4); +INSERT INTO "crtCertSkills" VALUES(85,3413,1,3,3,3,3); +INSERT INTO "crtCertSkills" VALUES(86,21802,1,2,3,4,5); +INSERT INTO "crtCertSkills" VALUES(86,12365,0,1,3,4,5); +INSERT INTO "crtCertSkills" VALUES(86,12366,0,1,3,4,5); +INSERT INTO "crtCertSkills" VALUES(86,12367,0,1,3,4,5); +INSERT INTO "crtCertSkills" VALUES(86,11566,0,1,3,4,5); +INSERT INTO "crtCertSkills" VALUES(86,3416,5,5,5,5,5); +INSERT INTO "crtCertSkills" VALUES(86,3419,5,5,5,5,5); +INSERT INTO "crtCertSkills" VALUES(86,3420,0,1,3,4,5); +INSERT INTO "crtCertSkills" VALUES(86,3413,5,5,5,5,5); +INSERT INTO "crtCertSkills" VALUES(87,3402,2,2,2,2,2); +INSERT INTO "crtCertSkills" VALUES(87,3413,3,3,3,3,3); +INSERT INTO "crtCertSkills" VALUES(87,3422,1,2,3,4,5); +INSERT INTO "crtCertSkills" VALUES(88,3402,2,2,2,2,2); +INSERT INTO "crtCertSkills" VALUES(88,24571,1,2,3,4,5); +INSERT INTO "crtCertSkills" VALUES(88,3413,5,5,5,5,5); +INSERT INTO "crtCertSkills" VALUES(88,3422,5,5,5,5,5); +INSERT INTO "crtCertSkills" VALUES(89,3392,1,3,4,5,5); +INSERT INTO "crtCertSkills" VALUES(89,3393,1,2,3,4,5); +INSERT INTO "crtCertSkills" VALUES(89,3394,1,3,4,5,5); +INSERT INTO "crtCertSkills" VALUES(89,22806,0,0,1,4,5); +INSERT INTO "crtCertSkills" VALUES(89,33078,0,0,1,3,5); +INSERT INTO "crtCertSkills" VALUES(89,22807,0,0,1,4,5); +INSERT INTO "crtCertSkills" VALUES(89,22808,0,0,1,4,5); +INSERT INTO "crtCertSkills" VALUES(89,22809,0,0,1,4,5); +INSERT INTO "crtCertSkills" VALUES(90,3392,5,5,5,5,5); +INSERT INTO "crtCertSkills" VALUES(90,3393,5,5,5,5,5); +INSERT INTO "crtCertSkills" VALUES(90,3394,5,5,5,5,5); +INSERT INTO "crtCertSkills" VALUES(90,21803,1,2,3,4,5); +INSERT INTO "crtCertSkills" VALUES(90,22806,0,1,3,4,5); +INSERT INTO "crtCertSkills" VALUES(90,22807,0,1,3,4,5); +INSERT INTO "crtCertSkills" VALUES(90,22808,0,1,3,4,5); +INSERT INTO "crtCertSkills" VALUES(90,22809,0,1,3,4,5); +INSERT INTO "crtCertSkills" VALUES(91,3392,3,3,3,4,5); +INSERT INTO "crtCertSkills" VALUES(91,3393,2,2,2,2,2); +INSERT INTO "crtCertSkills" VALUES(91,16069,1,2,3,4,5); +INSERT INTO "crtCertSkills" VALUES(92,3392,3,3,3,3,3); +INSERT INTO "crtCertSkills" VALUES(92,3393,2,2,2,2,2); +INSERT INTO "crtCertSkills" VALUES(92,16069,5,5,5,5,5); +INSERT INTO "crtCertSkills" VALUES(92,24568,1,2,3,4,5); +INSERT INTO "crtCertSkills" VALUES(93,33002,0,0,3,4,5); +INSERT INTO "crtCertSkills" VALUES(93,3431,0,1,3,4,5); +INSERT INTO "crtCertSkills" VALUES(93,3428,0,1,3,4,5); +INSERT INTO "crtCertSkills" VALUES(93,3426,1,2,4,4,4); +INSERT INTO "crtCertSkills" VALUES(93,3429,1,3,4,5,5); +INSERT INTO "crtCertSkills" VALUES(94,3327,1,2,3,4,5); +INSERT INTO "crtCertSkills" VALUES(94,3449,1,3,4,5,5); +INSERT INTO "crtCertSkills" VALUES(94,3450,0,1,3,4,5); +INSERT INTO "crtCertSkills" VALUES(94,3451,0,0,1,3,5); +INSERT INTO "crtCertSkills" VALUES(94,3452,0,1,3,4,5); +INSERT INTO "crtCertSkills" VALUES(94,3453,0,1,3,4,5); +INSERT INTO "crtCertSkills" VALUES(94,3454,0,0,0,3,5); +INSERT INTO "crtCertSkills" VALUES(94,3455,0,1,3,4,5); +INSERT INTO "crtCertSkills" VALUES(95,20533,0,0,1,3,5); +INSERT INTO "crtCertSkills" VALUES(95,20342,1,3,5,5,5); +INSERT INTO "crtCertSkills" VALUES(95,3449,5,5,5,5,5); +INSERT INTO "crtCertSkills" VALUES(95,3455,1,3,5,5,5); +INSERT INTO "crtCertSkills" VALUES(95,3453,0,1,4,5,5); +INSERT INTO "crtCertSkills" VALUES(95,3327,5,5,5,5,5); +INSERT INTO "crtCertSkills" VALUES(96,3424,0,1,3,4,5); +INSERT INTO "crtCertSkills" VALUES(96,3426,1,3,4,5,5); +INSERT INTO "crtCertSkills" VALUES(96,3413,1,3,4,5,5); +INSERT INTO "crtCertSkills" VALUES(96,3432,0,1,3,4,5); +INSERT INTO "crtCertSkills" VALUES(96,3417,1,3,4,5,5); +INSERT INTO "crtCertSkills" VALUES(96,3402,1,1,1,1,1); +INSERT INTO "crtCertSkills" VALUES(96,3418,0,1,3,4,5); +INSERT INTO "crtCertSkills" VALUES(97,3402,2,2,2,2,2); +INSERT INTO "crtCertSkills" VALUES(97,3413,3,3,3,3,3); +INSERT INTO "crtCertSkills" VALUES(97,3423,1,2,3,4,5); +INSERT INTO "crtCertSkills" VALUES(98,3402,2,2,2,2,2); +INSERT INTO "crtCertSkills" VALUES(98,24572,1,2,3,4,5); +INSERT INTO "crtCertSkills" VALUES(98,3413,5,5,5,5,5); +INSERT INTO "crtCertSkills" VALUES(98,3423,5,5,5,5,5); +INSERT INTO "crtCertSkills" VALUES(99,3449,2,2,2,2,2); +INSERT INTO "crtCertSkills" VALUES(99,3426,3,3,3,3,3); +INSERT INTO "crtCertSkills" VALUES(99,3435,1,2,3,4,5); +INSERT INTO "crtCertSkills" VALUES(100,19760,0,1,3,4,5); +INSERT INTO "crtCertSkills" VALUES(100,19761,0,0,0,4,5); +INSERT INTO "crtCertSkills" VALUES(100,3426,1,3,4,5,5); +INSERT INTO "crtCertSkills" VALUES(100,3427,1,2,3,4,5); +INSERT INTO "crtCertSkills" VALUES(100,19759,0,0,3,4,5); +INSERT INTO "crtCertSkills" VALUES(101,19760,0,1,3,4,5); +INSERT INTO "crtCertSkills" VALUES(101,3426,3,3,4,5,5); +INSERT INTO "crtCertSkills" VALUES(101,3427,1,2,3,3,3); +INSERT INTO "crtCertSkills" VALUES(101,19766,0,0,0,4,5); +INSERT INTO "crtCertSkills" VALUES(101,3433,1,2,3,4,5); +INSERT INTO "crtCertSkills" VALUES(101,19759,0,0,3,4,5); +INSERT INTO "crtCertSkills" VALUES(102,19760,0,1,3,4,5); +INSERT INTO "crtCertSkills" VALUES(102,3426,3,3,4,5,5); +INSERT INTO "crtCertSkills" VALUES(102,3427,1,2,3,3,3); +INSERT INTO "crtCertSkills" VALUES(102,19767,0,0,0,4,5); +INSERT INTO "crtCertSkills" VALUES(102,3434,1,2,3,4,5); +INSERT INTO "crtCertSkills" VALUES(102,19759,0,0,3,4,5); +INSERT INTO "crtCertSkills" VALUES(103,19760,0,1,3,4,5); +INSERT INTO "crtCertSkills" VALUES(103,19921,1,2,3,4,5); +INSERT INTO "crtCertSkills" VALUES(103,3426,3,3,4,5,5); +INSERT INTO "crtCertSkills" VALUES(103,3427,1,2,3,3,3); +INSERT INTO "crtCertSkills" VALUES(103,19922,0,0,0,4,5); +INSERT INTO "crtCertSkills" VALUES(103,19759,0,0,3,4,5); +INSERT INTO "crtCertSkills" VALUES(104,3426,1,1,1,1,1); +INSERT INTO "crtCertSkills" VALUES(104,25811,0,0,3,4,5); +INSERT INTO "crtCertSkills" VALUES(104,3412,1,2,3,4,5); +INSERT INTO "crtCertSkills" VALUES(104,3402,3,3,3,3,3); +INSERT INTO "crtCertSkills" VALUES(104,25739,1,2,3,4,5); +INSERT INTO "crtCertSkills" VALUES(104,25810,0,0,0,4,5); +INSERT INTO "crtCertSkills" VALUES(104,3551,1,2,3,4,5); +INSERT INTO "crtCertSkills" VALUES(105,3426,2,2,2,2,2); +INSERT INTO "crtCertSkills" VALUES(105,3413,2,2,2,2,2); +INSERT INTO "crtCertSkills" VALUES(105,21718,1,2,3,4,5); +INSERT INTO "crtCertSkills" VALUES(105,3432,3,3,3,3,3); +INSERT INTO "crtCertSkills" VALUES(105,3402,3,3,3,3,3); +INSERT INTO "crtCertSkills" VALUES(105,13278,1,2,3,4,5); +INSERT INTO "crtCertSkills" VALUES(105,3551,1,2,3,3,3); +INSERT INTO "crtCertSkills" VALUES(106,22578,0,3,4,4,5); +INSERT INTO "crtCertSkills" VALUES(106,11395,0,0,0,4,5); +INSERT INTO "crtCertSkills" VALUES(106,25544,0,0,1,4,5); +INSERT INTO "crtCertSkills" VALUES(106,16281,0,0,1,4,5); +INSERT INTO "crtCertSkills" VALUES(106,3402,0,0,4,4,4); +INSERT INTO "crtCertSkills" VALUES(106,3386,1,3,4,5,5); +INSERT INTO "crtCertSkills" VALUES(106,3410,0,0,1,5,5); +INSERT INTO "crtCertSkills" VALUES(107,3392,3,3,3,3,3); +INSERT INTO "crtCertSkills" VALUES(107,3426,1,1,1,1,1); +INSERT INTO "crtCertSkills" VALUES(107,3551,3,3,3,3,3); +INSERT INTO "crtCertSkills" VALUES(107,25863,1,2,3,4,5); +INSERT INTO "crtCertSkills" VALUES(108,3392,0,0,3,3,3); +INSERT INTO "crtCertSkills" VALUES(108,3426,4,4,4,4,4); +INSERT INTO "crtCertSkills" VALUES(108,11579,1,2,3,4,5); +INSERT INTO "crtCertSkills" VALUES(109,11569,1,2,3,4,5); +INSERT INTO "crtCertSkills" VALUES(109,3354,1,2,3,4,5); +INSERT INTO "crtCertSkills" VALUES(109,3348,5,5,5,5,5); +INSERT INTO "crtCertSkills" VALUES(109,20494,5,5,5,5,5); +INSERT INTO "crtCertSkills" VALUES(110,22536,5,5,5,5,5); +INSERT INTO "crtCertSkills" VALUES(110,22552,1,2,3,4,5); +INSERT INTO "crtCertSkills" VALUES(110,3354,1,2,3,4,5); +INSERT INTO "crtCertSkills" VALUES(110,3348,5,5,5,5,5); +INSERT INTO "crtCertSkills" VALUES(111,16596,0,0,1,5,5); +INSERT INTO "crtCertSkills" VALUES(111,3446,1,2,3,4,5); +INSERT INTO "crtCertSkills" VALUES(111,3443,2,4,5,5,5); +INSERT INTO "crtCertSkills" VALUES(111,16622,0,4,4,4,5); +INSERT INTO "crtCertSkills" VALUES(111,25233,0,0,0,4,5); +INSERT INTO "crtCertSkills" VALUES(111,16594,1,3,4,4,5); +INSERT INTO "crtCertSkills" VALUES(111,16595,0,1,3,4,5); +INSERT INTO "crtCertSkills" VALUES(111,18580,0,0,0,4,5); +INSERT INTO "crtCertSkills" VALUES(111,16597,0,1,3,4,5); +INSERT INTO "crtCertSkills" VALUES(111,16598,2,3,4,5,5); +INSERT INTO "crtCertSkills" VALUES(111,3447,0,0,1,4,4); +INSERT INTO "crtCertSkills" VALUES(111,3444,1,3,5,5,5); +INSERT INTO "crtCertSkills" VALUES(111,3355,1,1,1,1,1); +INSERT INTO "crtCertSkills" VALUES(111,25235,1,2,3,4,5); +INSERT INTO "crtCertSkills" VALUES(112,3361,0,1,3,4,5); +INSERT INTO "crtCertSkills" VALUES(112,3443,0,0,3,3,3); +INSERT INTO "crtCertSkills" VALUES(112,3348,0,0,3,3,3); +INSERT INTO "crtCertSkills" VALUES(112,3893,0,0,0,4,5); +INSERT INTO "crtCertSkills" VALUES(112,3894,0,0,0,4,5); +INSERT INTO "crtCertSkills" VALUES(112,3895,0,0,0,4,5); +INSERT INTO "crtCertSkills" VALUES(112,3380,0,0,3,3,3); +INSERT INTO "crtCertSkills" VALUES(112,3355,2,3,4,5,5); +INSERT INTO "crtCertSkills" VALUES(112,3356,1,2,3,4,5); +INSERT INTO "crtCertSkills" VALUES(112,3357,1,2,3,4,5); +INSERT INTO "crtCertSkills" VALUES(112,3358,0,0,1,4,5); +INSERT INTO "crtCertSkills" VALUES(112,3359,0,1,3,4,5); +INSERT INTO "crtCertSkills" VALUES(113,3392,0,1,3,3,3); +INSERT INTO "crtCertSkills" VALUES(113,26252,0,0,1,3,4); +INSERT INTO "crtCertSkills" VALUES(113,26253,0,0,0,1,4); +INSERT INTO "crtCertSkills" VALUES(113,26254,0,0,0,1,4); +INSERT INTO "crtCertSkills" VALUES(113,26255,0,0,0,1,4); +INSERT INTO "crtCertSkills" VALUES(113,26256,0,0,0,1,4); +INSERT INTO "crtCertSkills" VALUES(113,26257,0,0,0,1,4); +INSERT INTO "crtCertSkills" VALUES(113,26258,0,0,0,1,4); +INSERT INTO "crtCertSkills" VALUES(113,26259,0,0,0,1,4); +INSERT INTO "crtCertSkills" VALUES(113,3380,3,3,4,5,5); +INSERT INTO "crtCertSkills" VALUES(113,26261,0,0,0,1,4); +INSERT INTO "crtCertSkills" VALUES(113,26260,0,0,0,1,4); +INSERT INTO "crtCertSkills" VALUES(113,3388,0,1,3,4,5); +INSERT INTO "crtCertSkills" VALUES(114,3402,3,3,4,5,5); +INSERT INTO "crtCertSkills" VALUES(114,3409,0,0,3,5,5); +INSERT INTO "crtCertSkills" VALUES(114,12180,0,0,0,4,5); +INSERT INTO "crtCertSkills" VALUES(114,12181,0,0,0,4,5); +INSERT INTO "crtCertSkills" VALUES(114,12182,0,0,0,4,5); +INSERT INTO "crtCertSkills" VALUES(114,12183,0,0,3,4,5); +INSERT INTO "crtCertSkills" VALUES(114,12184,0,0,3,4,5); +INSERT INTO "crtCertSkills" VALUES(114,12185,0,0,3,4,5); +INSERT INTO "crtCertSkills" VALUES(114,12186,0,2,3,4,5); +INSERT INTO "crtCertSkills" VALUES(114,12187,0,2,3,4,5); +INSERT INTO "crtCertSkills" VALUES(114,12188,0,2,3,4,5); +INSERT INTO "crtCertSkills" VALUES(114,12189,0,0,0,4,5); +INSERT INTO "crtCertSkills" VALUES(114,12190,0,2,3,4,5); +INSERT INTO "crtCertSkills" VALUES(114,12191,1,2,3,4,5); +INSERT INTO "crtCertSkills" VALUES(114,12192,1,2,3,4,5); +INSERT INTO "crtCertSkills" VALUES(114,12193,1,2,3,4,5); +INSERT INTO "crtCertSkills" VALUES(114,12194,0,0,3,4,5); +INSERT INTO "crtCertSkills" VALUES(114,12195,1,2,3,4,5); +INSERT INTO "crtCertSkills" VALUES(114,12196,0,0,0,4,5); +INSERT INTO "crtCertSkills" VALUES(114,18025,0,0,0,4,5); +INSERT INTO "crtCertSkills" VALUES(114,11443,0,0,0,4,4); +INSERT INTO "crtCertSkills" VALUES(114,3380,1,1,1,1,1); +INSERT INTO "crtCertSkills" VALUES(114,3385,4,5,5,5,5); +INSERT INTO "crtCertSkills" VALUES(114,3389,0,0,4,5,5); +INSERT INTO "crtCertSkills" VALUES(114,3413,3,3,4,5,5); +INSERT INTO "crtCertSkills" VALUES(117,3416,1,2,3,4,5); +INSERT INTO "crtCertSkills" VALUES(117,3419,0,0,3,4,5); +INSERT INTO "crtCertSkills" VALUES(117,3413,1,2,3,3,3); +INSERT INTO "crtCertSkills" VALUES(118,3392,1,2,3,4,5); +INSERT INTO "crtCertSkills" VALUES(118,3394,1,2,3,4,5); +INSERT INTO "crtCertSkills" VALUES(119,2403,0,0,0,4,5); +INSERT INTO "crtCertSkills" VALUES(119,2406,0,0,3,4,5); +INSERT INTO "crtCertSkills" VALUES(119,2505,1,2,3,4,5); +INSERT INTO "crtCertSkills" VALUES(119,3402,3,4,4,4,4); +INSERT INTO "crtCertSkills" VALUES(119,13279,1,2,3,4,5); +INSERT INTO "crtCertSkills" VALUES(119,2495,1,2,3,4,5); +INSERT INTO "crtCertSkills" VALUES(120,19760,0,1,3,4,5); +INSERT INTO "crtCertSkills" VALUES(120,3433,1,2,3,4,5); +INSERT INTO "crtCertSkills" VALUES(120,3426,3,3,4,4,4); +INSERT INTO "crtCertSkills" VALUES(120,3427,1,2,3,3,3); +INSERT INTO "crtCertSkills" VALUES(120,19759,0,0,3,4,5); +INSERT INTO "crtCertSkills" VALUES(132,11584,3,4,5,5,5); +INSERT INTO "crtCertSkills" VALUES(132,3363,2,4,5,5,5); +INSERT INTO "crtCertSkills" VALUES(132,3368,1,3,4,4,5); +INSERT INTO "crtCertSkills" VALUES(132,3373,0,0,4,5,5); +INSERT INTO "crtCertSkills" VALUES(132,12241,0,0,0,4,5); +INSERT INTO "crtCertSkills" VALUES(132,3731,0,0,4,5,5); +INSERT INTO "crtCertSkills" VALUES(132,3732,0,0,0,5,5); +INSERT INTO "crtCertSkills" VALUES(132,3355,3,3,3,3,3); +INSERT INTO "crtCertSkills" VALUES(133,23618,1,3,4,4,5); +INSERT INTO "crtCertSkills" VALUES(133,12484,0,0,0,1,5); +INSERT INTO "crtCertSkills" VALUES(133,12485,0,0,0,1,5); +INSERT INTO "crtCertSkills" VALUES(133,12486,0,0,0,1,5); +INSERT INTO "crtCertSkills" VALUES(133,12487,0,0,0,1,5); +INSERT INTO "crtCertSkills" VALUES(133,23566,0,3,4,4,5); +INSERT INTO "crtCertSkills" VALUES(133,12305,1,3,4,4,5); +INSERT INTO "crtCertSkills" VALUES(133,3426,0,1,1,1,1); +INSERT INTO "crtCertSkills" VALUES(133,3427,0,4,4,4,4); +INSERT INTO "crtCertSkills" VALUES(133,24241,1,3,4,5,5); +INSERT INTO "crtCertSkills" VALUES(133,23594,0,0,1,5,5); +INSERT INTO "crtCertSkills" VALUES(133,3436,4,5,5,5,5); +INSERT INTO "crtCertSkills" VALUES(133,3437,1,3,4,5,5); +INSERT INTO "crtCertSkills" VALUES(133,3441,0,3,4,5,5); +INSERT INTO "crtCertSkills" VALUES(133,3442,0,3,4,4,5); +INSERT INTO "crtCertSkills" VALUES(133,23606,0,3,4,4,5); +INSERT INTO "crtCertSkills" VALUES(138,4385,0,0,0,3,5); +INSERT INTO "crtCertSkills" VALUES(138,3327,1,2,3,4,5); +INSERT INTO "crtCertSkills" VALUES(138,3449,1,3,4,5,5); +INSERT INTO "crtCertSkills" VALUES(138,3450,0,1,3,4,5); +INSERT INTO "crtCertSkills" VALUES(138,3451,0,0,1,3,5); +INSERT INTO "crtCertSkills" VALUES(138,3452,0,1,3,4,5); +INSERT INTO "crtCertSkills" VALUES(138,3453,0,1,3,4,5); +INSERT INTO "crtCertSkills" VALUES(138,3454,0,0,0,3,5); +INSERT INTO "crtCertSkills" VALUES(138,3455,0,1,3,4,5); +INSERT INTO "crtCertSkills" VALUES(139,33000,0,0,3,4,5); +INSERT INTO "crtCertSkills" VALUES(139,3426,1,2,4,4,4); +INSERT INTO "crtCertSkills" VALUES(139,3428,0,1,3,4,5); +INSERT INTO "crtCertSkills" VALUES(139,3429,1,3,4,5,5); +INSERT INTO "crtCertSkills" VALUES(139,3431,0,1,3,4,5); +INSERT INTO "crtCertSkills" VALUES(140,3426,1,2,4,4,4); +INSERT INTO "crtCertSkills" VALUES(140,3431,0,1,3,4,5); +INSERT INTO "crtCertSkills" VALUES(140,3428,0,1,3,4,5); +INSERT INTO "crtCertSkills" VALUES(140,3429,1,3,4,5,5); +INSERT INTO "crtCertSkills" VALUES(140,32999,0,0,3,4,5); +INSERT INTO "crtCertSkills" VALUES(141,33001,0,0,3,4,5); +INSERT INTO "crtCertSkills" VALUES(141,3426,1,2,4,4,4); +INSERT INTO "crtCertSkills" VALUES(141,3428,0,1,3,4,5); +INSERT INTO "crtCertSkills" VALUES(141,3429,1,3,4,5,5); +INSERT INTO "crtCertSkills" VALUES(141,3431,0,1,3,4,5); +INSERT INTO "crtCertSkills" VALUES(142,3426,1,1,1,1,1); +INSERT INTO "crtCertSkills" VALUES(142,3429,5,5,5,5,5); +INSERT INTO "crtCertSkills" VALUES(142,3430,1,2,3,4,5); +INSERT INTO "crtCertSkills" VALUES(144,3449,1,3,4,5,5); +INSERT INTO "crtCertSkills" VALUES(144,3327,1,2,3,4,5); +INSERT INTO "crtCertSkills" VALUES(144,3453,0,1,3,4,5); +INSERT INTO "crtCertSkills" VALUES(144,3455,0,1,3,4,5); +INSERT INTO "crtCertSkills" VALUES(145,3456,1,3,5,5,5); +INSERT INTO "crtCertSkills" VALUES(145,3449,5,5,5,5,5); +INSERT INTO "crtCertSkills" VALUES(145,3402,5,5,5,5,5); +INSERT INTO "crtCertSkills" VALUES(145,21611,0,0,1,4,5); +INSERT INTO "crtCertSkills" VALUES(145,21610,0,3,4,4,5); +INSERT INTO "crtCertSkills" VALUES(145,3455,5,5,5,5,5); +INSERT INTO "crtCertSkills" VALUES(146,3426,1,2,4,4,4); +INSERT INTO "crtCertSkills" VALUES(146,3428,0,1,3,4,5); +INSERT INTO "crtCertSkills" VALUES(146,3429,1,3,4,5,5); +INSERT INTO "crtCertSkills" VALUES(146,3431,0,1,3,4,5); +INSERT INTO "crtCertSkills" VALUES(147,22043,1,2,3,4,5); +INSERT INTO "crtCertSkills" VALUES(147,3300,2,2,2,2,2); +INSERT INTO "crtCertSkills" VALUES(147,3318,5,5,5,5,5); +INSERT INTO "crtCertSkills" VALUES(147,11207,5,5,5,5,5); +INSERT INTO "crtCertSkills" VALUES(148,12096,5,5,5,5,5); +INSERT INTO "crtCertSkills" VALUES(148,3426,2,2,2,2,2); +INSERT INTO "crtCertSkills" VALUES(148,3428,5,5,5,5,5); +INSERT INTO "crtCertSkills" VALUES(148,3431,5,5,5,5,5); +INSERT INTO "crtCertSkills" VALUES(148,27906,1,2,3,4,5); +INSERT INTO "crtCertSkills" VALUES(148,3327,3,3,3,3,3); +INSERT INTO "crtCertSkills" VALUES(149,24625,4,4,4,4,4); +INSERT INTO "crtCertSkills" VALUES(149,3387,5,5,5,5,5); +INSERT INTO "crtCertSkills" VALUES(149,3380,3,3,3,3,3); +INSERT INTO "crtCertSkills" VALUES(149,28585,1,2,3,4,5); +INSERT INTO "crtCertSkills" VALUES(150,3300,2,2,2,2,2); +INSERT INTO "crtCertSkills" VALUES(150,3318,1,3,5,5,5); +INSERT INTO "crtCertSkills" VALUES(150,11207,0,0,1,4,5); +INSERT INTO "crtCertSkills" VALUES(151,3449,3,4,5,5,5); +INSERT INTO "crtCertSkills" VALUES(151,3327,5,5,5,5,5); +INSERT INTO "crtCertSkills" VALUES(151,3453,0,1,3,4,5); +INSERT INTO "crtCertSkills" VALUES(151,20342,1,2,3,4,5); +INSERT INTO "crtCertSkills" VALUES(151,3455,1,3,4,5,5); +INSERT INTO "crtCertSkills" VALUES(152,3352,1,2,3,4,5); +INSERT INTO "crtCertSkills" VALUES(152,3354,1,2,3,4,5); +INSERT INTO "crtCertSkills" VALUES(152,3348,5,5,5,5,5); +INSERT INTO "crtCertSkills" VALUES(152,20495,5,5,5,5,5); +INSERT INTO "crtCertSkills" VALUES(153,3348,5,5,5,5,5); +INSERT INTO "crtCertSkills" VALUES(153,3354,1,2,3,4,5); +INSERT INTO "crtCertSkills" VALUES(153,11572,1,2,3,4,5); +INSERT INTO "crtCertSkills" VALUES(153,3349,5,5,5,5,5); +INSERT INTO "crtCertSkills" VALUES(154,3354,1,2,3,4,5); +INSERT INTO "crtCertSkills" VALUES(154,3348,5,5,5,5,5); +INSERT INTO "crtCertSkills" VALUES(154,3350,5,5,5,5,5); +INSERT INTO "crtCertSkills" VALUES(154,3351,1,2,3,4,5); +INSERT INTO "crtCertSkills" VALUES(164,3426,0,1,1,1,1); +INSERT INTO "crtCertSkills" VALUES(164,3427,0,4,4,4,4); +INSERT INTO "crtCertSkills" VALUES(164,12484,0,0,0,1,5); +INSERT INTO "crtCertSkills" VALUES(164,12485,0,0,0,1,5); +INSERT INTO "crtCertSkills" VALUES(164,12486,0,0,0,1,5); +INSERT INTO "crtCertSkills" VALUES(164,12487,0,0,0,1,5); +INSERT INTO "crtCertSkills" VALUES(164,3436,4,5,5,5,5); +INSERT INTO "crtCertSkills" VALUES(164,3437,1,3,4,5,5); +INSERT INTO "crtCertSkills" VALUES(164,23566,0,3,4,4,5); +INSERT INTO "crtCertSkills" VALUES(164,12305,1,3,4,4,5); +INSERT INTO "crtCertSkills" VALUES(164,3442,0,3,4,4,5); +INSERT INTO "crtCertSkills" VALUES(164,23606,0,3,4,4,5); +INSERT INTO "crtCertSkills" VALUES(164,24241,1,3,4,5,5); +INSERT INTO "crtCertSkills" VALUES(164,23618,1,3,4,4,5); +INSERT INTO "crtCertSkills" VALUES(165,3426,0,1,1,1,1); +INSERT INTO "crtCertSkills" VALUES(165,3427,0,4,4,4,4); +INSERT INTO "crtCertSkills" VALUES(165,12484,0,0,0,1,5); +INSERT INTO "crtCertSkills" VALUES(165,12485,0,0,0,1,5); +INSERT INTO "crtCertSkills" VALUES(165,12486,0,0,0,1,5); +INSERT INTO "crtCertSkills" VALUES(165,12487,0,0,0,1,5); +INSERT INTO "crtCertSkills" VALUES(165,3436,4,5,5,5,5); +INSERT INTO "crtCertSkills" VALUES(165,3437,1,3,4,5,5); +INSERT INTO "crtCertSkills" VALUES(165,23566,0,3,4,4,5); +INSERT INTO "crtCertSkills" VALUES(165,12305,1,3,4,4,5); +INSERT INTO "crtCertSkills" VALUES(165,3442,0,3,4,4,5); +INSERT INTO "crtCertSkills" VALUES(165,33699,1,3,4,5,5); +INSERT INTO "crtCertSkills" VALUES(165,23606,0,3,4,4,5); +INSERT INTO "crtCertSkills" VALUES(165,24241,1,3,4,5,5); +INSERT INTO "crtCertSkills" VALUES(165,23618,1,3,4,4,5); +INSERT INTO "crtCertSkills" VALUES(167,3392,5,5,5,5,5); +INSERT INTO "crtCertSkills" VALUES(167,3380,5,5,5,5,5); +INSERT INTO "crtCertSkills" VALUES(167,22242,1,2,3,4,5); +INSERT INTO "crtCertSkills" VALUES(167,3388,5,5,5,5,5); +INSERT INTO "crtCertSkills" VALUES(168,3380,3,3,3,3,3); +INSERT INTO "crtCertSkills" VALUES(168,3387,1,3,4,5,5); +INSERT INTO "crtCertSkills" VALUES(168,24268,0,0,1,4,5); +INSERT INTO "crtCertSkills" VALUES(168,24625,0,0,0,1,5); +INSERT INTO "crtCertSkills" VALUES(169,3392,5,5,5,5,5); +INSERT INTO "crtCertSkills" VALUES(169,3402,5,5,5,5,5); +INSERT INTO "crtCertSkills" VALUES(169,11444,1,2,3,4,5); +INSERT INTO "crtCertSkills" VALUES(170,3392,5,5,5,5,5); +INSERT INTO "crtCertSkills" VALUES(170,3402,5,5,5,5,5); +INSERT INTO "crtCertSkills" VALUES(170,11454,1,2,3,4,5); +INSERT INTO "crtCertSkills" VALUES(171,3392,5,5,5,5,5); +INSERT INTO "crtCertSkills" VALUES(171,3402,5,5,5,5,5); +INSERT INTO "crtCertSkills" VALUES(171,11450,1,2,3,4,5); +INSERT INTO "crtCertSkills" VALUES(172,3392,5,5,5,5,5); +INSERT INTO "crtCertSkills" VALUES(172,3402,5,5,5,5,5); +INSERT INTO "crtCertSkills" VALUES(172,11445,1,2,3,4,5); +INSERT INTO "crtCertSkills" VALUES(173,3392,1,1,1,1,1); +INSERT INTO "crtCertSkills" VALUES(173,3395,1,2,3,4,5); +INSERT INTO "crtCertSkills" VALUES(173,3380,2,2,2,2,2); +INSERT INTO "crtCertSkills" VALUES(174,3392,1,1,1,1,1); +INSERT INTO "crtCertSkills" VALUES(174,3395,4,4,4,4,4); +INSERT INTO "crtCertSkills" VALUES(174,3380,2,2,2,2,2); +INSERT INTO "crtCertSkills" VALUES(174,3397,1,2,3,4,5); +INSERT INTO "crtCertSkills" VALUES(175,3392,3,3,3,3,3); +INSERT INTO "crtCertSkills" VALUES(175,3395,4,4,4,4,4); +INSERT INTO "crtCertSkills" VALUES(175,3380,2,2,2,2,2); +INSERT INTO "crtCertSkills" VALUES(175,3397,4,4,4,4,4); +INSERT INTO "crtCertSkills" VALUES(175,3398,1,2,3,4,5); +INSERT INTO "crtCertSkills" VALUES(176,3392,2,2,2,2,2); +INSERT INTO "crtCertSkills" VALUES(176,3380,3,3,3,3,3); +INSERT INTO "crtCertSkills" VALUES(176,3396,1,2,3,4,5); +INSERT INTO "crtCertSkills" VALUES(177,11433,1,2,3,4,5); +INSERT INTO "crtCertSkills" VALUES(177,3402,5,5,5,5,5); +INSERT INTO "crtCertSkills" VALUES(177,3413,5,5,5,5,5); +INSERT INTO "crtCertSkills" VALUES(177,11447,1,2,3,4,5); +INSERT INTO "crtCertSkills" VALUES(178,11441,1,2,3,4,5); +INSERT INTO "crtCertSkills" VALUES(178,3402,5,5,5,5,5); +INSERT INTO "crtCertSkills" VALUES(178,3413,5,5,5,5,5); +INSERT INTO "crtCertSkills" VALUES(178,11455,1,2,3,4,5); +INSERT INTO "crtCertSkills" VALUES(179,3392,5,5,5,5,5); +INSERT INTO "crtCertSkills" VALUES(179,3402,5,5,5,5,5); +INSERT INTO "crtCertSkills" VALUES(179,11451,1,2,3,4,5); +INSERT INTO "crtCertSkills" VALUES(179,11452,1,2,3,4,5); +INSERT INTO "crtCertSkills" VALUES(179,3413,5,5,5,5,5); +INSERT INTO "crtCertSkills" VALUES(180,3402,5,5,5,5,5); +INSERT INTO "crtCertSkills" VALUES(180,11443,1,2,3,4,5); +INSERT INTO "crtCertSkills" VALUES(180,11442,1,2,3,4,5); +INSERT INTO "crtCertSkills" VALUES(180,3426,5,5,5,5,5); +INSERT INTO "crtCertSkills" VALUES(180,3413,5,5,5,5,5); +INSERT INTO "crtCertSkills" VALUES(181,11433,1,2,3,4,5); +INSERT INTO "crtCertSkills" VALUES(181,3402,5,5,5,5,5); +INSERT INTO "crtCertSkills" VALUES(181,3413,5,5,5,5,5); +INSERT INTO "crtCertSkills" VALUES(181,11455,1,2,3,4,5); +INSERT INTO "crtCertSkills" VALUES(182,3392,5,5,5,5,5); +INSERT INTO "crtCertSkills" VALUES(182,3402,5,5,5,5,5); +INSERT INTO "crtCertSkills" VALUES(182,11452,1,2,3,4,5); +INSERT INTO "crtCertSkills" VALUES(182,3426,5,5,5,5,5); +INSERT INTO "crtCertSkills" VALUES(182,11453,1,2,3,4,5); +INSERT INTO "crtCertSkills" VALUES(183,3402,5,5,5,5,5); +INSERT INTO "crtCertSkills" VALUES(183,3413,5,5,5,5,5); +INSERT INTO "crtCertSkills" VALUES(183,11446,1,2,3,4,5); +INSERT INTO "crtCertSkills" VALUES(183,11455,1,2,3,4,5); +INSERT INTO "crtCertSkills" VALUES(184,3392,5,5,5,5,5); +INSERT INTO "crtCertSkills" VALUES(184,11529,1,2,3,4,5); +INSERT INTO "crtCertSkills" VALUES(184,3402,5,5,5,5,5); +INSERT INTO "crtCertSkills" VALUES(184,3426,5,5,5,5,5); +INSERT INTO "crtCertSkills" VALUES(184,11442,1,2,3,4,5); +INSERT INTO "crtCertSkills" VALUES(185,11448,1,2,3,4,5); +INSERT INTO "crtCertSkills" VALUES(185,3402,5,5,5,5,5); +INSERT INTO "crtCertSkills" VALUES(185,3426,5,5,5,5,5); +INSERT INTO "crtCertSkills" VALUES(185,11453,1,2,3,4,5); +INSERT INTO "crtCertSkills" VALUES(186,3392,5,5,5,5,5); +INSERT INTO "crtCertSkills" VALUES(186,3402,5,5,5,5,5); +INSERT INTO "crtCertSkills" VALUES(186,11452,1,2,3,4,5); +INSERT INTO "crtCertSkills" VALUES(186,3413,5,5,5,5,5); +INSERT INTO "crtCertSkills" VALUES(186,11447,1,2,3,4,5); +INSERT INTO "crtCertSkills" VALUES(187,3392,5,5,5,5,5); +INSERT INTO "crtCertSkills" VALUES(187,11449,1,2,3,4,5); +INSERT INTO "crtCertSkills" VALUES(187,3402,5,5,5,5,5); +INSERT INTO "crtCertSkills" VALUES(187,11529,1,2,3,4,5); +INSERT INTO "crtCertSkills" VALUES(188,3402,5,5,5,5,5); +INSERT INTO "crtCertSkills" VALUES(188,11443,1,2,3,4,5); +INSERT INTO "crtCertSkills" VALUES(188,3413,5,5,5,5,5); +INSERT INTO "crtCertSkills" VALUES(188,11455,1,2,3,4,5); +INSERT INTO "crtCertSkills" VALUES(189,11453,1,2,3,4,5); +INSERT INTO "crtCertSkills" VALUES(189,3402,5,5,5,5,5); +INSERT INTO "crtCertSkills" VALUES(189,3426,5,5,5,5,5); +INSERT INTO "crtCertSkills" VALUES(189,11446,1,2,3,4,5); +INSERT INTO "crtCertSkills" VALUES(189,3413,5,5,5,5,5); +INSERT INTO "crtCertSkills" VALUES(190,3392,5,5,5,5,5); +INSERT INTO "crtCertSkills" VALUES(190,11529,1,2,3,4,5); +INSERT INTO "crtCertSkills" VALUES(190,3402,5,5,5,5,5); +INSERT INTO "crtCertSkills" VALUES(190,11451,1,2,3,4,5); +INSERT INTO "crtCertSkills" VALUES(190,3413,5,5,5,5,5); +INSERT INTO "crtCertSkills" VALUES(191,11448,1,2,3,4,5); +INSERT INTO "crtCertSkills" VALUES(191,3402,5,5,5,5,5); +INSERT INTO "crtCertSkills" VALUES(191,3426,5,5,5,5,5); +INSERT INTO "crtCertSkills" VALUES(191,11446,1,2,3,4,5); +INSERT INTO "crtCertSkills" VALUES(191,3413,5,5,5,5,5); +INSERT INTO "crtCertSkills" VALUES(192,3392,5,5,5,5,5); +INSERT INTO "crtCertSkills" VALUES(192,11449,1,2,3,4,5); +INSERT INTO "crtCertSkills" VALUES(192,3402,5,5,5,5,5); +INSERT INTO "crtCertSkills" VALUES(192,11451,1,2,3,4,5); +INSERT INTO "crtCertSkills" VALUES(192,3413,5,5,5,5,5); +INSERT INTO "crtCertSkills" VALUES(193,3392,5,5,5,5,5); +INSERT INTO "crtCertSkills" VALUES(193,11441,1,1,1,1,1); +INSERT INTO "crtCertSkills" VALUES(193,3402,5,5,5,5,5); +INSERT INTO "crtCertSkills" VALUES(193,3413,5,5,5,5,5); +INSERT INTO "crtCertSkills" VALUES(193,11449,1,2,3,4,5); +INSERT INTO "crtCertSkills" VALUES(194,3409,1,2,3,4,5); +INSERT INTO "crtCertSkills" VALUES(194,3402,4,4,4,4,4); +INSERT INTO "crtCertSkills" VALUES(195,3402,3,3,3,3,3); +INSERT INTO "crtCertSkills" VALUES(195,3403,1,2,3,4,5); +INSERT INTO "crtCertSkills" VALUES(196,3402,1,2,3,4,5); +INSERT INTO "crtCertSkills" VALUES(197,24624,0,0,0,1,5); +INSERT INTO "crtCertSkills" VALUES(197,3402,3,3,3,3,3); +INSERT INTO "crtCertSkills" VALUES(197,3406,1,3,4,5,5); +INSERT INTO "crtCertSkills" VALUES(197,24270,0,0,1,4,5); +INSERT INTO "crtCertSkills" VALUES(198,3426,2,2,2,2,2); +INSERT INTO "crtCertSkills" VALUES(198,3413,2,2,2,2,2); +INSERT INTO "crtCertSkills" VALUES(198,21718,2,2,2,2,2); +INSERT INTO "crtCertSkills" VALUES(198,3432,3,3,3,3,3); +INSERT INTO "crtCertSkills" VALUES(198,3402,3,3,3,3,3); +INSERT INTO "crtCertSkills" VALUES(198,23087,1,2,3,4,5); +INSERT INTO "crtCertSkills" VALUES(199,3426,2,2,2,2,2); +INSERT INTO "crtCertSkills" VALUES(199,3413,2,2,2,2,2); +INSERT INTO "crtCertSkills" VALUES(199,21718,2,2,2,2,2); +INSERT INTO "crtCertSkills" VALUES(199,3432,3,3,3,3,3); +INSERT INTO "crtCertSkills" VALUES(199,3402,3,3,3,3,3); +INSERT INTO "crtCertSkills" VALUES(199,21790,1,2,3,4,5); +INSERT INTO "crtCertSkills" VALUES(200,23121,1,2,3,4,5); +INSERT INTO "crtCertSkills" VALUES(200,3426,2,2,2,2,2); +INSERT INTO "crtCertSkills" VALUES(200,3413,2,2,2,2,2); +INSERT INTO "crtCertSkills" VALUES(200,21718,2,2,2,2,2); +INSERT INTO "crtCertSkills" VALUES(200,3432,3,3,3,3,3); +INSERT INTO "crtCertSkills" VALUES(200,3402,3,3,3,3,3); +INSERT INTO "crtCertSkills" VALUES(201,3426,2,2,2,2,2); +INSERT INTO "crtCertSkills" VALUES(201,3413,2,2,2,2,2); +INSERT INTO "crtCertSkills" VALUES(201,21718,2,2,2,2,2); +INSERT INTO "crtCertSkills" VALUES(201,3432,3,3,3,3,3); +INSERT INTO "crtCertSkills" VALUES(201,3402,3,3,3,3,3); +INSERT INTO "crtCertSkills" VALUES(201,21791,1,2,3,4,5); +INSERT INTO "crtCertSkills" VALUES(202,11433,1,2,3,4,5); +INSERT INTO "crtCertSkills" VALUES(202,3402,5,5,5,5,5); +INSERT INTO "crtCertSkills" VALUES(202,3413,5,5,5,5,5); +INSERT INTO "crtCertSkills" VALUES(203,3392,5,5,5,5,5); +INSERT INTO "crtCertSkills" VALUES(203,3402,5,5,5,5,5); +INSERT INTO "crtCertSkills" VALUES(203,11452,1,2,3,4,5); +INSERT INTO "crtCertSkills" VALUES(204,3402,5,5,5,5,5); +INSERT INTO "crtCertSkills" VALUES(204,3426,5,5,5,5,5); +INSERT INTO "crtCertSkills" VALUES(204,11453,1,2,3,4,5); +INSERT INTO "crtCertSkills" VALUES(205,3402,5,5,5,5,5); +INSERT INTO "crtCertSkills" VALUES(205,3426,5,5,5,5,5); +INSERT INTO "crtCertSkills" VALUES(205,11442,1,2,3,4,5); +INSERT INTO "crtCertSkills" VALUES(206,3402,5,5,5,5,5); +INSERT INTO "crtCertSkills" VALUES(206,3413,5,5,5,5,5); +INSERT INTO "crtCertSkills" VALUES(206,11455,1,2,3,4,5); +INSERT INTO "crtCertSkills" VALUES(207,3392,5,5,5,5,5); +INSERT INTO "crtCertSkills" VALUES(207,11529,1,2,3,4,5); +INSERT INTO "crtCertSkills" VALUES(207,3402,5,5,5,5,5); +INSERT INTO "crtCertSkills" VALUES(208,3402,5,5,5,5,5); +INSERT INTO "crtCertSkills" VALUES(208,3413,5,5,5,5,5); +INSERT INTO "crtCertSkills" VALUES(208,11446,1,2,3,4,5); +INSERT INTO "crtCertSkills" VALUES(209,3402,5,5,5,5,5); +INSERT INTO "crtCertSkills" VALUES(209,3413,5,5,5,5,5); +INSERT INTO "crtCertSkills" VALUES(209,11447,1,2,3,4,5); +INSERT INTO "crtCertSkills" VALUES(211,3409,4,4,4,4,4); +INSERT INTO "crtCertSkills" VALUES(211,11433,4,4,4,4,4); +INSERT INTO "crtCertSkills" VALUES(211,3402,5,5,5,5,5); +INSERT INTO "crtCertSkills" VALUES(211,3403,5,5,5,5,5); +INSERT INTO "crtCertSkills" VALUES(211,3408,1,2,3,4,5); +INSERT INTO "crtCertSkills" VALUES(211,11441,1,2,3,4,5); +INSERT INTO "crtCertSkills" VALUES(211,3413,5,5,5,5,5); +INSERT INTO "crtCertSkills" VALUES(211,30327,1,2,3,4,5); +INSERT INTO "crtCertSkills" VALUES(212,3392,5,5,5,5,5); +INSERT INTO "crtCertSkills" VALUES(212,30788,1,2,3,4,5); +INSERT INTO "crtCertSkills" VALUES(212,3402,5,5,5,5,5); +INSERT INTO "crtCertSkills" VALUES(212,3403,5,5,5,5,5); +INSERT INTO "crtCertSkills" VALUES(212,3408,1,2,3,4,5); +INSERT INTO "crtCertSkills" VALUES(212,3409,4,4,4,4,4); +INSERT INTO "crtCertSkills" VALUES(212,3413,5,5,5,5,5); +INSERT INTO "crtCertSkills" VALUES(212,11446,4,4,4,4,4); +INSERT INTO "crtCertSkills" VALUES(212,11449,1,2,3,4,5); +INSERT INTO "crtCertSkills" VALUES(213,11433,4,4,4,4,4); +INSERT INTO "crtCertSkills" VALUES(213,3402,5,5,5,5,5); +INSERT INTO "crtCertSkills" VALUES(213,3403,4,4,4,4,4); +INSERT INTO "crtCertSkills" VALUES(213,3408,1,2,3,4,5); +INSERT INTO "crtCertSkills" VALUES(213,3409,4,4,4,4,4); +INSERT INTO "crtCertSkills" VALUES(213,30325,1,2,3,4,5); +INSERT INTO "crtCertSkills" VALUES(213,11455,1,2,3,4,5); +INSERT INTO "crtCertSkills" VALUES(213,3413,5,5,5,5,5); +INSERT INTO "crtCertSkills" VALUES(214,3426,5,5,5,5,5); +INSERT INTO "crtCertSkills" VALUES(214,3402,5,5,5,5,5); +INSERT INTO "crtCertSkills" VALUES(214,3403,5,5,5,5,5); +INSERT INTO "crtCertSkills" VALUES(214,3408,1,2,3,4,5); +INSERT INTO "crtCertSkills" VALUES(214,3409,4,4,4,4,4); +INSERT INTO "crtCertSkills" VALUES(214,11442,4,4,4,4,4); +INSERT INTO "crtCertSkills" VALUES(214,11443,1,2,3,4,5); +INSERT INTO "crtCertSkills" VALUES(214,30324,1,2,3,4,5); +INSERT INTO "crtCertSkills" VALUES(214,3413,5,5,5,5,5); +INSERT INTO "crtCertSkills" VALUES(215,3408,1,2,3,4,5); +INSERT INTO "crtCertSkills" VALUES(215,3409,4,4,4,4,4); +INSERT INTO "crtCertSkills" VALUES(215,3426,5,5,5,5,5); +INSERT INTO "crtCertSkills" VALUES(215,30326,1,2,3,4,5); +INSERT INTO "crtCertSkills" VALUES(215,3402,5,5,5,5,5); +INSERT INTO "crtCertSkills" VALUES(215,3403,5,5,5,5,5); +INSERT INTO "crtCertSkills" VALUES(215,11453,1,2,3,4,5); +INSERT INTO "crtCertSkills" VALUES(216,3392,5,5,5,5,5); +INSERT INTO "crtCertSkills" VALUES(216,3409,4,4,4,4,4); +INSERT INTO "crtCertSkills" VALUES(216,3402,5,5,5,5,5); +INSERT INTO "crtCertSkills" VALUES(216,3403,4,4,4,4,4); +INSERT INTO "crtCertSkills" VALUES(216,3408,1,2,3,4,5); +INSERT INTO "crtCertSkills" VALUES(216,11441,1,2,3,4,5); +INSERT INTO "crtCertSkills" VALUES(216,3413,5,5,5,5,5); +INSERT INTO "crtCertSkills" VALUES(216,11452,1,2,3,4,5); +COMMIT; diff --git a/dbscripts/certificates.yaml b/dbscripts/certificates.yaml deleted file mode 100644 index 9852ca4..0000000 --- a/dbscripts/certificates.yaml +++ /dev/null @@ -1,8997 +0,0 @@ -50: - description: This certificate represents a level of competence in handling small - energy turrets. The holder has learned that pulse lasers are short range weapons, - beam lasers are long range, and both use crystal ammunition which can be swapped - with no reload time. This is a good skillset for capsuleers specializing in - small Amarr vessels based on Frigate and Destroyer hulls. - groupID: 255 - name: Small Energy Turret - recommendedFor: - - 589 - - 591 - - 596 - - 597 - - 615 - - 3516 - - 11184 - - 11393 - - 11940 - - 11942 - - 16236 - - 17703 - - 17924 - - 17926 - - 33079 - - 33655 - - 33657 - - 33879 - - 34317 - - 35779 - - 37453 - - 37481 - skillTypes: - 3300: - advanced: 5 - basic: 3 - elite: 5 - improved: 4 - standard: 4 - 3303: - advanced: 5 - basic: 1 - elite: 5 - improved: 4 - standard: 3 - 3310: - advanced: 4 - basic: 1 - elite: 5 - improved: 4 - standard: 3 - 3311: - advanced: 4 - basic: 1 - elite: 5 - improved: 4 - standard: 3 - 3312: - advanced: 4 - basic: 1 - elite: 5 - improved: 4 - standard: 3 - 3315: - advanced: 4 - basic: 0 - elite: 5 - improved: 4 - standard: 3 - 3316: - advanced: 4 - basic: 1 - elite: 5 - improved: 4 - standard: 3 - 3317: - advanced: 4 - basic: 0 - elite: 5 - improved: 4 - standard: 3 - 11083: - advanced: 1 - basic: 0 - elite: 5 - improved: 0 - standard: 0 - 12213: - advanced: 1 - basic: 0 - elite: 5 - improved: 0 - standard: 0 -64: - description: This certificate represents a level of competence in handling medium - energy turrets. The holder has learned that pulse lasers are short range weapons, - beam lasers are long range, and both use crystal ammunition which can be swapped - with no reload time. This is a good skillset for capsuleers specializing in - medium Amarr vessels based on Cruiser and Battlecruiser hulls. - groupID: 255 - name: Medium Energy Turret - recommendedFor: - - 624 - - 2006 - - 3518 - - 3756 - - 12003 - - 12017 - - 17709 - - 17718 - - 17922 - - 22448 - - 24696 - - 29337 - - 29986 - - 33155 - - 33470 - - 33553 - - 33639 - - 33641 - - 35781 - skillTypes: - 3300: - advanced: 5 - basic: 3 - elite: 5 - improved: 5 - standard: 4 - 3303: - advanced: 3 - basic: 3 - elite: 3 - improved: 3 - standard: 3 - 3306: - advanced: 5 - basic: 1 - elite: 5 - improved: 4 - standard: 3 - 3310: - advanced: 4 - basic: 1 - elite: 5 - improved: 4 - standard: 3 - 3311: - advanced: 4 - basic: 1 - elite: 5 - improved: 4 - standard: 3 - 3312: - advanced: 4 - basic: 1 - elite: 5 - improved: 4 - standard: 3 - 3315: - advanced: 4 - basic: 0 - elite: 5 - improved: 4 - standard: 3 - 3316: - advanced: 4 - basic: 1 - elite: 5 - improved: 4 - standard: 3 - 3317: - advanced: 4 - basic: 0 - elite: 5 - improved: 4 - standard: 3 - 12204: - advanced: 1 - basic: 0 - elite: 5 - improved: 0 - standard: 0 - 12214: - advanced: 1 - basic: 0 - elite: 5 - improved: 0 - standard: 0 -65: - description: This certificate represents a level of competence in handling large - energy turrets. The holder has learned that pulse lasers are short-range weapons, - beam lasers are long range, and that both use crystal ammunition which can - be swapped with no reload time. This is a good skillset for capsuleers specializing - in medium to large Amarr vessels based on the Battlecruiser and Battleship - hulls. - groupID: 255 - name: Large Energy Turret - recommendedFor: - - 642 - - 4302 - - 11936 - - 11938 - - 17726 - - 17736 - - 17920 - - 22428 - - 24692 - - 28659 - - 32305 - - 33472 - - 33623 - - 33625 - skillTypes: - 3300: - advanced: 5 - basic: 5 - elite: 5 - improved: 5 - standard: 5 - 3303: - advanced: 3 - basic: 3 - elite: 3 - improved: 3 - standard: 3 - 3306: - advanced: 3 - basic: 3 - elite: 3 - improved: 3 - standard: 3 - 3309: - advanced: 5 - basic: 1 - elite: 5 - improved: 4 - standard: 3 - 3310: - advanced: 4 - basic: 1 - elite: 5 - improved: 4 - standard: 3 - 3311: - advanced: 5 - basic: 1 - elite: 5 - improved: 4 - standard: 3 - 3312: - advanced: 5 - basic: 1 - elite: 5 - improved: 4 - standard: 3 - 3315: - advanced: 4 - basic: 1 - elite: 5 - improved: 4 - standard: 3 - 3316: - advanced: 4 - basic: 1 - elite: 5 - improved: 4 - standard: 3 - 3317: - advanced: 4 - basic: 1 - elite: 5 - improved: 4 - standard: 3 - 12205: - advanced: 1 - basic: 0 - elite: 5 - improved: 0 - standard: 0 - 12215: - advanced: 1 - basic: 0 - elite: 5 - improved: 0 - standard: 0 -66: - description: This certificate represents a level of competence in handling capital - energy turrets. The holder has learned that pulse lasers are short-range weapons, - beam lasers are long range, and that both use crystal ammunition which can - be swapped with no reload time. This is a good skillset for capsuleers specializing - in capital Amarr vessels based on Dreadnought and Titan hulls. - groupID: 255 - name: Capital Energy Turret - recommendedFor: - - 11567 - - 19720 - skillTypes: - 3300: - advanced: 5 - basic: 5 - elite: 5 - improved: 5 - standard: 5 - 3303: - advanced: 3 - basic: 3 - elite: 3 - improved: 3 - standard: 3 - 3306: - advanced: 3 - basic: 3 - elite: 3 - improved: 3 - standard: 3 - 3309: - advanced: 5 - basic: 5 - elite: 5 - improved: 5 - standard: 5 - 3310: - advanced: 5 - basic: 1 - elite: 5 - improved: 4 - standard: 3 - 3311: - advanced: 5 - basic: 1 - elite: 5 - improved: 4 - standard: 3 - 3312: - advanced: 5 - basic: 1 - elite: 5 - improved: 4 - standard: 3 - 3315: - advanced: 5 - basic: 1 - elite: 5 - improved: 4 - standard: 3 - 3316: - advanced: 5 - basic: 1 - elite: 5 - improved: 4 - standard: 3 - 3317: - advanced: 5 - basic: 1 - elite: 5 - improved: 4 - standard: 3 - 20327: - advanced: 4 - basic: 1 - elite: 5 - improved: 3 - standard: 2 -67: - description: This certificate represents a level of competence in handling small - hybrid turrets. The holder has learned that blasters are extremely close range - weapons, while railguns are their counterpart at very long range, and that - both use hybrid charges as ammunition. This is a good skillset for capsuleers - specializing in small Caldari or Gallente vessels based on Frigate and Destroyer - hulls. - groupID: 255 - name: Small Hybrid Turret - recommendedFor: - - 593 - - 594 - - 601 - - 603 - - 606 - - 608 - - 2834 - - 11178 - - 11200 - - 11202 - - 11381 - - 12042 - - 12044 - - 16238 - - 16240 - - 17841 - - 17928 - - 22460 - - 32840 - - 32842 - - 32844 - - 32846 - - 32848 - - 32872 - - 33083 - - 33659 - - 33661 - - 33667 - - 33669 - - 33677 - - 33678 - - 33877 - - 33881 - - 35683 - - 37455 - - 37456 - - 37482 - - 37483 - skillTypes: - 3300: - advanced: 5 - basic: 3 - elite: 5 - improved: 4 - standard: 4 - 3301: - advanced: 5 - basic: 1 - elite: 5 - improved: 4 - standard: 3 - 3310: - advanced: 4 - basic: 1 - elite: 5 - improved: 4 - standard: 3 - 3311: - advanced: 4 - basic: 1 - elite: 5 - improved: 4 - standard: 3 - 3312: - advanced: 4 - basic: 1 - elite: 5 - improved: 4 - standard: 3 - 3315: - advanced: 4 - basic: 0 - elite: 5 - improved: 4 - standard: 3 - 3316: - advanced: 4 - basic: 1 - elite: 5 - improved: 4 - standard: 3 - 3317: - advanced: 4 - basic: 0 - elite: 5 - improved: 4 - standard: 3 - 11082: - advanced: 1 - basic: 0 - elite: 5 - improved: 0 - standard: 0 - 12210: - advanced: 1 - basic: 0 - elite: 5 - improved: 0 - standard: 0 -68: - description: This certificate represents a level of competence in handling medium - hybrid turrets. The holder has learned that blasters are extremely close range - weapons, while railguns are their counterpart at very long range, and that - both use hybrid charges as ammunition. This is a good skillset for capsuleers - specializing in medium Caldari or Gallente vessels based on Cruiser and Battlecruiser - hulls. - groupID: 255 - name: Medium Hybrid Turret - recommendedFor: - - 623 - - 626 - - 627 - - 2836 - - 3756 - - 11011 - - 11969 - - 11971 - - 12011 - - 12021 - - 12023 - - 16227 - - 16229 - - 17722 - - 22442 - - 22446 - - 22466 - - 29344 - - 29984 - - 29988 - - 33151 - - 33651 - - 33653 - - 33869 - - 33873 - skillTypes: - 3300: - advanced: 5 - basic: 3 - elite: 5 - improved: 5 - standard: 4 - 3301: - advanced: 3 - basic: 3 - elite: 3 - improved: 3 - standard: 3 - 3304: - advanced: 5 - basic: 1 - elite: 5 - improved: 4 - standard: 3 - 3310: - advanced: 4 - basic: 1 - elite: 5 - improved: 4 - standard: 3 - 3311: - advanced: 4 - basic: 1 - elite: 5 - improved: 4 - standard: 3 - 3312: - advanced: 4 - basic: 1 - elite: 5 - improved: 4 - standard: 3 - 3315: - advanced: 4 - basic: 0 - elite: 5 - improved: 4 - standard: 3 - 3316: - advanced: 4 - basic: 1 - elite: 5 - improved: 4 - standard: 3 - 3317: - advanced: 4 - basic: 0 - elite: 5 - improved: 4 - standard: 3 - 12206: - advanced: 1 - basic: 0 - elite: 5 - improved: 0 - standard: 0 - 12211: - advanced: 1 - basic: 0 - elite: 5 - improved: 0 - standard: 0 -69: - description: This certificate represents a level of competence in handling large - hybrid turrets. The holder has learned that blasters are extreme close range - weapons, while railguns are their counterpart at very long range, and that - both use hybrid charges as ammunition. This is a good skillset for capsuleers - specializing in medium to large Caldari or Gallente vessels based on the Battlecruiser - and Battleship hulls. - groupID: 255 - name: Large Hybrid Turret - recommendedFor: - - 641 - - 4306 - - 4308 - - 13202 - - 17728 - - 17740 - - 22430 - - 24688 - - 24690 - - 28661 - - 32307 - - 33627 - - 33629 - - 33635 - - 33637 - - 34118 - skillTypes: - 3300: - advanced: 5 - basic: 5 - elite: 5 - improved: 5 - standard: 5 - 3301: - advanced: 3 - basic: 3 - elite: 3 - improved: 3 - standard: 3 - 3304: - advanced: 3 - basic: 3 - elite: 3 - improved: 3 - standard: 3 - 3307: - advanced: 5 - basic: 1 - elite: 5 - improved: 4 - standard: 3 - 3310: - advanced: 4 - basic: 1 - elite: 5 - improved: 4 - standard: 3 - 3311: - advanced: 5 - basic: 1 - elite: 5 - improved: 4 - standard: 3 - 3312: - advanced: 5 - basic: 1 - elite: 5 - improved: 4 - standard: 3 - 3315: - advanced: 4 - basic: 1 - elite: 5 - improved: 4 - standard: 3 - 3316: - advanced: 4 - basic: 1 - elite: 5 - improved: 4 - standard: 3 - 3317: - advanced: 4 - basic: 1 - elite: 5 - improved: 4 - standard: 3 - 12207: - advanced: 1 - basic: 0 - elite: 5 - improved: 0 - standard: 0 - 12212: - advanced: 1 - basic: 0 - elite: 5 - improved: 0 - standard: 0 -70: - description: This certificate represents a level of competence in handling capital - hybrid turrets. The holder has learned that blasters are extreme close range - weapons, while railguns are their counterpart at very long range, and that - both use hybrid charges as ammunition. This is a good skillset for capsuleers - specializing in capital Gallente vessels based on Dreadnought and Titan hulls. - groupID: 255 - name: Capital Hybrid Turret - recommendedFor: - - 671 - - 19724 - skillTypes: - 3300: - advanced: 5 - basic: 5 - elite: 5 - improved: 5 - standard: 5 - 3301: - advanced: 3 - basic: 3 - elite: 3 - improved: 3 - standard: 3 - 3304: - advanced: 3 - basic: 3 - elite: 3 - improved: 3 - standard: 3 - 3307: - advanced: 5 - basic: 5 - elite: 5 - improved: 5 - standard: 5 - 3310: - advanced: 5 - basic: 1 - elite: 5 - improved: 4 - standard: 3 - 3311: - advanced: 5 - basic: 1 - elite: 5 - improved: 4 - standard: 3 - 3312: - advanced: 5 - basic: 1 - elite: 5 - improved: 4 - standard: 3 - 3315: - advanced: 5 - basic: 1 - elite: 5 - improved: 4 - standard: 3 - 3316: - advanced: 5 - basic: 1 - elite: 5 - improved: 4 - standard: 3 - 3317: - advanced: 5 - basic: 1 - elite: 5 - improved: 4 - standard: 3 - 21666: - advanced: 4 - basic: 1 - elite: 5 - improved: 3 - standard: 2 -71: - description: This certificate represents a level of competence in handling small - projectile turrets. The holder has learned that autocannons are close range - weapons, while artillery cannons are medium to long range turrets with good - alpha damage. This is a good skillset for capsuleers specializing in small - Minmatar vessels based on Frigate and Destroyer hulls. - groupID: 255 - name: Small Projectile Turret - recommendedFor: - - 585 - - 587 - - 588 - - 617 - - 11196 - - 11198 - - 11371 - - 11400 - - 16242 - - 17812 - - 17932 - - 22456 - - 32207 - - 33099 - - 33397 - - 33663 - - 33665 - - 33883 - - 34562 - skillTypes: - 3300: - advanced: 5 - basic: 3 - elite: 5 - improved: 4 - standard: 4 - 3302: - advanced: 5 - basic: 1 - elite: 5 - improved: 4 - standard: 3 - 3310: - advanced: 4 - basic: 1 - elite: 5 - improved: 4 - standard: 3 - 3311: - advanced: 4 - basic: 1 - elite: 5 - improved: 4 - standard: 3 - 3312: - advanced: 4 - basic: 1 - elite: 5 - improved: 4 - standard: 3 - 3315: - advanced: 4 - basic: 0 - elite: 5 - improved: 4 - standard: 3 - 3317: - advanced: 4 - basic: 0 - elite: 5 - improved: 4 - standard: 3 - 11084: - advanced: 1 - basic: 0 - elite: 5 - improved: 0 - standard: 0 - 12201: - advanced: 1 - basic: 0 - elite: 5 - improved: 0 - standard: 0 -72: - description: This certificate represents a level of competence in handling medium - projectile turrets. The holder has learned that autocannons are close range - weapons, while artillery cannons are medium to long range turrets with good - alpha damage. This is a good skillset for capsuleers specializing in medium - Minmatar vessels based on Cruiser and Battlecruiser hulls. - groupID: 255 - name: Medium Projectile Turret - recommendedFor: - - 622 - - 629 - - 3756 - - 11961 - - 11999 - - 12013 - - 12015 - - 17713 - - 17720 - - 22444 - - 24702 - - 29336 - - 29990 - - 32209 - - 33157 - - 33647 - - 33649 - skillTypes: - 3300: - advanced: 5 - basic: 3 - elite: 5 - improved: 5 - standard: 4 - 3302: - advanced: 3 - basic: 3 - elite: 3 - improved: 3 - standard: 3 - 3305: - advanced: 5 - basic: 1 - elite: 5 - improved: 4 - standard: 3 - 3310: - advanced: 4 - basic: 1 - elite: 5 - improved: 4 - standard: 3 - 3311: - advanced: 4 - basic: 1 - elite: 5 - improved: 4 - standard: 3 - 3312: - advanced: 4 - basic: 1 - elite: 5 - improved: 4 - standard: 3 - 3315: - advanced: 4 - basic: 0 - elite: 5 - improved: 4 - standard: 3 - 3317: - advanced: 4 - basic: 0 - elite: 5 - improved: 4 - standard: 3 - 12202: - advanced: 1 - basic: 0 - elite: 5 - improved: 0 - standard: 0 - 12208: - advanced: 1 - basic: 0 - elite: 5 - improved: 0 - standard: 0 -73: - description: This certificate represents a level of competence in handling large - projectile turrets. The holder has learned that autocannons are close range - weapons, while artillery cannons are medium to long range turrets with good - alpha damage. This is a good skillset for capsuleers specializing in medium - to large Minmatar vessels based on the Battlecruiser and Battleship hulls. - groupID: 255 - name: Large Projectile Turret - recommendedFor: - - 639 - - 4310 - - 17732 - - 17738 - - 22440 - - 24694 - - 26842 - - 28665 - - 32311 - - 33631 - - 33633 - skillTypes: - 3300: - advanced: 5 - basic: 5 - elite: 5 - improved: 5 - standard: 5 - 3302: - advanced: 3 - basic: 3 - elite: 3 - improved: 3 - standard: 3 - 3305: - advanced: 3 - basic: 3 - elite: 3 - improved: 3 - standard: 3 - 3308: - advanced: 5 - basic: 1 - elite: 5 - improved: 4 - standard: 3 - 3310: - advanced: 4 - basic: 1 - elite: 5 - improved: 4 - standard: 3 - 3311: - advanced: 5 - basic: 1 - elite: 5 - improved: 4 - standard: 3 - 3312: - advanced: 5 - basic: 1 - elite: 5 - improved: 4 - standard: 3 - 3315: - advanced: 4 - basic: 1 - elite: 5 - improved: 4 - standard: 3 - 3317: - advanced: 4 - basic: 1 - elite: 5 - improved: 4 - standard: 3 - 12203: - advanced: 1 - basic: 0 - elite: 5 - improved: 0 - standard: 0 - 12209: - advanced: 1 - basic: 0 - elite: 5 - improved: 0 - standard: 0 -74: - description: This certificate represents a level of competence in handling capital - projectile turrets. The holder has learned that autocannons are close range - weapons, while artillery cannons are medium to long range turrets with good - alpha damage. This is a good skillset for capsuleers specializing in capital - Minmatar vessels based on Dreadnought and Titan hulls. - groupID: 255 - name: Capital Projectile Turret - recommendedFor: - - 19722 - - 23773 - skillTypes: - 3300: - advanced: 5 - basic: 5 - elite: 5 - improved: 5 - standard: 5 - 3302: - advanced: 3 - basic: 3 - elite: 3 - improved: 3 - standard: 3 - 3305: - advanced: 3 - basic: 3 - elite: 3 - improved: 3 - standard: 3 - 3308: - advanced: 5 - basic: 5 - elite: 5 - improved: 5 - standard: 5 - 3310: - advanced: 5 - basic: 1 - elite: 5 - improved: 4 - standard: 3 - 3311: - advanced: 5 - basic: 1 - elite: 5 - improved: 4 - standard: 3 - 3312: - advanced: 5 - basic: 1 - elite: 5 - improved: 4 - standard: 3 - 3315: - advanced: 5 - basic: 1 - elite: 5 - improved: 4 - standard: 3 - 3317: - advanced: 5 - basic: 1 - elite: 5 - improved: 4 - standard: 3 - 21667: - advanced: 4 - basic: 1 - elite: 5 - improved: 3 - standard: 2 -75: - description: This certificate represents a level of competence in operating small - missile launchers. The holder has learned rocket and light missile launchers - are short range weapons with a delayed time to impact. This is a good skillset - for capsuleers specializing in small Caldari or Minmatar vessels based on - Frigate and Destroyer hulls. - groupID: 256 - name: Small Missiles - recommendedFor: - - 583 - - 598 - - 601 - - 602 - - 11176 - - 11186 - - 11365 - - 11379 - - 17619 - - 17930 - - 22452 - - 22464 - - 32788 - - 32876 - - 32878 - - 33081 - - 33673 - - 33816 - - 34828 - - 37454 - - 37480 - skillTypes: - 3319: - advanced: 5 - basic: 3 - elite: 5 - improved: 5 - standard: 4 - 3320: - advanced: 5 - basic: 1 - elite: 5 - improved: 4 - standard: 3 - 3321: - advanced: 5 - basic: 1 - elite: 5 - improved: 4 - standard: 3 - 12441: - advanced: 4 - basic: 1 - elite: 5 - improved: 4 - standard: 3 - 12442: - advanced: 4 - basic: 1 - elite: 5 - improved: 4 - standard: 3 - 20209: - advanced: 1 - basic: 0 - elite: 5 - improved: 0 - standard: 0 - 20210: - advanced: 1 - basic: 0 - elite: 5 - improved: 0 - standard: 0 - 20312: - advanced: 4 - basic: 0 - elite: 5 - improved: 4 - standard: 0 - 20314: - advanced: 4 - basic: 1 - elite: 5 - improved: 4 - standard: 3 - 20315: - advanced: 4 - basic: 0 - elite: 5 - improved: 4 - standard: 3 - 21071: - advanced: 4 - basic: 1 - elite: 5 - improved: 4 - standard: 3 -76: - description: This certificate represents a level of competence in operating medium - missile launchers. The holder has learned that rapid light missile, heavy - assault missiles and heavy missile launchers are short to medium range weapons - with a delayed time to impact. This is a good skillset for capsuleers specializing - in medium Caldari or Minmatar vessels based on Cruiser and Battlecruiser hulls. - groupID: 256 - name: Medium Missiles - recommendedFor: - - 621 - - 630 - - 3756 - - 11959 - - 11963 - - 11993 - - 11995 - - 12019 - - 16231 - - 17634 - - 17715 - - 22468 - - 22470 - - 22474 - - 24698 - - 29336 - - 29340 - - 29984 - - 29986 - - 29990 - - 33153 - - 33395 - - 33643 - - 33645 - - 33675 - - 33818 - - 33871 - skillTypes: - 3319: - advanced: 5 - basic: 3 - elite: 5 - improved: 5 - standard: 4 - 3321: - advanced: 3 - basic: 3 - elite: 3 - improved: 3 - standard: 3 - 3324: - advanced: 5 - basic: 1 - elite: 5 - improved: 4 - standard: 3 - 12441: - advanced: 4 - basic: 1 - elite: 5 - improved: 4 - standard: 3 - 12442: - advanced: 4 - basic: 1 - elite: 5 - improved: 4 - standard: 3 - 20211: - advanced: 1 - basic: 0 - elite: 5 - improved: 0 - standard: 0 - 20312: - advanced: 4 - basic: 0 - elite: 5 - improved: 4 - standard: 0 - 20314: - advanced: 4 - basic: 1 - elite: 5 - improved: 4 - standard: 3 - 20315: - advanced: 4 - basic: 0 - elite: 5 - improved: 4 - standard: 3 - 21071: - advanced: 4 - basic: 1 - elite: 5 - improved: 4 - standard: 3 - 25718: - advanced: 1 - basic: 0 - elite: 5 - improved: 0 - standard: 0 - 25719: - advanced: 5 - basic: 1 - elite: 5 - improved: 4 - standard: 3 -77: - description: This certificate represents a level of competence in operating large - missile launchers. The holder has learned that rapid heavy missile, torpedoes - and cruise missile launchers are medium to long range weapons with a delayed - time to impact. This is a good skillset for capsuleers specializing in large - Caldari or Minmatar vessels based on the Battleship hulls. - groupID: 256 - name: Large Missiles - recommendedFor: - - 638 - - 644 - - 17636 - - 17918 - - 22436 - - 26840 - - 28710 - - 32309 - - 32311 - - 33820 - - 34151 - skillTypes: - 3319: - advanced: 5 - basic: 5 - elite: 5 - improved: 5 - standard: 5 - 3321: - advanced: 3 - basic: 3 - elite: 3 - improved: 3 - standard: 3 - 3324: - advanced: 3 - basic: 3 - elite: 3 - improved: 3 - standard: 3 - 3325: - advanced: 5 - basic: 1 - elite: 5 - improved: 4 - standard: 3 - 3326: - advanced: 5 - basic: 1 - elite: 5 - improved: 4 - standard: 3 - 12441: - advanced: 4 - basic: 1 - elite: 5 - improved: 4 - standard: 3 - 12442: - advanced: 4 - basic: 1 - elite: 5 - improved: 4 - standard: 3 - 20212: - advanced: 1 - basic: 0 - elite: 5 - improved: 0 - standard: 0 - 20213: - advanced: 1 - basic: 0 - elite: 5 - improved: 0 - standard: 0 - 20312: - advanced: 4 - basic: 0 - elite: 5 - improved: 4 - standard: 0 - 20314: - advanced: 4 - basic: 1 - elite: 5 - improved: 4 - standard: 3 - 20315: - advanced: 4 - basic: 0 - elite: 5 - improved: 4 - standard: 3 - 21071: - advanced: 4 - basic: 1 - elite: 5 - improved: 4 - standard: 3 -78: - description: This certificate represents a level of competence in operating capital - missile launchers. The holder has learned that XL torpedoes and cruise missiles - are medium to long range weapons with a delayed time to impact. This is a - good skillset for capsuleers specializing in capital Caldari vessels based - on Dreadnought and Titan hulls. - groupID: 256 - name: Capital Missiles - recommendedFor: - - 3764 - - 19726 - skillTypes: - 3300: - advanced: 2 - basic: 2 - elite: 2 - improved: 2 - standard: 2 - 3319: - advanced: 5 - basic: 5 - elite: 5 - improved: 5 - standard: 5 - 3321: - advanced: 3 - basic: 3 - elite: 3 - improved: 3 - standard: 3 - 3324: - advanced: 3 - basic: 3 - elite: 3 - improved: 3 - standard: 3 - 3325: - advanced: 5 - basic: 5 - elite: 5 - improved: 5 - standard: 5 - 3326: - advanced: 5 - basic: 5 - elite: 5 - improved: 5 - standard: 5 - 12441: - advanced: 5 - basic: 1 - elite: 5 - improved: 4 - standard: 3 - 12442: - advanced: 5 - basic: 1 - elite: 5 - improved: 4 - standard: 3 - 20312: - advanced: 5 - basic: 1 - elite: 5 - improved: 4 - standard: 3 - 20314: - advanced: 5 - basic: 1 - elite: 5 - improved: 4 - standard: 3 - 20315: - advanced: 5 - basic: 1 - elite: 5 - improved: 4 - standard: 3 - 21071: - advanced: 5 - basic: 1 - elite: 5 - improved: 4 - standard: 3 - 21668: - advanced: 4 - basic: 1 - elite: 5 - improved: 3 - standard: 2 - 32435: - advanced: 4 - basic: 1 - elite: 5 - improved: 3 - standard: 2 -79: - description: This certificate represents a level of competence in the deployment - of timed munitions. The holder has learned that bombs are launched straight - ahead and travel for a period of time before detonating. This is a good skillset - for capsuleers specializing in Stealth Bombers Tech II Covert Ops Frigates. - groupID: 256 - name: Stealth Bomber Missiles - recommendedFor: - - 11377 - - 12032 - - 12034 - - 12038 - skillTypes: - 3319: - advanced: 5 - basic: 3 - elite: 5 - improved: 5 - standard: 4 - 3321: - advanced: 3 - basic: 3 - elite: 3 - improved: 3 - standard: 3 - 3324: - advanced: 3 - basic: 3 - elite: 3 - improved: 3 - standard: 3 - 3325: - advanced: 5 - basic: 1 - elite: 5 - improved: 4 - standard: 3 - 12441: - advanced: 4 - basic: 4 - elite: 5 - improved: 4 - standard: 4 - 12442: - advanced: 4 - basic: 1 - elite: 5 - improved: 4 - standard: 3 - 20213: - advanced: 1 - basic: 0 - elite: 5 - improved: 0 - standard: 0 - 20312: - advanced: 4 - basic: 0 - elite: 5 - improved: 4 - standard: 0 - 20314: - advanced: 4 - basic: 1 - elite: 5 - improved: 4 - standard: 3 - 20315: - advanced: 4 - basic: 0 - elite: 5 - improved: 4 - standard: 3 - 21071: - advanced: 4 - basic: 1 - elite: 5 - improved: 4 - standard: 3 - 28073: - advanced: 5 - basic: 1 - elite: 5 - improved: 4 - standard: 3 -81: - description: This certificate represents a level of competence in the control - of all fighters. The holder has learned that fighters are advanced drones - with warp capabilities and that they may be destroyed in combat. This is a - good skillset for capsuleers specializing in capital vessels of all factions - based on the Carrier hulls. - groupID: 273 - name: Fighters - recommendedFor: - - 23757 - - 23911 - - 23915 - - 24483 - - 37604 - - 37605 - - 37606 - - 37607 - skillTypes: - 3348: - advanced: 5 - basic: 5 - elite: 5 - improved: 5 - standard: 5 - 3436: - advanced: 5 - basic: 5 - elite: 5 - improved: 5 - standard: 5 - 3442: - advanced: 5 - basic: 5 - elite: 5 - improved: 5 - standard: 5 - 23069: - advanced: 4 - basic: 1 - elite: 5 - improved: 3 - standard: 2 - 24613: - advanced: 4 - basic: 1 - elite: 5 - improved: 3 - standard: 2 -82: - description: This certificate represents a level of competence in the control - of all fighter-bombers. The holder has learned that fighter-bombers are advanced - drones that may be destroyed in combat, can warp around and are specifically - designed to attack capital ships. This is a good skillset for capsuleers specializing - in capital vessels of all factions based on the Carrier hulls. - groupID: 273 - name: Fighter Bombers - recommendedFor: - - 3514 - - 22852 - - 23913 - - 23917 - - 23919 - skillTypes: - 3348: - advanced: 5 - basic: 5 - elite: 5 - improved: 5 - standard: 5 - 3436: - advanced: 5 - basic: 5 - elite: 5 - improved: 5 - standard: 5 - 3442: - advanced: 5 - basic: 5 - elite: 5 - improved: 5 - standard: 5 - 23069: - advanced: 5 - basic: 5 - elite: 5 - improved: 5 - standard: 5 - 24613: - advanced: 4 - basic: 1 - elite: 5 - improved: 3 - standard: 2 - 32339: - advanced: 4 - basic: 1 - elite: 5 - improved: 3 - standard: 2 -83: - description: This certificate represents a level of competence in the control - of all industry-related drones, including mining and salvaging variations. - The holder has learned that drones may be targeted and destroyed in combat. - This is a good skillset for capsuleers dedicated to resource retrieval operations - and fit well with ORE vessels. - groupID: 273 - name: Industrial Drones - recommendedFor: - - 2998 - skillTypes: - 3386: - advanced: 2 - basic: 2 - elite: 2 - improved: 2 - standard: 2 - 3392: - advanced: 3 - basic: 3 - elite: 3 - improved: 3 - standard: 3 - 3426: - advanced: 1 - basic: 1 - elite: 1 - improved: 1 - standard: 1 - 3436: - advanced: 5 - basic: 4 - elite: 5 - improved: 4 - standard: 4 - 3438: - advanced: 4 - basic: 1 - elite: 5 - improved: 3 - standard: 2 - 3440: - advanced: 4 - basic: 1 - elite: 5 - improved: 3 - standard: 2 - 3551: - advanced: 3 - basic: 3 - elite: 3 - improved: 3 - standard: 3 - 25863: - advanced: 2 - basic: 2 - elite: 2 - improved: 2 - standard: 2 -84: - description: This certificate represents a level of competence in the control - of all logistics drones, including armor and shield maintenance variations. - The holder has learned that drones may be destroyed in combat and that maintenance - drones cannot be used on their owner's own vessel. This is a good skillset - for capsuleers specializing in Logistic ships. - groupID: 273 - name: Support Drones - recommendedFor: - - 620 - - 625 - - 631 - - 634 - - 11978 - - 11985 - - 11987 - - 11989 - - 32790 - skillTypes: - 3392: - advanced: 3 - basic: 3 - elite: 3 - improved: 3 - standard: 3 - 3393: - advanced: 2 - basic: 2 - elite: 2 - improved: 2 - standard: 2 - 3402: - advanced: 2 - basic: 2 - elite: 2 - improved: 2 - standard: 2 - 3413: - advanced: 3 - basic: 3 - elite: 3 - improved: 3 - standard: 3 - 3422: - advanced: 4 - basic: 3 - elite: 4 - improved: 3 - standard: 3 - 3436: - advanced: 5 - basic: 5 - elite: 5 - improved: 5 - standard: 5 - 3439: - advanced: 4 - basic: 1 - elite: 5 - improved: 3 - standard: 2 - 16069: - advanced: 4 - basic: 3 - elite: 4 - improved: 3 - standard: 3 - 23618: - advanced: 1 - basic: 1 - elite: 1 - improved: 1 - standard: 1 - 27902: - advanced: 4 - basic: 3 - elite: 4 - improved: 3 - standard: 3 -85: - description: This certificate represents a level of competence in active and passive - shield-based defense. The holder has learned that it's generally wise to concentrate - on one particular area of defense, such as armor or shields, on a given ship. - This is a good skillset for capsuleers specializing in Caldari, Minmatar vessels - or any kind of ship boasting plenty of med slots to spare. - groupID: 1209 - name: Shield Tanking - recommendedFor: - - 582 - - 583 - - 584 - - 585 - - 586 - - 588 - - 598 - - 599 - - 601 - - 602 - - 603 - - 605 - - 615 - - 617 - - 620 - - 621 - - 622 - - 623 - - 630 - - 631 - - 632 - - 638 - - 640 - - 3756 - - 3766 - - 4005 - - 4306 - - 4310 - - 11176 - - 11178 - - 11192 - - 11194 - - 11379 - - 11381 - - 11400 - - 11957 - - 11959 - - 11961 - - 11963 - - 11978 - - 11985 - - 11993 - - 11995 - - 11999 - - 12011 - - 12013 - - 12032 - - 12034 - - 16227 - - 16231 - - 16238 - - 16242 - - 17476 - - 17478 - - 17480 - - 17619 - - 17634 - - 17636 - - 17715 - - 17718 - - 17720 - - 17736 - - 17738 - - 17812 - - 17918 - - 17924 - - 17930 - - 17932 - - 22436 - - 22444 - - 22446 - - 22456 - - 22464 - - 22468 - - 22470 - - 22544 - - 22546 - - 22548 - - 24688 - - 24694 - - 24698 - - 26840 - - 26842 - - 28606 - - 28665 - - 28710 - - 29336 - - 29340 - - 29984 - - 29990 - - 32309 - - 32788 - - 32790 - - 32876 - - 32878 - - 32880 - - 32983 - - 32989 - - 33081 - - 33099 - - 33153 - - 33395 - - 33397 - - 33627 - - 33629 - - 33631 - - 33633 - - 33643 - - 33645 - - 33647 - - 33649 - - 33659 - - 33661 - - 33673 - - 33675 - - 33683 - - 33685 - - 33697 - - 33816 - - 33818 - - 33820 - - 33871 - - 33873 - - 33881 - - 33883 - - 34151 - - 34562 - - 34828 - - 35779 - - 35781 - - 37135 - - 37454 - - 37455 - - 37458 - - 37460 - - 37480 - - 37482 - skillTypes: - 3402: - advanced: 1 - basic: 1 - elite: 1 - improved: 1 - standard: 1 - 3413: - advanced: 3 - basic: 1 - elite: 3 - improved: 3 - standard: 3 - 3416: - advanced: 5 - basic: 1 - elite: 5 - improved: 4 - standard: 3 - 3419: - advanced: 5 - basic: 0 - elite: 5 - improved: 3 - standard: 1 - 3420: - advanced: 4 - basic: 0 - elite: 4 - improved: 3 - standard: 1 - 3424: - advanced: 4 - basic: 0 - elite: 5 - improved: 3 - standard: 1 - 3425: - advanced: 4 - basic: 0 - elite: 5 - improved: 3 - standard: 1 - 11566: - advanced: 4 - basic: 0 - elite: 5 - improved: 1 - standard: 0 - 12365: - advanced: 4 - basic: 0 - elite: 5 - improved: 1 - standard: 0 - 12366: - advanced: 4 - basic: 0 - elite: 5 - improved: 1 - standard: 0 - 12367: - advanced: 4 - basic: 0 - elite: 5 - improved: 1 - standard: 0 - 21059: - advanced: 4 - basic: 0 - elite: 5 - improved: 3 - standard: 1 -86: - description: This certificate represents a level of competence in capital shield-based - defense. The holder has learned that it's generally wise to concentrate on - one particular area of defense, such as armor or shields, on a given ship. - This is a good skillset for capsuleers specializing in Caldari and Minmatar - capital ships. - groupID: 1209 - name: Capital Shield Tanking - recommendedFor: - - 3514 - - 3764 - - 19722 - - 19726 - - 22852 - - 23773 - - 23915 - - 23917 - - 24483 - - 28352 - - 33687 - - 37605 - - 37606 - skillTypes: - 3413: - advanced: 5 - basic: 5 - elite: 5 - improved: 5 - standard: 5 - 3416: - advanced: 5 - basic: 5 - elite: 5 - improved: 5 - standard: 5 - 3419: - advanced: 5 - basic: 5 - elite: 5 - improved: 5 - standard: 5 - 3420: - advanced: 4 - basic: 0 - elite: 5 - improved: 3 - standard: 1 - 11566: - advanced: 4 - basic: 0 - elite: 5 - improved: 3 - standard: 1 - 12365: - advanced: 4 - basic: 0 - elite: 5 - improved: 3 - standard: 1 - 12366: - advanced: 4 - basic: 0 - elite: 5 - improved: 3 - standard: 1 - 12367: - advanced: 4 - basic: 0 - elite: 5 - improved: 3 - standard: 1 - 21802: - advanced: 4 - basic: 1 - elite: 5 - improved: 3 - standard: 2 -87: - description: This certificate represents a level of competence in remote shield - support. The holder has learned that assistance rendered to other vessels - involved in combat may make the vessel providing assistance a legal target. - This is a good skillset for any kind of dedicated Support Frigate, Cruiser - or Logistics vessel. - groupID: 1209 - name: Remote Shield Booster - recommendedFor: - - 582 - - 599 - - 620 - - 631 - - 11978 - - 11985 - - 29984 - - 29990 - - 32790 - - 37458 - - 37460 - skillTypes: - 3402: - advanced: 2 - basic: 2 - elite: 2 - improved: 2 - standard: 2 - 3413: - advanced: 3 - basic: 3 - elite: 3 - improved: 3 - standard: 3 - 3422: - advanced: 4 - basic: 1 - elite: 5 - improved: 3 - standard: 2 -88: - description: This certificate represents a level of competence in remote capital - shield support. The holder has learned that assistance rendered to other vessels - involved in combat may make the vessel providing assistance a legal target. - This is a good skillset for Caldari, Gallente and Minmatar Carriers and Supercarriers. - groupID: 1209 - name: Capital Remote Shield Booster - recommendedFor: - - 3514 - - 22852 - - 23911 - - 23913 - - 23915 - - 23917 - - 24483 - - 28352 - - 33687 - - 37605 - - 37606 - - 37607 - skillTypes: - 3402: - advanced: 2 - basic: 2 - elite: 2 - improved: 2 - standard: 2 - 3413: - advanced: 5 - basic: 5 - elite: 5 - improved: 5 - standard: 5 - 3422: - advanced: 5 - basic: 5 - elite: 5 - improved: 5 - standard: 5 - 24571: - advanced: 4 - basic: 1 - elite: 5 - improved: 3 - standard: 2 -89: - description: This certificate represents a level of competence in active and passive - armor-based defense. The holder has learned that it's generally wise to concentrate - on one particular area of defense, such as armor or shields, on a given ship. - This is a good skillset for capsuleers specializing in Amarr or Gallente vessels - or any kind of ship boasting plenty of low slots to spare. - groupID: 1210 - name: Armor Tanking - recommendedFor: - - 587 - - 589 - - 590 - - 591 - - 592 - - 593 - - 594 - - 596 - - 597 - - 606 - - 607 - - 608 - - 609 - - 624 - - 625 - - 626 - - 627 - - 628 - - 629 - - 633 - - 634 - - 639 - - 641 - - 642 - - 643 - - 644 - - 645 - - 2006 - - 2161 - - 2834 - - 2836 - - 2863 - - 2998 - - 3516 - - 3518 - - 3756 - - 4302 - - 4308 - - 11011 - - 11172 - - 11174 - - 11182 - - 11184 - - 11186 - - 11188 - - 11190 - - 11196 - - 11198 - - 11200 - - 11202 - - 11365 - - 11371 - - 11377 - - 11387 - - 11393 - - 11936 - - 11938 - - 11940 - - 11942 - - 11965 - - 11969 - - 11971 - - 11987 - - 11989 - - 12003 - - 12005 - - 12015 - - 12017 - - 12019 - - 12021 - - 12023 - - 12038 - - 12042 - - 12044 - - 13202 - - 16229 - - 16233 - - 16236 - - 16240 - - 17703 - - 17709 - - 17713 - - 17722 - - 17726 - - 17728 - - 17732 - - 17740 - - 17841 - - 17843 - - 17920 - - 17922 - - 17926 - - 17928 - - 20125 - - 22428 - - 22430 - - 22440 - - 22442 - - 22448 - - 22452 - - 22460 - - 22466 - - 22474 - - 24690 - - 24692 - - 24696 - - 24700 - - 24702 - - 28659 - - 28661 - - 29248 - - 29337 - - 29344 - - 29986 - - 29988 - - 29990 - - 32207 - - 32209 - - 32305 - - 32307 - - 32311 - - 32840 - - 32842 - - 32844 - - 32846 - - 32848 - - 32872 - - 32874 - - 32985 - - 32987 - - 33079 - - 33083 - - 33151 - - 33155 - - 33157 - - 33190 - - 33468 - - 33470 - - 33472 - - 33553 - - 33623 - - 33625 - - 33635 - - 33637 - - 33639 - - 33641 - - 33651 - - 33653 - - 33655 - - 33657 - - 33663 - - 33665 - - 33667 - - 33669 - - 33677 - - 33678 - - 33869 - - 33875 - - 33877 - - 33879 - - 34118 - - 34317 - - 35683 - - 37453 - - 37456 - - 37457 - - 37459 - - 37481 - - 37483 - skillTypes: - 3392: - advanced: 5 - basic: 1 - elite: 5 - improved: 4 - standard: 3 - 3393: - advanced: 4 - basic: 1 - elite: 5 - improved: 3 - standard: 2 - 3394: - advanced: 5 - basic: 1 - elite: 5 - improved: 4 - standard: 3 - 22806: - advanced: 4 - basic: 0 - elite: 5 - improved: 1 - standard: 0 - 22807: - advanced: 4 - basic: 0 - elite: 5 - improved: 1 - standard: 0 - 22808: - advanced: 4 - basic: 0 - elite: 5 - improved: 1 - standard: 0 - 22809: - advanced: 4 - basic: 0 - elite: 5 - improved: 1 - standard: 0 - 33078: - advanced: 3 - basic: 0 - elite: 5 - improved: 1 - standard: 0 -90: - description: This certificate represents a level of competence in capital armor-based - defense. The holder has learned that it's generally wise to concentrate on - one particular area of defense, such as armor or shields, on a given ship. - This is a good skillset for capsuleers specializing in Amarr or Gallente capital - ships. - groupID: 1210 - name: Capital Armor Tanking - recommendedFor: - - 671 - - 11567 - - 19720 - - 19724 - - 23757 - - 23911 - - 23913 - - 23919 - - 37604 - - 37607 - skillTypes: - 3392: - advanced: 5 - basic: 5 - elite: 5 - improved: 5 - standard: 5 - 3393: - advanced: 5 - basic: 5 - elite: 5 - improved: 5 - standard: 5 - 3394: - advanced: 5 - basic: 5 - elite: 5 - improved: 5 - standard: 5 - 21803: - advanced: 4 - basic: 1 - elite: 5 - improved: 3 - standard: 2 - 22806: - advanced: 4 - basic: 0 - elite: 5 - improved: 3 - standard: 1 - 22807: - advanced: 4 - basic: 0 - elite: 5 - improved: 3 - standard: 1 - 22808: - advanced: 4 - basic: 0 - elite: 5 - improved: 3 - standard: 1 - 22809: - advanced: 4 - basic: 0 - elite: 5 - improved: 3 - standard: 1 -91: - description: This certificate represents a level of competence in remote armor - support. The holder has learned that assistance rendered to other vessels - involved in combat may make the vessel providing assistance a legal target. - This is a good skillset for any kind of dedicated Support Frigate, Cruiser - or Logistics vessel. - groupID: 1210 - name: Remote Armor Repairer - recommendedFor: - - 590 - - 592 - - 625 - - 634 - - 11987 - - 11989 - - 29986 - - 29988 - - 37457 - - 37459 - skillTypes: - 3392: - advanced: 4 - basic: 3 - elite: 5 - improved: 3 - standard: 3 - 3393: - advanced: 2 - basic: 2 - elite: 2 - improved: 2 - standard: 2 - 16069: - advanced: 4 - basic: 1 - elite: 5 - improved: 3 - standard: 2 -92: - description: This certificate represents a level of competence in remote capital - armor support. The holder has learned that assistance rendered to other vessels - involved in combat may make the vessel providing assistance a legal target. - This is a good skillset for Amarr, Gallente, Minmatar Carriers and Supercarriers. - groupID: 1210 - name: Capital Remote Armor Repairer - recommendedFor: - - 22852 - - 23757 - - 23911 - - 23913 - - 23919 - - 24483 - - 37604 - - 37606 - - 37607 - skillTypes: - 3392: - advanced: 3 - basic: 3 - elite: 3 - improved: 3 - standard: 3 - 3393: - advanced: 2 - basic: 2 - elite: 2 - improved: 2 - standard: 2 - 16069: - advanced: 5 - basic: 5 - elite: 5 - improved: 5 - standard: 5 - 24568: - advanced: 4 - basic: 1 - elite: 5 - improved: 3 - standard: 2 -93: - description: This certificate represents a level of competence with Amarr targeting - systems. It certifies that the holder has some skill in target acquisition - and management and can make use of a range of targeting-related modules. This - is a critical skillset for any capsuleer facing combat. - groupID: 1213 - name: Amarr Target Management - recommendedFor: - - 589 - - 590 - - 591 - - 596 - - 597 - - 615 - - 624 - - 625 - - 628 - - 642 - - 643 - - 2006 - - 2161 - - 3516 - - 3518 - - 4302 - - 11184 - - 11186 - - 11188 - - 11190 - - 11365 - - 11393 - - 11936 - - 11938 - - 11940 - - 11942 - - 11965 - - 11987 - - 12003 - - 12017 - - 12019 - - 12038 - - 16233 - - 16236 - - 17703 - - 17709 - - 17718 - - 17726 - - 17736 - - 17920 - - 17922 - - 17924 - - 17926 - - 19720 - - 20125 - - 22428 - - 22448 - - 22452 - - 22474 - - 23757 - - 24692 - - 24696 - - 28659 - - 29248 - - 29337 - - 29986 - - 32305 - - 32874 - - 32987 - - 33079 - - 33155 - - 33190 - - 33623 - - 33625 - - 33639 - - 33641 - - 33655 - - 33657 - - 33875 - - 33879 - - 34317 - - 35779 - - 35781 - - 37453 - - 37457 - - 37481 - - 37604 - skillTypes: - 3426: - advanced: 4 - basic: 1 - elite: 4 - improved: 4 - standard: 2 - 3428: - advanced: 4 - basic: 0 - elite: 5 - improved: 3 - standard: 1 - 3429: - advanced: 5 - basic: 1 - elite: 5 - improved: 4 - standard: 3 - 3431: - advanced: 4 - basic: 0 - elite: 5 - improved: 3 - standard: 1 - 33002: - advanced: 4 - basic: 0 - elite: 5 - improved: 3 - standard: 0 -94: - description: This certificate represents a level of competence with ship propulsion - and speed enhancing modules like Afterburners and Microwarpdrives. The holder - has learned that those modules consume a fair amount of capacitor while active. - This is a critical skillset for any kind of operation in hazardous space. - groupID: 275 - name: Navigation - recommendedFor: - - 582 - - 583 - - 584 - - 585 - - 586 - - 587 - - 588 - - 589 - - 590 - - 591 - - 592 - - 593 - - 594 - - 596 - - 597 - - 598 - - 599 - - 601 - - 602 - - 603 - - 605 - - 606 - - 607 - - 608 - - 609 - - 615 - - 617 - - 620 - - 621 - - 622 - - 623 - - 624 - - 625 - - 626 - - 627 - - 628 - - 629 - - 630 - - 631 - - 632 - - 633 - - 634 - - 648 - - 649 - - 650 - - 651 - - 652 - - 653 - - 654 - - 655 - - 656 - - 657 - - 1944 - - 2006 - - 2161 - - 2834 - - 2836 - - 2998 - - 3516 - - 3518 - - 3756 - - 3766 - - 4302 - - 4306 - - 4308 - - 4310 - - 4363 - - 4388 - - 11011 - - 11172 - - 11174 - - 11176 - - 11178 - - 11182 - - 11184 - - 11186 - - 11188 - - 11190 - - 11192 - - 11194 - - 11196 - - 11198 - - 11200 - - 11202 - - 11365 - - 11371 - - 11377 - - 11379 - - 11381 - - 11387 - - 11393 - - 11400 - - 11940 - - 11942 - - 11957 - - 11959 - - 11961 - - 11963 - - 11965 - - 11969 - - 11971 - - 11978 - - 11985 - - 11987 - - 11989 - - 11993 - - 11995 - - 11999 - - 12003 - - 12005 - - 12011 - - 12013 - - 12015 - - 12017 - - 12019 - - 12021 - - 12023 - - 12032 - - 12034 - - 12038 - - 12042 - - 12044 - - 12729 - - 12731 - - 12733 - - 12735 - - 12743 - - 12745 - - 12747 - - 12753 - - 16227 - - 16229 - - 16231 - - 16233 - - 16236 - - 16238 - - 16240 - - 16242 - - 17476 - - 17478 - - 17480 - - 17619 - - 17634 - - 17703 - - 17709 - - 17713 - - 17715 - - 17718 - - 17720 - - 17722 - - 17812 - - 17841 - - 17843 - - 17922 - - 17924 - - 17926 - - 17928 - - 17930 - - 17932 - - 19744 - - 20125 - - 22442 - - 22444 - - 22446 - - 22448 - - 22452 - - 22456 - - 22460 - - 22464 - - 22466 - - 22468 - - 22470 - - 22474 - - 22544 - - 22546 - - 22548 - - 24696 - - 24698 - - 24700 - - 24702 - - 28606 - - 29248 - - 29336 - - 29337 - - 29340 - - 29344 - - 29984 - - 29986 - - 29988 - - 29990 - - 32207 - - 32209 - - 32788 - - 32790 - - 32811 - - 32840 - - 32842 - - 32844 - - 32846 - - 32848 - - 32872 - - 32874 - - 32876 - - 32878 - - 32880 - - 32983 - - 32985 - - 32987 - - 32989 - - 33079 - - 33081 - - 33083 - - 33099 - - 33151 - - 33153 - - 33155 - - 33157 - - 33190 - - 33395 - - 33397 - - 33468 - - 33470 - - 33553 - - 33639 - - 33641 - - 33643 - - 33645 - - 33647 - - 33649 - - 33651 - - 33653 - - 33655 - - 33657 - - 33659 - - 33661 - - 33663 - - 33665 - - 33667 - - 33669 - - 33673 - - 33675 - - 33677 - - 33678 - - 33683 - - 33685 - - 33689 - - 33691 - - 33693 - - 33695 - - 33697 - - 33816 - - 33818 - - 33869 - - 33871 - - 33873 - - 33875 - - 33877 - - 33879 - - 33881 - - 33883 - - 34317 - - 34562 - - 34590 - - 34828 - - 35683 - - 35779 - - 35781 - - 37135 - - 37453 - - 37454 - - 37455 - - 37456 - - 37457 - - 37458 - - 37459 - - 37460 - - 37480 - - 37481 - - 37482 - - 37483 - skillTypes: - 3327: - advanced: 4 - basic: 1 - elite: 5 - improved: 3 - standard: 2 - 3449: - advanced: 5 - basic: 1 - elite: 5 - improved: 4 - standard: 3 - 3450: - advanced: 4 - basic: 0 - elite: 5 - improved: 3 - standard: 1 - 3451: - advanced: 3 - basic: 0 - elite: 5 - improved: 1 - standard: 0 - 3452: - advanced: 4 - basic: 0 - elite: 5 - improved: 3 - standard: 1 - 3453: - advanced: 4 - basic: 0 - elite: 5 - improved: 3 - standard: 1 - 3454: - advanced: 3 - basic: 0 - elite: 5 - improved: 0 - standard: 0 - 3455: - advanced: 4 - basic: 0 - elite: 5 - improved: 3 - standard: 1 -95: - description: This certificate represents a level of competence with capital ships. - The holder has learned that capital ships can use both stargates and their - own jump drives to navigate, and that the latter causes them to accumulate - jump fatigue. This is a critical skillset for any kind of capital ship movement. - groupID: 275 - name: Capital Navigation - recommendedFor: - - 671 - - 3514 - - 3764 - - 11567 - - 19720 - - 19722 - - 19724 - - 19726 - - 22852 - - 23757 - - 23773 - - 23911 - - 23913 - - 23915 - - 23917 - - 23919 - - 24483 - - 28352 - - 33687 - - 37604 - - 37605 - - 37606 - - 37607 - skillTypes: - 3327: - advanced: 5 - basic: 5 - elite: 5 - improved: 5 - standard: 5 - 3449: - advanced: 5 - basic: 5 - elite: 5 - improved: 5 - standard: 5 - 3453: - advanced: 5 - basic: 0 - elite: 5 - improved: 4 - standard: 1 - 3455: - advanced: 5 - basic: 1 - elite: 5 - improved: 5 - standard: 3 - 20342: - advanced: 5 - basic: 1 - elite: 5 - improved: 5 - standard: 3 - 20533: - advanced: 3 - basic: 0 - elite: 5 - improved: 1 - standard: 0 -96: - description: This certificate represents a level of competence in ship CPU, power - grid and capacitor usage. This is a critical skillset for any capsuleer wishing - to increase their tactical options in combat. - groupID: 1216 - name: Core Spaceship Operation - recommendedFor: - - 582 - - 583 - - 584 - - 585 - - 586 - - 587 - - 588 - - 589 - - 590 - - 591 - - 592 - - 593 - - 594 - - 596 - - 597 - - 598 - - 599 - - 601 - - 602 - - 603 - - 605 - - 606 - - 607 - - 608 - - 609 - - 615 - - 617 - - 620 - - 621 - - 622 - - 623 - - 624 - - 625 - - 626 - - 627 - - 628 - - 629 - - 630 - - 631 - - 632 - - 633 - - 634 - - 638 - - 639 - - 640 - - 641 - - 642 - - 643 - - 644 - - 645 - - 648 - - 649 - - 650 - - 651 - - 652 - - 653 - - 654 - - 655 - - 656 - - 657 - - 671 - - 1944 - - 2006 - - 2161 - - 2834 - - 2836 - - 2998 - - 3514 - - 3516 - - 3518 - - 3756 - - 3764 - - 3766 - - 4005 - - 4302 - - 4306 - - 4308 - - 4310 - - 4363 - - 4388 - - 11011 - - 11172 - - 11174 - - 11176 - - 11178 - - 11182 - - 11184 - - 11186 - - 11188 - - 11190 - - 11192 - - 11194 - - 11196 - - 11198 - - 11200 - - 11202 - - 11365 - - 11371 - - 11377 - - 11379 - - 11381 - - 11387 - - 11393 - - 11400 - - 11567 - - 11936 - - 11938 - - 11940 - - 11942 - - 11957 - - 11959 - - 11961 - - 11963 - - 11965 - - 11969 - - 11971 - - 11978 - - 11985 - - 11987 - - 11989 - - 11993 - - 11995 - - 11999 - - 12003 - - 12005 - - 12011 - - 12013 - - 12015 - - 12017 - - 12019 - - 12021 - - 12023 - - 12032 - - 12034 - - 12038 - - 12042 - - 12044 - - 12729 - - 12731 - - 12733 - - 12735 - - 12743 - - 12745 - - 12747 - - 12753 - - 13202 - - 16227 - - 16229 - - 16231 - - 16233 - - 16236 - - 16238 - - 16240 - - 16242 - - 17476 - - 17478 - - 17480 - - 17619 - - 17634 - - 17636 - - 17703 - - 17709 - - 17713 - - 17715 - - 17718 - - 17720 - - 17722 - - 17726 - - 17728 - - 17732 - - 17736 - - 17738 - - 17740 - - 17812 - - 17841 - - 17843 - - 17918 - - 17920 - - 17922 - - 17924 - - 17926 - - 17928 - - 17930 - - 17932 - - 19720 - - 19722 - - 19724 - - 19726 - - 19744 - - 20125 - - 22428 - - 22430 - - 22436 - - 22440 - - 22442 - - 22444 - - 22446 - - 22448 - - 22452 - - 22456 - - 22460 - - 22464 - - 22466 - - 22468 - - 22470 - - 22474 - - 22544 - - 22546 - - 22548 - - 22852 - - 23757 - - 23773 - - 23911 - - 23913 - - 23915 - - 23917 - - 23919 - - 24483 - - 24688 - - 24690 - - 24692 - - 24694 - - 24696 - - 24698 - - 24700 - - 24702 - - 26840 - - 26842 - - 28352 - - 28606 - - 28659 - - 28661 - - 28665 - - 28710 - - 29248 - - 29336 - - 29337 - - 29340 - - 29344 - - 29984 - - 29986 - - 29988 - - 29990 - - 32207 - - 32209 - - 32305 - - 32307 - - 32309 - - 32311 - - 32788 - - 32790 - - 32811 - - 32840 - - 32842 - - 32844 - - 32846 - - 32848 - - 32872 - - 32874 - - 32876 - - 32878 - - 32880 - - 32983 - - 32985 - - 32987 - - 32989 - - 33079 - - 33081 - - 33083 - - 33099 - - 33151 - - 33153 - - 33155 - - 33157 - - 33190 - - 33395 - - 33397 - - 33468 - - 33470 - - 33472 - - 33553 - - 33623 - - 33625 - - 33627 - - 33629 - - 33631 - - 33633 - - 33635 - - 33637 - - 33639 - - 33641 - - 33643 - - 33645 - - 33647 - - 33649 - - 33651 - - 33653 - - 33655 - - 33657 - - 33659 - - 33661 - - 33663 - - 33665 - - 33667 - - 33669 - - 33673 - - 33675 - - 33677 - - 33678 - - 33683 - - 33685 - - 33687 - - 33689 - - 33691 - - 33693 - - 33695 - - 33697 - - 33816 - - 33818 - - 33820 - - 33869 - - 33871 - - 33873 - - 33875 - - 33877 - - 33879 - - 33881 - - 33883 - - 34118 - - 34151 - - 34317 - - 34562 - - 34590 - - 34828 - - 35683 - - 35779 - - 35781 - - 37135 - - 37453 - - 37454 - - 37455 - - 37456 - - 37457 - - 37458 - - 37459 - - 37460 - - 37480 - - 37481 - - 37482 - - 37483 - - 37604 - - 37605 - - 37606 - - 37607 - skillTypes: - 3402: - advanced: 1 - basic: 1 - elite: 1 - improved: 1 - standard: 1 - 3413: - advanced: 5 - basic: 1 - elite: 5 - improved: 4 - standard: 3 - 3417: - advanced: 5 - basic: 1 - elite: 5 - improved: 4 - standard: 3 - 3418: - advanced: 4 - basic: 0 - elite: 5 - improved: 3 - standard: 1 - 3424: - advanced: 4 - basic: 0 - elite: 5 - improved: 3 - standard: 1 - 3426: - advanced: 5 - basic: 1 - elite: 5 - improved: 4 - standard: 3 - 3432: - advanced: 4 - basic: 0 - elite: 5 - improved: 3 - standard: 1 -97: - description: This certificate represents a level of competence in remote capacitor - support. This is a good skillset for any kind of dedicated Support Frigate, - Cruiser or Logistics vessel. - groupID: 1216 - name: Capacitor Emission - recommendedFor: - - 620 - - 625 - - 643 - - 3516 - - 3518 - - 11190 - - 11965 - - 11985 - - 11987 - - 17920 - - 17922 - - 17926 - - 20125 - - 29984 - - 29986 - - 29990 - - 32790 - - 32874 - - 33079 - skillTypes: - 3402: - advanced: 2 - basic: 2 - elite: 2 - improved: 2 - standard: 2 - 3413: - advanced: 3 - basic: 3 - elite: 3 - improved: 3 - standard: 3 - 3423: - advanced: 4 - basic: 1 - elite: 5 - improved: 3 - standard: 2 -98: - description: This certificate represents a level of competence in remote capital - capacitor support. This is a good skillset for Amarr and Caldari Carriers - and Supercarriers. - groupID: 1216 - name: Capital Capacitor Emission - recommendedFor: - - 3514 - - 23757 - - 23915 - - 23917 - - 23919 - - 37604 - - 37605 - skillTypes: - 3402: - advanced: 2 - basic: 2 - elite: 2 - improved: 2 - standard: 2 - 3413: - advanced: 5 - basic: 5 - elite: 5 - improved: 5 - standard: 5 - 3423: - advanced: 5 - basic: 5 - elite: 5 - improved: 5 - standard: 5 - 24572: - advanced: 4 - basic: 1 - elite: 5 - improved: 3 - standard: 2 -99: - description: This certificate represents a level of competence in the operation - of propulsion jamming modules, Stasis Webifiers, Warp Scramblers and Warp - Disruptors. The holder has learned that webbers decrease the target's speed, - while scramblers and disruptors prevent them from warping. This is a critical - skillset for any capsuleer wishing to dictate the terms of a fight. - groupID: 272 - name: Tackling - recommendedFor: - - 583 - - 585 - - 587 - - 588 - - 589 - - 591 - - 593 - - 594 - - 596 - - 597 - - 598 - - 601 - - 602 - - 603 - - 606 - - 608 - - 615 - - 617 - - 621 - - 622 - - 623 - - 624 - - 626 - - 627 - - 629 - - 638 - - 639 - - 641 - - 642 - - 643 - - 644 - - 645 - - 2006 - - 2834 - - 2836 - - 3516 - - 3518 - - 3756 - - 4308 - - 4310 - - 11011 - - 11176 - - 11178 - - 11184 - - 11186 - - 11196 - - 11198 - - 11200 - - 11202 - - 11365 - - 11371 - - 11379 - - 11381 - - 11387 - - 11393 - - 11400 - - 11936 - - 11938 - - 11940 - - 11942 - - 11959 - - 11961 - - 11963 - - 11969 - - 11971 - - 11993 - - 11995 - - 11999 - - 12003 - - 12005 - - 12011 - - 12013 - - 12015 - - 12017 - - 12019 - - 12021 - - 12023 - - 12042 - - 12044 - - 13202 - - 16227 - - 16229 - - 16231 - - 16236 - - 16238 - - 16240 - - 16242 - - 17619 - - 17634 - - 17636 - - 17703 - - 17709 - - 17713 - - 17715 - - 17718 - - 17720 - - 17722 - - 17726 - - 17728 - - 17732 - - 17736 - - 17738 - - 17740 - - 17812 - - 17841 - - 17843 - - 17918 - - 17920 - - 17922 - - 17924 - - 17926 - - 17928 - - 17930 - - 17932 - - 22428 - - 22430 - - 22440 - - 22442 - - 22444 - - 22446 - - 22448 - - 22452 - - 22456 - - 22460 - - 22464 - - 22466 - - 22468 - - 22470 - - 22474 - - 24688 - - 24690 - - 24692 - - 24694 - - 24696 - - 24698 - - 24700 - - 24702 - - 26840 - - 26842 - - 28659 - - 28661 - - 28665 - - 29336 - - 29337 - - 29340 - - 29344 - - 29984 - - 29986 - - 29988 - - 29990 - - 32207 - - 32209 - - 32305 - - 32307 - - 32309 - - 32311 - - 32788 - - 32840 - - 32842 - - 32844 - - 32846 - - 32848 - - 32872 - - 32874 - - 32876 - - 32878 - - 32880 - - 33079 - - 33081 - - 33083 - - 33099 - - 33151 - - 33153 - - 33155 - - 33157 - - 33395 - - 33397 - - 33468 - - 33470 - - 33472 - - 33553 - - 33623 - - 33625 - - 33627 - - 33629 - - 33631 - - 33633 - - 33635 - - 33637 - - 33639 - - 33641 - - 33643 - - 33645 - - 33647 - - 33649 - - 33651 - - 33653 - - 33655 - - 33657 - - 33659 - - 33661 - - 33663 - - 33665 - - 33667 - - 33669 - - 33673 - - 33675 - - 33677 - - 33678 - - 33697 - - 33816 - - 33818 - - 33820 - - 33869 - - 33871 - - 33873 - - 33877 - - 33879 - - 33881 - - 33883 - - 34118 - - 34151 - - 34317 - - 34562 - - 34828 - - 35683 - - 35779 - - 35781 - - 37135 - - 37453 - - 37454 - - 37455 - - 37456 - - 37480 - - 37481 - - 37482 - - 37483 - skillTypes: - 3426: - advanced: 3 - basic: 3 - elite: 3 - improved: 3 - standard: 3 - 3435: - advanced: 4 - basic: 1 - elite: 5 - improved: 3 - standard: 2 - 3449: - advanced: 2 - basic: 2 - elite: 2 - improved: 2 - standard: 2 -100: - description: This certificate represents a level of competence in the operation - of Electronic Counter Measures (ECM) modules. The holder has learned ECM is - a chance-based tool that, when successful, prevents the target from holding - target locks. This is a good skillset for capsuleers specializing in small, - medium or large Caldari Disruption vessels based on Frigate, Cruiser and Battleship - hulls. - groupID: 272 - name: Electronic Counter Measures - recommendedFor: - - 584 - - 601 - - 632 - - 640 - - 4005 - - 11194 - - 11957 - - 11959 - - 22436 - - 29984 - - 33675 - - 37455 - skillTypes: - 3426: - advanced: 5 - basic: 1 - elite: 5 - improved: 4 - standard: 3 - 3427: - advanced: 4 - basic: 1 - elite: 5 - improved: 3 - standard: 2 - 19759: - advanced: 4 - basic: 0 - elite: 5 - improved: 3 - standard: 0 - 19760: - advanced: 4 - basic: 0 - elite: 5 - improved: 3 - standard: 1 - 19761: - advanced: 4 - basic: 0 - elite: 5 - improved: 0 - standard: 0 -101: - description: This certificate represents a level of competence in the operation - of Remote Sensor Dampener (RSD) modules. The holder has learned that RSDs - reduce the target's locking speed and locking range, making it difficult for - them to acquire a target lock. This is a good skillset for capsuleers specializing - in small or medium Gallente Disruption vessels based on Frigate and Cruiser - hulls. - groupID: 272 - name: Sensor Dampening - recommendedFor: - - 606 - - 609 - - 633 - - 11174 - - 11969 - - 11971 - skillTypes: - 3426: - advanced: 5 - basic: 3 - elite: 5 - improved: 4 - standard: 3 - 3427: - advanced: 3 - basic: 1 - elite: 3 - improved: 3 - standard: 2 - 3433: - advanced: 4 - basic: 1 - elite: 5 - improved: 3 - standard: 2 - 19759: - advanced: 4 - basic: 0 - elite: 5 - improved: 3 - standard: 0 - 19760: - advanced: 4 - basic: 0 - elite: 5 - improved: 3 - standard: 1 - 19766: - advanced: 4 - basic: 0 - elite: 5 - improved: 0 - standard: 0 -102: - description: This certificate represents a level of competence in the operation - of Tracking Disruptor (TD) modules. The holder has learned that TDs decrease - the Optimal Range, Falloff and Tracking on the target's turrets, making it - harder for their turret weapons to hit. This is a good skillset for capsuleers - specializing in small or medium Amarr Disruption vessels based on Frigate - and Cruiser hulls. - groupID: 272 - name: Tracking Disruption - recommendedFor: - - 596 - - 628 - - 2161 - - 11190 - - 11965 - - 20125 - - 37453 - skillTypes: - 3426: - advanced: 5 - basic: 3 - elite: 5 - improved: 4 - standard: 3 - 3427: - advanced: 3 - basic: 1 - elite: 3 - improved: 3 - standard: 2 - 3434: - advanced: 4 - basic: 1 - elite: 5 - improved: 3 - standard: 2 - 19759: - advanced: 4 - basic: 0 - elite: 5 - improved: 3 - standard: 0 - 19760: - advanced: 4 - basic: 0 - elite: 5 - improved: 3 - standard: 1 - 19767: - advanced: 4 - basic: 0 - elite: 5 - improved: 0 - standard: 0 -103: - description: This certificate represents a level of competence in the operation - of Target Painter modules. The holder has learned that Target Painters increase - the target's signature radius, allowing it to be locked onto faster and causing - most weapons systems to inflict additional damage on it. This is a good skillset - for capsuleers specializing in small or medium Minmatar Disruption vessels - based on the Frigate and Cruiser hulls. - groupID: 272 - name: Target Painting - recommendedFor: - - 588 - - 630 - - 3766 - - 11387 - - 11961 - - 11963 - - 28710 - - 33395 - skillTypes: - 3426: - advanced: 5 - basic: 3 - elite: 5 - improved: 4 - standard: 3 - 3427: - advanced: 3 - basic: 1 - elite: 3 - improved: 3 - standard: 2 - 19759: - advanced: 4 - basic: 0 - elite: 5 - improved: 3 - standard: 0 - 19760: - advanced: 4 - basic: 0 - elite: 5 - improved: 3 - standard: 1 - 19921: - advanced: 4 - basic: 1 - elite: 5 - improved: 3 - standard: 2 - 19922: - advanced: 4 - basic: 0 - elite: 5 - improved: 0 - standard: 0 -104: - description: This certificate represents a level of competence in scanning. The - holder has learned that scan probes are a specialized tool that may be used - to find hidden content or to track down capsuleers inside a solar system. - This is a good skillset for capsuleers specializing in Exploration vessels - as a whole. - groupID: 1217 - name: Scanning - recommendedFor: - - 586 - - 605 - - 607 - - 2078 - - 3532 - - 3756 - - 11172 - - 11182 - - 11188 - - 11192 - - 29248 - - 29984 - - 29986 - - 29988 - - 29990 - - 32983 - - 32985 - - 32987 - - 32989 - - 33190 - - 33397 - - 33468 - - 33470 - - 33472 - - 33553 - skillTypes: - 3402: - advanced: 3 - basic: 3 - elite: 3 - improved: 3 - standard: 3 - 3412: - advanced: 4 - basic: 1 - elite: 5 - improved: 3 - standard: 2 - 3426: - advanced: 1 - basic: 1 - elite: 1 - improved: 1 - standard: 1 - 3551: - advanced: 4 - basic: 1 - elite: 5 - improved: 3 - standard: 2 - 25739: - advanced: 4 - basic: 1 - elite: 5 - improved: 3 - standard: 2 - 25810: - advanced: 4 - basic: 0 - elite: 5 - improved: 0 - standard: 0 - 25811: - advanced: 4 - basic: 0 - elite: 5 - improved: 3 - standard: 0 -105: - description: This certificate represents a level of competence in the operation - of analyzer modules, like Data and Relic Analyzers. The holder has learned - that those modules are used in various sites related to exploration. This - is a good skillset for capsuleers specializing in Exploration vessels as a - whole. - groupID: 1217 - name: Data and Relic Analyzers - recommendedFor: - - 586 - - 605 - - 607 - - 29248 - - 32983 - - 32985 - - 32987 - - 32989 - - 33190 - - 33468 - - 33470 - - 33472 - - 33553 - skillTypes: - 3402: - advanced: 3 - basic: 3 - elite: 3 - improved: 3 - standard: 3 - 3413: - advanced: 2 - basic: 2 - elite: 2 - improved: 2 - standard: 2 - 3426: - advanced: 2 - basic: 2 - elite: 2 - improved: 2 - standard: 2 - 3432: - advanced: 3 - basic: 3 - elite: 3 - improved: 3 - standard: 3 - 3551: - advanced: 3 - basic: 1 - elite: 3 - improved: 3 - standard: 2 - 13278: - advanced: 4 - basic: 1 - elite: 5 - improved: 3 - standard: 2 - 21718: - advanced: 4 - basic: 1 - elite: 5 - improved: 3 - standard: 2 -106: - description: This certificate represents a level of competence in mining, ice - harvesting and gas cloud harvesting. This is a good skillset for capsuleers - specializing in ORE vessels. - groupID: 1218 - name: Resource Harvesting - recommendedFor: - - 17476 - - 17478 - - 17480 - - 22544 - - 22546 - - 22548 - - 32880 - - 33683 - - 33697 - - 37135 - skillTypes: - 3386: - advanced: 5 - basic: 1 - elite: 5 - improved: 4 - standard: 3 - 3402: - advanced: 4 - basic: 0 - elite: 4 - improved: 4 - standard: 0 - 3410: - advanced: 5 - basic: 0 - elite: 5 - improved: 1 - standard: 0 - 11395: - advanced: 4 - basic: 0 - elite: 5 - improved: 0 - standard: 0 - 16281: - advanced: 4 - basic: 0 - elite: 5 - improved: 1 - standard: 0 - 22578: - advanced: 4 - basic: 0 - elite: 5 - improved: 4 - standard: 3 - 25544: - advanced: 4 - basic: 0 - elite: 5 - improved: 1 - standard: 0 -107: - description: This certificate represents a level of competence in the operation - of salvaging modules. The holder has learned that salvager modules allow the - extraction of components from ship wrecks. This is a good skillset for capsuleers - specializing in ORE Industrials. - groupID: 1218 - name: Salvaging - recommendedFor: - - 586 - - 605 - - 607 - - 2998 - - 29248 - - 32983 - - 32985 - - 32987 - - 32989 - - 33190 - skillTypes: - 3392: - advanced: 3 - basic: 3 - elite: 3 - improved: 3 - standard: 3 - 3426: - advanced: 1 - basic: 1 - elite: 1 - improved: 1 - standard: 1 - 3551: - advanced: 3 - basic: 3 - elite: 3 - improved: 3 - standard: 3 - 25863: - advanced: 4 - basic: 1 - elite: 5 - improved: 3 - standard: 2 -108: - description: This certificate represents a level of competence in the operation - of cloaking devices. The holder has learned that cloaks cannot be activated - within 2000m of most objects and spatial phenomena. This is a good skillset - for capsuleers specializing in Exploration or Disruption vessels. - groupID: 272 - name: Cloaking - recommendedFor: - - 11172 - - 11182 - - 11188 - - 11192 - - 11377 - - 11957 - - 11963 - - 11965 - - 11969 - - 12032 - - 12034 - - 12038 - - 12729 - - 12733 - - 12735 - - 12743 - - 22428 - - 22430 - - 22436 - - 22440 - - 29984 - - 29986 - - 29988 - - 29990 - - 32790 - - 33395 - - 33397 - - 33468 - - 33470 - - 33553 - - 33697 - - 34590 - - 37135 - skillTypes: - 3392: - advanced: 3 - basic: 0 - elite: 3 - improved: 3 - standard: 0 - 3426: - advanced: 4 - basic: 4 - elite: 4 - improved: 4 - standard: 4 - 11579: - advanced: 4 - basic: 1 - elite: 5 - improved: 3 - standard: 2 -109: - description: This certificate represents a level of competence in leadership fleet - support through Armored Warfare Links. The holder has learned that Armored - Warfare Links do not work inside a Starbase Forcefield. This is a good skillset - for capsuleers specializing in Battlecruisers or Command Ships. - groupID: 258 - name: Armored Warfare Links - recommendedFor: - - 671 - - 3514 - - 3756 - - 3764 - - 11567 - - 16227 - - 16229 - - 16231 - - 16233 - - 22442 - - 22444 - - 22446 - - 22448 - - 22466 - - 22468 - - 22470 - - 22474 - - 22852 - - 23757 - - 23773 - - 23911 - - 23913 - - 23915 - - 23917 - - 23919 - - 24483 - - 24696 - - 24698 - - 24700 - - 24702 - - 29984 - - 29986 - - 29988 - - 29990 - - 33151 - - 33153 - - 33155 - - 33157 - - 33869 - - 33871 - - 33873 - - 33875 - - 37480 - - 37481 - - 37482 - - 37483 - - 37604 - - 37605 - - 37606 - - 37607 - skillTypes: - 3348: - advanced: 5 - basic: 5 - elite: 5 - improved: 5 - standard: 5 - 3354: - advanced: 4 - basic: 1 - elite: 5 - improved: 3 - standard: 2 - 11569: - advanced: 4 - basic: 1 - elite: 5 - improved: 3 - standard: 2 - 20494: - advanced: 5 - basic: 5 - elite: 5 - improved: 5 - standard: 5 -110: - description: This certificate represents a level of competence in mining operation - leadership through Foreman Links. This is a good skillset for capsuleers specializing - in Industrial Command Ships or Capital Industrial Command Ships. - groupID: 258 - name: Foreman Links - recommendedFor: - - 28352 - - 28606 - - 33685 - - 33687 - skillTypes: - 3348: - advanced: 5 - basic: 5 - elite: 5 - improved: 5 - standard: 5 - 3354: - advanced: 4 - basic: 1 - elite: 5 - improved: 3 - standard: 2 - 22536: - advanced: 5 - basic: 5 - elite: 5 - improved: 5 - standard: 5 - 22552: - advanced: 4 - basic: 1 - elite: 5 - improved: 3 - standard: 2 -111: - description: This certificate represents a level of competence with Trade skills, - making market activity more profitable. This is a good skillset for any capsuleer - wishing to lower expenses in the marketplace. - groupID: 274 - name: Trade - skillTypes: - 3355: - advanced: 1 - basic: 1 - elite: 1 - improved: 1 - standard: 1 - 3443: - advanced: 5 - basic: 2 - elite: 5 - improved: 5 - standard: 4 - 3444: - advanced: 5 - basic: 1 - elite: 5 - improved: 5 - standard: 3 - 3446: - advanced: 4 - basic: 1 - elite: 5 - improved: 3 - standard: 2 - 3447: - advanced: 4 - basic: 0 - elite: 4 - improved: 1 - standard: 0 - 16594: - advanced: 4 - basic: 1 - elite: 5 - improved: 4 - standard: 3 - 16595: - advanced: 4 - basic: 0 - elite: 5 - improved: 3 - standard: 1 - 16596: - advanced: 5 - basic: 0 - elite: 5 - improved: 1 - standard: 0 - 16597: - advanced: 4 - basic: 0 - elite: 5 - improved: 3 - standard: 1 - 16598: - advanced: 5 - basic: 2 - elite: 5 - improved: 4 - standard: 3 - 16622: - advanced: 4 - basic: 0 - elite: 5 - improved: 4 - standard: 4 - 18580: - advanced: 4 - basic: 0 - elite: 5 - improved: 0 - standard: 0 - 25233: - advanced: 4 - basic: 0 - elite: 5 - improved: 0 - standard: 0 - 25235: - advanced: 4 - basic: 1 - elite: 5 - improved: 3 - standard: 2 -112: - description: This certificate represents a level of competence in social connections - and standings. This is a good skillset for capsuleers wishing to improve their - relations with various factions and their agents. - groupID: 278 - name: Social - skillTypes: - 3348: - advanced: 3 - basic: 0 - elite: 3 - improved: 3 - standard: 0 - 3355: - advanced: 5 - basic: 2 - elite: 5 - improved: 4 - standard: 3 - 3356: - advanced: 4 - basic: 1 - elite: 5 - improved: 3 - standard: 2 - 3357: - advanced: 4 - basic: 1 - elite: 5 - improved: 3 - standard: 2 - 3358: - advanced: 4 - basic: 0 - elite: 5 - improved: 1 - standard: 0 - 3359: - advanced: 4 - basic: 0 - elite: 5 - improved: 3 - standard: 1 - 3361: - advanced: 4 - basic: 0 - elite: 5 - improved: 3 - standard: 1 - 3380: - advanced: 3 - basic: 0 - elite: 3 - improved: 3 - standard: 0 - 3443: - advanced: 3 - basic: 0 - elite: 3 - improved: 3 - standard: 0 - 3893: - advanced: 4 - basic: 0 - elite: 5 - improved: 0 - standard: 0 - 3894: - advanced: 4 - basic: 0 - elite: 5 - improved: 0 - standard: 0 - 3895: - advanced: 4 - basic: 0 - elite: 5 - improved: 0 - standard: 0 -113: - description: This certificate represents a level of competence in Tech I sub-capital - ships and items production. This is a good skillset for players wishing to - build their own products. - groupID: 268 - name: Tech I Manufacturing - skillTypes: - 3380: - advanced: 5 - basic: 3 - elite: 5 - improved: 4 - standard: 3 - 3388: - advanced: 4 - basic: 0 - elite: 5 - improved: 3 - standard: 1 - 3392: - advanced: 3 - basic: 0 - elite: 3 - improved: 3 - standard: 1 - 26252: - advanced: 3 - basic: 0 - elite: 4 - improved: 1 - standard: 0 - 26253: - advanced: 1 - basic: 0 - elite: 4 - improved: 0 - standard: 0 - 26254: - advanced: 1 - basic: 0 - elite: 4 - improved: 0 - standard: 0 - 26255: - advanced: 1 - basic: 0 - elite: 4 - improved: 0 - standard: 0 - 26256: - advanced: 1 - basic: 0 - elite: 4 - improved: 0 - standard: 0 - 26257: - advanced: 1 - basic: 0 - elite: 4 - improved: 0 - standard: 0 - 26258: - advanced: 1 - basic: 0 - elite: 4 - improved: 0 - standard: 0 - 26259: - advanced: 1 - basic: 0 - elite: 4 - improved: 0 - standard: 0 - 26260: - advanced: 1 - basic: 0 - elite: 4 - improved: 0 - standard: 0 - 26261: - advanced: 1 - basic: 0 - elite: 4 - improved: 0 - standard: 0 -114: - description: This certificate represents a level of competence in various kinds - of resource reprocessing. This is a good skillset for resource-harvesting - capsuleers that wish to sell their materials or use them for production. - groupID: 1218 - name: Reprocessing - skillTypes: - 3380: - advanced: 1 - basic: 1 - elite: 1 - improved: 1 - standard: 1 - 3385: - advanced: 5 - basic: 4 - elite: 5 - improved: 5 - standard: 5 - 3389: - advanced: 5 - basic: 0 - elite: 5 - improved: 4 - standard: 0 - 3402: - advanced: 5 - basic: 3 - elite: 5 - improved: 4 - standard: 3 - 3409: - advanced: 5 - basic: 0 - elite: 5 - improved: 3 - standard: 0 - 3413: - advanced: 5 - basic: 3 - elite: 5 - improved: 4 - standard: 3 - 11443: - advanced: 4 - basic: 0 - elite: 4 - improved: 0 - standard: 0 - 12180: - advanced: 4 - basic: 0 - elite: 5 - improved: 0 - standard: 0 - 12181: - advanced: 4 - basic: 0 - elite: 5 - improved: 0 - standard: 0 - 12182: - advanced: 4 - basic: 0 - elite: 5 - improved: 0 - standard: 0 - 12183: - advanced: 4 - basic: 0 - elite: 5 - improved: 3 - standard: 0 - 12184: - advanced: 4 - basic: 0 - elite: 5 - improved: 3 - standard: 0 - 12185: - advanced: 4 - basic: 0 - elite: 5 - improved: 3 - standard: 0 - 12186: - advanced: 4 - basic: 0 - elite: 5 - improved: 3 - standard: 2 - 12187: - advanced: 4 - basic: 0 - elite: 5 - improved: 3 - standard: 2 - 12188: - advanced: 4 - basic: 0 - elite: 5 - improved: 3 - standard: 2 - 12189: - advanced: 4 - basic: 0 - elite: 5 - improved: 0 - standard: 0 - 12190: - advanced: 4 - basic: 0 - elite: 5 - improved: 3 - standard: 2 - 12191: - advanced: 4 - basic: 1 - elite: 5 - improved: 3 - standard: 2 - 12192: - advanced: 4 - basic: 1 - elite: 5 - improved: 3 - standard: 2 - 12193: - advanced: 4 - basic: 1 - elite: 5 - improved: 3 - standard: 2 - 12194: - advanced: 4 - basic: 0 - elite: 5 - improved: 3 - standard: 0 - 12195: - advanced: 4 - basic: 1 - elite: 5 - improved: 3 - standard: 2 - 12196: - advanced: 4 - basic: 0 - elite: 5 - improved: 0 - standard: 0 - 18025: - advanced: 4 - basic: 0 - elite: 5 - improved: 0 - standard: 0 -117: - description: This certificate represents a level of competence in passive shield - buffers. It is mainly used to maximize Effective Hitpoints (EHP) on highly - competitive ship fittings. This is a good skillset for capsuleers looking - to get the most shield buffer possible on their vessel. - groupID: 1209 - name: Shield Reinforcement - recommendedFor: - - 587 - - 589 - - 590 - - 591 - - 592 - - 593 - - 594 - - 596 - - 597 - - 606 - - 607 - - 608 - - 609 - - 624 - - 625 - - 626 - - 627 - - 628 - - 629 - - 633 - - 634 - - 639 - - 641 - - 642 - - 643 - - 644 - - 645 - - 648 - - 649 - - 650 - - 651 - - 652 - - 653 - - 654 - - 655 - - 656 - - 657 - - 671 - - 672 - - 1944 - - 2006 - - 2078 - - 2161 - - 2834 - - 2836 - - 2863 - - 2998 - - 3516 - - 3518 - - 3532 - - 4302 - - 4308 - - 4363 - - 4388 - - 11011 - - 11129 - - 11132 - - 11134 - - 11172 - - 11174 - - 11182 - - 11184 - - 11186 - - 11188 - - 11190 - - 11196 - - 11198 - - 11200 - - 11202 - - 11365 - - 11371 - - 11377 - - 11387 - - 11393 - - 11567 - - 11936 - - 11938 - - 11940 - - 11942 - - 11965 - - 11969 - - 11971 - - 11987 - - 11989 - - 12003 - - 12005 - - 12015 - - 12017 - - 12019 - - 12021 - - 12023 - - 12038 - - 12042 - - 12044 - - 12729 - - 12731 - - 12733 - - 12735 - - 12743 - - 12745 - - 12747 - - 12753 - - 13202 - - 16229 - - 16233 - - 16236 - - 16240 - - 17703 - - 17709 - - 17713 - - 17722 - - 17726 - - 17728 - - 17732 - - 17740 - - 17841 - - 17843 - - 17920 - - 17922 - - 17926 - - 17928 - - 19720 - - 19724 - - 19744 - - 20125 - - 20183 - - 20185 - - 20187 - - 20189 - - 21097 - - 21628 - - 22428 - - 22430 - - 22440 - - 22442 - - 22448 - - 22452 - - 22460 - - 22466 - - 22474 - - 23757 - - 23911 - - 23913 - - 23919 - - 24690 - - 24692 - - 24696 - - 24700 - - 24702 - - 28659 - - 28661 - - 28844 - - 28846 - - 28848 - - 28850 - - 29248 - - 29266 - - 29337 - - 29344 - - 29986 - - 29988 - - 30842 - - 32207 - - 32209 - - 32305 - - 32307 - - 32311 - - 32811 - - 32840 - - 32842 - - 32844 - - 32846 - - 32848 - - 32872 - - 32874 - - 32985 - - 32987 - - 33079 - - 33083 - - 33151 - - 33155 - - 33157 - - 33190 - - 33468 - - 33470 - - 33472 - - 33513 - - 33553 - - 33623 - - 33625 - - 33635 - - 33637 - - 33639 - - 33641 - - 33651 - - 33653 - - 33655 - - 33657 - - 33663 - - 33665 - - 33667 - - 33669 - - 33677 - - 33678 - - 33689 - - 33691 - - 33693 - - 33695 - - 33869 - - 33875 - - 33877 - - 33879 - - 34118 - - 34317 - - 34328 - - 34496 - - 34590 - - 35683 - - 37453 - - 37456 - - 37457 - - 37459 - - 37481 - - 37483 - - 37604 - - 37607 - skillTypes: - 3413: - advanced: 3 - basic: 1 - elite: 3 - improved: 3 - standard: 2 - 3416: - advanced: 4 - basic: 1 - elite: 5 - improved: 3 - standard: 2 - 3419: - advanced: 4 - basic: 0 - elite: 5 - improved: 3 - standard: 0 -118: - description: This certificate represents a level of competence in passive armor - buffers. It is mainly used to maximize Effective Hitpoints (EHP) on highly - competitive ship fittings. This is a good skillset for capsuleers looking - to get the most armor buffer possible on their vessel. - groupID: 1210 - name: Armor Reinforcement - recommendedFor: - - 582 - - 583 - - 584 - - 585 - - 586 - - 588 - - 598 - - 599 - - 601 - - 602 - - 603 - - 605 - - 615 - - 617 - - 620 - - 621 - - 622 - - 623 - - 630 - - 631 - - 632 - - 638 - - 640 - - 648 - - 649 - - 650 - - 651 - - 652 - - 653 - - 654 - - 655 - - 656 - - 657 - - 672 - - 1944 - - 2078 - - 3514 - - 3532 - - 3764 - - 3766 - - 4005 - - 4306 - - 4310 - - 4363 - - 4388 - - 11129 - - 11132 - - 11134 - - 11176 - - 11178 - - 11192 - - 11194 - - 11379 - - 11381 - - 11400 - - 11957 - - 11959 - - 11961 - - 11963 - - 11978 - - 11985 - - 11993 - - 11995 - - 11999 - - 12011 - - 12013 - - 12032 - - 12034 - - 12729 - - 12731 - - 12733 - - 12735 - - 12743 - - 12745 - - 12747 - - 12753 - - 16227 - - 16231 - - 16238 - - 16242 - - 17476 - - 17478 - - 17480 - - 17619 - - 17634 - - 17636 - - 17715 - - 17718 - - 17720 - - 17736 - - 17738 - - 17812 - - 17918 - - 17924 - - 17930 - - 17932 - - 19722 - - 19726 - - 19744 - - 20183 - - 20185 - - 20187 - - 20189 - - 21097 - - 21628 - - 22436 - - 22444 - - 22446 - - 22456 - - 22464 - - 22468 - - 22470 - - 22544 - - 22546 - - 22548 - - 22852 - - 23773 - - 23915 - - 23917 - - 24483 - - 24688 - - 24694 - - 24698 - - 26840 - - 26842 - - 28352 - - 28606 - - 28665 - - 28710 - - 28844 - - 28846 - - 28848 - - 28850 - - 29266 - - 29336 - - 29340 - - 29984 - - 30842 - - 32309 - - 32788 - - 32790 - - 32811 - - 32876 - - 32878 - - 32880 - - 32983 - - 32989 - - 33081 - - 33099 - - 33153 - - 33395 - - 33397 - - 33513 - - 33627 - - 33629 - - 33631 - - 33633 - - 33643 - - 33645 - - 33647 - - 33649 - - 33659 - - 33661 - - 33673 - - 33675 - - 33683 - - 33685 - - 33687 - - 33689 - - 33691 - - 33693 - - 33695 - - 33697 - - 33816 - - 33818 - - 33820 - - 33871 - - 33873 - - 33881 - - 33883 - - 34151 - - 34328 - - 34496 - - 34562 - - 34590 - - 34828 - - 35779 - - 35781 - - 37135 - - 37454 - - 37455 - - 37458 - - 37460 - - 37480 - - 37482 - - 37605 - - 37606 - skillTypes: - 3392: - advanced: 4 - basic: 1 - elite: 5 - improved: 3 - standard: 2 - 3394: - advanced: 4 - basic: 1 - elite: 5 - improved: 3 - standard: 2 -119: - description: This certificate represents the ability to survey and manage planet - colonies in order to maximize resource extraction from their soil. The holder - has learned that Command Centers have to be manually launched into Temperate - planets before a colony may be founded. This is a good skillset for capsuleers - wishing to develop an additional source of income. - groupID: 1241 - name: Planetary Interaction - recommendedFor: - - 2863 - skillTypes: - 2403: - advanced: 4 - basic: 0 - elite: 5 - improved: 0 - standard: 0 - 2406: - advanced: 4 - basic: 0 - elite: 5 - improved: 3 - standard: 0 - 2495: - advanced: 4 - basic: 1 - elite: 5 - improved: 3 - standard: 2 - 2505: - advanced: 4 - basic: 1 - elite: 5 - improved: 3 - standard: 2 - 3402: - advanced: 4 - basic: 3 - elite: 4 - improved: 4 - standard: 4 - 13279: - advanced: 4 - basic: 1 - elite: 5 - improved: 3 - standard: 2 -120: - description: This certificate represents a level of competence in the operation - of Remote Sensor Booster (RSB) modules. The holder has learned that RSBs improve - the target max targeting range and scan resolution. This is a good skillset - for capsuleers specializing in Gallente or Minmatar Logistics vessels. - groupID: 272 - name: Sensor Linking - recommendedFor: - - 11978 - - 11989 - skillTypes: - 3426: - advanced: 4 - basic: 3 - elite: 4 - improved: 4 - standard: 3 - 3427: - advanced: 3 - basic: 1 - elite: 3 - improved: 3 - standard: 2 - 3433: - advanced: 4 - basic: 1 - elite: 5 - improved: 3 - standard: 2 - 19759: - advanced: 4 - basic: 0 - elite: 5 - improved: 3 - standard: 0 - 19760: - advanced: 4 - basic: 0 - elite: 5 - improved: 3 - standard: 1 -132: - description: This certificate represents a level of competence in corporation - holding. It is a good skill set for a CEO to increase the maximum number of - corporation members and races. - groupID: 266 - name: Corporation Management - skillTypes: - 3355: - advanced: 3 - basic: 3 - elite: 3 - improved: 3 - standard: 3 - 3363: - advanced: 5 - basic: 2 - elite: 5 - improved: 5 - standard: 4 - 3368: - advanced: 4 - basic: 1 - elite: 5 - improved: 4 - standard: 3 - 3373: - advanced: 5 - basic: 0 - elite: 5 - improved: 4 - standard: 0 - 3731: - advanced: 5 - basic: 0 - elite: 5 - improved: 4 - standard: 0 - 3732: - advanced: 5 - basic: 0 - elite: 5 - improved: 0 - standard: 0 - 11584: - advanced: 5 - basic: 3 - elite: 5 - improved: 5 - standard: 4 - 12241: - advanced: 4 - basic: 0 - elite: 5 - improved: 0 - standard: 0 -133: - description: This certificate represents a level of competence in the control - of all combat-related drones, including light, medium, heavy and sentry variations. - The holder has learned that drones may be targeted and destroyed in combat. - This is a good skillset for any combat-oriented capsuleer as many ships from - all factions augment their capabilities through the use of drones. - groupID: 273 - name: All Combat Drones - recommendedFor: - - 643 - - 644 - - 645 - - 11011 - - 11936 - - 11938 - - 12005 - - 13202 - - 17728 - - 17738 - - 17740 - - 17843 - - 17918 - - 22428 - - 22430 - - 22440 - - 22442 - - 24690 - - 24694 - - 24700 - - 26840 - - 26842 - - 28352 - - 29988 - - 32305 - - 32307 - - 32311 - - 33470 - - 33472 - - 33553 - - 33631 - - 33633 - - 33635 - - 33637 - - 33687 - - 34151 - skillTypes: - 3426: - advanced: 1 - basic: 0 - elite: 1 - improved: 1 - standard: 1 - 3427: - advanced: 4 - basic: 0 - elite: 4 - improved: 4 - standard: 4 - 3436: - advanced: 5 - basic: 4 - elite: 5 - improved: 5 - standard: 5 - 3437: - advanced: 5 - basic: 1 - elite: 5 - improved: 4 - standard: 3 - 3441: - advanced: 5 - basic: 0 - elite: 5 - improved: 4 - standard: 3 - 3442: - advanced: 4 - basic: 0 - elite: 5 - improved: 4 - standard: 3 - 12305: - advanced: 4 - basic: 1 - elite: 5 - improved: 4 - standard: 3 - 12484: - advanced: 1 - basic: 0 - elite: 5 - improved: 0 - standard: 0 - 12485: - advanced: 1 - basic: 0 - elite: 5 - improved: 0 - standard: 0 - 12486: - advanced: 1 - basic: 0 - elite: 5 - improved: 0 - standard: 0 - 12487: - advanced: 1 - basic: 0 - elite: 5 - improved: 0 - standard: 0 - 23566: - advanced: 4 - basic: 0 - elite: 5 - improved: 4 - standard: 3 - 23594: - advanced: 5 - basic: 0 - elite: 5 - improved: 1 - standard: 0 - 23606: - advanced: 4 - basic: 0 - elite: 5 - improved: 4 - standard: 3 - 23618: - advanced: 4 - basic: 1 - elite: 5 - improved: 4 - standard: 3 - 24241: - advanced: 5 - basic: 1 - elite: 5 - improved: 4 - standard: 3 -138: - description: This certificate represents level of competence which ship propulsion - and speed enhancing modules like Afterburners, Microwarpdrives and Micro Jump - Drives. The holder is aware that those modules consume a fair amount of capacitor - while active. This is a critical skill set to have for any kind of operation - in hazardous space. - groupID: 275 - name: Battleship Navigation - recommendedFor: - - 638 - - 639 - - 640 - - 641 - - 642 - - 643 - - 644 - - 645 - - 4005 - - 11936 - - 11938 - - 13202 - - 17636 - - 17726 - - 17728 - - 17732 - - 17736 - - 17738 - - 17740 - - 17918 - - 17920 - - 22428 - - 22430 - - 22436 - - 22440 - - 24688 - - 24690 - - 24692 - - 24694 - - 26840 - - 26842 - - 28659 - - 28661 - - 28665 - - 28710 - - 32305 - - 32307 - - 32309 - - 32311 - - 33472 - - 33623 - - 33625 - - 33627 - - 33629 - - 33631 - - 33633 - - 33635 - - 33637 - - 33820 - - 34118 - - 34151 - skillTypes: - 3327: - advanced: 4 - basic: 1 - elite: 5 - improved: 3 - standard: 2 - 3449: - advanced: 5 - basic: 1 - elite: 5 - improved: 4 - standard: 3 - 3450: - advanced: 4 - basic: 0 - elite: 5 - improved: 3 - standard: 1 - 3451: - advanced: 3 - basic: 0 - elite: 5 - improved: 1 - standard: 0 - 3452: - advanced: 4 - basic: 0 - elite: 5 - improved: 3 - standard: 1 - 3453: - advanced: 4 - basic: 0 - elite: 5 - improved: 3 - standard: 1 - 3454: - advanced: 3 - basic: 0 - elite: 5 - improved: 0 - standard: 0 - 3455: - advanced: 4 - basic: 0 - elite: 5 - improved: 3 - standard: 1 - 4385: - advanced: 3 - basic: 0 - elite: 5 - improved: 0 - standard: 0 -139: - description: This certificate represents a level of competence with Caldari targeting - systems. It certifies that the holder has some skill in target acquisition - and management and can make use of a range of targeting-related modules. This - is a critical skillset for any capsuleer facing combat. - groupID: 1213 - name: Caldari Target Management - recommendedFor: - - 582 - - 583 - - 584 - - 601 - - 602 - - 603 - - 605 - - 620 - - 621 - - 623 - - 632 - - 638 - - 640 - - 3756 - - 4005 - - 4306 - - 11176 - - 11178 - - 11192 - - 11194 - - 11379 - - 11381 - - 11957 - - 11959 - - 11985 - - 11993 - - 11995 - - 12011 - - 12032 - - 16227 - - 16238 - - 17619 - - 17634 - - 17636 - - 17715 - - 17918 - - 17930 - - 19726 - - 22436 - - 22446 - - 22464 - - 22470 - - 23915 - - 24688 - - 24698 - - 26840 - - 28710 - - 29340 - - 29984 - - 32309 - - 32788 - - 32790 - - 32876 - - 32983 - - 33081 - - 33153 - - 33627 - - 33629 - - 33643 - - 33645 - - 33659 - - 33661 - - 33673 - - 33675 - - 33816 - - 33818 - - 33820 - - 33873 - - 33881 - - 34151 - - 34828 - - 37455 - - 37458 - - 37482 - - 37605 - skillTypes: - 3426: - advanced: 4 - basic: 1 - elite: 4 - improved: 4 - standard: 2 - 3428: - advanced: 4 - basic: 0 - elite: 5 - improved: 3 - standard: 1 - 3429: - advanced: 5 - basic: 1 - elite: 5 - improved: 4 - standard: 3 - 3431: - advanced: 4 - basic: 0 - elite: 5 - improved: 3 - standard: 1 - 33000: - advanced: 4 - basic: 0 - elite: 5 - improved: 3 - standard: 0 -140: - description: This certificate represents a level of competence with Gallente targeting - systems. It certifies that the holder has some skill in target acquisition - and management and can make use of a range of targeting-related modules. This - is a critical skillset for any capsuleer facing combat. - groupID: 1213 - name: Gallente Target Management - recommendedFor: - - 592 - - 593 - - 594 - - 606 - - 607 - - 608 - - 609 - - 626 - - 627 - - 633 - - 634 - - 641 - - 645 - - 2834 - - 2836 - - 2998 - - 4308 - - 11011 - - 11172 - - 11174 - - 11200 - - 11202 - - 11377 - - 11969 - - 11971 - - 11989 - - 12005 - - 12021 - - 12023 - - 12042 - - 12044 - - 13202 - - 16229 - - 16240 - - 17476 - - 17478 - - 17480 - - 17722 - - 17728 - - 17740 - - 17841 - - 17843 - - 17928 - - 19724 - - 22430 - - 22442 - - 22460 - - 22466 - - 22544 - - 22546 - - 22548 - - 23911 - - 24690 - - 24700 - - 28352 - - 28606 - - 28661 - - 29344 - - 29988 - - 32307 - - 32840 - - 32842 - - 32844 - - 32846 - - 32848 - - 32872 - - 32880 - - 32985 - - 33083 - - 33151 - - 33468 - - 33470 - - 33472 - - 33553 - - 33635 - - 33637 - - 33651 - - 33653 - - 33667 - - 33669 - - 33677 - - 33678 - - 33683 - - 33685 - - 33687 - - 33697 - - 33869 - - 33877 - - 34118 - - 35683 - - 37135 - - 37456 - - 37459 - - 37483 - - 37607 - skillTypes: - 3426: - advanced: 4 - basic: 1 - elite: 4 - improved: 4 - standard: 2 - 3428: - advanced: 4 - basic: 0 - elite: 5 - improved: 3 - standard: 1 - 3429: - advanced: 5 - basic: 1 - elite: 5 - improved: 4 - standard: 3 - 3431: - advanced: 4 - basic: 0 - elite: 5 - improved: 3 - standard: 1 - 32999: - advanced: 4 - basic: 0 - elite: 5 - improved: 3 - standard: 0 -141: - description: This certificate represents a level of competence with Minmatar targeting - systems. It certifies that the holder has some skill in target acquisition - and management and can make use of a range of targeting-related modules. This - is a critical skillset for any capsuleer facing combat. - groupID: 1213 - name: Minmatar Target Management - recommendedFor: - - 585 - - 586 - - 587 - - 588 - - 598 - - 599 - - 617 - - 622 - - 629 - - 630 - - 631 - - 639 - - 644 - - 3766 - - 4310 - - 11182 - - 11196 - - 11198 - - 11371 - - 11387 - - 11400 - - 11961 - - 11963 - - 11978 - - 11999 - - 12013 - - 12015 - - 12034 - - 16231 - - 16242 - - 17713 - - 17720 - - 17732 - - 17738 - - 17812 - - 17932 - - 19722 - - 22440 - - 22444 - - 22456 - - 22468 - - 24483 - - 24694 - - 24702 - - 26842 - - 28665 - - 29336 - - 29990 - - 32207 - - 32209 - - 32311 - - 32878 - - 32989 - - 33099 - - 33157 - - 33395 - - 33397 - - 33631 - - 33633 - - 33647 - - 33649 - - 33663 - - 33665 - - 33871 - - 33883 - - 34562 - - 37454 - - 37460 - - 37480 - - 37606 - skillTypes: - 3426: - advanced: 4 - basic: 1 - elite: 4 - improved: 4 - standard: 2 - 3428: - advanced: 4 - basic: 0 - elite: 5 - improved: 3 - standard: 1 - 3429: - advanced: 5 - basic: 1 - elite: 5 - improved: 4 - standard: 3 - 3431: - advanced: 4 - basic: 0 - elite: 5 - improved: 3 - standard: 1 - 33001: - advanced: 4 - basic: 0 - elite: 5 - improved: 3 - standard: 0 -142: - description: This certificate represents a level of competence with advanced targeting - systems. It certifies that the holder can lock more than seven targets at - the same time. This is a good skillset to have for any capsuleer training - for specialized ships, like Logistics or Marauders. - groupID: 1213 - name: Advanced Target Management - recommendedFor: - - 11959 - - 11961 - - 11971 - - 11978 - - 11985 - - 11987 - - 11989 - - 20125 - - 23757 - - 23911 - - 23915 - - 24483 - - 28659 - - 28661 - - 28665 - - 28710 - - 33675 - - 37604 - - 37605 - - 37606 - - 37607 - skillTypes: - 3426: - advanced: 1 - basic: 1 - elite: 1 - improved: 1 - standard: 1 - 3429: - advanced: 5 - basic: 5 - elite: 5 - improved: 5 - standard: 5 - 3430: - advanced: 4 - basic: 1 - elite: 5 - improved: 3 - standard: 2 -144: - description: This certificate represents a level of competence with ship propulsion. - It is mainly used to minimize travel time on vessels without module slots. - This is a good skillset for capsuleers looking to maximize general navigation - performance. - groupID: 275 - name: Navigation Support - recommendedFor: - - 672 - - 2078 - - 2863 - - 3532 - - 11129 - - 11132 - - 11134 - - 21097 - - 21628 - - 29266 - - 30842 - - 33513 - - 34496 - skillTypes: - 3327: - advanced: 4 - basic: 1 - elite: 5 - improved: 3 - standard: 2 - 3449: - advanced: 5 - basic: 1 - elite: 5 - improved: 4 - standard: 3 - 3453: - advanced: 4 - basic: 0 - elite: 5 - improved: 3 - standard: 1 - 3455: - advanced: 4 - basic: 0 - elite: 5 - improved: 3 - standard: 1 -145: - description: This certificate represents a level of competence with ship jump - drives. The holder has learned that jump drives consume fuel based on distance - and allow the user to navigate without the use of Stargates. This is a critical - skillset for any kind of capital or Black Ops movement. - groupID: 275 - name: Jump Drive - recommendedFor: - - 671 - - 3514 - - 3764 - - 11567 - - 19720 - - 19722 - - 19724 - - 19726 - - 22428 - - 22430 - - 22436 - - 22440 - - 22852 - - 23757 - - 23773 - - 23911 - - 23913 - - 23915 - - 23917 - - 23919 - - 24483 - - 28352 - - 28844 - - 28846 - - 28848 - - 28850 - - 33687 - - 37604 - - 37605 - - 37606 - - 37607 - skillTypes: - 3402: - advanced: 5 - basic: 5 - elite: 5 - improved: 5 - standard: 5 - 3449: - advanced: 5 - basic: 5 - elite: 5 - improved: 5 - standard: 5 - 3455: - advanced: 5 - basic: 5 - elite: 5 - improved: 5 - standard: 5 - 3456: - advanced: 5 - basic: 1 - elite: 5 - improved: 5 - standard: 3 - 21610: - advanced: 4 - basic: 0 - elite: 5 - improved: 4 - standard: 3 - 21611: - advanced: 4 - basic: 0 - elite: 5 - improved: 1 - standard: 0 -146: - description: This certificate represents a level of competence with supercapital - targeting systems. It certifies that the holder has some skill in target acquisition - and management and can make use of a range of targeting-related modules. This - is a critical skillset for any capsuleer facing combat. - groupID: 1213 - name: Supercapital Target Management - recommendedFor: - - 671 - - 3514 - - 3764 - - 11567 - - 22852 - - 23773 - - 23913 - - 23917 - - 23919 - skillTypes: - 3426: - advanced: 4 - basic: 1 - elite: 4 - improved: 4 - standard: 2 - 3428: - advanced: 4 - basic: 0 - elite: 5 - improved: 3 - standard: 1 - 3429: - advanced: 5 - basic: 1 - elite: 5 - improved: 4 - standard: 3 - 3431: - advanced: 4 - basic: 0 - elite: 5 - improved: 3 - standard: 1 -147: - description: This certificate represents a level of competence in handling Siege - Modules. The holder has learned that Siege Modules may only be used on Dreadnoughts, - improving their offensive and defensive capabilities at the expense of mobility. - This is a critical skillset for capsuleers specializing in Dreadnought hulls. - groupID: 255 - name: Tactical Weapon Reconfiguration - recommendedFor: - - 19720 - - 19722 - - 19724 - - 19726 - skillTypes: - 3300: - advanced: 2 - basic: 2 - elite: 2 - improved: 2 - standard: 2 - 3318: - advanced: 5 - basic: 5 - elite: 5 - improved: 5 - standard: 5 - 11207: - advanced: 5 - basic: 5 - elite: 5 - improved: 5 - standard: 5 - 22043: - advanced: 4 - basic: 1 - elite: 5 - improved: 3 - standard: 2 -148: - description: This certificate represents a level of competence in handling Triage - Modules. The holder has learned that Triage Modules may only be used on Carriers, - improving their remote assisting capabilities at the expense of mobility. - This is a critical skillset for capsuleers specializing in Carrier hulls. - groupID: 272 - name: Tactical Logistics Reconfiguration - recommendedFor: - - 23757 - - 23911 - - 23915 - - 24483 - - 37604 - - 37605 - - 37606 - - 37607 - skillTypes: - 3327: - advanced: 3 - basic: 3 - elite: 3 - improved: 3 - standard: 3 - 3426: - advanced: 2 - basic: 2 - elite: 2 - improved: 2 - standard: 2 - 3428: - advanced: 5 - basic: 5 - elite: 5 - improved: 5 - standard: 5 - 3431: - advanced: 5 - basic: 5 - elite: 5 - improved: 5 - standard: 5 - 12096: - advanced: 5 - basic: 5 - elite: 5 - improved: 5 - standard: 5 - 27906: - advanced: 4 - basic: 1 - elite: 5 - improved: 3 - standard: 2 -149: - description: This certificate represents a level of competence in handling Industrial - Core modules. The holder has learned that Industrial Cores may only be used - on Capital Industrial Ships, improving their resource processing abilities - at the expense of mobility. This is a good skillset for capsuleers specializing - in Industrial Capital Ship hulls. - groupID: 1218 - name: Industrial Reconfiguration - recommendedFor: - - 28352 - - 33687 - skillTypes: - 3380: - advanced: 3 - basic: 3 - elite: 3 - improved: 3 - standard: 3 - 3387: - advanced: 5 - basic: 5 - elite: 5 - improved: 5 - standard: 5 - 24625: - advanced: 4 - basic: 4 - elite: 4 - improved: 4 - standard: 4 - 28585: - advanced: 4 - basic: 1 - elite: 5 - improved: 3 - standard: 2 -150: - description: This certificate represents a level of competence in weapons CPU - and power grid usage. This is a critical skillset for any capsuleer wishing - to increase their tactical options in combat. - groupID: 1216 - name: Core Weapon Fitting - recommendedFor: - - 583 - - 585 - - 587 - - 588 - - 589 - - 591 - - 593 - - 594 - - 596 - - 597 - - 598 - - 601 - - 602 - - 603 - - 606 - - 608 - - 615 - - 617 - - 621 - - 622 - - 623 - - 624 - - 626 - - 627 - - 629 - - 630 - - 638 - - 639 - - 641 - - 642 - - 644 - - 671 - - 2006 - - 2834 - - 2836 - - 3516 - - 3518 - - 3756 - - 3764 - - 4302 - - 4306 - - 4308 - - 4310 - - 11011 - - 11176 - - 11178 - - 11184 - - 11186 - - 11196 - - 11198 - - 11200 - - 11202 - - 11365 - - 11371 - - 11377 - - 11379 - - 11381 - - 11393 - - 11400 - - 11567 - - 11936 - - 11938 - - 11940 - - 11942 - - 11959 - - 11961 - - 11963 - - 11969 - - 11971 - - 11993 - - 11995 - - 11999 - - 12003 - - 12011 - - 12013 - - 12015 - - 12017 - - 12019 - - 12021 - - 12023 - - 12032 - - 12034 - - 12038 - - 12042 - - 12044 - - 13202 - - 16227 - - 16229 - - 16231 - - 16236 - - 16238 - - 16240 - - 16242 - - 17619 - - 17634 - - 17636 - - 17703 - - 17709 - - 17713 - - 17715 - - 17718 - - 17720 - - 17722 - - 17726 - - 17728 - - 17732 - - 17736 - - 17738 - - 17740 - - 17812 - - 17841 - - 17918 - - 17920 - - 17922 - - 17924 - - 17926 - - 17928 - - 17930 - - 17932 - - 19720 - - 19722 - - 19724 - - 19726 - - 22428 - - 22430 - - 22436 - - 22440 - - 22442 - - 22444 - - 22446 - - 22448 - - 22452 - - 22456 - - 22460 - - 22464 - - 22466 - - 22468 - - 22470 - - 22474 - - 23773 - - 24688 - - 24690 - - 24692 - - 24694 - - 24696 - - 24698 - - 24702 - - 26840 - - 26842 - - 28659 - - 28661 - - 28665 - - 28710 - - 29336 - - 29337 - - 29340 - - 29344 - - 29984 - - 29986 - - 29988 - - 29990 - - 32207 - - 32209 - - 32305 - - 32307 - - 32309 - - 32311 - - 32788 - - 32840 - - 32842 - - 32844 - - 32846 - - 32848 - - 32872 - - 32876 - - 32878 - - 33079 - - 33081 - - 33083 - - 33099 - - 33151 - - 33153 - - 33155 - - 33157 - - 33395 - - 33397 - - 33470 - - 33472 - - 33553 - - 33623 - - 33625 - - 33627 - - 33629 - - 33631 - - 33633 - - 33635 - - 33637 - - 33639 - - 33641 - - 33643 - - 33645 - - 33647 - - 33649 - - 33651 - - 33653 - - 33655 - - 33657 - - 33659 - - 33661 - - 33663 - - 33665 - - 33667 - - 33669 - - 33673 - - 33675 - - 33677 - - 33678 - - 33816 - - 33818 - - 33820 - - 33869 - - 33871 - - 33873 - - 33877 - - 33879 - - 33881 - - 33883 - - 34118 - - 34151 - - 34317 - - 34562 - - 34828 - - 35683 - - 35779 - - 35781 - - 37453 - - 37454 - - 37455 - - 37456 - - 37480 - - 37481 - - 37482 - - 37483 - skillTypes: - 3300: - advanced: 2 - basic: 2 - elite: 2 - improved: 2 - standard: 2 - 3318: - advanced: 5 - basic: 1 - elite: 5 - improved: 5 - standard: 3 - 11207: - advanced: 4 - basic: 0 - elite: 5 - improved: 1 - standard: 0 -151: - description: This certificate represents a level of competence with Freighter - ship propulsion. The holder has learned that those ships are slow and vulnerable - when aligning to celestial objects. This is a good skillset for any capsuleer - specializing in Freighter hulls. - groupID: 275 - name: Freighter Navigation - recommendedFor: - - 20183 - - 20185 - - 20187 - - 20189 - - 28844 - - 28846 - - 28848 - - 28850 - - 34328 - skillTypes: - 3327: - advanced: 5 - basic: 5 - elite: 5 - improved: 5 - standard: 5 - 3449: - advanced: 5 - basic: 3 - elite: 5 - improved: 5 - standard: 4 - 3453: - advanced: 4 - basic: 0 - elite: 5 - improved: 3 - standard: 1 - 3455: - advanced: 5 - basic: 1 - elite: 5 - improved: 4 - standard: 3 - 20342: - advanced: 4 - basic: 1 - elite: 5 - improved: 3 - standard: 2 -152: - description: This certificate represents a level of competence in leadership fleet - support through Information Warfare Links. The holder has learned that Information - Warfare Links do not work inside a Starbase Forcefield. This is a good skillset - for capsuleers specializing in Battlecruisers or Command Ships. - groupID: 258 - name: Information Warfare Links - recommendedFor: - - 671 - - 3514 - - 3756 - - 3764 - - 11567 - - 16227 - - 16229 - - 16231 - - 16233 - - 22442 - - 22444 - - 22446 - - 22448 - - 22466 - - 22468 - - 22470 - - 22474 - - 22852 - - 23757 - - 23773 - - 23911 - - 23913 - - 23915 - - 23917 - - 23919 - - 24483 - - 24696 - - 24698 - - 24700 - - 24702 - - 29984 - - 29986 - - 29988 - - 29990 - - 33151 - - 33153 - - 33155 - - 33157 - - 33869 - - 33871 - - 33873 - - 33875 - - 37480 - - 37481 - - 37482 - - 37483 - - 37604 - - 37605 - - 37606 - - 37607 - skillTypes: - 3348: - advanced: 5 - basic: 5 - elite: 5 - improved: 5 - standard: 5 - 3352: - advanced: 4 - basic: 1 - elite: 5 - improved: 3 - standard: 2 - 3354: - advanced: 4 - basic: 1 - elite: 5 - improved: 3 - standard: 2 - 20495: - advanced: 5 - basic: 5 - elite: 5 - improved: 5 - standard: 5 -153: - description: This certificate represents a level of competence in leadership fleet - support through Skirmish Warfare Links. The holder has learned that Skirmish - Warfare Links do not work inside a Starbase Forcefield. This is a good skillset - for capsuleers specializing in Battlecruisers or Command Ships. - groupID: 258 - name: Skirmish Warfare Links - recommendedFor: - - 671 - - 3514 - - 3756 - - 3764 - - 11567 - - 16227 - - 16229 - - 16231 - - 16233 - - 22442 - - 22444 - - 22446 - - 22448 - - 22466 - - 22468 - - 22470 - - 22474 - - 22852 - - 23757 - - 23773 - - 23911 - - 23913 - - 23915 - - 23917 - - 23919 - - 24483 - - 24696 - - 24698 - - 24700 - - 24702 - - 29984 - - 29986 - - 29988 - - 29990 - - 33151 - - 33153 - - 33155 - - 33157 - - 33869 - - 33871 - - 33873 - - 33875 - - 37480 - - 37481 - - 37482 - - 37483 - - 37604 - - 37605 - - 37606 - - 37607 - skillTypes: - 3348: - advanced: 5 - basic: 5 - elite: 5 - improved: 5 - standard: 5 - 3349: - advanced: 5 - basic: 5 - elite: 5 - improved: 5 - standard: 5 - 3354: - advanced: 4 - basic: 1 - elite: 5 - improved: 3 - standard: 2 - 11572: - advanced: 4 - basic: 1 - elite: 5 - improved: 3 - standard: 2 -154: - description: This certificate represents a level of competence in leadership fleet - support through Siege Warfare Links. The holder has learned that Siege Warfare - Links do not work inside a Starbase Forcefield. This is a good skillset for - capsuleers specializing in Battlecruisers or Command Ships. - groupID: 258 - name: Siege Warfare Links - recommendedFor: - - 671 - - 3514 - - 3756 - - 3764 - - 11567 - - 16227 - - 16229 - - 16231 - - 16233 - - 22442 - - 22444 - - 22446 - - 22448 - - 22466 - - 22468 - - 22470 - - 22474 - - 22852 - - 23757 - - 23773 - - 23911 - - 23913 - - 23915 - - 23917 - - 23919 - - 24483 - - 24696 - - 24698 - - 24700 - - 24702 - - 29984 - - 29986 - - 29988 - - 29990 - - 33151 - - 33153 - - 33155 - - 33157 - - 33869 - - 33871 - - 33873 - - 33875 - - 37480 - - 37481 - - 37482 - - 37483 - - 37604 - - 37605 - - 37606 - - 37607 - skillTypes: - 3348: - advanced: 5 - basic: 5 - elite: 5 - improved: 5 - standard: 5 - 3350: - advanced: 5 - basic: 5 - elite: 5 - improved: 5 - standard: 5 - 3351: - advanced: 4 - basic: 1 - elite: 5 - improved: 3 - standard: 2 - 3354: - advanced: 4 - basic: 1 - elite: 5 - improved: 3 - standard: 2 -164: - description: This certificate represents level of competence in the control of - light combat drones. The holder has learned that drones may be targeted and - destroyed in combat. This is a good skillset for any combat-oriented capsuleer - as many ships from all factions augment their capabilities through the use - of drones. - groupID: 273 - name: Light Drones - recommendedFor: - - 593 - - 629 - - 2006 - - 2834 - - 3516 - - 4308 - - 11959 - - 11999 - - 12015 - - 12042 - - 16227 - - 17476 - - 17478 - - 17480 - - 17709 - - 17713 - - 17720 - - 17926 - - 17930 - - 22436 - - 22444 - - 22446 - - 22448 - - 22470 - - 22544 - - 22546 - - 22548 - - 24698 - - 24702 - - 28659 - - 28710 - - 29336 - - 29984 - - 29990 - - 32209 - - 32872 - - 32874 - - 33079 - - 33081 - - 33153 - - 33157 - - 33468 - - 33639 - - 33641 - - 33673 - - 33683 - - 33818 - - 33873 - - 37453 - - 37456 - - 37483 - skillTypes: - 3426: - advanced: 1 - basic: 0 - elite: 1 - improved: 1 - standard: 1 - 3427: - advanced: 4 - basic: 0 - elite: 4 - improved: 4 - standard: 4 - 3436: - advanced: 5 - basic: 4 - elite: 5 - improved: 5 - standard: 5 - 3437: - advanced: 5 - basic: 1 - elite: 5 - improved: 4 - standard: 3 - 3442: - advanced: 4 - basic: 0 - elite: 5 - improved: 4 - standard: 3 - 12305: - advanced: 4 - basic: 1 - elite: 5 - improved: 4 - standard: 3 - 12484: - advanced: 1 - basic: 0 - elite: 5 - improved: 0 - standard: 0 - 12485: - advanced: 1 - basic: 0 - elite: 5 - improved: 0 - standard: 0 - 12486: - advanced: 1 - basic: 0 - elite: 5 - improved: 0 - standard: 0 - 12487: - advanced: 1 - basic: 0 - elite: 5 - improved: 0 - standard: 0 - 23566: - advanced: 4 - basic: 0 - elite: 5 - improved: 4 - standard: 3 - 23606: - advanced: 4 - basic: 0 - elite: 5 - improved: 4 - standard: 3 - 23618: - advanced: 4 - basic: 1 - elite: 5 - improved: 4 - standard: 3 - 24241: - advanced: 5 - basic: 1 - elite: 5 - improved: 4 - standard: 3 -165: - description: This certificate represents level of competence in the control of - light and medium combat drones. The holder has learned that drones may be - targeted and destroyed in combat. This is a good skillset for any combat-oriented - capsuleer as many ships from all factions augment their capabilities through - the use of drones. - groupID: 273 - name: Medium Drones - recommendedFor: - - 626 - - 627 - - 628 - - 630 - - 633 - - 638 - - 639 - - 640 - - 641 - - 642 - - 2836 - - 3518 - - 3756 - - 4005 - - 11961 - - 11963 - - 11965 - - 11969 - - 11971 - - 12019 - - 12023 - - 16229 - - 16231 - - 16233 - - 17636 - - 17715 - - 17722 - - 17726 - - 17732 - - 17736 - - 17920 - - 17922 - - 20125 - - 22466 - - 22468 - - 22474 - - 24688 - - 24692 - - 24696 - - 28606 - - 28661 - - 28665 - - 29344 - - 29986 - - 32309 - - 33151 - - 33155 - - 33395 - - 33623 - - 33625 - - 33627 - - 33629 - - 33651 - - 33653 - - 33675 - - 33685 - - 33820 - - 33869 - - 33871 - - 33875 - - 34118 - skillTypes: - 3426: - advanced: 1 - basic: 0 - elite: 1 - improved: 1 - standard: 1 - 3427: - advanced: 4 - basic: 0 - elite: 4 - improved: 4 - standard: 4 - 3436: - advanced: 5 - basic: 4 - elite: 5 - improved: 5 - standard: 5 - 3437: - advanced: 5 - basic: 1 - elite: 5 - improved: 4 - standard: 3 - 3442: - advanced: 4 - basic: 0 - elite: 5 - improved: 4 - standard: 3 - 12305: - advanced: 4 - basic: 1 - elite: 5 - improved: 4 - standard: 3 - 12484: - advanced: 1 - basic: 0 - elite: 5 - improved: 0 - standard: 0 - 12485: - advanced: 1 - basic: 0 - elite: 5 - improved: 0 - standard: 0 - 12486: - advanced: 1 - basic: 0 - elite: 5 - improved: 0 - standard: 0 - 12487: - advanced: 1 - basic: 0 - elite: 5 - improved: 0 - standard: 0 - 23566: - advanced: 4 - basic: 0 - elite: 5 - improved: 4 - standard: 3 - 23606: - advanced: 4 - basic: 0 - elite: 5 - improved: 4 - standard: 3 - 23618: - advanced: 4 - basic: 1 - elite: 5 - improved: 4 - standard: 3 - 24241: - advanced: 5 - basic: 1 - elite: 5 - improved: 4 - standard: 3 - 33699: - advanced: 5 - basic: 1 - elite: 5 - improved: 4 - standard: 3 -167: - description: This certificate represents a level of competence in Tech I capital - ships and items production. This is a good skillset for players wishing to - build their own products. - groupID: 268 - name: Tech I Capital Manufacturing - skillTypes: - 3380: - advanced: 5 - basic: 5 - elite: 5 - improved: 5 - standard: 5 - 3388: - advanced: 5 - basic: 5 - elite: 5 - improved: 5 - standard: 5 - 3392: - advanced: 5 - basic: 5 - elite: 5 - improved: 5 - standard: 5 - 22242: - advanced: 4 - basic: 1 - elite: 5 - improved: 3 - standard: 2 -168: - description: This certificate represents a level of competence in handling remote - access and simultaneous use of manufacturing activities. This is a good skillset - for players wishing to build their own products. - groupID: 268 - name: Manufacturing Operations - skillTypes: - 3380: - advanced: 3 - basic: 3 - elite: 3 - improved: 3 - standard: 3 - 3387: - advanced: 5 - basic: 1 - elite: 5 - improved: 4 - standard: 3 - 24268: - advanced: 4 - basic: 0 - elite: 5 - improved: 1 - standard: 0 - 24625: - advanced: 1 - basic: 0 - elite: 5 - improved: 0 - standard: 0 -169: - description: This certificate represents a level of competence in handling invention - and manufacturing of Tech II Amarr ship hulls. This is a good skillset for - players wishing to invent that faction's Tech II ship blueprints or build - their own products. - groupID: 268 - name: Advanced Amarr Spaceship Technology - skillTypes: - 3392: - advanced: 5 - basic: 5 - elite: 5 - improved: 5 - standard: 5 - 3402: - advanced: 5 - basic: 5 - elite: 5 - improved: 5 - standard: 5 - 11444: - advanced: 4 - basic: 1 - elite: 5 - improved: 3 - standard: 2 -170: - description: This certificate represents a level of competence in handling invention - and manufacturing of Tech II Caldari ship hulls. This is a good skillset for - players wishing to invent that faction's Tech II ship blueprints or build - their own products. - groupID: 268 - name: Advanced Caldari Spaceship Technology - skillTypes: - 3392: - advanced: 5 - basic: 5 - elite: 5 - improved: 5 - standard: 5 - 3402: - advanced: 5 - basic: 5 - elite: 5 - improved: 5 - standard: 5 - 11454: - advanced: 4 - basic: 1 - elite: 5 - improved: 3 - standard: 2 -171: - description: This certificate represents a level of competence in handling invention - and manufacturing of Tech II Gallente ship hulls. This is a good skillset - for players wishing to invent that faction's Tech II ship blueprints or build - their own products. - groupID: 268 - name: Advanced Gallente Spaceship Technology - skillTypes: - 3392: - advanced: 5 - basic: 5 - elite: 5 - improved: 5 - standard: 5 - 3402: - advanced: 5 - basic: 5 - elite: 5 - improved: 5 - standard: 5 - 11450: - advanced: 4 - basic: 1 - elite: 5 - improved: 3 - standard: 2 -172: - description: This certificate represents a level of competence in handling invention - and manufacturing of Tech II Minmatar ship hulls. This is a good skillset - for players wishing to invent that faction's Tech II ship blueprints or build - their own products. - groupID: 268 - name: Advanced Minmatar Spaceship Technology - skillTypes: - 3392: - advanced: 5 - basic: 5 - elite: 5 - improved: 5 - standard: 5 - 3402: - advanced: 5 - basic: 5 - elite: 5 - improved: 5 - standard: 5 - 11445: - advanced: 4 - basic: 1 - elite: 5 - improved: 3 - standard: 2 -173: - description: This certificate represents a level of competence in handling invention - and manufacturing of Tech II small ship hulls. This is a good skillset for - players wishing to build their own products. - groupID: 268 - name: Advanced Small Spaceship Manufacturing - skillTypes: - 3380: - advanced: 2 - basic: 2 - elite: 2 - improved: 2 - standard: 2 - 3392: - advanced: 1 - basic: 1 - elite: 1 - improved: 1 - standard: 1 - 3395: - advanced: 4 - basic: 1 - elite: 5 - improved: 3 - standard: 2 -174: - description: This certificate represents a level of competence in handling invention - and manufacturing of Tech II medium ship hulls. This is a good skillset for - players wishing to build their own products. - groupID: 268 - name: Advanced Medium Spaceship Manufacturing - skillTypes: - 3380: - advanced: 2 - basic: 2 - elite: 2 - improved: 2 - standard: 2 - 3392: - advanced: 1 - basic: 1 - elite: 1 - improved: 1 - standard: 1 - 3395: - advanced: 4 - basic: 4 - elite: 4 - improved: 4 - standard: 4 - 3397: - advanced: 4 - basic: 1 - elite: 5 - improved: 3 - standard: 2 -175: - description: This certificate represents a level of competence in handling invention - and manufacturing of Tech II large ship hulls. This is a good skillset for - players wishing to build their own products. - groupID: 268 - name: Advanced Large Spaceship Manufacturing - skillTypes: - 3380: - advanced: 2 - basic: 2 - elite: 2 - improved: 2 - standard: 2 - 3392: - advanced: 3 - basic: 3 - elite: 3 - improved: 3 - standard: 3 - 3395: - advanced: 4 - basic: 4 - elite: 4 - improved: 4 - standard: 4 - 3397: - advanced: 4 - basic: 4 - elite: 4 - improved: 4 - standard: 4 - 3398: - advanced: 4 - basic: 1 - elite: 5 - improved: 3 - standard: 2 -176: - description: This certificate represents a level of competence in handling invention - and manufacturing of Tech II small industrial ship hulls. This is a good skillset - for players wishing to build their own products. - groupID: 268 - name: Advanced Industrial Spaceship Manufacturing - skillTypes: - 3380: - advanced: 3 - basic: 3 - elite: 3 - improved: 3 - standard: 3 - 3392: - advanced: 2 - basic: 2 - elite: 2 - improved: 2 - standard: 2 - 3396: - advanced: 4 - basic: 1 - elite: 5 - improved: 3 - standard: 2 -177: - description: This certificate represents a level of competence in handling invention - and manufacturing of Tech II laser related modules. This is a good skillset - for players wishing to build their own products. - groupID: 270 - name: Advanced Laser Technology - skillTypes: - 3402: - advanced: 5 - basic: 5 - elite: 5 - improved: 5 - standard: 5 - 3413: - advanced: 5 - basic: 5 - elite: 5 - improved: 5 - standard: 5 - 11433: - advanced: 4 - basic: 1 - elite: 5 - improved: 3 - standard: 2 - 11447: - advanced: 4 - basic: 1 - elite: 5 - improved: 3 - standard: 2 -178: - description: This certificate represents a level of competence in handling invention - and manufacturing of hybrid related modules. This is a good skillset for players - wishing to build their own products. - groupID: 270 - name: Advanced Hybrid Technology - skillTypes: - 3402: - advanced: 5 - basic: 5 - elite: 5 - improved: 5 - standard: 5 - 3413: - advanced: 5 - basic: 5 - elite: 5 - improved: 5 - standard: 5 - 11441: - advanced: 4 - basic: 1 - elite: 5 - improved: 3 - standard: 2 - 11455: - advanced: 4 - basic: 1 - elite: 5 - improved: 3 - standard: 2 -179: - description: This certificate represents a level of competence in handling invention - and manufacturing of projectile related modules. This is a good skillset for - players wishing to build their own products. - groupID: 270 - name: Advanced Projectile Technology - skillTypes: - 3392: - advanced: 5 - basic: 5 - elite: 5 - improved: 5 - standard: 5 - 3402: - advanced: 5 - basic: 5 - elite: 5 - improved: 5 - standard: 5 - 3413: - advanced: 5 - basic: 5 - elite: 5 - improved: 5 - standard: 5 - 11451: - advanced: 4 - basic: 1 - elite: 5 - improved: 3 - standard: 2 - 11452: - advanced: 4 - basic: 1 - elite: 5 - improved: 3 - standard: 2 -180: - description: This certificate represents a level of competence in handling invention - and manufacturing of Tech II armor related modules. This is a good skillset - for players wishing to build their own products. - groupID: 270 - name: Advanced Armor Technology - skillTypes: - 3402: - advanced: 5 - basic: 5 - elite: 5 - improved: 5 - standard: 5 - 3413: - advanced: 5 - basic: 5 - elite: 5 - improved: 5 - standard: 5 - 3426: - advanced: 5 - basic: 5 - elite: 5 - improved: 5 - standard: 5 - 11442: - advanced: 4 - basic: 1 - elite: 5 - improved: 3 - standard: 2 - 11443: - advanced: 4 - basic: 1 - elite: 5 - improved: 3 - standard: 2 -181: - description: This certificate represents a level of competence in handling invention - and manufacturing of Tech II capacitor related modules. This is a good skillset - for players wishing to build their own products. - groupID: 270 - name: Advanced Capacitor Technology - skillTypes: - 3402: - advanced: 5 - basic: 5 - elite: 5 - improved: 5 - standard: 5 - 3413: - advanced: 5 - basic: 5 - elite: 5 - improved: 5 - standard: 5 - 11433: - advanced: 4 - basic: 1 - elite: 5 - improved: 3 - standard: 2 - 11455: - advanced: 4 - basic: 1 - elite: 5 - improved: 3 - standard: 2 -182: - description: This certificate represents a level of competence in handling invention - and manufacturing of Tech II weapon upgrades related modules. This is a good - skillset for players wishing to build their own products. - groupID: 270 - name: Advanced Weapon Upgrades Technology - skillTypes: - 3392: - advanced: 5 - basic: 5 - elite: 5 - improved: 5 - standard: 5 - 3402: - advanced: 5 - basic: 5 - elite: 5 - improved: 5 - standard: 5 - 3426: - advanced: 5 - basic: 5 - elite: 5 - improved: 5 - standard: 5 - 11452: - advanced: 4 - basic: 1 - elite: 5 - improved: 3 - standard: 2 - 11453: - advanced: 4 - basic: 1 - elite: 5 - improved: 3 - standard: 2 -183: - description: This certificate represents a level of competence in handling invention - and manufacturing of Tech II Siege, Triage and Cloak related modules. This - is a good skillset for players wishing to build their own products. - groupID: 270 - name: Advanced Operations Technology - skillTypes: - 3402: - advanced: 5 - basic: 5 - elite: 5 - improved: 5 - standard: 5 - 3413: - advanced: 5 - basic: 5 - elite: 5 - improved: 5 - standard: 5 - 11446: - advanced: 4 - basic: 1 - elite: 5 - improved: 3 - standard: 2 - 11455: - advanced: 4 - basic: 1 - elite: 5 - improved: 3 - standard: 2 -184: - description: This certificate represents a level of competence in handling invention - and manufacturing of Tech II hull related modules. This is a good skillset - for players wishing to build their own products. - groupID: 270 - name: Advanced Hull Technology - skillTypes: - 3392: - advanced: 5 - basic: 5 - elite: 5 - improved: 5 - standard: 5 - 3402: - advanced: 5 - basic: 5 - elite: 5 - improved: 5 - standard: 5 - 3426: - advanced: 5 - basic: 5 - elite: 5 - improved: 5 - standard: 5 - 11442: - advanced: 4 - basic: 1 - elite: 5 - improved: 3 - standard: 2 - 11529: - advanced: 4 - basic: 1 - elite: 5 - improved: 3 - standard: 2 -185: - description: This certificate represents a level of competence in handling invention - and manufacturing of Tech II electronic related modules. This is a good skillset - for players wishing to build their own products. - groupID: 270 - name: Advanced Electronic Technology - skillTypes: - 3402: - advanced: 5 - basic: 5 - elite: 5 - improved: 5 - standard: 5 - 3426: - advanced: 5 - basic: 5 - elite: 5 - improved: 5 - standard: 5 - 11448: - advanced: 4 - basic: 1 - elite: 5 - improved: 3 - standard: 2 - 11453: - advanced: 4 - basic: 1 - elite: 5 - improved: 3 - standard: 2 -186: - description: This certificate represents a level of competence in handling invention - and manufacturing of Tech II harvesting related modules. This is a good skillset - for players wishing to build their own products. - groupID: 270 - name: Advanced Harvesting Technology - skillTypes: - 3392: - advanced: 5 - basic: 5 - elite: 5 - improved: 5 - standard: 5 - 3402: - advanced: 5 - basic: 5 - elite: 5 - improved: 5 - standard: 5 - 3413: - advanced: 5 - basic: 5 - elite: 5 - improved: 5 - standard: 5 - 11447: - advanced: 4 - basic: 1 - elite: 5 - improved: 3 - standard: 2 - 11452: - advanced: 4 - basic: 1 - elite: 5 - improved: 3 - standard: 2 -187: - description: This certificate represents a level of competence in handling invention - and manufacturing of Tech II propulsion related modules. This is a good skillset - for players wishing to build their own products. - groupID: 270 - name: Advanced Propulsion Technology - skillTypes: - 3392: - advanced: 5 - basic: 5 - elite: 5 - improved: 5 - standard: 5 - 3402: - advanced: 5 - basic: 5 - elite: 5 - improved: 5 - standard: 5 - 11449: - advanced: 4 - basic: 1 - elite: 5 - improved: 3 - standard: 2 - 11529: - advanced: 4 - basic: 1 - elite: 5 - improved: 3 - standard: 2 -188: - description: This certificate represents a level of competence in handling invention - and manufacturing of Tech II shield related modules. This is a good skillset - for players wishing to build their own products. - groupID: 270 - name: Advanced Shield Technology - skillTypes: - 3402: - advanced: 5 - basic: 5 - elite: 5 - improved: 5 - standard: 5 - 3413: - advanced: 5 - basic: 5 - elite: 5 - improved: 5 - standard: 5 - 11443: - advanced: 4 - basic: 1 - elite: 5 - improved: 3 - standard: 2 - 11455: - advanced: 4 - basic: 1 - elite: 5 - improved: 3 - standard: 2 -189: - description: This certificate represents a level of competence in handling invention - and manufacturing of Tech II drone related modules. This is a good skillset - for players wishing to build their own products. - groupID: 270 - name: Advanced Drone Technology - skillTypes: - 3402: - advanced: 5 - basic: 5 - elite: 5 - improved: 5 - standard: 5 - 3413: - advanced: 5 - basic: 5 - elite: 5 - improved: 5 - standard: 5 - 3426: - advanced: 5 - basic: 5 - elite: 5 - improved: 5 - standard: 5 - 11446: - advanced: 4 - basic: 1 - elite: 5 - improved: 3 - standard: 2 - 11453: - advanced: 4 - basic: 1 - elite: 5 - improved: 3 - standard: 2 -190: - description: This certificate represents a level of competence in handling invention - and manufacturing of Tech II Smartbombs, Warfare Links and Mining Foreman - related modules. This is a good skillset for players wishing to build their - own products. - groupID: 270 - name: Advanced Field Effect Technology - skillTypes: - 3392: - advanced: 5 - basic: 5 - elite: 5 - improved: 5 - standard: 5 - 3402: - advanced: 5 - basic: 5 - elite: 5 - improved: 5 - standard: 5 - 3413: - advanced: 5 - basic: 5 - elite: 5 - improved: 5 - standard: 5 - 11451: - advanced: 4 - basic: 1 - elite: 5 - improved: 3 - standard: 2 - 11529: - advanced: 4 - basic: 1 - elite: 5 - improved: 3 - standard: 2 -191: - description: This certificate represents a level of competence in handling invention - and manufacturing of Tech II Stasis Webifiers, Target Painters, Warp Scramblers - and Disruptors related modules. This is a good skillset for players wishing - to build their own products. - groupID: 270 - name: Advanced Warp Inhibition Technology - skillTypes: - 3402: - advanced: 5 - basic: 5 - elite: 5 - improved: 5 - standard: 5 - 3413: - advanced: 5 - basic: 5 - elite: 5 - improved: 5 - standard: 5 - 3426: - advanced: 5 - basic: 5 - elite: 5 - improved: 5 - standard: 5 - 11446: - advanced: 4 - basic: 1 - elite: 5 - improved: 3 - standard: 2 - 11448: - advanced: 4 - basic: 1 - elite: 5 - improved: 3 - standard: 2 -192: - description: This certificate represents a level of competence in handling invention - and manufacturing of Tech II missile launcher related modules. This is a good - skillset for players wishing to build their own products. - groupID: 256 - name: Advanced Launcher Technology - skillTypes: - 3392: - advanced: 5 - basic: 5 - elite: 5 - improved: 5 - standard: 5 - 3402: - advanced: 5 - basic: 5 - elite: 5 - improved: 5 - standard: 5 - 3413: - advanced: 5 - basic: 5 - elite: 5 - improved: 5 - standard: 5 - 11449: - advanced: 4 - basic: 1 - elite: 5 - improved: 3 - standard: 2 - 11451: - advanced: 4 - basic: 1 - elite: 5 - improved: 3 - standard: 2 -193: - description: This certificate represents a level of competence in handling invention - and manufacturing of Tech II missiles as ammunition. This is a good skillset - for players wishing to build their own products. - groupID: 270 - name: Advanced Missile Technology - skillTypes: - 3392: - advanced: 5 - basic: 5 - elite: 5 - improved: 5 - standard: 5 - 3402: - advanced: 5 - basic: 5 - elite: 5 - improved: 5 - standard: 5 - 3413: - advanced: 5 - basic: 5 - elite: 5 - improved: 5 - standard: 5 - 11441: - advanced: 1 - basic: 1 - elite: 1 - improved: 1 - standard: 1 - 11449: - advanced: 4 - basic: 1 - elite: 5 - improved: 3 - standard: 2 -194: - description: This certificate represents a level of competence in handling material - efficiency research. This is a good skillset for players wishing to research - their Tech I blueprint originals. - groupID: 270 - name: Material Efficiency Research - skillTypes: - 3402: - advanced: 4 - basic: 4 - elite: 4 - improved: 4 - standard: 4 - 3409: - advanced: 4 - basic: 1 - elite: 5 - improved: 3 - standard: 2 -195: - description: This certificate represents a level of competence in handling time - efficiency research. This is a good skillset for players wishing to research - their Tech I blueprint originals. - groupID: 270 - name: Time Efficiency Research - skillTypes: - 3402: - advanced: 3 - basic: 3 - elite: 3 - improved: 3 - standard: 3 - 3403: - advanced: 4 - basic: 1 - elite: 5 - improved: 3 - standard: 2 -196: - description: This certificate represents a level of competence in making copies - of Tech I blueprint originals. This is a good skillset for players wishing - to engage in Invention or to resell their blueprint copies on the Contract - system. - groupID: 270 - name: Copying - skillTypes: - 3402: - advanced: 4 - basic: 1 - elite: 5 - improved: 3 - standard: 2 -197: - description: This certificate represents a level of competence in handling remote - access and simultaneous use of Material Efficiency, Time Efficiency Research, - copying and invention activities. This is a good skillset for players engaged - in any kind of science operation. - groupID: 270 - name: Research Operations - skillTypes: - 3402: - advanced: 3 - basic: 3 - elite: 3 - improved: 3 - standard: 3 - 3406: - advanced: 5 - basic: 1 - elite: 5 - improved: 4 - standard: 3 - 24270: - advanced: 4 - basic: 0 - elite: 5 - improved: 1 - standard: 0 - 24624: - advanced: 1 - basic: 0 - elite: 5 - improved: 0 - standard: 0 -198: - description: This certificate represents a level of competence in handling invention - and manufacturing of Tech II Amarr items. This is a good skillset for players - wishing to invent that faction's Tech II item blueprints or build their own - products. - groupID: 270 - name: Advanced Amarr Technology - skillTypes: - 3402: - advanced: 3 - basic: 3 - elite: 3 - improved: 3 - standard: 3 - 3413: - advanced: 2 - basic: 2 - elite: 2 - improved: 2 - standard: 2 - 3426: - advanced: 2 - basic: 2 - elite: 2 - improved: 2 - standard: 2 - 3432: - advanced: 3 - basic: 3 - elite: 3 - improved: 3 - standard: 3 - 21718: - advanced: 2 - basic: 2 - elite: 2 - improved: 2 - standard: 2 - 23087: - advanced: 4 - basic: 1 - elite: 5 - improved: 3 - standard: 2 -199: - description: This certificate represents a level of competence in handling invention - and manufacturing of Tech II Caldari items. This is a good skillset for players - wishing to invent that faction's Tech II item blueprints or build their own - products. - groupID: 270 - name: Advanced Caldari Technology - skillTypes: - 3402: - advanced: 3 - basic: 3 - elite: 3 - improved: 3 - standard: 3 - 3413: - advanced: 2 - basic: 2 - elite: 2 - improved: 2 - standard: 2 - 3426: - advanced: 2 - basic: 2 - elite: 2 - improved: 2 - standard: 2 - 3432: - advanced: 3 - basic: 3 - elite: 3 - improved: 3 - standard: 3 - 21718: - advanced: 2 - basic: 2 - elite: 2 - improved: 2 - standard: 2 - 21790: - advanced: 4 - basic: 1 - elite: 5 - improved: 3 - standard: 2 -200: - description: This certificate represents a level of competence in handling invention - and manufacturing of Tech II Gallente items. This is a good skillset for players - wishing to invent that faction's Tech II item blueprints or build their own - products. - groupID: 270 - name: Advanced Gallente Technology - skillTypes: - 3402: - advanced: 3 - basic: 3 - elite: 3 - improved: 3 - standard: 3 - 3413: - advanced: 2 - basic: 2 - elite: 2 - improved: 2 - standard: 2 - 3426: - advanced: 2 - basic: 2 - elite: 2 - improved: 2 - standard: 2 - 3432: - advanced: 3 - basic: 3 - elite: 3 - improved: 3 - standard: 3 - 21718: - advanced: 2 - basic: 2 - elite: 2 - improved: 2 - standard: 2 - 23121: - advanced: 4 - basic: 1 - elite: 5 - improved: 3 - standard: 2 -201: - description: This certificate represents a level of competence in handling invention - and manufacturing of Tech II Minmatar items. This is a good skillset for players - wishing to invent that faction's Tech II item blueprints or build their own - products. - groupID: 270 - name: Advanced Minmatar Technology - skillTypes: - 3402: - advanced: 3 - basic: 3 - elite: 3 - improved: 3 - standard: 3 - 3413: - advanced: 2 - basic: 2 - elite: 2 - improved: 2 - standard: 2 - 3426: - advanced: 2 - basic: 2 - elite: 2 - improved: 2 - standard: 2 - 3432: - advanced: 3 - basic: 3 - elite: 3 - improved: 3 - standard: 3 - 21718: - advanced: 2 - basic: 2 - elite: 2 - improved: 2 - standard: 2 - 21791: - advanced: 4 - basic: 1 - elite: 5 - improved: 3 - standard: 2 -202: - description: This certificate represents a level of competence in handling invention - and manufacturing of Tech II attack ships. This is a good skillset for players - wishing to invent those Tech II item blueprints or build their own products. - groupID: 270 - name: Advanced Attack Spaceship Technology - skillTypes: - 3402: - advanced: 5 - basic: 5 - elite: 5 - improved: 5 - standard: 5 - 3413: - advanced: 5 - basic: 5 - elite: 5 - improved: 5 - standard: 5 - 11433: - advanced: 4 - basic: 1 - elite: 5 - improved: 3 - standard: 2 -203: - description: This certificate represents a level of competence in handling invention - and manufacturing of Tech II combat ships. This is a good skillset for players - wishing to invent those Tech II item blueprints or build their own products. - groupID: 270 - name: Advanced Combat Spaceship Technology - skillTypes: - 3392: - advanced: 5 - basic: 5 - elite: 5 - improved: 5 - standard: 5 - 3402: - advanced: 5 - basic: 5 - elite: 5 - improved: 5 - standard: 5 - 11452: - advanced: 4 - basic: 1 - elite: 5 - improved: 3 - standard: 2 -204: - description: This certificate represents a level of competence in handling invention - and manufacturing of Tech II disruption ships. This is a good skillset for - players wishing to invent those Tech II item blueprints or build their own - products. - groupID: 270 - name: Advanced Disruption Spaceship Technology - skillTypes: - 3402: - advanced: 5 - basic: 5 - elite: 5 - improved: 5 - standard: 5 - 3426: - advanced: 5 - basic: 5 - elite: 5 - improved: 5 - standard: 5 - 11453: - advanced: 4 - basic: 1 - elite: 5 - improved: 3 - standard: 2 -205: - description: This certificate represents a level of competence in handling invention - and manufacturing of Tech II support ships. This is a good skillset for players - wishing to invent those Tech II item blueprints or build their own products. - groupID: 270 - name: Advanced Support Spaceship Technology - skillTypes: - 3402: - advanced: 5 - basic: 5 - elite: 5 - improved: 5 - standard: 5 - 3426: - advanced: 5 - basic: 5 - elite: 5 - improved: 5 - standard: 5 - 11442: - advanced: 4 - basic: 1 - elite: 5 - improved: 3 - standard: 2 -206: - description: This certificate represents a level of competence in handling invention - and manufacturing of Tech II exploration ships. This is a good skillset for - players wishing to invent those Tech II item blueprints or build their own - products. - groupID: 270 - name: Advanced Exploration Spaceship Technology - skillTypes: - 3402: - advanced: 5 - basic: 5 - elite: 5 - improved: 5 - standard: 5 - 3413: - advanced: 5 - basic: 5 - elite: 5 - improved: 5 - standard: 5 - 11455: - advanced: 4 - basic: 1 - elite: 5 - improved: 3 - standard: 2 -207: - description: This certificate represents a level of competence in handling invention - and manufacturing of Tech II hauling ships. This is a good skillset for players - wishing to invent those Tech II item blueprints or build their own products. - groupID: 270 - name: Advanced Hauling Spaceship Technology - skillTypes: - 3392: - advanced: 5 - basic: 5 - elite: 5 - improved: 5 - standard: 5 - 3402: - advanced: 5 - basic: 5 - elite: 5 - improved: 5 - standard: 5 - 11529: - advanced: 4 - basic: 1 - elite: 5 - improved: 3 - standard: 2 -208: - description: This certificate represents a level of competence in handling invention - and manufacturing of Tech II tackling ships. This is a good skillset for players - wishing to invent those Tech II item blueprints or build their own products. - groupID: 270 - name: Advanced Tackling Spaceship Technology - skillTypes: - 3402: - advanced: 5 - basic: 5 - elite: 5 - improved: 5 - standard: 5 - 3413: - advanced: 5 - basic: 5 - elite: 5 - improved: 5 - standard: 5 - 11446: - advanced: 4 - basic: 1 - elite: 5 - improved: 3 - standard: 2 -209: - description: This certificate represents a level of competence in handling invention - and manufacturing of Tech II resource harvesting ships. This is a good skillset - for players wishing to invent those Tech II item blueprints or build their - own products. - groupID: 270 - name: Advanced Resource Harvesting Spaceship Technology - skillTypes: - 3402: - advanced: 5 - basic: 5 - elite: 5 - improved: 5 - standard: 5 - 3413: - advanced: 5 - basic: 5 - elite: 5 - improved: 5 - standard: 5 - 11447: - advanced: 4 - basic: 1 - elite: 5 - improved: 3 - standard: 2 -211: - description: This certificate represents a level of competence in handling invention - and manufacturing of Tech III weapon subsystems. This is a good skillset for - players wishing to invent those Tech III item blueprints or build their own - products. - groupID: 270 - name: Weapon Subsystem Technology - skillTypes: - 3402: - advanced: 5 - basic: 5 - elite: 5 - improved: 5 - standard: 5 - 3403: - advanced: 5 - basic: 5 - elite: 5 - improved: 5 - standard: 5 - 3408: - advanced: 4 - basic: 1 - elite: 5 - improved: 3 - standard: 2 - 3409: - advanced: 4 - basic: 4 - elite: 4 - improved: 4 - standard: 4 - 3413: - advanced: 5 - basic: 5 - elite: 5 - improved: 5 - standard: 5 - 11433: - advanced: 4 - basic: 4 - elite: 4 - improved: 4 - standard: 4 - 11441: - advanced: 4 - basic: 1 - elite: 5 - improved: 3 - standard: 2 - 30327: - advanced: 4 - basic: 1 - elite: 5 - improved: 3 - standard: 2 -212: - description: This certificate represents a level of competence in handling invention - and manufacturing of Tech III propulsion subsystems. This is a good skillset - for players wishing to invent those Tech III item blueprints or build their - own products. - groupID: 270 - name: Propulsion Subsystem Technology - skillTypes: - 3392: - advanced: 5 - basic: 5 - elite: 5 - improved: 5 - standard: 5 - 3402: - advanced: 5 - basic: 5 - elite: 5 - improved: 5 - standard: 5 - 3403: - advanced: 5 - basic: 5 - elite: 5 - improved: 5 - standard: 5 - 3408: - advanced: 4 - basic: 1 - elite: 5 - improved: 3 - standard: 2 - 3409: - advanced: 4 - basic: 4 - elite: 4 - improved: 4 - standard: 4 - 3413: - advanced: 5 - basic: 5 - elite: 5 - improved: 5 - standard: 5 - 11446: - advanced: 4 - basic: 4 - elite: 4 - improved: 4 - standard: 4 - 11449: - advanced: 4 - basic: 1 - elite: 5 - improved: 3 - standard: 2 - 30788: - advanced: 4 - basic: 1 - elite: 5 - improved: 3 - standard: 2 -213: - description: This certificate represents a level of competence in handling invention - and manufacturing of Tech III engineering subsystems. This is a good skillset - for players wishing to invent those Tech III item blueprints or build their - own products. - groupID: 270 - name: Engineering Subsystem Technology - skillTypes: - 3402: - advanced: 5 - basic: 5 - elite: 5 - improved: 5 - standard: 5 - 3403: - advanced: 4 - basic: 4 - elite: 4 - improved: 4 - standard: 4 - 3408: - advanced: 4 - basic: 1 - elite: 5 - improved: 3 - standard: 2 - 3409: - advanced: 4 - basic: 4 - elite: 4 - improved: 4 - standard: 4 - 3413: - advanced: 5 - basic: 5 - elite: 5 - improved: 5 - standard: 5 - 11433: - advanced: 4 - basic: 4 - elite: 4 - improved: 4 - standard: 4 - 11455: - advanced: 4 - basic: 1 - elite: 5 - improved: 3 - standard: 2 - 30325: - advanced: 4 - basic: 1 - elite: 5 - improved: 3 - standard: 2 -214: - description: This certificate represents a level of competence in handling invention - and manufacturing of Tech III defensive subsystems. This is a good skillset - for players wishing to invent those Tech III item blueprints or build their - own products. - groupID: 270 - name: Defensive Subsystem Technology - skillTypes: - 3402: - advanced: 5 - basic: 5 - elite: 5 - improved: 5 - standard: 5 - 3403: - advanced: 5 - basic: 5 - elite: 5 - improved: 5 - standard: 5 - 3408: - advanced: 4 - basic: 1 - elite: 5 - improved: 3 - standard: 2 - 3409: - advanced: 4 - basic: 4 - elite: 4 - improved: 4 - standard: 4 - 3413: - advanced: 5 - basic: 5 - elite: 5 - improved: 5 - standard: 5 - 3426: - advanced: 5 - basic: 5 - elite: 5 - improved: 5 - standard: 5 - 11442: - advanced: 4 - basic: 4 - elite: 4 - improved: 4 - standard: 4 - 11443: - advanced: 4 - basic: 1 - elite: 5 - improved: 3 - standard: 2 - 30324: - advanced: 4 - basic: 1 - elite: 5 - improved: 3 - standard: 2 -215: - description: This certificate represents a level of competence in handling invention - and manufacturing of Tech III electronic subsystems. This is a good skillset - for players wishing to invent those Tech III item blueprints or build their - own products. - groupID: 270 - name: Electronic Subsystem Technology - skillTypes: - 3402: - advanced: 5 - basic: 5 - elite: 5 - improved: 5 - standard: 5 - 3403: - advanced: 5 - basic: 5 - elite: 5 - improved: 5 - standard: 5 - 3408: - advanced: 4 - basic: 1 - elite: 5 - improved: 3 - standard: 2 - 3409: - advanced: 4 - basic: 4 - elite: 4 - improved: 4 - standard: 4 - 3426: - advanced: 5 - basic: 5 - elite: 5 - improved: 5 - standard: 5 - 11453: - advanced: 4 - basic: 1 - elite: 5 - improved: 3 - standard: 2 - 30326: - advanced: 4 - basic: 1 - elite: 5 - improved: 3 - standard: 2 -216: - description: This certificate represents a level of competence in handling invention - and manufacturing of Tech III ship hulls. This is a good skillset for players - wishing to invent those Tech III item blueprints or build their own products. - groupID: 270 - name: Spaceship Hull Subsystem Technology - skillTypes: - 3392: - advanced: 5 - basic: 5 - elite: 5 - improved: 5 - standard: 5 - 3402: - advanced: 5 - basic: 5 - elite: 5 - improved: 5 - standard: 5 - 3403: - advanced: 4 - basic: 4 - elite: 4 - improved: 4 - standard: 4 - 3408: - advanced: 4 - basic: 1 - elite: 5 - improved: 3 - standard: 2 - 3409: - advanced: 4 - basic: 4 - elite: 4 - improved: 4 - standard: 4 - 3413: - advanced: 5 - basic: 5 - elite: 5 - improved: 5 - standard: 5 - 11441: - advanced: 4 - basic: 1 - elite: 5 - improved: 3 - standard: 2 - 11452: - advanced: 4 - basic: 1 - elite: 5 - improved: 3 - standard: 2 diff --git a/dbscripts/dump_certificates.py b/dbscripts/dump_certificates.py deleted file mode 100644 index 7c73b43..0000000 --- a/dbscripts/dump_certificates.py +++ /dev/null @@ -1,156 +0,0 @@ -import re -import sys -from optparse import OptionParser -from yaml import load, dump - -try: - from yaml import CLoader as Loader, CDumper as Dumper -except ImportError: - sys.stderr.write( "Warning: Unable to import C-yaml. Using Python yaml.\n" ) - from yaml import Loader, Dumper - - -def dumpCertificates(certFile): - with open(certFile) as f: - data = load(f, Loader=Loader) - #output = dump(data, Dumper=Dumper) - - print u'BEGIN TRANSACTION;' - - for key, item in data.items(): - certificateID = key - description = item["description"] - groupID = item["groupID"] - name = item["name"] - - name = re.sub("'","''",name) - description = re.sub("'","''",description) - - # insert this certificate into the database - print u"INSERT INTO crtCertificates VALUES(%s,%s,'%s','%s');" %(certificateID,groupID,name,description) - - if "recommendedFor" in item: - recommendedFor = item["recommendedFor"] # This will be a list - for recommend in recommendedFor: - # Insert this recommendation into the database - print u"INSERT INTO crtRecommendations VALUES(%s,%s);" %(certificateID,recommend) - - skills = item["skillTypes"] # This will be another dictionary, I think - for skillID, levels in skills.items(): - basic = 0 - standard = 0 - improved = 0 - advanced = 0 - elite = 0 - if "basic" in levels: - basic = levels["basic"] - if "standard" in levels: - standard = levels["standard"] - if "improved" in levels: - improved = levels["improved"] - if "advanced" in levels: - advanced = levels["advanced"] - if "elite" in levels: - elite = levels["elite"] - # insert this skill into the cert skill table - print u"INSERT INTO crtCertSkills VALUES(%s,%s,%s,%s,%s,%s,%s);" %(certificateID,skillID,basic,standard,improved,advanced,elite) - - print u'COMMIT TRANSACTION;' - - -def createCertificateTables(): - print """CREATE TABLE "crtCertificates" ( - "certificateID" int(11) NOT NULL, - "groupID" smallint(6), - "name" varchar(100), - "description" varchar(500), - PRIMARY KEY("certificateID") - );""" - - print """CREATE TABLE "crtRecommendations" ( - "certificateID" int(11) NOT NULL, - "typeID" int(11) NOT NULL, - PRIMARY KEY("certificateID","typeID") - );""" - - print """CREATE TABLE "crtCertSkills" ( - "certificateID" int(11) NOT NULL, - "typeID" smallint(6) NOT NULL, - "basic" smallint(6), - "standard" smallint(6), - "improved" smallint(6), - "advanced" smallint(6), - "elite" smallint(6), - PRIMARY KEY("certificateID","typeID") - );""" - -if __name__ == "__main__": - parser = OptionParser("usage: %prog [options] []") - parser.add_option("-t","--tables",dest="tables",action='store_true',help="Dump SQL for creating new (Rubicon) table schemas for certificates"); - (options, args) = parser.parse_args() - - if options.tables: - createCertificateTables() - else: - if len(args) != 1: - parser.error("Certificate yaml filename is required") - dumpCertificates(args[0]) - -# Example of part of one certificate from CCP's certificates.yaml file -#70: -# description: This certificate represents a level of competence in handling capital -# hybrid turrets. The holder has learned that blasters are extreme close range -# weapons, while railguns are their counterpart at very long range, and that -# both use hybrid charges as ammunition. This is a good skillset for capsuleers -# specializing in capital Gallente vessels based on Dreadnought and Titan hulls. -# groupID: 255 -# name: Capital Hybrid Turret -# recommendedFor: -# - 671 -# - 19724 -# skillTypes: -# 3300: -# advanced: 5 -# basic: 5 -# elite: 5 -# improved: 5 -# standard: 5 -# 3301: -# advanced: 3 -# basic: 3 -# elite: 3 -# improved: 3 -# standard: 3 - - -# Old cert related tables: -#CREATE TABLE "crtCategories" ( -# "categoryID" smallint(6), -# "categoryName" varchar(256), -# PRIMARY KEY("categoryID") -#); -# -#CREATE TABLE "crtCertificates" ( -# "certificateID" int(11), -# "categoryID" smallint(6), -# "classID" int(11), -# "grade" smallint(6), -# "description" varchar(500), -# PRIMARY KEY("certificateID") -#); -# -#CREATE TABLE "crtClasses" ( -# "classID" int(11), -# "className" varchar(256), -# PRIMARY KEY("classID") -#); -# -#CREATE TABLE "crtRelationships" ( -# "relationshipID" int(11), -# "parentID" int(11), -# "parentTypeID" smallint(6), -# "parentLevel" smallint(6), -# "childID" int(11), -# PRIMARY KEY("relationshipID") -#); -# diff --git a/dbscripts/dumprows.sh b/dbscripts/dumprows.sh index b9b5417..ec8a86f 100644 --- a/dbscripts/dumprows.sh +++ b/dbscripts/dumprows.sh @@ -68,19 +68,6 @@ $PYEXE $SCRIPT -t trnTranslations -f $1 \ $PYEXE $SCRIPT -t trnTranslationColumns -f $1 \ -q "SELECT tcGroupID,tcID,tableName,columnName,masterID FROM trnTranslationColumns;" -# Pre-Rubicon certificate tables -#$PYEXE $SCRIPT -t crtCategories -f $1 \ -#-q "SELECT categoryID, categoryName FROM crtCategories WHERE categoryID <> 17;" -# -#$PYEXE $SCRIPT -t crtCertificates -f $1 \ -#-q "SELECT certificateID, categoryID, classID, grade, description FROM crtCertificates;"; -# -#$PYEXE $SCRIPT -t crtClasses -f $1 \ -#-q "SELECT classID, className FROM crtClasses;"; -# -#$PYEXE $SCRIPT -t crtRelationships -f $1 \ -#-q "SELECT relationshipID, parentID, parentTypeID, parentLevel, childID from crtRelationships;"; - # For Market Orders UI $PYEXE $SCRIPT -t metStations -f $1 \ -q "SELECT stationID, solarSystemID, stationName FROM staStations;"; @@ -100,7 +87,7 @@ $PYEXE $SCRIPT -t mapConstellations -f $1 \ $PYEXE $SCRIPT -t mapRegions -f $1 \ -q "SELECT * FROM mapRegions;"; -$PYEXE dump_certificates.py certificates.yaml >> $1 +cat certificates.sql >> $1 $PYEXE dump_pre.py >> $1 $PYEXE dump_attrs.py -f $1 diff --git a/dbscripts/tables.sql b/dbscripts/tables.sql index 5736f13..24803f1 100644 --- a/dbscripts/tables.sql +++ b/dbscripts/tables.sql @@ -157,33 +157,6 @@ CREATE TABLE "crtCategories" ( PRIMARY KEY("categoryID") ); -/* --- Pre-Rubicon certificate tables -CREATE TABLE "crtCertificates" ( - "certificateID" int(11), - "categoryID" smallint(6), - "classID" int(11), - "grade" smallint(6), - "description" varchar(500), - PRIMARY KEY("certificateID") -); - -CREATE TABLE "crtClasses" ( - "classID" int(11), - "className" varchar(256), - PRIMARY KEY("classID") -); - -CREATE TABLE "crtRelationships" ( - "relationshipID" int(11), - "parentID" int(11), - "parentTypeID" smallint(6), - "parentLevel" smallint(6), - "childID" int(11), - PRIMARY KEY("relationshipID") -); -*/ - -- Rubicon certificate tables CREATE TABLE "crtCertificates" ( "certificateID" int(11) NOT NULL, diff --git a/src/Core/SQLite Database/CCP Database/CCPDatabase.m b/src/Core/SQLite Database/CCP Database/CCPDatabase.m index 12ab70c..4c71a75 100644 --- a/src/Core/SQLite Database/CCP Database/CCPDatabase.m +++ b/src/Core/SQLite Database/CCP Database/CCPDatabase.m @@ -1737,7 +1737,7 @@ -(CCPImplant *) implantWithID:(NSInteger)typeID from dgmTypeAttributes, however, this does show the table relationships should we need them. */ const char query[] = - "SELECT d.attributeID, d.attributeName, t.valueInt " + "SELECT d.attributeID, d.attributeName, coalesce(t.valueFloat, t.valueInt) " "FROM dgmAttributeTypes d, dgmTypeAttributes t " "WHERE t.typeID = ? AND d.attributeID = t.attributeID AND d.attributeID BETWEEN 175 AND 179 ORDER BY d.attributeID;"; sqlite3_stmt *read_stmt; diff --git a/src/vitality.plist b/src/vitality.plist index 3b048a9..14842ac 100644 --- a/src/vitality.plist +++ b/src/vitality.plist @@ -17,7 +17,7 @@ CFBundlePackageType APPL CFBundleShortVersionString - 0.3.8b + 0.3.9b CFBundleURLTypes @@ -42,7 +42,7 @@ CFBundleVersion - 0.3.8b + 0.3.9b LSMinimumSystemVersion ${MACOSX_DEPLOYMENT_TARGET} NSMainNibFile