Skip to content

Instantly share code, notes, and snippets.

@qJackDodgersp
Created May 5, 2020 04:39
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save qJackDodgersp/7cc9df735e9dce6497fc852ad8370ed4 to your computer and use it in GitHub Desktop.
Save qJackDodgersp/7cc9df735e9dce6497fc852ad8370ed4 to your computer and use it in GitHub Desktop.
Pyfa on a Port. BR computer.
[2020-04-21 00:58:47.844202] INFO: __main__: Starting Pyfa
[2020-04-21 00:58:47.844202] INFO: __main__:
[2020-04-21 00:58:47.844202] INFO: __main__: Writing log file to: C:\Users\JackDodgers\.pyfa\pyfa.log
[2020-04-21 00:58:47.844202] INFO: __main__: Running in a frozen state.
[2020-04-21 00:58:47.920996] INFO: eos.db: Initializing database
[2020-04-21 00:58:47.920996] INFO: eos.db: Gamedata connection: sqlite:///C:\Program Files\pyfa\eve.db?check_same_thread=False
[2020-04-21 00:58:47.920996] INFO: eos.db: Saveddata connection: sqlite:///C:\Users\JackDodgers\.pyfa\saveddata.db?check_same_thread=False
[2020-04-21 00:58:47.921993] DEBUG: eos.db: Initializing gamedata
[2020-04-21 00:58:47.927977] DEBUG: eos.db: Getting gamedata version
[2020-04-21 00:58:47.931967] DEBUG: eos.db: Initializing saveddata
[2020-04-21 00:58:47.931967] DEBUG: eos.db: Importing gamedata DB scheme
[2020-04-21 00:58:48.017737] DEBUG: eos.db: Importing saveddata DB scheme
[2020-04-21 00:58:48.104508] DEBUG: eos.db: Importing gamedata queries
[2020-04-21 00:58:48.104508] DEBUG: eos.db: Importing saveddata queries
[2020-04-21 00:58:48.105505] DEBUG: service.prefetch: Run database migration.
[2020-04-21 00:58:48.113484] DEBUG: service.prefetch: Starting database validation.
[2020-04-21 00:58:48.113484] DEBUG: eos.db.saveddata.databaseRepair: Running database cleanup for character skills.
[2020-04-21 00:58:48.115479] DEBUG: eos.db.saveddata.databaseRepair: Running database cleanup for orphaned characters attached to fits.
[2020-04-21 00:58:48.116476] DEBUG: eos.db.saveddata.databaseRepair: Running database cleanup for orphaned damage patterns attached to fits.
[2020-04-21 00:58:48.118471] DEBUG: eos.db.saveddata.databaseRepair: Running database cleanup for missing damage pattern names.
[2020-04-21 00:58:48.119468] DEBUG: eos.db.saveddata.databaseRepair: Running database cleanup for missing target resist names.
[2020-04-21 00:58:48.121463] DEBUG: eos.db.saveddata.databaseRepair: Running database cleanup for orphaned drones items.
[2020-04-21 00:58:48.122460] DEBUG: eos.db.saveddata.databaseRepair: Running database cleanup for orphaned cargo items.
[2020-04-21 00:58:48.124455] DEBUG: eos.db.saveddata.databaseRepair: Running database cleanup for orphaned fighters items.
[2020-04-21 00:58:48.125452] DEBUG: eos.db.saveddata.databaseRepair: Running database cleanup for orphaned modules items.
[2020-04-21 00:58:48.127447] DEBUG: eos.db.saveddata.databaseRepair: Running database cleanup for null damagePatterns values. (em)
[2020-04-21 00:58:48.128444] DEBUG: eos.db.saveddata.databaseRepair: Running database cleanup for null damagePatterns values. (thermal)
[2020-04-21 00:58:48.130439] DEBUG: eos.db.saveddata.databaseRepair: Running database cleanup for null damagePatterns values. (kinetic)
[2020-04-21 00:58:48.131436] DEBUG: eos.db.saveddata.databaseRepair: Running database cleanup for null damagePatterns values. (explosive)
[2020-04-21 00:58:48.133430] DEBUG: eos.db.saveddata.databaseRepair: Running database cleanup for null targetResists values. (em)
[2020-04-21 00:58:48.134428] DEBUG: eos.db.saveddata.databaseRepair: Running database cleanup for null targetResists values. (thermal)
[2020-04-21 00:58:48.136423] DEBUG: eos.db.saveddata.databaseRepair: Running database cleanup for null targetResists values. (kinetic)
[2020-04-21 00:58:48.137420] DEBUG: eos.db.saveddata.databaseRepair: Running database cleanup for null targetResists values. (explosive)
[2020-04-21 00:58:48.139414] DEBUG: eos.db.saveddata.databaseRepair: Running database cleanup for duplicated selected ammo profiles.
[2020-04-21 00:58:48.140412] DEBUG: service.prefetch: Completed database validation.
[2020-04-21 00:58:49.669388] INFO: gui.bitmap_loader: Using local image files.
[2020-04-21 00:58:49.708258] DEBUG: gui.contextMenu: registering context menu class OpenFitInNewTab
[2020-04-21 00:58:49.708258] DEBUG: gui.contextMenu: registering context menu class AddBrowsedFits
[2020-04-21 00:58:49.711249] DEBUG: gui.contextMenu: registering context menu class AddCurrentlyOpenFit
[2020-04-21 00:58:49.712252] DEBUG: gui.contextMenu: registering context menu class AddEnvironmentEffect
[2020-04-21 00:58:49.926674] DEBUG: service.market: Initialize ShipBrowserWorkerThread.
[2020-04-21 00:58:50.157086] DEBUG: service.fit: Initialize Fit class
[2020-04-21 00:58:50.204928] DEBUG: service.fit: Getting fits with modules
[2020-04-21 00:58:50.209952] DEBUG: gui.contextMenu: registering context menu class AddCommandFit
[2020-04-21 00:58:50.210950] DEBUG: gui.contextMenu: registering context menu class TargetProfileAdder
[2020-04-21 00:58:50.211946] DEBUG: gui.contextMenu: registering context menu class ChangeShipTacticalMode
[2020-04-21 00:58:50.211946] DEBUG: gui.contextMenu: registering context menu class ChangeModuleAmmo
[2020-04-21 00:58:50.212909] DEBUG: gui.contextMenu: registering context menu class ChangeModuleSpool
[2020-04-21 00:58:50.212909] DEBUG: gui.contextMenu: registering context menu class BoosterSideEffects
[2020-04-21 00:58:50.213943] DEBUG: gui.contextMenu: registering context menu class FighterAbilities
[2020-04-21 00:58:50.214903] DEBUG: gui.contextMenu: registering context menu class TargetWrapperResists
[2020-04-21 00:58:50.216900] DEBUG: gui.contextMenu: registering context menu class TargetProfileEditorMenu
[2020-04-21 00:58:50.241973] DEBUG: gui.contextMenu: registering context menu class ItemStats
[2020-04-21 00:58:50.241973] DEBUG: gui.contextMenu: registering context menu class JumpToMarketItem
[2020-04-21 00:58:50.242971] DEBUG: gui.contextMenu: registering context menu class FitSystemSecurityMenu
[2020-04-21 00:58:50.242971] DEBUG: gui.contextMenu: registering context menu class JumpToShip
[2020-04-21 00:58:50.243967] DEBUG: gui.contextMenu: registering context menu class RemoveItem
[2020-04-21 00:58:50.243967] DEBUG: gui.contextMenu: registering context menu class ChangeItemAmount
[2020-04-21 00:58:50.244965] DEBUG: gui.contextMenu: registering context menu class ChangeItemProjectionRange
[2020-04-21 00:58:50.244965] DEBUG: gui.contextMenu: registering context menu class DroneSplitStack
[2020-04-21 00:58:50.245963] DEBUG: gui.contextMenu: registering context menu class ChangeItemToVariation
[2020-04-21 00:58:50.245963] DEBUG: gui.contextMenu: registering context menu class ChangeModuleMutation
[2020-04-21 00:58:50.246963] DEBUG: gui.contextMenu: registering context menu class FillWithModule
[2020-04-21 00:58:50.319766] DEBUG: gui.contextMenu: registering context menu class ExportMutatedModule
[2020-04-21 00:58:50.320729] DEBUG: gui.contextMenu: registering context menu class ChangeAffectingSkills
[2020-04-21 00:58:50.320729] DEBUG: gui.contextMenu: registering context menu class FillWithItem
[2020-04-21 00:58:50.320729] DEBUG: gui.contextMenu: registering context menu class DroneAddStack
[2020-04-21 00:58:50.321760] DEBUG: gui.contextMenu: registering context menu class AddToCargo
[2020-04-21 00:58:50.321760] DEBUG: gui.contextMenu: registering context menu class AddToCargoAmmo
[2020-04-21 00:58:50.322724] DEBUG: gui.contextMenu: registering context menu class ProjectItem
[2020-04-21 00:58:50.322724] DEBUG: gui.contextMenu: registering context menu class AmmoToDmgPattern
[2020-04-21 00:58:50.324717] DEBUG: gui.contextMenu: registering context menu class ImplantSetApply
[2020-04-21 00:58:50.324717] DEBUG: gui.contextMenu: registering context menu class ImplantSetSave
[2020-04-21 00:58:50.325749] DEBUG: gui.contextMenu: registering context menu class DronesPrice
[2020-04-21 00:58:50.325749] DEBUG: gui.contextMenu: registering context menu class CargoPrice
[2020-04-21 00:58:50.325749] DEBUG: gui.contextMenu: registering context menu class ImplantBoosterPrice
[2020-04-21 00:58:50.325749] DEBUG: gui.contextMenu: registering context menu class ChangeDamagePattern
[2020-04-21 00:58:50.326749] DEBUG: gui.contextMenu: registering context menu class FactorReload
[2020-04-21 00:58:50.326749] DEBUG: gui.contextMenu: registering context menu class TargetProfileSwitcher
[2020-04-21 00:58:50.327744] DEBUG: gui.contextMenu: registering context menu class GraphDmgApplyProjectedMenu
[2020-04-21 00:58:50.327744] DEBUG: gui.contextMenu: registering context menu class GraphDmgIgnoreResistsMenu
[2020-04-21 00:58:50.327744] DEBUG: gui.contextMenu: registering context menu class GraphIgnoreLockRangeMenu
[2020-04-21 00:58:50.328744] DEBUG: gui.contextMenu: registering context menu class GraphIgnoreDcrMenu
[2020-04-21 00:58:50.328744] DEBUG: gui.contextMenu: registering context menu class GraphDmgDroneModeMenu
[2020-04-21 00:58:50.329705] DEBUG: gui.contextMenu: registering context menu class AdditionsExportAll
[2020-04-21 00:58:50.329705] DEBUG: gui.contextMenu: registering context menu class AdditionsExportAll
[2020-04-21 00:58:50.330702] DEBUG: gui.contextMenu: registering context menu class AdditionsImport
[2020-04-21 00:58:50.414477] DEBUG: gui.statsPane: Setting full view for: resources
[2020-04-21 00:58:50.414477] DEBUG: gui.statsPane: Setting full view for: resistances
[2020-04-21 00:58:50.414477] DEBUG: gui.statsPane: Setting full view for: recharge
[2020-04-21 00:58:50.414477] DEBUG: gui.statsPane: Setting full view for: firepower
[2020-04-21 00:58:50.414477] DEBUG: gui.statsPane: Setting full view for: outgoing
[2020-04-21 00:58:50.414477] DEBUG: gui.statsPane: Setting full view for: capacitor
[2020-04-21 00:58:50.414477] DEBUG: gui.statsPane: Setting minimal view for: targetingMisc
[2020-04-21 00:58:50.414477] DEBUG: gui.statsPane: Setting full view for: price
[2020-04-21 00:58:50.521227] DEBUG: gui.mainFrame: Done loading mainframe imports
[2020-04-21 00:58:50.526216] DEBUG: gui.mainFrame: Initialize MainFrame
[2020-04-21 00:58:50.951073] DEBUG: gui.marketBrowser: Initialize marketBrowser
[2020-04-21 00:58:50.959052] DEBUG: gui.builtinMarketBrowser.marketTree: Initialize marketTree
[2020-04-21 00:58:51.002935] DEBUG: gui.builtinMarketBrowser.itemView: Initialize ItemView
[2020-04-21 00:58:51.049808] DEBUG: gui.shipBrowser: Populate ship category list.
[2020-04-21 00:58:51.439767] DEBUG: service.fit: Changing character (1) for fit ID: None
[2020-04-21 00:58:51.463731] DEBUG: gui.statsPane: Load view: resourcesViewFull
[2020-04-21 00:58:51.663197] DEBUG: gui.statsPane: Load view: resistancesViewFull
[2020-04-21 00:58:51.765929] DEBUG: gui.statsPane: Load view: rechargeViewFull
[2020-04-21 00:58:51.828799] DEBUG: gui.statsPane: Load view: firepowerViewFull
[2020-04-21 00:58:51.867650] DEBUG: gui.statsPane: Load view: outgoingViewFull
[2020-04-21 00:58:51.888594] DEBUG: gui.statsPane: Load view: capacitorViewFull
[2020-04-21 00:58:51.914525] DEBUG: gui.statsPane: Load view: targetingMiscViewMinimal
[2020-04-21 00:58:51.957409] DEBUG: gui.statsPane: Load view: priceViewFull
[2020-04-21 00:58:51.998301] DEBUG: gui.mainMenuBar: Initialize MainMenuBar
[2020-04-21 00:58:52.261630] DEBUG: service.update: Starting Check Update Thread.
[2020-04-21 00:59:33.136748] DEBUG: eos.gamedata: Loading loPower (Effect11)
[2020-04-21 00:59:33.136748] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect11'
[2020-04-21 00:59:33.143766] DEBUG: eos.gamedata: Loading online (Effect16)
[2020-04-21 00:59:33.143766] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect16'
[2020-04-21 00:59:33.143766] DEBUG: eos.gamedata: Loading damageControl (Effect2302)
[2020-04-21 00:59:33.149750] DEBUG: eos.gamedata: Loading missileDMGBonus (Effect763)
[2020-04-21 00:59:33.149750] DEBUG: eos.gamedata: Loading missileLauncherSpeedMultiplier (Effect889)
[2020-04-21 00:59:33.159724] DEBUG: eos.gamedata: Loading medPower (Effect13)
[2020-04-21 00:59:33.159724] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect13'
[2020-04-21 00:59:33.159724] DEBUG: eos.gamedata: Loading shieldCapacityBonusOnline (Effect21)
[2020-04-21 00:59:33.159724] DEBUG: eos.gamedata: Loading addToSignatureRadius2 (Effect2029)
[2020-04-21 00:59:33.172689] DEBUG: eos.gamedata: Loading powerBooster (Effect48)
[2020-04-21 00:59:33.179732] DEBUG: eos.gamedata: Loading overloadSelfHardeningInvulnerabilityBonus (Effect3035)
[2020-04-21 00:59:33.179732] DEBUG: eos.gamedata: Loading modifyActiveShieldResonancePostPercent (Effect5230)
[2020-04-21 00:59:33.185690] DEBUG: eos.gamedata: Loading capacitorCapacityMultiply (Effect58)
[2020-04-21 00:59:33.185690] DEBUG: eos.gamedata: Loading overloadSelfSpeedBonus (Effect3175)
[2020-04-21 00:59:33.185690] DEBUG: eos.gamedata: Loading moduleBonusMicrowarpdrive (Effect6730)
[2020-04-21 00:59:33.190677] DEBUG: eos.gamedata: Loading warpDisrupt (Effect39)
[2020-04-21 00:59:33.196688] DEBUG: eos.gamedata: Loading hiPower (Effect12)
[2020-04-21 00:59:33.197659] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect12'
[2020-04-21 00:59:33.197659] DEBUG: eos.gamedata: Loading overloadSelfDurationBonus (Effect3002)
[2020-04-21 00:59:33.197659] DEBUG: eos.gamedata: Loading energyNeutralizerFalloff (Effect6187)
[2020-04-21 00:59:33.207667] DEBUG: eos.gamedata: Loading launcherFitted (Effect40)
[2020-04-21 00:59:33.208665] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect40'
[2020-04-21 00:59:33.208665] DEBUG: eos.gamedata: Loading useMissiles (Effect101)
[2020-04-21 00:59:33.217640] DEBUG: eos.gamedata: Loading rigSlot (Effect2663)
[2020-04-21 00:59:33.218638] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect2663'
[2020-04-21 00:59:33.218638] DEBUG: eos.gamedata: Loading drawbackSigRad (Effect2716)
[2020-04-21 00:59:33.218638] DEBUG: eos.gamedata: Loading modifyShieldResonancePostPercentPassive (Effect2795)
[2020-04-21 00:59:33.222629] DEBUG: eos.gamedata: Loading shieldManagementShieldCapacityBonusPostPercentCapacityLocationShipGroupShield (Effect446)
[2020-04-21 00:59:33.246565] INFO: service.fit: ==========recalc: Burly Honky Tonk==========
[2020-04-21 00:59:33.259530] INFO: eos.saveddata.fit: Starting fit calculation on: Fit(ID=None, ship=Osprey Navy Issue, name=Burly Honky Tonk) at 0x1452baf43c8, calc: LOCAL
[2020-04-21 00:59:33.260526] INFO: eos.saveddata.fit: Fit is not yet calculated; will be running local calcs for Fit(ID=None, ship=Osprey Navy Issue, name=Burly Honky Tonk) at 0x1452baf43c8
[2020-04-21 00:59:33.283429] DEBUG: eos.gamedata: Loading skillEffect (Effect132)
[2020-04-21 00:59:33.283429] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect132'
[2020-04-21 00:59:33.285423] DEBUG: eos.gamedata: Loading oreIndustrialSkillLevelPostMulShipBonusOreIndustrial1Ship (Effect4665)
[2020-04-21 00:59:33.286420] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect4665'
[2020-04-21 00:59:33.286420] DEBUG: eos.gamedata: Loading oreIndustrialSkillLevelPostMulShipBonusOreIndustrial2Ship (Effect4666)
[2020-04-21 00:59:33.286420] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect4666'
[2020-04-21 00:59:33.287419] DEBUG: eos.gamedata: Loading gunnerySkillBoostTurretSpeeBonus (Effect413)
[2020-04-21 00:59:33.287419] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect413'
[2020-04-21 00:59:33.287419] DEBUG: eos.gamedata: Loading gunneryTurretSpeeBonusPostPercentSpeedLocationShipModulesRequiringGunnery (Effect414)
[2020-04-21 00:59:33.288416] DEBUG: eos.gamedata: Loading skillBoostDamageMultiplierBonus (Effect152)
[2020-04-21 00:59:33.288416] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect152'
[2020-04-21 00:59:33.288416] DEBUG: eos.gamedata: Loading smallHybridTurretDamageMultiplierBonusPostPercentDamageMultiplierLocationShipModulesRequiringSmallHybridTurret (Effect173)
[2020-04-21 00:59:33.289413] DEBUG: eos.gamedata: Loading smallProjectileTurretDamageMultiplierBonusPostPercentDamageMultiplierLocationShipModulesRequiringSmallProjectileTurret (Effect174)
[2020-04-21 00:59:33.290410] DEBUG: eos.gamedata: Loading smallEnergyTurretDamageMultiplierBonusPostPercentDamageMultiplierLocationShipModulesRequiringSmallEnergyTurret (Effect172)
[2020-04-21 00:59:33.290410] DEBUG: eos.gamedata: Loading mediumHybridTurretDamageMultiplierBonusPostPercentDamageMultiplierLocationShipModulesRequiringMediumHybridTurret (Effect160)
[2020-04-21 00:59:33.291408] DEBUG: eos.gamedata: Loading mediumProjectileTurretDamageMultiplierBonusPostPercentDamageMultiplierLocationShipModulesRequiringMediumProjectileTurret (Effect161)
[2020-04-21 00:59:33.292406] DEBUG: eos.gamedata: Loading mediumEnergyTurretDamageMultiplierBonusPostPercentDamageMultiplierLocationShipModulesRequiringMediumEnergyTurret (Effect159)
[2020-04-21 00:59:33.293402] DEBUG: eos.gamedata: Loading largeHybridTurretDamageMultiplierBonusPostPercentDamageMultiplierLocationShipModulesRequiringLargeHybridTurret (Effect157)
[2020-04-21 00:59:33.293402] DEBUG: eos.gamedata: Loading largeProjectileTurretDamageMultiplierBonusPostPercentDamageMultiplierLocationShipModulesRequiringLargeProjectileTurret (Effect408)
[2020-04-21 00:59:33.294400] DEBUG: eos.gamedata: Loading largeEnergyTurretDamageMultiplierBonusPostPercentDamageMultiplierLocationShipModulesRequiringLargeEnergyTurret (Effect162)
[2020-04-21 00:59:33.295398] DEBUG: eos.gamedata: Loading rapidFiringSkillBoostRofBonus (Effect163)
[2020-04-21 00:59:33.295398] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect163'
[2020-04-21 00:59:33.295398] DEBUG: eos.gamedata: Loading rapidFiringRofBonusPostPercentSpeedLocationShipModulesRequiringGunnery (Effect582)
[2020-04-21 00:59:33.296431] DEBUG: eos.gamedata: Loading sharpshooterSkillBoostRangeSkillBonus (Effect167)
[2020-04-21 00:59:33.296431] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect167'
[2020-04-21 00:59:33.296431] DEBUG: eos.gamedata: Loading sharpshooterRangeSkillBonusPostPercentMaxRangeLocationShipModulesRequiringGunnery (Effect290)
[2020-04-21 00:59:33.297391] DEBUG: eos.gamedata: Loading skillBoostTrackingSpeedBonus (Effect2846)
[2020-04-21 00:59:33.297391] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect2846'
[2020-04-21 00:59:33.297391] DEBUG: eos.gamedata: Loading trackingSpeedBonusPassiveRequiringGunneryTrackingSpeedBonus (Effect2847)
[2020-04-21 00:59:33.298423] DEBUG: eos.gamedata: Loading surgicalStrikeDamageMultiplierBonusPostPercentDamageMultiplierLocationShipGroupEnergyWeapon (Effect587)
[2020-04-21 00:59:33.298423] DEBUG: eos.gamedata: Loading surgicalStrikeDamageMultiplierBonusPostPercentDamageMultiplierLocationShipGroupProjectileWeapon (Effect588)
[2020-04-21 00:59:33.299422] DEBUG: eos.gamedata: Loading surgicalStrikeDamageMultiplierBonusPostPercentDamageMultiplierLocationShipGroupHybridWeapon (Effect589)
[2020-04-21 00:59:33.299422] DEBUG: eos.gamedata: Loading surgicalStrikeDamageMultiplierBonusPostPercentDamageMultiplierLocationShipGroupPrecursorTurret (Effect7097)
[2020-04-21 00:59:33.300418] DEBUG: eos.gamedata: Loading accerationControlSkillBoostCapNeedBonus (Effect225)
[2020-04-21 00:59:33.300418] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect225'
[2020-04-21 00:59:33.300418] DEBUG: eos.gamedata: Loading controlledBurstsCapNeedBonusPostPercentCapacitorNeedLocationShipModulesRequiringGunnery (Effect287)
[2020-04-21 00:59:33.301415] DEBUG: eos.gamedata: Loading skillBoostFalloffBonus (Effect297)
[2020-04-21 00:59:33.301415] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect297'
[2020-04-21 00:59:33.301415] DEBUG: eos.gamedata: Loading surgicalStrikeFalloffBonusPostPercentFalloffLocationShipModulesRequiringGunnery (Effect298)
[2020-04-21 00:59:33.302377] DEBUG: eos.gamedata: Loading sensorUpgradesSkillBoostCpuNeedBonus (Effect211)
[2020-04-21 00:59:33.302377] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect211'
[2020-04-21 00:59:33.302377] DEBUG: eos.gamedata: Loading weaponUpgradesCpuNeedBonusPostPercentCpuLocationShipModulesRequiringGunnery (Effect581)
[2020-04-21 00:59:33.302377] DEBUG: eos.gamedata: Loading weaponUpgradesSkillBoostCpu (Effect672)
[2020-04-21 00:59:33.302377] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect672'
[2020-04-21 00:59:33.302377] DEBUG: eos.gamedata: Loading weaponUpgradesCpuNeedBonusPostPercentCpuLocationShipModulesRequiringEnergyPulseWeapons (Effect675)
[2020-04-21 00:59:33.303410] DEBUG: eos.gamedata: Loading weaponUpgradesCpuNeedBonusPostPercentCpuLocationShipModulesRequiringMissileLauncherOperation (Effect677)
[2020-04-21 00:59:33.303410] DEBUG: eos.gamedata: Loading weaponUpgradesCpuNeedBonusPostPercentCpuLocationShipModulesRequiringBombLauncher (Effect3519)
[2020-04-21 00:59:33.303410] DEBUG: eos.gamedata: Loading missileSkillRapidLauncherRoF (Effect1763)
[2020-04-21 00:59:33.304409] DEBUG: eos.gamedata: Loading missileEMDmgBonus (Effect660)
[2020-04-21 00:59:33.304409] DEBUG: eos.gamedata: Loading missileExplosiveDmgBonus (Effect661)
[2020-04-21 00:59:33.305404] DEBUG: eos.gamedata: Loading missileThermalDmgBonus (Effect662)
[2020-04-21 00:59:33.305404] DEBUG: eos.gamedata: Loading missileKineticDmgBonus2 (Effect668)
[2020-04-21 00:59:33.307374] DEBUG: eos.gamedata: Loading skillMultiplierMissileVelocityBonus (Effect6843)
[2020-04-21 00:59:33.307374] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect6843'
[2020-04-21 00:59:33.307374] DEBUG: eos.gamedata: Loading skillMultiplierDefenderMissileVelocity (Effect6844)
[2020-04-21 00:59:33.309411] DEBUG: eos.gamedata: Loading evasiveManuveringSkillBoostAgilityBonus (Effect232)
[2020-04-21 00:59:33.310404] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect232'
[2020-04-21 00:59:33.310404] DEBUG: eos.gamedata: Loading evasiveManeuveringAgilityBonusPostPercentAgilityShip (Effect395)
[2020-04-21 00:59:33.310404] DEBUG: eos.gamedata: Loading gallenteFrigateSkillLevelPreMulShipBonusGFShip (Effect468)
[2020-04-21 00:59:33.311401] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect468'
[2020-04-21 00:59:33.311401] DEBUG: eos.gamedata: Loading gallenteFrigateSkillLevelPreMulShipBonusGF2Ship (Effect751)
[2020-04-21 00:59:33.311401] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect751'
[2020-04-21 00:59:33.311401] DEBUG: eos.gamedata: Loading gallenteFrigateSkillLevelPreMulShipBonus3GFShip (Effect4600)
[2020-04-21 00:59:33.311401] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect4600'
[2020-04-21 00:59:33.312399] DEBUG: eos.gamedata: Loading minmatarFrigateSkillLevelPreMulShipBonusMFShip (Effect453)
[2020-04-21 00:59:33.312399] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect453'
[2020-04-21 00:59:33.312399] DEBUG: eos.gamedata: Loading minmatarFrigateSkillLevelPreMulShipBonusMF2Ship (Effect762)
[2020-04-21 00:59:33.312399] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect762'
[2020-04-21 00:59:33.313360] DEBUG: eos.gamedata: Loading minmatarFrigateSkillLevelPreMulShipBonus3MFShip (Effect4601)
[2020-04-21 00:59:33.313360] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect4601'
[2020-04-21 00:59:33.314358] DEBUG: eos.gamedata: Loading caldariFrigateSkillLevelPreMulShipBonusCFShip (Effect460)
[2020-04-21 00:59:33.314358] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect460'
[2020-04-21 00:59:33.314358] DEBUG: eos.gamedata: Loading caldariFrigateSkillLevelPreMulShipBonusCF2Ship (Effect761)
[2020-04-21 00:59:33.314358] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect761'
[2020-04-21 00:59:33.314358] DEBUG: eos.gamedata: Loading caldariFrigateSkillLevelPreMulShipBonus3CFShip (Effect4599)
[2020-04-21 00:59:33.314358] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect4599'
[2020-04-21 00:59:33.315357] DEBUG: eos.gamedata: Loading amarrFrigateSkillLevelPreMulShipBonusAFShip (Effect476)
[2020-04-21 00:59:33.315357] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect476'
[2020-04-21 00:59:33.316392] DEBUG: eos.gamedata: Loading amarrFrigateSkillLevelPreMulShipBonus2AFShip (Effect510)
[2020-04-21 00:59:33.316392] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect510'
[2020-04-21 00:59:33.316392] DEBUG: eos.gamedata: Loading amarrFrigateSkillLevelPreMulShipBonus3AFShip (Effect4598)
[2020-04-21 00:59:33.316392] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect4598'
[2020-04-21 00:59:33.317385] DEBUG: eos.gamedata: Loading gallenteCruiserSkillLevelPreMulShipBonusGCShip (Effect517)
[2020-04-21 00:59:33.317385] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect517'
[2020-04-21 00:59:33.317385] DEBUG: eos.gamedata: Loading gallenteCruiserSkillLevelPreMulShipBonusGC2Ship (Effect928)
[2020-04-21 00:59:33.317385] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect928'
[2020-04-21 00:59:33.318388] DEBUG: eos.gamedata: Loading gallenteCruiserSkillLevelPreMulShipBonusGC3Ship (Effect6044)
[2020-04-21 00:59:33.318388] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect6044'
[2020-04-21 00:59:33.318388] DEBUG: eos.gamedata: Loading minmatarCruiserSkillLevelPreMulShipBonusMCShip (Effect524)
[2020-04-21 00:59:33.319383] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect524'
[2020-04-21 00:59:33.319383] DEBUG: eos.gamedata: Loading minmatarCruiserSkillLevelPreMulShipBonusMC2Ship (Effect929)
[2020-04-21 00:59:33.319383] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect929'
[2020-04-21 00:59:33.320377] DEBUG: eos.gamedata: Loading caldariCruiserSkillLevelPreMulShipBonusCCShip (Effect520)
[2020-04-21 00:59:33.320377] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect520'
[2020-04-21 00:59:33.320377] DEBUG: eos.gamedata: Loading caldariCruiserSkillLevelPreMulShipBonusCC2Ship (Effect927)
[2020-04-21 00:59:33.320377] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect927'
[2020-04-21 00:59:33.321374] DEBUG: eos.gamedata: Loading caldariCruiserSkillLevelPreMulShipBonusCC3Ship (Effect4357)
[2020-04-21 00:59:33.321374] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect4357'
[2020-04-21 00:59:33.322338] DEBUG: eos.gamedata: Loading amarrCruiserSkillLevelPreMulShipBonusACShip (Effect500)
[2020-04-21 00:59:33.322338] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect500'
[2020-04-21 00:59:33.322338] DEBUG: eos.gamedata: Loading amarrCruiserSkillLevelPreMulShipBonusAC2Ship (Effect926)
[2020-04-21 00:59:33.322338] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect926'
[2020-04-21 00:59:33.322338] DEBUG: eos.gamedata: Loading amarrCruiserSkillLevelPreMulShipBonusAC3Ship (Effect6293)
[2020-04-21 00:59:33.322338] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect6293'
[2020-04-21 00:59:33.323369] DEBUG: eos.gamedata: Loading gallenteBattleshipSkillLevelPreMulShipBonusGBShip (Effect611)
[2020-04-21 00:59:33.323369] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect611'
[2020-04-21 00:59:33.323369] DEBUG: eos.gamedata: Loading gallenteBattleshipSkillLevelPreMulShipBonusGB2Ship (Effect682)
[2020-04-21 00:59:33.324367] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect682'
[2020-04-21 00:59:33.324367] DEBUG: eos.gamedata: Loading minmatarBattleshipSkillLevelPreMulShipBonusMBShip (Effect548)
[2020-04-21 00:59:33.324367] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect548'
[2020-04-21 00:59:33.325368] DEBUG: eos.gamedata: Loading minmatarBattleshipSkillLevelPreMulShipBonusMB2Ship (Effect605)
[2020-04-21 00:59:33.325368] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect605'
[2020-04-21 00:59:33.326361] DEBUG: eos.gamedata: Loading caldariBattleshipSkillLevelPreMulShipBonusCBShip (Effect541)
[2020-04-21 00:59:33.326361] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect541'
[2020-04-21 00:59:33.326361] DEBUG: eos.gamedata: Loading caldariBattleshipSkillLevelPreMulShipBonus2CBShip (Effect556)
[2020-04-21 00:59:33.326361] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect556'
[2020-04-21 00:59:33.326361] DEBUG: eos.gamedata: Loading caldariBattleshipSkillLevelPreMulShipBonusCB3Ship (Effect797)
[2020-04-21 00:59:33.326361] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect797'
[2020-04-21 00:59:33.327362] DEBUG: eos.gamedata: Loading amarrBattleshipSkillLevelPostMulShipBonusABShip (Effect538)
[2020-04-21 00:59:33.327362] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect538'
[2020-04-21 00:59:33.327362] DEBUG: eos.gamedata: Loading amarrBattleshipSkillLevelPreMulShipBonusAB2Ship (Effect734)
[2020-04-21 00:59:33.327362] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect734'
[2020-04-21 00:59:33.328356] DEBUG: eos.gamedata: Loading gallenteIndustrialSkillLevelPreMulShipBonusGIShip (Effect532)
[2020-04-21 00:59:33.328356] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect532'
[2020-04-21 00:59:33.328356] DEBUG: eos.gamedata: Loading gallenteIndustrialSkillLevelPreMulShipBonusGI2Ship (Effect1292)
[2020-04-21 00:59:33.329353] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect1292'
[2020-04-21 00:59:33.329353] DEBUG: eos.gamedata: Loading minmatarIndustrialSkillLevelPreMulShipBonusMIShip (Effect526)
[2020-04-21 00:59:33.329353] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect526'
[2020-04-21 00:59:33.330348] DEBUG: eos.gamedata: Loading minmatarIndustrialSkillLevelPreMulShipBonusMI2Ship (Effect1293)
[2020-04-21 00:59:33.330348] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect1293'
[2020-04-21 00:59:33.331313] DEBUG: eos.gamedata: Loading caldariIndustrialSkillLevelPreMulShipBonusCIShip (Effect530)
[2020-04-21 00:59:33.331313] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect530'
[2020-04-21 00:59:33.331313] DEBUG: eos.gamedata: Loading caldariIndustrialSkillLevelPreMulShipBonusCI2Ship (Effect1291)
[2020-04-21 00:59:33.331313] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect1291'
[2020-04-21 00:59:33.332346] DEBUG: eos.gamedata: Loading amarrIndustrialSkillLevelPreMulShipBonusAI2Ship (Effect583)
[2020-04-21 00:59:33.332346] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect583'
[2020-04-21 00:59:33.332346] DEBUG: eos.gamedata: Loading amarrIndustrialSkillLevelPreMulShipBonusAI22Ship (Effect1290)
[2020-04-21 00:59:33.332346] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect1290'
[2020-04-21 00:59:33.333347] DEBUG: eos.gamedata: Loading skillMultiplierShipBonusTitanGallente (Effect6632)
[2020-04-21 00:59:33.333347] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect6632'
[2020-04-21 00:59:33.334340] DEBUG: eos.gamedata: Loading skillMultiplierShipBonusTitanMinmatar (Effect6633)
[2020-04-21 00:59:33.334340] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect6633'
[2020-04-21 00:59:33.335340] DEBUG: eos.gamedata: Loading skillMultiplierShipBonusTitanCaldari (Effect6631)
[2020-04-21 00:59:33.335340] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect6631'
[2020-04-21 00:59:33.336334] DEBUG: eos.gamedata: Loading skillMultiplierShipBonusTitanAmarr (Effect6630)
[2020-04-21 00:59:33.336334] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect6630'
[2020-04-21 00:59:33.337333] DEBUG: eos.gamedata: Loading areaOfEffectSkillBonus (Effect6768)
[2020-04-21 00:59:33.337333] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect6768'
[2020-04-21 00:59:33.337333] DEBUG: eos.gamedata: Loading commandBurstAoEBonus (Effect6769)
[2020-04-21 00:59:33.338326] DEBUG: eos.gamedata: Loading propulsionJammingSkillBoostDurationBonus (Effect208)
[2020-04-21 00:59:33.338326] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect208'
[2020-04-21 00:59:33.338326] DEBUG: eos.gamedata: Loading skirmishCommandDurationBonus (Effect6773)
[2020-04-21 00:59:33.339327] DEBUG: eos.gamedata: Loading shieldCommandDurationBonus (Effect6771)
[2020-04-21 00:59:33.340324] DEBUG: eos.gamedata: Loading commandBurstStrengthSkillBonus (Effect6775)
[2020-04-21 00:59:33.340324] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect6775'
[2020-04-21 00:59:33.340324] DEBUG: eos.gamedata: Loading shieldCommandStrengthBonus (Effect6777)
[2020-04-21 00:59:33.341325] DEBUG: eos.gamedata: Loading informationCommandStrengthBonus (Effect6778)
[2020-04-21 00:59:33.341325] DEBUG: eos.gamedata: Loading reloadTimeSkillBonus (Effect6781)
[2020-04-21 00:59:33.342319] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect6781'
[2020-04-21 00:59:33.342319] DEBUG: eos.gamedata: Loading commandBurstReloadTimeBonus (Effect6782)
[2020-04-21 00:59:33.342319] DEBUG: eos.gamedata: Loading socialSkillBoostSocialMutator (Effect406)
[2020-04-21 00:59:33.343318] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect406'
[2020-04-21 00:59:33.343318] DEBUG: eos.gamedata: Loading negotiationSkillBoostNegotiationBonus (Effect403)
[2020-04-21 00:59:33.344313] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect403'
[2020-04-21 00:59:33.344313] DEBUG: eos.gamedata: Loading negotiationNegotiationBonusPostPercentNegotiationPercentageChar (Effect404)
[2020-04-21 00:59:33.344313] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect404'
[2020-04-21 00:59:33.345310] DEBUG: eos.gamedata: Loading diplomacySkillBoostDiplomacyMutator (Effect348)
[2020-04-21 00:59:33.345310] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect348'
[2020-04-21 00:59:33.345310] DEBUG: eos.gamedata: Loading diplomacyDiplomacyMutatorModAddDiplomacyBonusChar (Effect349)
[2020-04-21 00:59:33.345310] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect349'
[2020-04-21 00:59:33.346305] DEBUG: eos.gamedata: Loading fasttalkSkillBoostFastTalkMutator (Effect350)
[2020-04-21 00:59:33.346305] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect350'
[2020-04-21 00:59:33.346305] DEBUG: eos.gamedata: Loading fasttalkFastTalkMutatorPostPercentFastTalkPercentageChar (Effect352)
[2020-04-21 00:59:33.346305] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect352'
[2020-04-21 00:59:33.347306] DEBUG: eos.gamedata: Loading connectionsSkillBoostConnectionBonusMutator (Effect344)
[2020-04-21 00:59:33.347306] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect344'
[2020-04-21 00:59:33.347306] DEBUG: eos.gamedata: Loading connectionsConnectionBonusMutatorModAddConnectionsBonusChar (Effect399)
[2020-04-21 00:59:33.348302] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect399'
[2020-04-21 00:59:33.348302] DEBUG: eos.gamedata: Loading criminalConnectionsSkillBoostCriminalConnectionsMutator (Effect346)
[2020-04-21 00:59:33.348302] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect346'
[2020-04-21 00:59:33.349299] DEBUG: eos.gamedata: Loading criminalConnectionsCriminalConnectionsMutatorModAddCriminalConnectionsBonusChar (Effect402)
[2020-04-21 00:59:33.349299] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect402'
[2020-04-21 00:59:33.349299] DEBUG: eos.gamedata: Loading corporationMemberLimitBonus (Effect82)
[2020-04-21 00:59:33.350297] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect82'
[2020-04-21 00:59:33.350297] DEBUG: eos.gamedata: Loading corporationManagementSkillBoostCorporationMemberBonus (Effect239)
[2020-04-21 00:59:33.350297] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect239'
[2020-04-21 00:59:33.351260] DEBUG: eos.gamedata: Loading skillWarAllyCostModifier (Effect4984)
[2020-04-21 00:59:33.351260] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect4984'
[2020-04-21 00:59:33.351260] DEBUG: eos.gamedata: Loading relationsAllyCostSkillBoost (Effect4985)
[2020-04-21 00:59:33.351260] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect4985'
[2020-04-21 00:59:33.351260] DEBUG: eos.gamedata: Loading baseDefenderAllyCostCharAssignment (Effect5052)
[2020-04-21 00:59:33.352291] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect5052'
[2020-04-21 00:59:33.352291] DEBUG: eos.gamedata: Loading posStructureControlAmountBonus (Effect2918)
[2020-04-21 00:59:33.352291] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect2918'
[2020-04-21 00:59:33.353289] DEBUG: eos.gamedata: Loading industrySkillBoostManufacturingTimeBonus (Effect412)
[2020-04-21 00:59:33.353289] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect412'
[2020-04-21 00:59:33.353289] DEBUG: eos.gamedata: Loading industryManufacturingTimeBonusPostPercentManufactureTimeMultiplierChar (Effect425)
[2020-04-21 00:59:33.353289] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect425'
[2020-04-21 00:59:33.354291] DEBUG: eos.gamedata: Loading refineryEfficiencySkillBoostRefiningYieldMutator (Effect331)
[2020-04-21 00:59:33.354291] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect331'
[2020-04-21 00:59:33.355285] DEBUG: eos.gamedata: Loading refineryEfficiencyRefiningYieldMutatorPostPercentRefiningYieldPercentageChar (Effect435)
[2020-04-21 00:59:33.355285] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect435'
[2020-04-21 00:59:33.355285] DEBUG: eos.gamedata: Loading astrogeologySkillBoostMiningAmountBonus (Effect389)
[2020-04-21 00:59:33.355285] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect389'
[2020-04-21 00:59:33.356281] DEBUG: eos.gamedata: Loading astrogeologyMiningAmountBonusPostPercentMiningAmountLocationShipModulesRequiringMining (Effect391)
[2020-04-21 00:59:33.356281] DEBUG: eos.gamedata: Loading massProductionSkillLevelModAddManufactureSlotLimitChar (Effect568)
[2020-04-21 00:59:33.356281] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect568'
[2020-04-21 00:59:33.358275] DEBUG: eos.gamedata: Loading advancedIndustryManufacturingTimeBonusPostPercent (Effect5903)
[2020-04-21 00:59:33.358275] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect5903'
[2020-04-21 00:59:33.358275] DEBUG: eos.gamedata: Loading advancedIndustryCopyTimeBonusPostPercent (Effect5906)
[2020-04-21 00:59:33.358275] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect5906'
[2020-04-21 00:59:33.358275] DEBUG: eos.gamedata: Loading advancedIndustryInventionTimeBonusPostPercent (Effect5907)
[2020-04-21 00:59:33.358275] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect5907'
[2020-04-21 00:59:33.358275] DEBUG: eos.gamedata: Loading advancedIndustrySkillBoostAdvancedIndustrySkillIndustryJobTimeBonus (Effect5908)
[2020-04-21 00:59:33.359280] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect5908'
[2020-04-21 00:59:33.359280] DEBUG: eos.gamedata: Loading advancedIndustryManufactureTimeResearchTimeBonusPostPercent (Effect5909)
[2020-04-21 00:59:33.359280] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect5909'
[2020-04-21 00:59:33.359280] DEBUG: eos.gamedata: Loading advancedIndustryMaterialResearchTimeBonusPostPercent (Effect5910)
[2020-04-21 00:59:33.359280] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect5910'
[2020-04-21 00:59:33.360273] DEBUG: eos.gamedata: Loading hullUpgradesSkillBoostHullHpBonus (Effect251)
[2020-04-21 00:59:33.360273] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect251'
[2020-04-21 00:59:33.361267] DEBUG: eos.gamedata: Loading mechanicHullHpBonusPostPercentHpShip (Effect392)
[2020-04-21 00:59:33.361267] DEBUG: eos.gamedata: Loading electronicWarfareSkillBoostDurationBonus (Effect216)
[2020-04-21 00:59:33.361267] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect216'
[2020-04-21 00:59:33.362262] DEBUG: eos.gamedata: Loading repairSystemsDurationBonusPostPercentDurationLocationShipModulesRequiringRepairSystems (Effect272)
[2020-04-21 00:59:33.362262] DEBUG: eos.gamedata: Loading hullUpgradesSkillBoostArmorHpBonus (Effect270)
[2020-04-21 00:59:33.362262] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect270'
[2020-04-21 00:59:33.363264] DEBUG: eos.gamedata: Loading hullUpgradesArmorHpBonusPostPercentHpLocationShip (Effect271)
[2020-04-21 00:59:33.363264] DEBUG: eos.gamedata: Loading frigateConstructionSkillBoostFrigateConstructionTimeBonus (Effect340)
[2020-04-21 00:59:33.363264] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect340'
[2020-04-21 00:59:33.364268] DEBUG: eos.gamedata: Loading frigateConstructionFrigateConstructionTimeBonusPostPercentFrigateConstructionTimeChar (Effect341)
[2020-04-21 00:59:33.364268] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect341'
[2020-04-21 00:59:33.364268] DEBUG: eos.gamedata: Loading industrialConstructionSkillBoostIndustrialConstructionTimeBonus (Effect342)
[2020-04-21 00:59:33.365257] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect342'
[2020-04-21 00:59:33.365257] DEBUG: eos.gamedata: Loading industrialConstructionIndustrialConstructionTimeBonusPostPercentIndustrialConstructionTimeChar (Effect343)
[2020-04-21 00:59:33.365257] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect343'
[2020-04-21 00:59:33.365257] DEBUG: eos.gamedata: Loading cruiserConstructionSkillBoostCruiserConstructionTimeBonus (Effect338)
[2020-04-21 00:59:33.366255] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect338'
[2020-04-21 00:59:33.366255] DEBUG: eos.gamedata: Loading cruiserConstructionCruiserConstructionTimeBonusPostPercentCruiserConstructionTimeChar (Effect339)
[2020-04-21 00:59:33.366255] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect339'
[2020-04-21 00:59:33.367254] DEBUG: eos.gamedata: Loading battleshipConstructionSkillBoostBattleshipConstructionTimeBonus (Effect336)
[2020-04-21 00:59:33.367254] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect336'
[2020-04-21 00:59:33.367254] DEBUG: eos.gamedata: Loading battleshipConstructionBattleshipConstructionTimeBonusPostPercentBattleshipConstructionTimeChar (Effect337)
[2020-04-21 00:59:33.367254] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect337'
[2020-04-21 00:59:33.368249] DEBUG: eos.gamedata: Loading scienceSkillBoostCopySpeedBonus (Effect430)
[2020-04-21 00:59:33.368249] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect430'
[2020-04-21 00:59:33.368249] DEBUG: eos.gamedata: Loading scienceCopySpeedBonusPostPercentCopySpeedPercentChar (Effect431)
[2020-04-21 00:59:33.369247] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect431'
[2020-04-21 00:59:33.369247] DEBUG: eos.gamedata: Loading researchSkillBoostBlueprintmanufactureTimeBonus (Effect432)
[2020-04-21 00:59:33.369247] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect432'
[2020-04-21 00:59:33.370242] DEBUG: eos.gamedata: Loading researchBlueprintmanufactureTimeBonusPostPercentProductionTimeResearchSpeedChar (Effect433)
[2020-04-21 00:59:33.370242] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect433'
[2020-04-21 00:59:33.370242] DEBUG: eos.gamedata: Loading biologyTimeBonusFixed (Effect2866)
[2020-04-21 00:59:33.371241] DEBUG: eos.gamedata: Loading laboratoryOperationSkillLevelModAddMaxLaborotorySlotsChar (Effect566)
[2020-04-21 00:59:33.371241] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect566'
[2020-04-21 00:59:33.372238] DEBUG: eos.gamedata: Loading inventionSkillBoostInventionBonus (Effect498)
[2020-04-21 00:59:33.372238] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect498'
[2020-04-21 00:59:33.372238] DEBUG: eos.gamedata: Loading reverseEngineeringInventionBonusModAddReverseEngineeringChanceLocationChar (Effect571)
[2020-04-21 00:59:33.372238] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect571'
[2020-04-21 00:59:33.373235] DEBUG: eos.gamedata: Loading metallurgySkillBoostMineralNeedResearchBonus (Effect481)
[2020-04-21 00:59:33.373235] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect481'
[2020-04-21 00:59:33.373235] DEBUG: eos.gamedata: Loading metallurgyMineralNeedResearchBonusPostPercentMineralNeedResearchSpeedChar (Effect558)
[2020-04-21 00:59:33.374233] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect558'
[2020-04-21 00:59:33.376228] DEBUG: eos.gamedata: Loading systemScanDurationSkillAstrometrics (Effect1409)
[2020-04-21 00:59:33.376228] DEBUG: eos.gamedata: Loading scanStrengthBonusSkillLevelIncrease (Effect2656)
[2020-04-21 00:59:33.376228] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect2656'
[2020-04-21 00:59:33.376228] DEBUG: eos.gamedata: Loading maxScanDeviationSelfSkillModifier (Effect2820)
[2020-04-21 00:59:33.376228] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect2820'
[2020-04-21 00:59:33.376228] DEBUG: eos.gamedata: Loading baseMaxScanDeviationModifierRequiringAstrometrics (Effect4161)
[2020-04-21 00:59:33.376228] DEBUG: eos.gamedata: Loading baseSensorStrengthModifierRequiringAstrometrics (Effect4162)
[2020-04-21 00:59:33.377225] DEBUG: eos.gamedata: Loading engineeringSkillBoostPowerOutputBonus (Effect218)
[2020-04-21 00:59:33.377225] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect218'
[2020-04-21 00:59:33.377225] DEBUG: eos.gamedata: Loading engineeringPowerEngineeringOutputBonusPostPercentPowerOutputLocationShipGroupPowerCore (Effect490)
[2020-04-21 00:59:33.378219] DEBUG: eos.gamedata: Loading shieldoperationSkillBoostRechargeratebonus (Effect283)
[2020-04-21 00:59:33.378219] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect283'
[2020-04-21 00:59:33.378219] DEBUG: eos.gamedata: Loading shieldOperationRechargeratebonusPostPercentRechargeRateLocationShipGroupShield (Effect486)
[2020-04-21 00:59:33.379220] DEBUG: eos.gamedata: Loading energyManagementSkillBoostCapRechargeBonus (Effect220)
[2020-04-21 00:59:33.379220] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect220'
[2020-04-21 00:59:33.379220] DEBUG: eos.gamedata: Loading energysystemsoperationCapRechargeBonusPostPercentRechargeRateLocationShipGroupCapacitor (Effect485)
[2020-04-21 00:59:33.380183] DEBUG: eos.gamedata: Loading energyManagementSkillBoostCapacitorCapacityBonus (Effect2431)
[2020-04-21 00:59:33.380183] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect2431'
[2020-04-21 00:59:33.380183] DEBUG: eos.gamedata: Loading energyManagementCapacitorBonusPostPercentCapacityLocationShipGroupCapacitorCapacityBonus (Effect2432)
[2020-04-21 00:59:33.381219] DEBUG: eos.gamedata: Loading shieldManagementSkillBoostShieldCapacityBonus (Effect280)
[2020-04-21 00:59:33.381219] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect280'
[2020-04-21 00:59:33.382212] DEBUG: eos.gamedata: Loading tacticalshieldManipulationSkillBoostUniformityBonus (Effect277)
[2020-04-21 00:59:33.382212] DEBUG: eos.gamedata: Loading tacticalShieldManipulationBonus2 (Effect3254)
[2020-04-21 00:59:33.382212] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect3254'
[2020-04-21 00:59:33.383209] DEBUG: eos.gamedata: Loading energyPulseWeaponsDurationBonusPostPercentDurationLocationShipModulesRequiringEnergyPulseWeapons (Effect590)
[2020-04-21 00:59:33.384206] DEBUG: eos.gamedata: Loading shieldEmmisionSystemsCapNeedBonusPostPercentCapacitorNeedLocationShipModulesRequiringShieldEmmisionSystems (Effect279)
[2020-04-21 00:59:33.385170] DEBUG: eos.gamedata: Loading capacitorEmissionSystemskill (Effect5607)
[2020-04-21 00:59:33.385170] DEBUG: eos.gamedata: Loading energyGridUpgradesCpuNeedBonusPostPercentCpuLocationShipModulesRequiringEnergyGridUpgrades (Effect396)
[2020-04-21 00:59:33.386198] DEBUG: eos.gamedata: Loading sensorUpgradesSkillBoostPowerNeedBonus (Effect246)
[2020-04-21 00:59:33.386198] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect246'
[2020-04-21 00:59:33.386198] DEBUG: eos.gamedata: Loading shieldUpgradesPowerNeedBonusPostPercentPowerLocationShipModulesRequiringShieldUpgrades (Effect273)
[2020-04-21 00:59:33.387203] DEBUG: eos.gamedata: Loading gallenteFrigateSkillBoostCpuOutputBonus (Effect368)
[2020-04-21 00:59:33.387203] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect368'
[2020-04-21 00:59:33.387203] DEBUG: eos.gamedata: Loading electronicsCpuOutputBonusPostPercentCpuOutputLocationShipGroupComputer (Effect397)
[2020-04-21 00:59:33.388195] DEBUG: eos.gamedata: Loading ewSkillEwCapNeedSkillLevel (Effect1372)
[2020-04-21 00:59:33.388195] DEBUG: eos.gamedata: Loading ewSkillEcmBurstCapNeedBonus (Effect2492)
[2020-04-21 00:59:33.389197] DEBUG: eos.gamedata: Loading longRangeTargetingSkillBoostMaxTargetRangeBonus (Effect206)
[2020-04-21 00:59:33.389197] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect206'
[2020-04-21 00:59:33.389197] DEBUG: eos.gamedata: Loading longRangeTargetingMaxTargetRangeBonusPostPercentMaxTargetRangeLocationShipGroupElectronic (Effect507)
[2020-04-21 00:59:33.390191] DEBUG: eos.gamedata: Loading targetingSkillBoostMaxTargetBonus (Effect213)
[2020-04-21 00:59:33.390191] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect213'
[2020-04-21 00:59:33.390191] DEBUG: eos.gamedata: Loading targetingMaxTargetBonusModAddMaxLockedTargetsLocationChar (Effect214)
[2020-04-21 00:59:33.392185] DEBUG: eos.gamedata: Loading signatureAnalysisSkillLevelPreMulScanResolutionBonusSelf (Effect698)
[2020-04-21 00:59:33.392185] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect698'
[2020-04-21 00:59:33.392185] DEBUG: eos.gamedata: Loading signatureAnalysisScanResolutionBonusPostPercentScanResolutionShip (Effect699)
[2020-04-21 00:59:33.393182] DEBUG: eos.gamedata: Loading sensorUpgradesCpuNeedBonusPostPercentCpuLocationShipModulesRequiringSensorUpgrades (Effect212)
[2020-04-21 00:59:33.393182] DEBUG: eos.gamedata: Loading ewSkillRsdCapNeedBonusSkillLevel (Effect1360)
[2020-04-21 00:59:33.394178] DEBUG: eos.gamedata: Loading ewSkillTdCapNeedBonusSkillLevel (Effect1361)
[2020-04-21 00:59:33.395177] DEBUG: eos.gamedata: Loading propulsionSkillCapNeedBonusSkillLevel (Effect1410)
[2020-04-21 00:59:33.396176] DEBUG: eos.gamedata: Loading dronesSkillBoostMaxActiveDroneBonus (Effect315)
[2020-04-21 00:59:33.396176] DEBUG: eos.gamedata: Loading dronesMaxActiveDroneBonusModAddMaxActiveLocationChar (Effect316)
[2020-04-21 00:59:33.396176] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect316'
[2020-04-21 00:59:33.397171] DEBUG: eos.gamedata: Loading scoutDroneOperationSkillBoostDroneRangeBonus (Effect448)
[2020-04-21 00:59:33.397171] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect448'
[2020-04-21 00:59:33.397171] DEBUG: eos.gamedata: Loading scoutDroneOperationDroneRangeBonusModAddDroneControlDistanceChar (Effect504)
[2020-04-21 00:59:33.398169] DEBUG: eos.gamedata: Loading miningDroneOperationMiningAmountBonusPostPercentMiningDroneAmountPercentChar (Effect623)
[2020-04-21 00:59:33.399132] DEBUG: eos.gamedata: Loading damageRepairedSkillBonus (Effect2018)
[2020-04-21 00:59:33.399132] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect2018'
[2020-04-21 00:59:33.399132] DEBUG: eos.gamedata: Loading repairDroneShieldBonusBonus (Effect2019)
[2020-04-21 00:59:33.399132] DEBUG: eos.gamedata: Loading repairDroneArmorDamageAmountBonus (Effect2020)
[2020-04-21 00:59:33.399132] DEBUG: eos.gamedata: Loading repairDroneHullBonusBonus (Effect5769)
[2020-04-21 00:59:33.400163] DEBUG: eos.gamedata: Loading droneSalvageBonus (Effect5168)
[2020-04-21 00:59:33.400163] DEBUG: eos.gamedata: Loading droneSalvageSkillBonus (Effect5170)
[2020-04-21 00:59:33.401162] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect5170'
[2020-04-21 00:59:33.401162] DEBUG: eos.gamedata: Loading damageMultiplierSkillBonus (Effect146)
[2020-04-21 00:59:33.402156] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect146'
[2020-04-21 00:59:33.402156] DEBUG: eos.gamedata: Loading droneDmgBonus (Effect1730)
[2020-04-21 00:59:33.402156] DEBUG: eos.gamedata: Loading skillBonusDroneInterfacing (Effect6663)
[2020-04-21 00:59:33.403156] DEBUG: eos.gamedata: Loading tradeSkillBoostTradePremiumBonus (Effect415)
[2020-04-21 00:59:33.403156] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect415'
[2020-04-21 00:59:33.403156] DEBUG: eos.gamedata: Loading tradeTradePremiumBonusPostPercentTradePremiumChar (Effect416)
[2020-04-21 00:59:33.404153] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect416'
[2020-04-21 00:59:33.406148] DEBUG: eos.gamedata: Loading navigationSkillBoostVelocityBonus (Effect222)
[2020-04-21 00:59:33.406148] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect222'
[2020-04-21 00:59:33.406148] DEBUG: eos.gamedata: Loading navigationVelocityBonusPostPercentMaxVelocityShip (Effect394)
[2020-04-21 00:59:33.407147] DEBUG: eos.gamedata: Loading afterburnerDurationBonusPostPercentDurationLocationShipModulesRequiringAfterburner (Effect230)
[2020-04-21 00:59:33.407147] DEBUG: eos.gamedata: Loading fuelConservationCapNeedBonusPostPercentCapacitorNeedLocationShipModulesRequiringAfterburner (Effect506)
[2020-04-21 00:59:33.408142] DEBUG: eos.gamedata: Loading accerationControlSkillBoostSpeedFBonus (Effect228)
[2020-04-21 00:59:33.408142] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect228'
[2020-04-21 00:59:33.408142] DEBUG: eos.gamedata: Loading accerationControlSkillAb&MwdSpeedBoost (Effect1176)
[2020-04-21 00:59:33.410135] DEBUG: eos.gamedata: Loading highSpeedManuveringSkillBoostCapacitorNeedMultiplier (Effect243)
[2020-04-21 00:59:33.410135] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect243'
[2020-04-21 00:59:33.410135] DEBUG: eos.gamedata: Loading highSpeedManuveringCapacitorNeedMultiplierPostPercentCapacitorNeedLocationShipModulesRequiringHighSpeedManuvering (Effect244)
[2020-04-21 00:59:33.411134] DEBUG: eos.gamedata: Loading warpdriveoperationSkillBoostWarpCapacitorNeedBonus (Effect234)
[2020-04-21 00:59:33.411134] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect234'
[2020-04-21 00:59:33.411134] DEBUG: eos.gamedata: Loading warpDriveOperationWarpCapacitorNeedBonusPostPercentWarpCapacitorNeedLocationShipGroupPropulsion (Effect494)
[2020-04-21 00:59:33.412131] DEBUG: eos.gamedata: Loading jumpDriveSkillsCapacitorNeedBonus (Effect1722)
[2020-04-21 00:59:33.412131] DEBUG: eos.gamedata: Loading jumpDriveSkillsCapacitorNeedBonusSkillLevel (Effect1723)
[2020-04-21 00:59:33.412131] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect1723'
[2020-04-21 00:59:33.413128] DEBUG: eos.gamedata: Loading signatureAnalysisSkillBoostScanspeedBonus (Effect204)
[2020-04-21 00:59:33.413128] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect204'
[2020-04-21 00:59:33.413128] DEBUG: eos.gamedata: Loading signatureAnalysisScanspeedBonusPostPercentScanSpeedLocationShip (Effect205)
[2020-04-21 00:59:33.413128] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect205'
[2020-04-21 00:59:33.413128] DEBUG: eos.gamedata: Loading surveyScanspeedBonusPostPercentDurationLocationShipModulesRequiringElectronics (Effect744)
[2020-04-21 00:59:33.417084] DEBUG: eos.gamedata: Loading skillMJDdurationBonus (Effect4923)
[2020-04-21 00:59:33.417084] DEBUG: eos.gamedata: Loading skillTargetBreakerDurationBonus2 (Effect4945)
[2020-04-21 00:59:33.417084] DEBUG: eos.gamedata: Loading skillTargetBreakerCapNeedBonus2 (Effect4946)
[2020-04-21 00:59:33.418114] DEBUG: eos.gamedata: Loading selfT2SmallHybridRailDamageBonus (Effect1006)
[2020-04-21 00:59:33.419113] DEBUG: eos.gamedata: Loading selfT2SmallLaserBeamDamageBonus (Effect1004)
[2020-04-21 00:59:33.420110] DEBUG: eos.gamedata: Loading selfT2SmallProjectileACDamageBonus (Effect1007)
[2020-04-21 00:59:33.421074] DEBUG: eos.gamedata: Loading skillAdvancedWeaponUpgradesPowerNeedBonus (Effect1638)
[2020-04-21 00:59:33.421074] DEBUG: eos.gamedata: Loading skillAdvancedWeaponUpgradesPowerNeedBonusBombLaunchers (Effect3520)
[2020-04-21 00:59:33.422071] DEBUG: eos.gamedata: Loading damageCloudChanceReductionFixed (Effect5372)
[2020-04-21 00:59:33.422071] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect5372'
[2020-04-21 00:59:33.422071] DEBUG: eos.gamedata: Loading deepCoreMiningSkillBoostDamageCloudChanceReductionMul (Effect5373)
[2020-04-21 00:59:33.423105] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect5373'
[2020-04-21 00:59:33.432079] DEBUG: eos.gamedata: Loading shieldCompensationSkillBoostHardeningBonus (Effect1897)
[2020-04-21 00:59:33.432079] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect1897'
[2020-04-21 00:59:33.432079] DEBUG: eos.gamedata: Loading thermalShieldCompensationHardeningBonusGroupShieldAmp (Effect2056)
[2020-04-21 00:59:33.433082] DEBUG: eos.gamedata: Loading armoredCommandStrengthBonus (Effect6776)
[2020-04-21 00:59:33.434071] DEBUG: eos.gamedata: Loading skirmishCommandStrengthBonus (Effect6779)
[2020-04-21 00:59:33.435070] DEBUG: eos.gamedata: Loading cloakingTargetingDelayBonusPostPercentCloakingTargetingDelayBonusForShipModulesRequiringCloaking (Effect848)
[2020-04-21 00:59:33.435070] DEBUG: eos.gamedata: Loading cloakingSkillBoostCloakingTargetingDelayBonus (Effect850)
[2020-04-21 00:59:33.435070] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect850'
[2020-04-21 00:59:33.437031] DEBUG: eos.gamedata: Loading interceptorsSkillLevelPreMulEliteBonusInterceptorShip (Effect703)
[2020-04-21 00:59:33.437031] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect703'
[2020-04-21 00:59:33.437031] DEBUG: eos.gamedata: Loading interceptors2SkillLevelPreMulEliteBonusInterceptorShip (Effect1279)
[2020-04-21 00:59:33.437031] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect1279'
[2020-04-21 00:59:33.438064] DEBUG: eos.gamedata: Loading covertOpsSkillLevelPreMulEliteBonusCoverOpsShip (Effect704)
[2020-04-21 00:59:33.438064] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect704'
[2020-04-21 00:59:33.438064] DEBUG: eos.gamedata: Loading covertOpsSkillLevelPreMulEliteBonusCoverOpsShip2 (Effect1405)
[2020-04-21 00:59:33.439067] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect1405'
[2020-04-21 00:59:33.439067] DEBUG: eos.gamedata: Loading covertOpsSkillLevelPreMulEliteBonusCoverOpsShip3 (Effect4480)
[2020-04-21 00:59:33.439067] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect4480'
[2020-04-21 00:59:33.439067] DEBUG: eos.gamedata: Loading covertOpsSkillLevelPreMulEliteBonusCoverOpsShip4 (Effect6998)
[2020-04-21 00:59:33.439067] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect6998'
[2020-04-21 00:59:33.440057] DEBUG: eos.gamedata: Loading gunshipSkillMultiplier1 (Effect987)
[2020-04-21 00:59:33.440057] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect987'
[2020-04-21 00:59:33.440057] DEBUG: eos.gamedata: Loading gunshipSkillMultiplier2 (Effect988)
[2020-04-21 00:59:33.440057] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect988'
[2020-04-21 00:59:33.441054] DEBUG: eos.gamedata: Loading logisticSkillMultiplier1 (Effect1052)
[2020-04-21 00:59:33.441054] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect1052'
[2020-04-21 00:59:33.441054] DEBUG: eos.gamedata: Loading logisticSkillMultiplier2 (Effect1053)
[2020-04-21 00:59:33.441054] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect1053'
[2020-04-21 00:59:33.441054] DEBUG: eos.gamedata: Loading logisticSkillMultiplier3 (Effect6718)
[2020-04-21 00:59:33.442049] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect6718'
[2020-04-21 00:59:33.442049] DEBUG: eos.gamedata: Loading skillInterdictorEliteBonus1SkillLevel (Effect2426)
[2020-04-21 00:59:33.443048] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect2426'
[2020-04-21 00:59:33.443048] DEBUG: eos.gamedata: Loading skillInterdictorEliteBonus2SkillLevel (Effect2427)
[2020-04-21 00:59:33.443048] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect2427'
[2020-04-21 00:59:33.443048] DEBUG: eos.gamedata: Loading cSOTrainingSkillBoostResearchGangSizeBonus (Effect334)
[2020-04-21 00:59:33.444046] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect334'
[2020-04-21 00:59:33.444046] DEBUG: eos.gamedata: Loading cSOTrainingResearchGangSizeBonusModAddMaxResearchGangSizeShip (Effect335)
[2020-04-21 00:59:33.444046] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect335'
[2020-04-21 00:59:33.452025] DEBUG: eos.gamedata: Loading selfT2SmallProjectileArtyDamageBonus (Effect1008)
[2020-04-21 00:59:33.453027] DEBUG: eos.gamedata: Loading selfT2MediumProjectileArtyDamageBonus (Effect1014)
[2020-04-21 00:59:33.453027] DEBUG: eos.gamedata: Loading selfT2LargeProjectileArtyDamageBonus (Effect1020)
[2020-04-21 00:59:33.454020] DEBUG: eos.gamedata: Loading selfT2MediumLaserBeamDamageBonus (Effect1010)
[2020-04-21 00:59:33.455019] DEBUG: eos.gamedata: Loading selfT2LargeLaserBeamDamageBonus (Effect1016)
[2020-04-21 00:59:33.456014] DEBUG: eos.gamedata: Loading selfT2MediumHybridRailDamageBonus (Effect1012)
[2020-04-21 00:59:33.456014] DEBUG: eos.gamedata: Loading selfT2LargeHybridRailDamageBonus (Effect1018)
[2020-04-21 00:59:33.457012] DEBUG: eos.gamedata: Loading selfT2MediumProjectileACDamageBonus (Effect1013)
[2020-04-21 00:59:33.458007] DEBUG: eos.gamedata: Loading selfT2LargeProjectileACDamageBonus (Effect1019)
[2020-04-21 00:59:33.458007] DEBUG: eos.gamedata: Loading selfT2SmallHybridBlasterDamageBonus (Effect1005)
[2020-04-21 00:59:33.459006] DEBUG: eos.gamedata: Loading selfT2MediumHybridBlasterDamageBonus (Effect1011)
[2020-04-21 00:59:33.460003] DEBUG: eos.gamedata: Loading selfT2LargeHybridBlasterDamageBonus (Effect1017)
[2020-04-21 00:59:33.461000] DEBUG: eos.gamedata: Loading selfT2SmallLaserPulseDamageBonus (Effect1003)
[2020-04-21 00:59:33.461000] DEBUG: eos.gamedata: Loading selfT2MediumLaserPulseDamageBonus (Effect1009)
[2020-04-21 00:59:33.461999] DEBUG: eos.gamedata: Loading selfT2LargeLaserPulseDamageBonus (Effect1015)
[2020-04-21 00:59:33.462998] DEBUG: eos.gamedata: Loading skillMultiplierMaxVelocityBonus (Effect6666)
[2020-04-21 00:59:33.463999] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect6666'
[2020-04-21 00:59:33.463999] DEBUG: eos.gamedata: Loading skillBonusDroneNavigation (Effect6667)
[2020-04-21 00:59:33.463999] DEBUG: eos.gamedata: Loading emShieldCompensationHardeningBonusGroupShieldAmp (Effect2053)
[2020-04-21 00:59:33.464991] DEBUG: eos.gamedata: Loading kineticShieldCompensationHardeningBonusGroupShieldAmp (Effect2055)
[2020-04-21 00:59:33.465985] DEBUG: eos.gamedata: Loading explosiveShieldCompensationHardeningBonusGroupShieldAmp (Effect2054)
[2020-04-21 00:59:33.466985] DEBUG: eos.gamedata: Loading heavyMissilesSkillBoostMaxflightTimeBonus (Effect663)
[2020-04-21 00:59:33.466985] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect663'
[2020-04-21 00:59:33.466985] DEBUG: eos.gamedata: Loading missileBombardmentMaxFlightTimeBonusPostPercentExplosionDelayOwnerCharModulesRequiringMissileLauncherOperation (Effect784)
[2020-04-21 00:59:33.467982] DEBUG: eos.gamedata: Loading missileSkillMissileProjectileVelocityBonus (Effect1764)
[2020-04-21 00:59:33.467982] DEBUG: eos.gamedata: Loading missileSkillMissileProjectileVelocityBonusSkillLevel (Effect1765)
[2020-04-21 00:59:33.467982] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect1765'
[2020-04-21 00:59:33.470977] DEBUG: eos.gamedata: Loading archaeologyAccessDifficultyBonusMultiplier (Effect4803)
[2020-04-21 00:59:33.471971] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect4803'
[2020-04-21 00:59:33.471971] DEBUG: eos.gamedata: Loading dataMiningSkillBoostAccessDifficultyBonusAbsolutePercent (Effect4804)
[2020-04-21 00:59:33.471971] DEBUG: eos.gamedata: Loading dataMiningSkillLevelVirusCoherenceBonusModifier2 (Effect5435)
[2020-04-21 00:59:33.471971] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect5435'
[2020-04-21 00:59:33.471971] DEBUG: eos.gamedata: Loading archaeologySkillVirusBonus (Effect5437)
[2020-04-21 00:59:33.473934] DEBUG: eos.gamedata: Loading remoteArmorSystemsCapNeedBonusPostPercentCapacitorNeedLocationShipModulesRequiringRemoteArmorSystems (Effect1030)
[2020-04-21 00:59:33.474958] DEBUG: eos.gamedata: Loading iceHarvestCycleTimeModulesRequiringIceHarvesting (Effect1190)
[2020-04-21 00:59:33.474958] DEBUG: eos.gamedata: Loading iceHarvestCycleTimeBonus (Effect1191)
[2020-04-21 00:59:33.474958] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect1191'
[2020-04-21 00:59:33.475962] DEBUG: eos.gamedata: Loading warshipSkillMultiplier2 (Effect1077)
[2020-04-21 00:59:33.475962] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect1077'
[2020-04-21 00:59:33.475962] DEBUG: eos.gamedata: Loading warshipSkillMultiplier1 (Effect1079)
[2020-04-21 00:59:33.476964] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect1079'
[2020-04-21 00:59:33.479950] DEBUG: eos.gamedata: Loading miningBargeSkillLevelPostMulShipBonusORE2Ship (Effect1188)
[2020-04-21 00:59:33.479950] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect1188'
[2020-04-21 00:59:33.480948] DEBUG: eos.gamedata: Loading miningBargeSkillLevelPostMulShipBonusORE3Ship (Effect1849)
[2020-04-21 00:59:33.480948] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect1849'
[2020-04-21 00:59:33.482908] DEBUG: eos.gamedata: Loading eliteIndustrial1SkillLevelPreMulEliteBonusEliteIndustrialShip (Effect1282)
[2020-04-21 00:59:33.482908] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect1282'
[2020-04-21 00:59:33.482908] DEBUG: eos.gamedata: Loading eliteIndustrial2SkillLevelPreMulEliteBonusEliteIndustrialShip (Effect1283)
[2020-04-21 00:59:33.482908] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect1283'
[2020-04-21 00:59:33.482908] DEBUG: eos.gamedata: Loading eliteIndustrialExtenderSkillBonus (Effect3753)
[2020-04-21 00:59:33.482908] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect3753'
[2020-04-21 00:59:33.483940] DEBUG: eos.gamedata: Loading zColinSkillTransportCovertCloakMod (Effect3755)
[2020-04-21 00:59:33.483940] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect3755'
[2020-04-21 00:59:33.484936] DEBUG: eos.gamedata: Loading ewSkillRsdMaxRangeBonus (Effect1445)
[2020-04-21 00:59:33.484936] DEBUG: eos.gamedata: Loading ewSkillTpMaxRangeBonus (Effect1446)
[2020-04-21 00:59:33.484936] DEBUG: eos.gamedata: Loading ewSkillTdMaxRangeBonus (Effect1448)
[2020-04-21 00:59:33.484936] DEBUG: eos.gamedata: Loading ewSkillEwMaxRangeBonus (Effect1452)
[2020-04-21 00:59:33.484936] DEBUG: eos.gamedata: Loading ewSkillEcmBurstRangeBonus (Effect2491)
[2020-04-21 00:59:33.485934] DEBUG: eos.gamedata: Loading ewSkillRsdFallOffBonus (Effect1449)
[2020-04-21 00:59:33.485934] DEBUG: eos.gamedata: Loading ewSkillTpFallOffBonus (Effect1450)
[2020-04-21 00:59:33.485934] DEBUG: eos.gamedata: Loading ewSkillTdFallOffBonus (Effect1451)
[2020-04-21 00:59:33.485934] DEBUG: eos.gamedata: Loading ewSkillEwFallOffBonus (Effect1453)
[2020-04-21 00:59:33.486931] DEBUG: eos.gamedata: Loading ewSkillScanStrengthBonus (Effect1318)
[2020-04-21 00:59:33.486931] DEBUG: eos.gamedata: Loading ewSkillScanStrengthBonusSkillLevel (Effect1321)
[2020-04-21 00:59:33.487929] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect1321'
[2020-04-21 00:59:33.487929] DEBUG: eos.gamedata: Loading ewSkillSignalSuppressionScanResolutionBonus (Effect3586)
[2020-04-21 00:59:33.487929] DEBUG: eos.gamedata: Loading ewSkillSignalSuppressionMaxTargetRangeBonus (Effect3591)
[2020-04-21 00:59:33.488927] DEBUG: eos.gamedata: Loading ewSkillTrackingDisruptionTrackingSpeedBonus (Effect3561)
[2020-04-21 00:59:33.488927] DEBUG: eos.gamedata: Loading ewSkillTrackingDisruptionRangeDisruptionBonus (Effect5793)
[2020-04-21 00:59:33.489921] DEBUG: eos.gamedata: Loading ewSkillGuidanceDisruptionBonus (Effect6386)
[2020-04-21 00:59:33.489921] DEBUG: eos.gamedata: Loading ewSkillTpCapNeedBonusSkillLevel (Effect1370)
[2020-04-21 00:59:33.490921] DEBUG: eos.gamedata: Loading ewSkillTargetPaintingStrengthBonusSkillLevel (Effect1373)
[2020-04-21 00:59:33.490921] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect1373'
[2020-04-21 00:59:33.490921] DEBUG: eos.gamedata: Loading ewSkillTargetPaintingStrengthBonus (Effect1550)
[2020-04-21 00:59:33.491918] DEBUG: eos.gamedata: Loading selfRof (Effect1851)
[2020-04-21 00:59:33.494917] DEBUG: eos.gamedata: Loading missileSkillAoeCloudSizeBonus (Effect1472)
[2020-04-21 00:59:33.494917] DEBUG: eos.gamedata: Loading missileSkillAoeCloudSizeBonusSkillLevel (Effect1473)
[2020-04-21 00:59:33.494917] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect1473'
[2020-04-21 00:59:33.495908] DEBUG: eos.gamedata: Loading missileSkillAoeVelocityBonusSkillLevel (Effect1467)
[2020-04-21 00:59:33.495908] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect1467'
[2020-04-21 00:59:33.495908] DEBUG: eos.gamedata: Loading missileSkillAoeVelocityBonus (Effect1590)
[2020-04-21 00:59:33.496909] DEBUG: eos.gamedata: Loading missileSkillWarheadUpgradesEmDamageBonus (Effect1595)
[2020-04-21 00:59:33.496909] DEBUG: eos.gamedata: Loading missileSkillWarheadUpgradesExplosiveDamageBonus (Effect1596)
[2020-04-21 00:59:33.497901] DEBUG: eos.gamedata: Loading missileSkillWarheadUpgradesKineticDamageBonus (Effect1597)
[2020-04-21 00:59:33.497901] DEBUG: eos.gamedata: Loading missileSkillWarheadUpgradesThermalDamageBonus (Effect1657)
[2020-04-21 00:59:33.497901] DEBUG: eos.gamedata: Loading capitalTurretSkillLaserDamage (Effect1585)
[2020-04-21 00:59:33.498899] DEBUG: eos.gamedata: Loading skillAdvancedSpaceshipAgilityBonus (Effect1614)
[2020-04-21 00:59:33.498899] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect1614'
[2020-04-21 00:59:33.499897] DEBUG: eos.gamedata: Loading armoredCommandDurationBonus (Effect6770)
[2020-04-21 00:59:33.500894] DEBUG: eos.gamedata: Loading informationCommandDurationBonus (Effect6772)
[2020-04-21 00:59:33.501892] DEBUG: eos.gamedata: Loading freighterA1SkillLevel (Effect1659)
[2020-04-21 00:59:33.501892] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect1659'
[2020-04-21 00:59:33.501892] DEBUG: eos.gamedata: Loading freighterA2SkillLevel (Effect1660)
[2020-04-21 00:59:33.501892] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect1660'
[2020-04-21 00:59:33.502892] DEBUG: eos.gamedata: Loading skillMultiplierShipBonusDreadnoughtAmarr (Effect6489)
[2020-04-21 00:59:33.503886] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect6489'
[2020-04-21 00:59:33.503886] DEBUG: eos.gamedata: Loading freighterC1SkillLevel (Effect1661)
[2020-04-21 00:59:33.503886] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect1661'
[2020-04-21 00:59:33.504884] DEBUG: eos.gamedata: Loading freighterC2SkillLevel (Effect1663)
[2020-04-21 00:59:33.504884] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect1663'
[2020-04-21 00:59:33.504884] DEBUG: eos.gamedata: Loading freighterG1SkillLevel (Effect1664)
[2020-04-21 00:59:33.505878] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect1664'
[2020-04-21 00:59:33.505878] DEBUG: eos.gamedata: Loading freighterG2SkillLevel (Effect1665)
[2020-04-21 00:59:33.505878] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect1665'
[2020-04-21 00:59:33.506843] DEBUG: eos.gamedata: Loading freighterM1SkillLevel (Effect1666)
[2020-04-21 00:59:33.506843] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect1666'
[2020-04-21 00:59:33.506843] DEBUG: eos.gamedata: Loading freighterM2SkillLevel (Effect1667)
[2020-04-21 00:59:33.506843] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect1667'
[2020-04-21 00:59:33.507876] DEBUG: eos.gamedata: Loading skillMultiplierShipBonusDreadnoughtCaldari (Effect6492)
[2020-04-21 00:59:33.507876] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect6492'
[2020-04-21 00:59:33.508872] DEBUG: eos.gamedata: Loading skillMultiplierShipBonusDreadnoughtGallente (Effect6495)
[2020-04-21 00:59:33.508872] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect6495'
[2020-04-21 00:59:33.508872] DEBUG: eos.gamedata: Loading skillMultiplierShipBonusDreadnoughtMinmatar (Effect6498)
[2020-04-21 00:59:33.509872] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect6498'
[2020-04-21 00:59:33.509872] DEBUG: eos.gamedata: Loading skillCapitalShipsAdvancedAgility (Effect1616)
[2020-04-21 00:59:33.510867] DEBUG: eos.gamedata: Loading shieldOperationSkillBoostCapacitorNeedBonusSkillLevel (Effect1499)
[2020-04-21 00:59:33.510867] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect1499'
[2020-04-21 00:59:33.511865] DEBUG: eos.gamedata: Loading shieldOperationSkillBoostCapacitorNeedBonus (Effect1500)
[2020-04-21 00:59:33.512865] DEBUG: eos.gamedata: Loading cynosuralTheoryConsumptionBonus (Effect3526)
[2020-04-21 00:59:33.512865] DEBUG: eos.gamedata: Loading skillConsumptionQuantityBonusPercentageSkillLevel (Effect3527)
[2020-04-21 00:59:33.512865] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect3527'
[2020-04-21 00:59:33.513864] DEBUG: eos.gamedata: Loading skillJumpDriveConsumptionAmountBonusPercentage (Effect3532)
[2020-04-21 00:59:33.514857] DEBUG: eos.gamedata: Loading jumpDriveSkillsRangeBonus (Effect1581)
[2020-04-21 00:59:33.514857] DEBUG: eos.gamedata: Loading jumpDriveSkillsRangeBonusSkillLevel (Effect1582)
[2020-04-21 00:59:33.514857] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect1582'
[2020-04-21 00:59:33.515855] DEBUG: eos.gamedata: Loading capitalTurretSkillHybridDamage (Effect1587)
[2020-04-21 00:59:33.516851] DEBUG: eos.gamedata: Loading capitalTurretSkillProjectileDamage (Effect1586)
[2020-04-21 00:59:33.516851] DEBUG: eos.gamedata: Loading capitalLauncherSkillCitadelKineticDamage (Effect1588)
[2020-04-21 00:59:33.517849] DEBUG: eos.gamedata: Loading capitalLauncherSkillCitadelEmDamage (Effect1592)
[2020-04-21 00:59:33.517849] DEBUG: eos.gamedata: Loading capitalLauncherSkillCitadelExplosiveDamage (Effect1593)
[2020-04-21 00:59:33.517849] DEBUG: eos.gamedata: Loading capitalLauncherSkillCitadelThermalDamage (Effect1594)
[2020-04-21 00:59:33.518848] DEBUG: eos.gamedata: Loading hackingAccessDifficultyBonusMultiplier (Effect4802)
[2020-04-21 00:59:33.518848] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect4802'
[2020-04-21 00:59:33.518848] DEBUG: eos.gamedata: Loading hackingSkillVirusBonus (Effect5433)
[2020-04-21 00:59:33.520841] DEBUG: eos.gamedata: Loading capitalShieldOperationSkillCapacitorNeedBonus (Effect1634)
[2020-04-21 00:59:33.521836] DEBUG: eos.gamedata: Loading capitalRepairSystemsSkillDurationBonus (Effect1635)
[2020-04-21 00:59:33.521836] DEBUG: eos.gamedata: Loading skillSiegeModuleConsumptionQuantityBonus (Effect1650)
[2020-04-21 00:59:33.521836] DEBUG: eos.gamedata: Loading skillCynosural&SiegeConsumQuantityBonusSkillLevel (Effect1651)
[2020-04-21 00:59:33.522835] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect1651'
[2020-04-21 00:59:33.523834] DEBUG: eos.gamedata: Loading miningForemanDurationBonus (Effect6774)
[2020-04-21 00:59:33.524835] DEBUG: eos.gamedata: Loading miningDroneSpecBonus (Effect6762)
[2020-04-21 00:59:33.525828] DEBUG: eos.gamedata: Loading eliteBargeSkillMultiplier1 (Effect1838)
[2020-04-21 00:59:33.525828] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect1838'
[2020-04-21 00:59:33.525828] DEBUG: eos.gamedata: Loading eliteBargeSkillMultiplier2 (Effect1839)
[2020-04-21 00:59:33.525828] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect1839'
[2020-04-21 00:59:33.526829] DEBUG: eos.gamedata: Loading miningForemanStrengthBonus (Effect6780)
[2020-04-21 00:59:33.527823] DEBUG: eos.gamedata: Loading miningUpgradeCPUReductionBonus (Effect1895)
[2020-04-21 00:59:33.527823] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect1895'
[2020-04-21 00:59:33.527823] DEBUG: eos.gamedata: Loading miningUpgradeCPUPenaltyReductionModulesRequiringMiningUpgradePercent (Effect2456)
[2020-04-21 00:59:33.528819] DEBUG: eos.gamedata: Loading reconShipSkillMultiplier1 (Effect1908)
[2020-04-21 00:59:33.528819] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect1908'
[2020-04-21 00:59:33.528819] DEBUG: eos.gamedata: Loading reconShipSkillMultiplier2 (Effect1909)
[2020-04-21 00:59:33.528819] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect1909'
[2020-04-21 00:59:33.528819] DEBUG: eos.gamedata: Loading reconShipSkillMultiplier3 (Effect6022)
[2020-04-21 00:59:33.528819] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect6022'
[2020-04-21 00:59:33.529814] DEBUG: eos.gamedata: Loading emArmorCompensationHardeningBonusGroupArmorCoating (Effect2105)
[2020-04-21 00:59:33.529814] DEBUG: eos.gamedata: Loading emArmorCompensationHardeningBonusGroupEnergized (Effect2109)
[2020-04-21 00:59:33.530815] DEBUG: eos.gamedata: Loading explosiveArmorCompensationHardeningBonusGroupArmorCoating (Effect2106)
[2020-04-21 00:59:33.530815] DEBUG: eos.gamedata: Loading explosiveArmorCompensationHardeningBonusGroupEnergized (Effect2110)
[2020-04-21 00:59:33.531811] DEBUG: eos.gamedata: Loading kineticArmorCompensationHardeningBonusGroupArmorCoating (Effect2107)
[2020-04-21 00:59:33.531811] DEBUG: eos.gamedata: Loading kineticArmorCompensationHardeningBonusGroupEnergized (Effect2111)
[2020-04-21 00:59:33.532808] DEBUG: eos.gamedata: Loading thermicArmorCompensationHardeningBonusGroupArmorCoating (Effect2108)
[2020-04-21 00:59:33.532808] DEBUG: eos.gamedata: Loading thermicArmorCompensationHardeningBonusGroupEnergized (Effect2112)
[2020-04-21 00:59:33.533771] DEBUG: eos.gamedata: Loading skillBonusFighters (Effect6560)
[2020-04-21 00:59:33.536798] DEBUG: eos.gamedata: Loading skillBonusDroneSharpshooting (Effect6664)
[2020-04-21 00:59:33.537793] DEBUG: eos.gamedata: Loading skillBonusDroneDurability (Effect6665)
[2020-04-21 00:59:33.538788] DEBUG: eos.gamedata: Loading commandShipSkillMultiplier1 (Effect2451)
[2020-04-21 00:59:33.538788] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect2451'
[2020-04-21 00:59:33.538788] DEBUG: eos.gamedata: Loading commandShipSkillMultiplier2 (Effect2452)
[2020-04-21 00:59:33.538788] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect2452'
[2020-04-21 00:59:33.539790] DEBUG: eos.gamedata: Loading commandShipSkillMultiplier3 (Effect5571)
[2020-04-21 00:59:33.539790] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect5571'
[2020-04-21 00:59:33.540787] DEBUG: eos.gamedata: Loading skillADDmaxJumpClones (Effect2311)
[2020-04-21 00:59:33.540787] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect2311'
[2020-04-21 00:59:33.542789] DEBUG: eos.gamedata: Loading skillMultiplierShipBonusForceAuxiliaryAmarr (Effect6514)
[2020-04-21 00:59:33.542789] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect6514'
[2020-04-21 00:59:33.542789] DEBUG: eos.gamedata: Loading skillMultiplierShipBonusCarrierAmarr (Effect6583)
[2020-04-21 00:59:33.542789] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect6583'
[2020-04-21 00:59:33.542789] DEBUG: eos.gamedata: Loading skillMultiplierShipBonusSupercarrierAmarr (Effect6587)
[2020-04-21 00:59:33.542789] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect6587'
[2020-04-21 00:59:33.543780] DEBUG: eos.gamedata: Loading skillMultiplierShipBonusForceAuxiliaryCaldari (Effect6517)
[2020-04-21 00:59:33.543780] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect6517'
[2020-04-21 00:59:33.543780] DEBUG: eos.gamedata: Loading skillMultiplierShipBonusCarrierCaldari (Effect6584)
[2020-04-21 00:59:33.543780] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect6584'
[2020-04-21 00:59:33.544777] DEBUG: eos.gamedata: Loading skillMultiplierShipBonusSupercarrierCaldari (Effect6588)
[2020-04-21 00:59:33.544777] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect6588'
[2020-04-21 00:59:33.544777] DEBUG: eos.gamedata: Loading skillMultiplierShipBonusForceAuxiliaryGallente (Effect6520)
[2020-04-21 00:59:33.545772] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect6520'
[2020-04-21 00:59:33.545772] DEBUG: eos.gamedata: Loading skillMultiplierShipBonusCarrierGallente (Effect6585)
[2020-04-21 00:59:33.545772] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect6585'
[2020-04-21 00:59:33.545772] DEBUG: eos.gamedata: Loading skillMultiplierShipBonusSupercarrierGallente (Effect6589)
[2020-04-21 00:59:33.545772] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect6589'
[2020-04-21 00:59:33.546772] DEBUG: eos.gamedata: Loading skillMultiplierShipBonusForceAuxiliaryMinmatar (Effect6523)
[2020-04-21 00:59:33.546772] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect6523'
[2020-04-21 00:59:33.546772] DEBUG: eos.gamedata: Loading skillMultiplierShipBonusCarrierMinmatar (Effect6586)
[2020-04-21 00:59:33.546772] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect6586'
[2020-04-21 00:59:33.546772] DEBUG: eos.gamedata: Loading skillMultiplierShipBonusSupercarrierMinmatar (Effect6590)
[2020-04-21 00:59:33.547769] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect6590'
[2020-04-21 00:59:33.547769] DEBUG: eos.gamedata: Loading skillConsumptionQuantityBonusPercentSkillLevel (Effect4813)
[2020-04-21 00:59:33.547769] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect4813'
[2020-04-21 00:59:33.547769] DEBUG: eos.gamedata: Loading jumpPortalConsumptionBonusPercentSkill (Effect4814)
[2020-04-21 00:59:33.548766] DEBUG: eos.gamedata: Loading skillSuperWeaponDmgBonus (Effect2402)
[2020-04-21 00:59:33.549764] DEBUG: eos.gamedata: Loading capitalRemoteArmorRepairerCapNeedBonusSkill (Effect2354)
[2020-04-21 00:59:33.550760] DEBUG: eos.gamedata: Loading capitalRemoteShieldTransferCapNeedBonusSkill (Effect2355)
[2020-04-21 00:59:33.550760] DEBUG: eos.gamedata: Loading capitalRemoteEnergyTransferCapNeedBonusSkill (Effect2356)
[2020-04-21 00:59:33.551758] DEBUG: eos.gamedata: Loading cloneVatMaxJumpCloneBonusSkillLevel (Effect2411)
[2020-04-21 00:59:33.551758] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect2411'
[2020-04-21 00:59:33.551758] DEBUG: eos.gamedata: Loading cloneVatMaxJumpCloneBonusSkillNew (Effect3313)
[2020-04-21 00:59:33.552755] DEBUG: eos.gamedata: Loading skillMultiplierFighterHangarSize (Effect6569)
[2020-04-21 00:59:33.552755] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect6569'
[2020-04-21 00:59:33.552755] DEBUG: eos.gamedata: Loading skillBonusFighterHangarManagement (Effect6570)
[2020-04-21 00:59:33.556712] DEBUG: eos.gamedata: Loading neurotoxinRecoverySkillBoostChanceBonus (Effect2580)
[2020-04-21 00:59:33.556712] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect2580'
[2020-04-21 00:59:33.556712] DEBUG: eos.gamedata: Loading modifyBoosterEffectChanceWithBoosterChanceBonusPostPercent (Effect2589)
[2020-04-21 00:59:33.557743] DEBUG: eos.gamedata: Loading naniteControlSkillBoostBoosterAttributeModifier (Effect2590)
[2020-04-21 00:59:33.557743] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect2590'
[2020-04-21 00:59:33.557743] DEBUG: eos.gamedata: Loading boosterModifyBoosterArmorPenalties (Effect2760)
[2020-04-21 00:59:33.559737] DEBUG: eos.gamedata: Loading boosterModifyBoosterShieldPenalty (Effect2763)
[2020-04-21 00:59:33.560734] DEBUG: eos.gamedata: Loading boosterModifyBoosterMaxVelocityAndCapacitorPenalty (Effect2766)
[2020-04-21 00:59:33.560734] DEBUG: eos.gamedata: Loading boosterModifyBoosterMissilePenalty (Effect2776)
[2020-04-21 00:59:33.560734] DEBUG: eos.gamedata: Loading boosterModifyBoosterTurretPenalty (Effect2778)
[2020-04-21 00:59:33.561729] DEBUG: eos.gamedata: Loading gasCloudHarvestingMaxGroupSkillLevel (Effect2727)
[2020-04-21 00:59:33.564723] DEBUG: eos.gamedata: Loading salvagingAccessDifficultyBonusMultiplier (Effect4801)
[2020-04-21 00:59:33.564723] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect4801'
[2020-04-21 00:59:33.566693] DEBUG: eos.gamedata: Loading rigDrawbackSkillEffect (Effect2725)
[2020-04-21 00:59:33.566693] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect2725'
[2020-04-21 00:59:33.566693] DEBUG: eos.gamedata: Loading rigDrawbackReductionArmor (Effect6697)
[2020-04-21 00:59:33.567691] DEBUG: eos.gamedata: Loading rigDrawbackReductionAstronautics (Effect6698)
[2020-04-21 00:59:33.568688] DEBUG: eos.gamedata: Loading rigDrawbackReductionDrones (Effect6699)
[2020-04-21 00:59:33.568688] DEBUG: eos.gamedata: Loading rigDrawbackReductionElectronic (Effect6700)
[2020-04-21 00:59:33.569686] DEBUG: eos.gamedata: Loading rigDrawbackReductionProjectile (Effect6701)
[2020-04-21 00:59:33.570683] DEBUG: eos.gamedata: Loading rigDrawbackReductionEnergyWeapon (Effect6702)
[2020-04-21 00:59:33.570683] DEBUG: eos.gamedata: Loading rigDrawbackReductionHybrid (Effect6703)
[2020-04-21 00:59:33.571680] DEBUG: eos.gamedata: Loading rigDrawbackReductionLauncher (Effect6704)
[2020-04-21 00:59:33.572677] DEBUG: eos.gamedata: Loading rigDrawbackReductionShield (Effect6705)
[2020-04-21 00:59:33.573675] DEBUG: eos.gamedata: Loading skillRemoteHullRepairSystemsCapNeedBonus (Effect2979)
[2020-04-21 00:59:33.574672] DEBUG: eos.gamedata: Loading skillTriageModuleConsumptionQuantityBonus (Effect2967)
[2020-04-21 00:59:33.574672] DEBUG: eos.gamedata: Loading skillRemoteECMDurationBonusSkillLevel (Effect2974)
[2020-04-21 00:59:33.574672] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect2974'
[2020-04-21 00:59:33.575670] DEBUG: eos.gamedata: Loading skillRemoteECMDurationBonus (Effect2982)
[2020-04-21 00:59:33.576667] DEBUG: eos.gamedata: Loading skillCapitalRemoteHullRepairSystemsCapNeedBonus (Effect2980)
[2020-04-21 00:59:33.576667] DEBUG: eos.gamedata: Loading skillBombDeploymentModuleReactivationDelayBonus (Effect3036)
[2020-04-21 00:59:33.577664] DEBUG: eos.gamedata: Loading thermodynamicsSkillLevel (Effect3195)
[2020-04-21 00:59:33.577664] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect3195'
[2020-04-21 00:59:33.578661] DEBUG: eos.gamedata: Loading thermodynamicsSkillDamageBonus (Effect3196)
[2020-04-21 00:59:33.578661] DEBUG: eos.gamedata: Loading oreCapitalShipSkillMultiplier1 (Effect3262)
[2020-04-21 00:59:33.578661] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect3262'
[2020-04-21 00:59:33.579659] DEBUG: eos.gamedata: Loading oreCapitalShipSkillMultiplier2 (Effect3263)
[2020-04-21 00:59:33.579659] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect3263'
[2020-04-21 00:59:33.579659] DEBUG: eos.gamedata: Loading oreCapitalShipSkillMultiplier3 (Effect3311)
[2020-04-21 00:59:33.579659] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect3311'
[2020-04-21 00:59:33.579659] DEBUG: eos.gamedata: Loading oreCapitalShipSkillMultiplier4 (Effect3327)
[2020-04-21 00:59:33.579659] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect3327'
[2020-04-21 00:59:33.579659] DEBUG: eos.gamedata: Loading oreCapitalShipSkillMultiplier5 (Effect6791)
[2020-04-21 00:59:33.580655] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect6791'
[2020-04-21 00:59:33.580655] DEBUG: eos.gamedata: Loading skillIndustrialReconfigurationConsumptionQuantityBonus (Effect3264)
[2020-04-21 00:59:33.581653] DEBUG: eos.gamedata: Loading heavyInterdictorsSkillMultiplier1 (Effect3344)
[2020-04-21 00:59:33.581653] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect3344'
[2020-04-21 00:59:33.582651] DEBUG: eos.gamedata: Loading heavyInterdictorsSkillMultiplier2 (Effect3345)
[2020-04-21 00:59:33.582651] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect3345'
[2020-04-21 00:59:33.582651] DEBUG: eos.gamedata: Loading electronicAttackShipsSkillMultiplier1 (Effect3358)
[2020-04-21 00:59:33.583648] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect3358'
[2020-04-21 00:59:33.583648] DEBUG: eos.gamedata: Loading electronicAttackShipsSkillMultiplier2 (Effect3359)
[2020-04-21 00:59:33.583648] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect3359'
[2020-04-21 00:59:33.583648] DEBUG: eos.gamedata: Loading electronicAttackShipsSkillMultiplier3 (Effect6279)
[2020-04-21 00:59:33.583648] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect6279'
[2020-04-21 00:59:33.584645] DEBUG: eos.gamedata: Loading blackOpsSkillMultiplier1 (Effect3404)
[2020-04-21 00:59:33.584645] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect3404'
[2020-04-21 00:59:33.584645] DEBUG: eos.gamedata: Loading blackOpsSkillMultiplier2 (Effect3405)
[2020-04-21 00:59:33.584645] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect3405'
[2020-04-21 00:59:33.584645] DEBUG: eos.gamedata: Loading blackOpsSkillMultiplier3 (Effect6875)
[2020-04-21 00:59:33.584645] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect6875'
[2020-04-21 00:59:33.585643] DEBUG: eos.gamedata: Loading blackOpsSkillMultiplier4 (Effect6876)
[2020-04-21 00:59:33.585643] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect6876'
[2020-04-21 00:59:33.585643] DEBUG: eos.gamedata: Loading violatorsSkillMultiplier1 (Effect3408)
[2020-04-21 00:59:33.586640] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect3408'
[2020-04-21 00:59:33.586640] DEBUG: eos.gamedata: Loading violatorsSkillMultiplier2 (Effect3409)
[2020-04-21 00:59:33.586640] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect3409'
[2020-04-21 00:59:33.587638] DEBUG: eos.gamedata: Loading skillNaniteOperationRepairCost (Effect3521)
[2020-04-21 00:59:33.587638] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect3521'
[2020-04-21 00:59:33.587638] DEBUG: eos.gamedata: Loading skillNaniteOperationRepairCostLevel (Effect3522)
[2020-04-21 00:59:33.587638] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect3522'
[2020-04-21 00:59:33.588635] DEBUG: eos.gamedata: Loading skillNaniteInterfacingRepairTimeLevel (Effect3524)
[2020-04-21 00:59:33.588635] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect3524'
[2020-04-21 00:59:33.588635] DEBUG: eos.gamedata: Loading skillNaniteInterfacingRepairTime2 (Effect3723)
[2020-04-21 00:59:33.588635] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect3723'
[2020-04-21 00:59:33.589632] DEBUG: eos.gamedata: Loading jumpFreightersSkillMultiplier1 (Effect3595)
[2020-04-21 00:59:33.589632] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect3595'
[2020-04-21 00:59:33.590630] DEBUG: eos.gamedata: Loading jumpFreightersSkillMultiplier2 (Effect3596)
[2020-04-21 00:59:33.590630] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect3596'
[2020-04-21 00:59:33.590630] DEBUG: eos.gamedata: Loading industrialCommandShipSkillLevelMultiplierICS1 (Effect3741)
[2020-04-21 00:59:33.591627] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect3741'
[2020-04-21 00:59:33.591627] DEBUG: eos.gamedata: Loading industrialCommandShipSkillLevelMultiplierICS2 (Effect3743)
[2020-04-21 00:59:33.591627] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect3743'
[2020-04-21 00:59:33.591627] DEBUG: eos.gamedata: Loading industrialCommandShipSkillLevelMultiplierICS3 (Effect6739)
[2020-04-21 00:59:33.591627] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect6739'
[2020-04-21 00:59:33.591627] DEBUG: eos.gamedata: Loading industrialCommandShipSkillLevelMultiplierICS4 (Effect6740)
[2020-04-21 00:59:33.591627] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect6740'
[2020-04-21 00:59:33.592624] DEBUG: eos.gamedata: Loading industrialCommandShipSkillLevelMultiplierICS5 (Effect6785)
[2020-04-21 00:59:33.592624] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect6785'
[2020-04-21 00:59:33.594619] DEBUG: eos.gamedata: Loading subsystemSkillLevelAmarrDefensive (Effect3832)
[2020-04-21 00:59:33.594619] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect3832'
[2020-04-21 00:59:33.594619] DEBUG: eos.gamedata: Loading subsystemSkillLevelAmarrDefensive2 (Effect4195)
[2020-04-21 00:59:33.594619] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect4195'
[2020-04-21 00:59:33.595616] DEBUG: eos.gamedata: Loading subsystemSkillLevelAmarrDefensive3 (Effect6912)
[2020-04-21 00:59:33.595616] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect6912'
[2020-04-21 00:59:33.596614] DEBUG: eos.gamedata: Loading subsystemSkillLevelAmarrOffensive (Effect3847)
[2020-04-21 00:59:33.596614] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect3847'
[2020-04-21 00:59:33.596614] DEBUG: eos.gamedata: Loading subsystemSkillLevelAmarrOffensive2 (Effect4210)
[2020-04-21 00:59:33.596614] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect4210'
[2020-04-21 00:59:33.596614] DEBUG: eos.gamedata: Loading subsystemSkillLevelAmarrOffensive3 (Effect4338)
[2020-04-21 00:59:33.596614] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect4338'
[2020-04-21 00:59:33.597611] DEBUG: eos.gamedata: Loading subsystemSkillLevelAmarrPropulsion (Effect3848)
[2020-04-21 00:59:33.597611] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect3848'
[2020-04-21 00:59:33.597611] DEBUG: eos.gamedata: Loading subsystemSkillLevelAmarrPropulsion2 (Effect4211)
[2020-04-21 00:59:33.597611] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect4211'
[2020-04-21 00:59:33.598608] DEBUG: eos.gamedata: Loading subsystemSkillLevelAmarrEngineering (Effect3840)
[2020-04-21 00:59:33.598608] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect3840'
[2020-04-21 00:59:33.599606] DEBUG: eos.gamedata: Loading subsystemSkillLevelAmarrEngineering2 (Effect4203)
[2020-04-21 00:59:33.599606] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect4203'
[2020-04-21 00:59:33.599606] DEBUG: eos.gamedata: Loading subsystemSkillLevelAmarrEngineering3 (Effect6913)
[2020-04-21 00:59:33.599606] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect6913'
[2020-04-21 00:59:33.600603] DEBUG: eos.gamedata: Loading subsystemSkillLevelGallenteDefensive (Effect3834)
[2020-04-21 00:59:33.600603] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect3834'
[2020-04-21 00:59:33.600603] DEBUG: eos.gamedata: Loading subsystemSkillLevelGallenteDefensive2 (Effect4197)
[2020-04-21 00:59:33.600603] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect4197'
[2020-04-21 00:59:33.600603] DEBUG: eos.gamedata: Loading subsystemSkillLevelGallenteDefensive3 (Effect6917)
[2020-04-21 00:59:33.600603] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect6917'
[2020-04-21 00:59:33.601600] DEBUG: eos.gamedata: Loading subsystemSkillLevelCaldariDefensive (Effect3833)
[2020-04-21 00:59:33.601600] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect3833'
[2020-04-21 00:59:33.601600] DEBUG: eos.gamedata: Loading subsystemSkillLevelCaldariDefensive2 (Effect4196)
[2020-04-21 00:59:33.602597] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect4196'
[2020-04-21 00:59:33.602597] DEBUG: eos.gamedata: Loading subsystemSkillLevelCaldariDefensive3 (Effect6915)
[2020-04-21 00:59:33.602597] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect6915'
[2020-04-21 00:59:33.602597] DEBUG: eos.gamedata: Loading subsystemSkillLevelMinmatarDefensive (Effect3835)
[2020-04-21 00:59:33.603595] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect3835'
[2020-04-21 00:59:33.603595] DEBUG: eos.gamedata: Loading subsystemSkillLevelMinmatarDefensive2 (Effect4198)
[2020-04-21 00:59:33.603595] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect4198'
[2020-04-21 00:59:33.603595] DEBUG: eos.gamedata: Loading subsystemSkillLevelMinmatarDefensive3 (Effect6919)
[2020-04-21 00:59:33.603595] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect6919'
[2020-04-21 00:59:33.604592] DEBUG: eos.gamedata: Loading subsystemSkillLevelGallenteEngineering (Effect3842)
[2020-04-21 00:59:33.604592] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect3842'
[2020-04-21 00:59:33.604592] DEBUG: eos.gamedata: Loading subsystemSkillLevelGallenteEngineering2 (Effect4205)
[2020-04-21 00:59:33.604592] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect4205'
[2020-04-21 00:59:33.605589] DEBUG: eos.gamedata: Loading subsystemSkillLevelGallenteEngineering3 (Effect6916)
[2020-04-21 00:59:33.605589] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect6916'
[2020-04-21 00:59:33.606587] DEBUG: eos.gamedata: Loading subsystemSkillLevelMinmatarEngineering (Effect3843)
[2020-04-21 00:59:33.606587] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect3843'
[2020-04-21 00:59:33.606587] DEBUG: eos.gamedata: Loading subsystemSkillLevelMinmatarEngineering2 (Effect4206)
[2020-04-21 00:59:33.606587] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect4206'
[2020-04-21 00:59:33.606587] DEBUG: eos.gamedata: Loading subsystemSkillLevelMinmatarEngineering3 (Effect6918)
[2020-04-21 00:59:33.606587] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect6918'
[2020-04-21 00:59:33.608582] DEBUG: eos.gamedata: Loading subsystemSkillLevelCaldariEngineering (Effect3841)
[2020-04-21 00:59:33.608582] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect3841'
[2020-04-21 00:59:33.608582] DEBUG: eos.gamedata: Loading subsystemSkillLevelCaldariEngineering2 (Effect4204)
[2020-04-21 00:59:33.608582] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect4204'
[2020-04-21 00:59:33.608582] DEBUG: eos.gamedata: Loading subsystemSkillLevelCaldariEngineering3 (Effect6914)
[2020-04-21 00:59:33.608582] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect6914'
[2020-04-21 00:59:33.609579] DEBUG: eos.gamedata: Loading subsystemSkillLevelCaldariOffensive (Effect3846)
[2020-04-21 00:59:33.610576] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect3846'
[2020-04-21 00:59:33.610576] DEBUG: eos.gamedata: Loading subsystemSkillLevelCaldariOffensive2 (Effect4209)
[2020-04-21 00:59:33.610576] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect4209'
[2020-04-21 00:59:33.610576] DEBUG: eos.gamedata: Loading subsystemSkillLevelCaldariOffensive3 (Effect4339)
[2020-04-21 00:59:33.610576] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect4339'
[2020-04-21 00:59:33.611573] DEBUG: eos.gamedata: Loading subsystemSkillLevelGallenteOffensive (Effect3845)
[2020-04-21 00:59:33.611573] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect3845'
[2020-04-21 00:59:33.611573] DEBUG: eos.gamedata: Loading subsystemSkillLevelGallenteOffensive2 (Effect4208)
[2020-04-21 00:59:33.611573] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect4208'
[2020-04-21 00:59:33.611573] DEBUG: eos.gamedata: Loading subsystemSkillLevelGallenteOffensive3 (Effect4341)
[2020-04-21 00:59:33.612571] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect4341'
[2020-04-21 00:59:33.612571] DEBUG: eos.gamedata: Loading subsystemSkillLevelMinmatarOffensive (Effect3844)
[2020-04-21 00:59:33.613568] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect3844'
[2020-04-21 00:59:33.613568] DEBUG: eos.gamedata: Loading subsystemSkillLevelMinmatarOffensive2 (Effect4207)
[2020-04-21 00:59:33.613568] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect4207'
[2020-04-21 00:59:33.613568] DEBUG: eos.gamedata: Loading subsystemSkillLevelMinmatarOffensive3 (Effect4350)
[2020-04-21 00:59:33.613568] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect4350'
[2020-04-21 00:59:33.614565] DEBUG: eos.gamedata: Loading subsystemSkillLevelCaldariPropulsion (Effect3849)
[2020-04-21 00:59:33.614565] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect3849'
[2020-04-21 00:59:33.614565] DEBUG: eos.gamedata: Loading subsystemSkillLevelCaldariPropulsion2 (Effect4212)
[2020-04-21 00:59:33.614565] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect4212'
[2020-04-21 00:59:33.615562] DEBUG: eos.gamedata: Loading subsystemSkillLevelGallentePropulsion (Effect3850)
[2020-04-21 00:59:33.615562] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect3850'
[2020-04-21 00:59:33.615562] DEBUG: eos.gamedata: Loading subsystemSkillLevelGallentePropulsion2 (Effect4213)
[2020-04-21 00:59:33.615562] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect4213'
[2020-04-21 00:59:33.616560] DEBUG: eos.gamedata: Loading subsystemSkillLevelMinmatarPropulsion (Effect3851)
[2020-04-21 00:59:33.616560] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect3851'
[2020-04-21 00:59:33.616560] DEBUG: eos.gamedata: Loading subsystemSkillLevelMinmatarPropulsion2 (Effect4214)
[2020-04-21 00:59:33.617557] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect4214'
[2020-04-21 00:59:33.617557] DEBUG: eos.gamedata: Loading strategicCruiserAmarrSkillLevel1 (Effect4191)
[2020-04-21 00:59:33.617557] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect4191'
[2020-04-21 00:59:33.618554] DEBUG: eos.gamedata: Loading strategicCruiserAmarrSkillLevel2 (Effect6905)
[2020-04-21 00:59:33.618554] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect6905'
[2020-04-21 00:59:33.618554] DEBUG: eos.gamedata: Loading strategicCruiserCaldariSkillLevel1 (Effect4192)
[2020-04-21 00:59:33.619552] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect4192'
[2020-04-21 00:59:33.619552] DEBUG: eos.gamedata: Loading strategicCruiserCaldariSkillLevel2 (Effect6906)
[2020-04-21 00:59:33.619552] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect6906'
[2020-04-21 00:59:33.620549] DEBUG: eos.gamedata: Loading strategicCruiserGallenteSkillLevel1 (Effect4193)
[2020-04-21 00:59:33.620549] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect4193'
[2020-04-21 00:59:33.620549] DEBUG: eos.gamedata: Loading strategicCruiserGallenteSkillLevel2 (Effect6907)
[2020-04-21 00:59:33.620549] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect6907'
[2020-04-21 00:59:33.621547] DEBUG: eos.gamedata: Loading strategicCruiserMinmatarSkillLevel1 (Effect4194)
[2020-04-21 00:59:33.621547] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect4194'
[2020-04-21 00:59:33.621547] DEBUG: eos.gamedata: Loading strategicCruiserMinmatarSkillLevel2 (Effect6904)
[2020-04-21 00:59:33.621547] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect6904'
[2020-04-21 00:59:33.623542] DEBUG: eos.gamedata: Loading skillBonusHeavyFighters (Effect6563)
[2020-04-21 00:59:33.623542] DEBUG: eos.gamedata: Loading capitalLauncherSkillCruiseCitadelEmDamage1 (Effect4555)
[2020-04-21 00:59:33.624539] DEBUG: eos.gamedata: Loading capitalLauncherSkillCruiseCitadelExplosiveDamage1 (Effect4556)
[2020-04-21 00:59:33.624539] DEBUG: eos.gamedata: Loading capitalLauncherSkillCruiseCitadelKineticDamage1 (Effect4557)
[2020-04-21 00:59:33.624539] DEBUG: eos.gamedata: Loading capitalLauncherSkillCruiseCitadelThermalDamage1 (Effect4558)
[2020-04-21 00:59:33.625536] DEBUG: eos.gamedata: Loading skillReactiveArmorHardenerDurationBonus (Effect4976)
[2020-04-21 00:59:33.625536] DEBUG: eos.gamedata: Loading skillReactiveArmorHardenerCapNeedBonus (Effect5162)
[2020-04-21 00:59:33.626534] DEBUG: eos.gamedata: Loading miningFrigateSkillLevelPostMulShipBonusORE1frig (Effect5137)
[2020-04-21 00:59:33.626534] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect5137'
[2020-04-21 00:59:33.626534] DEBUG: eos.gamedata: Loading miningFrigateSkillLevelPostMulShipBonusORE2frig (Effect5138)
[2020-04-21 00:59:33.626534] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect5138'
[2020-04-21 00:59:33.627531] DEBUG: eos.gamedata: Loading sensorIntegritySkillLevelPreMulSensorStrengthBonusSelf (Effect5172)
[2020-04-21 00:59:33.627531] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect5172'
[2020-04-21 00:59:33.627531] DEBUG: eos.gamedata: Loading sensorCompensationSensorStrengthBonusMagnetometric (Effect5182)
[2020-04-21 00:59:33.628528] DEBUG: eos.gamedata: Loading sensorCompensationSensorStrengthBonusGravimetric (Effect5180)
[2020-04-21 00:59:33.629525] DEBUG: eos.gamedata: Loading sensorCompensationSensorStrengthBonusLadar (Effect5181)
[2020-04-21 00:59:33.629525] DEBUG: eos.gamedata: Loading sensorCompensationSensorStrengthBonusRadar (Effect5183)
[2020-04-21 00:59:33.630523] DEBUG: eos.gamedata: Loading armorUpgradesSkillBoostMassPenaltyReduction (Effect5200)
[2020-04-21 00:59:33.630523] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect5200'
[2020-04-21 00:59:33.630523] DEBUG: eos.gamedata: Loading armorUpgradesMassPenaltyReductionBonus (Effect5201)
[2020-04-21 00:59:33.631520] DEBUG: eos.gamedata: Loading destroyerSkillLevelPreMulShipBonusAD1Ship (Effect5276)
[2020-04-21 00:59:33.631520] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect5276'
[2020-04-21 00:59:33.631520] DEBUG: eos.gamedata: Loading destroyerSkillLevelPreMulShipBonusAD2Ship (Effect5277)
[2020-04-21 00:59:33.632517] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect5277'
[2020-04-21 00:59:33.632517] DEBUG: eos.gamedata: Loading destroyerSkillLevelPreMulShipBonusCD1Ship (Effect5278)
[2020-04-21 00:59:33.632517] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect5278'
[2020-04-21 00:59:33.633515] DEBUG: eos.gamedata: Loading destroyerSkillLevelPreMulShipBonusCD2Ship (Effect5279)
[2020-04-21 00:59:33.633515] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect5279'
[2020-04-21 00:59:33.633515] DEBUG: eos.gamedata: Loading destroyerSkillLevelPreMulShipBonusGD1Ship (Effect5280)
[2020-04-21 00:59:33.634512] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect5280'
[2020-04-21 00:59:33.634512] DEBUG: eos.gamedata: Loading destroyerSkillLevelPreMulShipBonusGD2Ship (Effect5281)
[2020-04-21 00:59:33.634512] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect5281'
[2020-04-21 00:59:33.635510] DEBUG: eos.gamedata: Loading destroyerSkillLevelPreMulShipBonusMD1Ship (Effect5282)
[2020-04-21 00:59:33.635510] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect5282'
[2020-04-21 00:59:33.635510] DEBUG: eos.gamedata: Loading destroyerSkillLevelPreMulShipBonusMD2Ship (Effect5283)
[2020-04-21 00:59:33.635510] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect5283'
[2020-04-21 00:59:33.636507] DEBUG: eos.gamedata: Loading battlecruiserSkillLevelPreMulShipBonusABC1Ship (Effect5284)
[2020-04-21 00:59:33.636507] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect5284'
[2020-04-21 00:59:33.636507] DEBUG: eos.gamedata: Loading battlecruiserSkillLevelPreMulShipBonusABC2Ship (Effect5285)
[2020-04-21 00:59:33.636507] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect5285'
[2020-04-21 00:59:33.637504] DEBUG: eos.gamedata: Loading battlecruiserSkillLevelPreMulShipBonusCBC1Ship (Effect5286)
[2020-04-21 00:59:33.637504] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect5286'
[2020-04-21 00:59:33.637504] DEBUG: eos.gamedata: Loading battlecruiserSkillLevelPreMulShipBonusCBC2Ship (Effect5287)
[2020-04-21 00:59:33.637504] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect5287'
[2020-04-21 00:59:33.638502] DEBUG: eos.gamedata: Loading battlecruiserSkillLevelPreMulShipBonusGBC1Ship (Effect5288)
[2020-04-21 00:59:33.638502] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect5288'
[2020-04-21 00:59:33.638502] DEBUG: eos.gamedata: Loading battlecruiserSkillLevelPreMulShipBonusGBC2Ship (Effect5289)
[2020-04-21 00:59:33.638502] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect5289'
[2020-04-21 00:59:33.639499] DEBUG: eos.gamedata: Loading battlecruiserSkillLevelPreMulShipBonusMBC1Ship (Effect5290)
[2020-04-21 00:59:33.639499] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect5290'
[2020-04-21 00:59:33.639499] DEBUG: eos.gamedata: Loading battlecruiserSkillLevelPreMulShipBonusMBC2Ship (Effect5291)
[2020-04-21 00:59:33.640496] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect5291'
[2020-04-21 00:59:33.640496] DEBUG: eos.gamedata: Loading skillJumpCloneCooldownReduction (Effect5527)
[2020-04-21 00:59:33.641494] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect5527'
[2020-04-21 00:59:33.642491] DEBUG: eos.gamedata: Loading piCustomsOfficeTaxReduction (Effect5614)
[2020-04-21 00:59:33.642491] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect5614'
[2020-04-21 00:59:33.642491] DEBUG: eos.gamedata: Loading piTaxReductionModifierSkillModifier (Effect5615)
[2020-04-21 00:59:33.642491] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect5615'
[2020-04-21 00:59:33.644486] DEBUG: eos.gamedata: Loading expeditionFrigateSkillLevelPostMulEliteBonusExpedition1 (Effect5850)
[2020-04-21 00:59:33.644486] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect5850'
[2020-04-21 00:59:33.644486] DEBUG: eos.gamedata: Loading expeditionFrigateSkillLevelPostMulEliteBonusExpedition2 (Effect5851)
[2020-04-21 00:59:33.644486] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect5851'
[2020-04-21 00:59:33.645482] DEBUG: eos.gamedata: Loading freighterO1SkillLevel (Effect5996)
[2020-04-21 00:59:33.645482] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect5996'
[2020-04-21 00:59:33.645482] DEBUG: eos.gamedata: Loading freighterO2SkillLevel (Effect5997)
[2020-04-21 00:59:33.646480] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect5997'
[2020-04-21 00:59:33.646480] DEBUG: eos.gamedata: Loading tacticalDestroyerAmarrSkillLevel1 (Effect6003)
[2020-04-21 00:59:33.646480] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect6003'
[2020-04-21 00:59:33.647478] DEBUG: eos.gamedata: Loading tacticalDestroyerAmarrSkillLevel2 (Effect6004)
[2020-04-21 00:59:33.647478] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect6004'
[2020-04-21 00:59:33.647478] DEBUG: eos.gamedata: Loading tacticalDestroyerAmarrSkillLevel3 (Effect6005)
[2020-04-21 00:59:33.647478] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect6005'
[2020-04-21 00:59:33.648475] DEBUG: eos.gamedata: Loading tacticalDestroyerMinmatarSkillLevel1 (Effect6033)
[2020-04-21 00:59:33.648475] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect6033'
[2020-04-21 00:59:33.648475] DEBUG: eos.gamedata: Loading tacticalDestroyerMinmatarSkillLevel2 (Effect6034)
[2020-04-21 00:59:33.648475] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect6034'
[2020-04-21 00:59:33.648475] DEBUG: eos.gamedata: Loading tacticalDestroyerMinmatarSkillLevel3 (Effect6035)
[2020-04-21 00:59:33.649471] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect6035'
[2020-04-21 00:59:33.649471] DEBUG: eos.gamedata: Loading tacticalDestroyerCaldariSkillLevel1 (Effect6078)
[2020-04-21 00:59:33.649471] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect6078'
[2020-04-21 00:59:33.650469] DEBUG: eos.gamedata: Loading tacticalDestroyerCaldariSkillLevel2 (Effect6079)
[2020-04-21 00:59:33.650469] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect6079'
[2020-04-21 00:59:33.650469] DEBUG: eos.gamedata: Loading tacticalDestroyerCaldariSkillLevel3 (Effect6080)
[2020-04-21 00:59:33.650469] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect6080'
[2020-04-21 00:59:33.651467] DEBUG: eos.gamedata: Loading tacticalDestroyerGallenteSkillLevel1 (Effect6145)
[2020-04-21 00:59:33.651467] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect6145'
[2020-04-21 00:59:33.651467] DEBUG: eos.gamedata: Loading tacticalDestroyerGallenteSkillLevel2 (Effect6146)
[2020-04-21 00:59:33.651467] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect6146'
[2020-04-21 00:59:33.651467] DEBUG: eos.gamedata: Loading tacticalDestroyerGallenteSkillLevel3 (Effect6147)
[2020-04-21 00:59:33.651467] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect6147'
[2020-04-21 00:59:33.652463] DEBUG: eos.gamedata: Loading commandDestroyerSkillMultiplier1 (Effect6209)
[2020-04-21 00:59:33.653461] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect6209'
[2020-04-21 00:59:33.653461] DEBUG: eos.gamedata: Loading commandDestroyerSkillMultiplier2 (Effect6210)
[2020-04-21 00:59:33.653461] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect6210'
[2020-04-21 00:59:33.653461] DEBUG: eos.gamedata: Loading commandDestroyerSkillMultiplier3 (Effect6211)
[2020-04-21 00:59:33.653461] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect6211'
[2020-04-21 00:59:33.654459] DEBUG: eos.gamedata: Loading skillStructureMissileDamageBonus (Effect6396)
[2020-04-21 00:59:33.655456] DEBUG: eos.gamedata: Loading skillStructureDoomsdayDurationBonus (Effect6679)
[2020-04-21 00:59:33.655456] DEBUG: eos.gamedata: Loading skillStructureElectronicSystemsCapNeedBonus (Effect6400)
[2020-04-21 00:59:33.656454] DEBUG: eos.gamedata: Loading skillStructureEngineeringSystemsCapNeedBonus (Effect6401)
[2020-04-21 00:59:33.657451] DEBUG: eos.gamedata: Loading logiFrigSkillMultiplier1 (Effect6375)
[2020-04-21 00:59:33.657451] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect6375'
[2020-04-21 00:59:33.658448] DEBUG: eos.gamedata: Loading logiFrigSkillMultiplier2 (Effect6376)
[2020-04-21 00:59:33.658448] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect6376'
[2020-04-21 00:59:33.658448] DEBUG: eos.gamedata: Loading skillBonusLightFighters (Effect6561)
[2020-04-21 00:59:33.659445] DEBUG: eos.gamedata: Loading skillBonusSupportFightersShield (Effect6562)
[2020-04-21 00:59:33.660442] DEBUG: eos.gamedata: Loading skillBonusCapitalAutocannonSpecialization (Effect6571)
[2020-04-21 00:59:33.661441] DEBUG: eos.gamedata: Loading skillBonusCapitalArtillerySpecialization (Effect6572)
[2020-04-21 00:59:33.662438] DEBUG: eos.gamedata: Loading skillBonusCapitalBlasterSpecialization (Effect6573)
[2020-04-21 00:59:33.663435] DEBUG: eos.gamedata: Loading skillBonusCapitalRailgunSpecialization (Effect6574)
[2020-04-21 00:59:33.663435] DEBUG: eos.gamedata: Loading skillBonusCapitalPulseLaserSpecialization (Effect6575)
[2020-04-21 00:59:33.664433] DEBUG: eos.gamedata: Loading skillBonusCapitalBeamLaserSpecialization (Effect6576)
[2020-04-21 00:59:33.665429] DEBUG: eos.gamedata: Loading skillBonusXLTorpedoSpecialization (Effect6578)
[2020-04-21 00:59:33.665429] DEBUG: eos.gamedata: Loading skillBonusXLCruiseMissileSpecialization (Effect6577)
[2020-04-21 00:59:33.666426] DEBUG: eos.gamedata: Loading skillBonusDoomsdayRapidFiring (Effect6642)
[2020-04-21 00:59:33.668422] DEBUG: eos.gamedata: Loading iceHarvestingDroneOperationDurationBonus (Effect6763)
[2020-04-21 00:59:33.668422] DEBUG: eos.gamedata: Loading iceHarvestingDroneSpecBonus (Effect6764)
[2020-04-21 00:59:33.669419] DEBUG: eos.gamedata: Loading spatialPhenomenaGenerationDurationBonus (Effect6765)
[2020-04-21 00:59:33.670416] DEBUG: eos.gamedata: Loading invulnerabilityCoreDurationBonus (Effect6807)
[2020-04-21 00:59:33.671414] DEBUG: eos.gamedata: Loading reactionTimeBonusPostPercentManufactureTimeMultiplierChar (Effect6891)
[2020-04-21 00:59:33.671414] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect6891'
[2020-04-21 00:59:33.671414] DEBUG: eos.gamedata: Loading reactionSkillBoostManufacturingTimeBonus (Effect6892)
[2020-04-21 00:59:33.671414] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect6892'
[2020-04-21 00:59:33.672410] DEBUG: eos.gamedata: Loading massReactionSkillLevelModAddReactionSlotLimitChar (Effect6893)
[2020-04-21 00:59:33.672410] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect6893'
[2020-04-21 00:59:33.676400] DEBUG: eos.gamedata: Loading flagCruiserSkillMultiplier1 (Effect7041)
[2020-04-21 00:59:33.676400] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect7041'
[2020-04-21 00:59:33.677397] DEBUG: eos.gamedata: Loading precursorFrigateSkillLevelPreMulShipBonusPF1 (Effect7065)
[2020-04-21 00:59:33.678395] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect7065'
[2020-04-21 00:59:33.678395] DEBUG: eos.gamedata: Loading precursorFrigateSkillLevelPreMulShipBonusPF2 (Effect7066)
[2020-04-21 00:59:33.678395] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect7066'
[2020-04-21 00:59:33.679392] DEBUG: eos.gamedata: Loading precursorCruiserSkillLevelPreMulShipBonusPC1 (Effect7067)
[2020-04-21 00:59:33.679392] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect7067'
[2020-04-21 00:59:33.679392] DEBUG: eos.gamedata: Loading precursorCruiserSkillLevelPreMulShipBonusPC2 (Effect7068)
[2020-04-21 00:59:33.679392] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect7068'
[2020-04-21 00:59:33.680390] DEBUG: eos.gamedata: Loading precursorBattleShipSkillLevelPreMulShipBonusPBS1 (Effect7069)
[2020-04-21 00:59:33.680390] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect7069'
[2020-04-21 00:59:33.680390] DEBUG: eos.gamedata: Loading precursorBattleshipSkillLevelPreMulShipBonusPBS2 (Effect7070)
[2020-04-21 00:59:33.680390] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect7070'
[2020-04-21 00:59:33.681387] DEBUG: eos.gamedata: Loading smallPrecursorTurretDmgBonusRequiredSkill (Effect7071)
[2020-04-21 00:59:33.682385] DEBUG: eos.gamedata: Loading mediumPrecursorTurretDmgBonusRequiredSkill (Effect7072)
[2020-04-21 00:59:33.682385] DEBUG: eos.gamedata: Loading largePrecursorTurretDmgBonusRequiredSkill (Effect7073)
[2020-04-21 00:59:33.683382] DEBUG: eos.gamedata: Loading smallDisintegratorSkillDmgBonus (Effect7074)
[2020-04-21 00:59:33.684378] DEBUG: eos.gamedata: Loading mediumDisintegratorSkillDmgBonus (Effect7075)
[2020-04-21 00:59:33.685376] DEBUG: eos.gamedata: Loading largeDisintegratorSkillDmgBonus (Effect7076)
[2020-04-21 00:59:33.686373] DEBUG: eos.gamedata: Loading precursorDestroyerSkillLevelPreMulShipBonusPD1 (Effect7150)
[2020-04-21 00:59:33.686373] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect7150'
[2020-04-21 00:59:33.686373] DEBUG: eos.gamedata: Loading precursorDestroyerSkillLevelPreMulShipBonusPD2 (Effect7151)
[2020-04-21 00:59:33.686373] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect7151'
[2020-04-21 00:59:33.687371] DEBUG: eos.gamedata: Loading precursorBattlecruiserSkillLevelPreMulShipBonusPBC1 (Effect7152)
[2020-04-21 00:59:33.687371] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect7152'
[2020-04-21 00:59:33.687371] DEBUG: eos.gamedata: Loading precursorBattlecruiserSkillLevelPreMulShipBonusPBC2 (Effect7153)
[2020-04-21 00:59:33.687371] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect7153'
[2020-04-21 00:59:33.689365] DEBUG: eos.gamedata: Loading skillMultiplierShipBonusDreadnoughtPrecursor (Effect7241)
[2020-04-21 00:59:33.690363] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect7241'
[2020-04-21 00:59:33.690363] DEBUG: eos.gamedata: Loading capitalPrecursorTurretDmgBonusRequiredSkill (Effect7242)
[2020-04-21 00:59:33.691360] DEBUG: eos.gamedata: Loading shipMissileHeavyVelocityBonusCC2 (Effect1024)
[2020-04-21 00:59:33.691360] DEBUG: eos.gamedata: Loading shipMissileLightVelocityBonusCC2 (Effect1025)
[2020-04-21 00:59:33.691360] DEBUG: eos.gamedata: Loading shipMissileAssaultMissileVelocityBonusCC2 (Effect2809)
[2020-04-21 00:59:33.692357] DEBUG: eos.gamedata: Loading shipMissileEMDamageCC (Effect5383)
[2020-04-21 00:59:33.692357] DEBUG: eos.gamedata: Loading shipMissileThermDamageCC (Effect5384)
[2020-04-21 00:59:33.692357] DEBUG: eos.gamedata: Loading shipMissileExpDamageCC (Effect5385)
[2020-04-21 00:59:33.692357] DEBUG: eos.gamedata: Loading shipMissileKinDamageCC3 (Effect6351)
[2020-04-21 00:59:34.008533] DEBUG: eos.saveddata.fit: Done with fit calculation
[2020-04-21 00:59:34.008533] INFO: service.fit: ==========recalc time: 0.7619683742523193==========
[2020-04-21 00:59:34.107395] DEBUG: gui.builtinViews.fittingView: ------------------ new fitting view -------------------
[2020-04-21 00:59:34.107395] DEBUG: gui.builtinViews.fittingView: <gui.builtinViews.fittingView.FittingView object at 0x0000014518ECC798>
[2020-04-21 00:59:34.107395] DEBUG: gui.builtinViews.fittingView: ###################### Created new view:<gui.builtinViews.fittingView.FittingView object at 0x0000014518ECC798>
[2020-04-21 00:59:34.110424] DEBUG: gui.builtinViews.fittingView: ====== Fit Selected: <gui.builtinViews.fittingView.FittingView object at 0x0000014518ECC798>True
[2020-04-21 00:59:34.117405] INFO: service.fit: ==========recalc: Burly Honky Tonk==========
[2020-04-21 00:59:34.123389] INFO: eos.saveddata.fit: Starting fit calculation on: Fit(ID=1, ship=Osprey Navy Issue, name=Burly Honky Tonk) at 0x1452baf43c8, calc: LOCAL
[2020-04-21 00:59:34.123389] INFO: eos.saveddata.fit: Fit is not yet calculated; will be running local calcs for Fit(ID=1, ship=Osprey Navy Issue, name=Burly Honky Tonk) at 0x1452baf43c8
[2020-04-21 00:59:34.126382] DEBUG: eos.gamedata: Loading targetAttack (Effect10)
[2020-04-21 00:59:34.128380] DEBUG: eos.gamedata: Loading ammoInfluenceCapNeed (Effect804)
[2020-04-21 00:59:34.128380] DEBUG: eos.gamedata: Loading overloadSelfRangeBonus (Effect3174)
[2020-04-21 00:59:34.129375] DEBUG: eos.gamedata: Loading missileLaunching (Effect9)
[2020-04-21 00:59:34.129375] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect9'
[2020-04-21 00:59:34.129375] DEBUG: eos.gamedata: Loading overloadRofBonus (Effect3001)
[2020-04-21 00:59:34.178242] DEBUG: eos.saveddata.fit: Done with fit calculation
[2020-04-21 00:59:34.179244] INFO: service.fit: ==========recalc time: 0.06183886528015137==========
[2020-04-21 00:59:34.179244] DEBUG: service.fit: Check states for fit ID: Burly Honky Tonk (Osprey Navy Issue)
[2020-04-21 00:59:34.198190] DEBUG: service.fit: Switching fit to fit ID: 1
[2020-04-21 00:59:34.208125] DEBUG: service.fit: Fetching all fits for ship ID: 29340
[2020-04-21 00:59:34.261019] DEBUG: eos.gamedata: Creating a price for 16467
[2020-04-21 00:59:34.263977] DEBUG: service.price: Initialize PriceWorkerThread.
[2020-04-21 00:59:34.287927] DEBUG: eos.gamedata: Creating a price for 1877
[2020-04-21 00:59:34.311861] DEBUG: eos.gamedata: Creating a price for 4471
[2020-04-21 00:59:34.319839] DEBUG: eos.gamedata: Creating a price for 3841
[2020-04-21 00:59:34.405697] DEBUG: eos.gamedata: Creating a price for 4833
[2020-04-21 00:59:34.408684] DEBUG: eos.gamedata: Creating a price for 2281
[2020-04-21 00:59:34.414668] DEBUG: eos.gamedata: Creating a price for 35660
[2020-04-21 00:59:34.420652] DEBUG: eos.gamedata: Creating a price for 3244
[2020-04-21 00:59:34.427634] DEBUG: eos.gamedata: Creating a price for 2048
[2020-04-21 00:59:34.433617] DEBUG: eos.gamedata: Creating a price for 22291
[2020-04-21 00:59:34.439602] DEBUG: eos.gamedata: Creating a price for 31724
[2020-04-21 00:59:34.442596] DEBUG: eos.gamedata: Creating a price for 31790
[2020-04-21 00:59:34.776700] DEBUG: eos.gamedata: Creating a price for 27361
[2020-04-21 00:59:34.778695] DEBUG: eos.gamedata: Creating a price for 27371
[2020-04-21 00:59:34.779693] DEBUG: eos.gamedata: Creating a price for 27381
[2020-04-21 00:59:34.780689] DEBUG: eos.gamedata: Creating a price for 27387
[2020-04-21 00:59:34.782684] DEBUG: eos.gamedata: Creating a price for 32006
[2020-04-21 00:59:34.783681] DEBUG: eos.gamedata: Creating a price for 32014
[2020-04-21 00:59:34.784683] DEBUG: eos.gamedata: Creating a price for 29340
[2020-04-21 00:59:34.785678] DEBUG: eos.gamedata: Creating a price for 2205
[2020-04-21 00:59:34.786673] DEBUG: eos.gamedata: Creating a price for 24495
[2020-04-21 01:00:06.954139] DEBUG: eos.gamedata: Loading structureHPMultiply (Effect60)
[2020-04-21 01:00:06.954139] DEBUG: eos.gamedata: Loading agilityMultiplierEffect (Effect657)
[2020-04-21 01:00:06.955128] DEBUG: eos.gamedata: Loading velocityBonusOnline (Effect2865)
[2020-04-21 01:00:06.960114] DEBUG: eos.gamedata: Loading increaseSignatureRadiusOnline (Effect2644)
[2020-04-21 01:00:06.966098] DEBUG: eos.gamedata: Loading systemScanDurationModuleModifier (Effect5398)
[2020-04-21 01:00:06.969090] DEBUG: eos.gamedata: Loading baseMaxScanDeviationModifierModuleOnline2None (Effect5397)
[2020-04-21 01:00:06.972083] DEBUG: eos.gamedata: Loading baseSensorStrengthModifierModule (Effect5399)
[2020-04-21 01:00:06.986042] DEBUG: eos.gamedata: Loading cloakingWarpSafe (Effect980)
[2020-04-21 01:00:07.015965] INFO: service.fit: ==========recalc: t1==========
[2020-04-21 01:00:07.028933] INFO: eos.saveddata.fit: Starting fit calculation on: Fit(ID=None, ship=Buzzard, name=t1) at 0x14d33e2be88, calc: LOCAL
[2020-04-21 01:00:07.028933] INFO: eos.saveddata.fit: Fit is not yet calculated; will be running local calcs for Fit(ID=None, ship=Buzzard, name=t1) at 0x14d33e2be88
[2020-04-21 01:00:07.055858] DEBUG: eos.gamedata: Loading covertOpsWarpResistance (Effect706)
[2020-04-21 01:00:07.055858] DEBUG: eos.gamedata: Loading shipBonusSmallMissileRoFCF2 (Effect760)
[2020-04-21 01:00:07.055858] DEBUG: eos.gamedata: Loading shipMissileKineticDamageCF (Effect898)
[2020-04-21 01:00:07.055858] DEBUG: eos.gamedata: Loading covertOpsAndReconOpsCloakModuleDelayBonus (Effect2252)
[2020-04-21 01:00:07.055858] DEBUG: eos.gamedata: Loading eliteBonusCoverOpsScanProbeStrength2 (Effect4168)
[2020-04-21 01:00:07.056855] DEBUG: eos.gamedata: Loading shipBonusSurveyProbeExplosionDelaySkillSurveyCovertOps3 (Effect4479)
[2020-04-21 01:00:07.056855] DEBUG: eos.gamedata: Loading covertOpsCloakCpuPercentBonus1 (Effect5260)
[2020-04-21 01:00:07.056855] DEBUG: eos.gamedata: Loading minigameVirusStrengthBonus (Effect5460)
[2020-04-21 01:00:07.070820] DEBUG: eos.saveddata.fit: Done with fit calculation
[2020-04-21 01:00:07.071815] INFO: service.fit: ==========recalc time: 0.05585002899169922==========
[2020-04-21 01:00:07.199598] DEBUG: gui.builtinViews.fittingView: ------------------ new fitting view -------------------
[2020-04-21 01:00:07.199598] DEBUG: gui.builtinViews.fittingView: <gui.builtinViews.fittingView.FittingView object at 0x000001452B76F948>
[2020-04-21 01:00:07.199598] DEBUG: gui.builtinViews.fittingView: ###################### Created new view:<gui.builtinViews.fittingView.FittingView object at 0x000001452B76F948>
[2020-04-21 01:00:07.203587] DEBUG: gui.builtinViews.fittingView: ====== Fit Selected: <gui.builtinViews.fittingView.FittingView object at 0x000001452B76F948>True
[2020-04-21 01:00:07.211566] INFO: service.fit: ==========recalc: t1==========
[2020-04-21 01:00:07.212563] INFO: eos.saveddata.fit: Starting fit calculation on: Fit(ID=2, ship=Buzzard, name=t1) at 0x14d33e2be88, calc: LOCAL
[2020-04-21 01:00:07.212563] INFO: eos.saveddata.fit: Fit is not yet calculated; will be running local calcs for Fit(ID=2, ship=Buzzard, name=t1) at 0x14d33e2be88
[2020-04-21 01:00:07.215555] DEBUG: eos.gamedata: Loading CovertCloakCPUAddition (Effect5261)
[2020-04-21 01:00:07.236499] DEBUG: eos.saveddata.fit: Done with fit calculation
[2020-04-21 01:00:07.236499] INFO: service.fit: ==========recalc time: 0.024934053421020508==========
[2020-04-21 01:00:07.236499] DEBUG: service.fit: Check states for fit ID: t1 (Buzzard)
[2020-04-21 01:00:07.253454] DEBUG: service.fit: Switching fit to fit ID: 2
[2020-04-21 01:00:07.255449] DEBUG: service.fit: Fetching all fits for ship ID: 11192
[2020-04-21 01:00:07.275396] DEBUG: eos.gamedata: Creating a price for 28758
[2020-04-21 01:00:07.285368] DEBUG: eos.gamedata: Creating a price for 11578
[2020-04-21 01:00:07.292349] DEBUG: eos.gamedata: Creating a price for 33176
[2020-04-21 01:00:07.296339] DEBUG: eos.gamedata: Creating a price for 33178
[2020-04-21 01:00:07.300329] DEBUG: eos.gamedata: Creating a price for 33180
[2020-04-21 01:00:07.306313] DEBUG: eos.gamedata: Creating a price for 5973
[2020-04-21 01:00:07.310302] DEBUG: eos.gamedata: Creating a price for 2605
[2020-04-21 01:00:07.314293] DEBUG: eos.gamedata: Creating a price for 1405
[2020-04-21 01:00:07.321273] DEBUG: eos.gamedata: Creating a price for 31220
[2020-04-21 01:00:07.328254] DEBUG: eos.gamedata: Creating a price for 31358
[2020-04-21 01:00:07.456910] DEBUG: eos.gamedata: Creating a price for 527
[2020-04-21 01:00:07.457907] DEBUG: eos.gamedata: Creating a price for 22175
[2020-04-21 01:00:07.459902] DEBUG: eos.gamedata: Creating a price for 11192
[2020-04-21 01:00:07.460900] DEBUG: eos.gamedata: Creating a price for 30488
[2020-04-21 01:00:07.461897] DEBUG: eos.gamedata: Creating a price for 448
[2020-04-21 01:00:07.463892] DEBUG: eos.gamedata: Creating a price for 22177
[2020-04-21 01:00:07.464890] DEBUG: eos.gamedata: Creating a price for 33474
[2020-04-21 01:00:10.046509] DEBUG: service.fit: Creating new fit for ID: 11192
[2020-04-21 01:00:10.058528] INFO: service.fit: ==========recalc: Buzzard fit==========
[2020-04-21 01:00:10.059551] INFO: eos.saveddata.fit: Starting fit calculation on: Fit(ID=3, ship=Buzzard, name=Buzzard fit) at 0x14d30e96108, calc: LOCAL
[2020-04-21 01:00:10.072494] INFO: eos.saveddata.fit: Fit is not yet calculated; will be running local calcs for Fit(ID=3, ship=Buzzard, name=Buzzard fit) at 0x14d30e96108
[2020-04-21 01:00:10.087453] DEBUG: eos.saveddata.fit: Done with fit calculation
[2020-04-21 01:00:10.088451] INFO: service.fit: ==========recalc time: 0.029923200607299805==========
[2020-04-21 01:00:10.090445] DEBUG: service.fit: Fetching all fits for ship ID: 11192
[2020-04-21 01:00:10.105417] DEBUG: gui.builtinViews.fittingView: ====== Fit Selected: <gui.builtinViews.fittingView.FittingView object at 0x000001452B76F948>True
[2020-04-21 01:00:10.112400] INFO: service.fit: ==========recalc: Buzzard fit==========
[2020-04-21 01:00:10.113397] INFO: eos.saveddata.fit: Starting fit calculation on: Fit(ID=3, ship=Buzzard, name=Buzzard fit) at 0x14d30e96108, calc: LOCAL
[2020-04-21 01:00:10.113397] INFO: eos.saveddata.fit: Fit is not yet calculated; will be running local calcs for Fit(ID=3, ship=Buzzard, name=Buzzard fit) at 0x14d30e96108
[2020-04-21 01:00:10.131349] DEBUG: eos.saveddata.fit: Done with fit calculation
[2020-04-21 01:00:10.131349] INFO: service.fit: ==========recalc time: 0.018949270248413086==========
[2020-04-21 01:00:10.132346] DEBUG: service.fit: Check states for fit ID: Buzzard fit (Buzzard)
[2020-04-21 01:00:10.157314] DEBUG: service.fit: Switching fit to fit ID: 3
[2020-04-21 01:00:26.126957] INFO: service.fit: ==========recalc: Burly Honky Tonk==========
[2020-04-21 01:00:26.129949] INFO: eos.saveddata.fit: Starting fit calculation on: Fit(ID=None, ship=Osprey Navy Issue, name=Burly Honky Tonk) at 0x1452b770048, calc: LOCAL
[2020-04-21 01:00:26.129949] INFO: eos.saveddata.fit: Fit is not yet calculated; will be running local calcs for Fit(ID=None, ship=Osprey Navy Issue, name=Burly Honky Tonk) at 0x1452b770048
[2020-04-21 01:00:26.140920] DEBUG: eos.saveddata.fit: Done with fit calculation
[2020-04-21 01:00:26.140920] INFO: service.fit: ==========recalc time: 0.013962745666503906==========
[2020-04-21 01:00:26.239152] DEBUG: gui.builtinViews.fittingView: ------------------ new fitting view -------------------
[2020-04-21 01:00:26.239152] DEBUG: gui.builtinViews.fittingView: <gui.builtinViews.fittingView.FittingView object at 0x000001452B73B168>
[2020-04-21 01:00:26.239152] DEBUG: gui.builtinViews.fittingView: ###################### Created new view:<gui.builtinViews.fittingView.FittingView object at 0x000001452B73B168>
[2020-04-21 01:00:26.242144] DEBUG: gui.builtinViews.fittingView: ====== Fit Selected: <gui.builtinViews.fittingView.FittingView object at 0x000001452B73B168>True
[2020-04-21 01:00:26.249125] INFO: service.fit: ==========recalc: Burly Honky Tonk==========
[2020-04-21 01:00:26.250123] INFO: eos.saveddata.fit: Starting fit calculation on: Fit(ID=4, ship=Osprey Navy Issue, name=Burly Honky Tonk) at 0x1452b770048, calc: LOCAL
[2020-04-21 01:00:26.250123] INFO: eos.saveddata.fit: Fit is not yet calculated; will be running local calcs for Fit(ID=4, ship=Osprey Navy Issue, name=Burly Honky Tonk) at 0x1452b770048
[2020-04-21 01:00:26.286027] DEBUG: eos.saveddata.fit: Done with fit calculation
[2020-04-21 01:00:26.287025] INFO: service.fit: ==========recalc time: 0.03789973258972168==========
[2020-04-21 01:00:26.287025] DEBUG: service.fit: Check states for fit ID: Burly Honky Tonk (Osprey Navy Issue)
[2020-04-21 01:00:26.308966] DEBUG: service.fit: Switching fit to fit ID: 4
[2020-04-21 01:00:26.311957] DEBUG: service.fit: Fetching all fits for ship ID: 29340
[2020-04-21 01:00:30.721974] DEBUG: gui.builtinShipBrowser.fitItem: Deleting ship fit.
[2020-04-21 01:00:30.722972] DEBUG: service.fit: Fit::deleteFit - Deleting fit: Burly Honky Tonk (Osprey Navy Issue)
[2020-04-21 01:00:30.740923] DEBUG: service.fit: Need to refresh 0 fits: set()
[2020-04-21 01:00:30.740923] DEBUG: gui.builtinViews.fittingView: FittingView::fitRemoved
[2020-04-21 01:00:30.740923] DEBUG: gui.builtinViews.fittingView: Deleted fit is currently active
[2020-04-21 01:00:30.741921] DEBUG: gui.builtinViews.fittingView: +++++ Destroy <gui.builtinViews.fittingView.FittingView object at 0x000001452B73B168>
[2020-04-21 01:00:30.759913] DEBUG: gui.builtinViews.fittingView: FittingView::fitRemoved
[2020-04-21 01:00:30.759913] DEBUG: gui.builtinViews.fittingView: FittingView::fitRemoved
[2020-04-21 01:00:30.759913] DEBUG: service.fit: Getting fits with modules
[2020-04-21 01:00:30.767860] DEBUG: service.fit: Fetching all fits for ship ID: 29340
[2020-04-21 01:00:30.774856] DEBUG: service.fit: Switching fit to fit ID: 3
[2020-04-21 01:00:42.885764] DEBUG: service.fit: Creating new fit for ID: 29340
[2020-04-21 01:00:42.900149] INFO: service.fit: ==========recalc: Osprey Navy Issue fit==========
[2020-04-21 01:00:42.900149] INFO: eos.saveddata.fit: Starting fit calculation on: Fit(ID=4, ship=Osprey Navy Issue, name=Osprey Navy Issue fit) at 0x14d30e54188, calc: LOCAL
[2020-04-21 01:00:42.906140] INFO: eos.saveddata.fit: Fit is not yet calculated; will be running local calcs for Fit(ID=4, ship=Osprey Navy Issue, name=Osprey Navy Issue fit) at 0x14d30e54188
[2020-04-21 01:00:42.917118] DEBUG: eos.saveddata.fit: Done with fit calculation
[2020-04-21 01:00:42.917118] INFO: service.fit: ==========recalc time: 0.01796436309814453==========
[2020-04-21 01:00:42.920105] DEBUG: service.fit: Fetching all fits for ship ID: 29340
[2020-04-21 01:00:42.933035] DEBUG: gui.builtinViews.fittingView: ====== Fit Selected: <gui.builtinViews.fittingView.FittingView object at 0x000001452B76F948>True
[2020-04-21 01:00:42.939018] INFO: service.fit: ==========recalc: Osprey Navy Issue fit==========
[2020-04-21 01:00:42.939018] INFO: eos.saveddata.fit: Starting fit calculation on: Fit(ID=4, ship=Osprey Navy Issue, name=Osprey Navy Issue fit) at 0x14d30e54188, calc: LOCAL
[2020-04-21 01:00:42.940016] INFO: eos.saveddata.fit: Fit is not yet calculated; will be running local calcs for Fit(ID=4, ship=Osprey Navy Issue, name=Osprey Navy Issue fit) at 0x14d30e54188
[2020-04-21 01:00:42.954976] DEBUG: eos.saveddata.fit: Done with fit calculation
[2020-04-21 01:00:42.954976] INFO: service.fit: ==========recalc time: 0.01595783233642578==========
[2020-04-21 01:00:42.955974] DEBUG: service.fit: Check states for fit ID: Osprey Navy Issue fit (Osprey Navy Issue)
[2020-04-21 01:00:42.983384] DEBUG: service.fit: Switching fit to fit ID: 4
[2020-04-21 01:00:48.000291] DEBUG: gui.fitCommands.calc.fitRename: Doing renaming of fit 4 to Osprey Navy Issue fit
[2020-04-21 01:00:50.381670] DEBUG: gui.fitCommands.calc.fitRename: Doing renaming of fit 4 to Osprey Navy Issue fit
[2020-04-21 01:00:55.435287] DEBUG: gui.builtinShipBrowser.fitItem: Deleting ship fit.
[2020-04-21 01:00:55.436283] DEBUG: service.fit: Fit::deleteFit - Deleting fit: Osprey Navy Issue fit (Osprey Navy Issue)
[2020-04-21 01:00:55.462751] DEBUG: service.fit: Need to refresh 0 fits: set()
[2020-04-21 01:00:55.464718] DEBUG: gui.builtinViews.fittingView: FittingView::fitRemoved
[2020-04-21 01:00:55.464718] DEBUG: gui.builtinViews.fittingView: FittingView::fitRemoved
[2020-04-21 01:00:55.464718] DEBUG: gui.builtinViews.fittingView: Deleted fit is currently active
[2020-04-21 01:00:55.464718] DEBUG: gui.builtinViews.fittingView: +++++ Destroy <gui.builtinViews.fittingView.FittingView object at 0x000001452B76F948>
[2020-04-21 01:00:55.481673] DEBUG: gui.builtinViews.fittingView: FittingView::fitRemoved
[2020-04-21 01:00:55.481673] DEBUG: service.fit: Getting fits with modules
[2020-04-21 01:00:55.491644] DEBUG: service.fit: Fetching all fits for ship ID: 29340
[2020-04-21 01:00:55.497627] DEBUG: service.fit: Switching fit to fit ID: 1
[2020-04-21 01:01:02.564479] DEBUG: service.fit: Fetching recent fits
[2020-04-21 01:01:04.342734] DEBUG: gui.builtinViews.fittingView: ====== Fit Selected: <gui.builtinViews.fittingView.FittingView object at 0x0000014518ECC798>True
[2020-04-21 01:01:04.351710] DEBUG: service.fit: Switching fit to fit ID: 2
[2020-04-21 01:01:08.409888] DEBUG: gui.builtinShipBrowser.fitItem: Deleting ship fit.
[2020-04-21 01:01:08.409888] DEBUG: service.fit: Fit::deleteFit - Deleting fit: Buzzard fit (Buzzard)
[2020-04-21 01:01:08.428836] DEBUG: service.fit: Need to refresh 0 fits: set()
[2020-04-21 01:01:08.429834] DEBUG: gui.builtinViews.fittingView: FittingView::fitRemoved
[2020-04-21 01:01:08.429834] DEBUG: gui.builtinViews.fittingView: FittingView::fitRemoved
[2020-04-21 01:01:08.429834] DEBUG: gui.builtinViews.fittingView: FittingView::fitRemoved
[2020-04-21 01:01:08.429834] DEBUG: service.fit: Getting fits with modules
[2020-04-21 01:01:20.349728] DEBUG: gui.builtinViews.fittingView: ====== Fit Selected: <gui.builtinViews.fittingView.FittingView object at 0x0000014518ECC798>True
[2020-04-21 01:01:20.365687] DEBUG: service.fit: Switching fit to fit ID: 1
[2020-04-21 01:02:13.464122] DEBUG: gui.fitCommands.calc.module.localChangeStates: Doing change of local module states at position 4/[4] to click left on fit 1
[2020-04-21 01:02:13.465170] DEBUG: eos.saveddata.module: Get proposed state for module.
[2020-04-21 01:02:13.465170] DEBUG: gui.fitCommands.calc.module.localChangeStates: Attempting to change modules to -1
[2020-04-21 01:02:13.465170] DEBUG: gui.fitCommands.calc.module.localChangeStates: Toggle Module(ID=3841, name=Large Shield Extender II) at 0x1452baded08 state: -1 for fit ID: 1
[2020-04-21 01:02:13.465170] INFO: service.fit: ==========recalc: Burly Honky Tonk==========
[2020-04-21 01:02:13.466159] INFO: eos.saveddata.fit: Starting fit calculation on: Fit(ID=1, ship=Osprey Navy Issue, name=Burly Honky Tonk) at 0x1452baf43c8, calc: LOCAL
[2020-04-21 01:02:13.467154] INFO: eos.saveddata.fit: Fit is not yet calculated; will be running local calcs for Fit(ID=1, ship=Osprey Navy Issue, name=Burly Honky Tonk) at 0x1452baf43c8
[2020-04-21 01:02:13.505052] DEBUG: eos.saveddata.fit: Done with fit calculation
[2020-04-21 01:02:13.505052] INFO: service.fit: ==========recalc time: 0.03988194465637207==========
[2020-04-21 01:02:13.505052] DEBUG: service.fit: Check states for fit ID: Burly Honky Tonk (Osprey Navy Issue)
[2020-04-21 01:02:14.836720] DEBUG: gui.fitCommands.calc.module.localChangeStates: Doing change of local module states at position 4/[4] to click left on fit 1
[2020-04-21 01:02:14.836720] DEBUG: eos.saveddata.module: Get proposed state for module.
[2020-04-21 01:02:14.836720] DEBUG: gui.fitCommands.calc.module.localChangeStates: Attempting to change modules to 0
[2020-04-21 01:02:14.836720] DEBUG: gui.fitCommands.calc.module.localChangeStates: Toggle Module(ID=3841, name=Large Shield Extender II) at 0x1452baded08 state: 0 for fit ID: 1
[2020-04-21 01:02:14.837716] INFO: service.fit: ==========recalc: Burly Honky Tonk==========
[2020-04-21 01:02:14.838725] INFO: eos.saveddata.fit: Starting fit calculation on: Fit(ID=1, ship=Osprey Navy Issue, name=Burly Honky Tonk) at 0x1452baf43c8, calc: LOCAL
[2020-04-21 01:02:14.838725] INFO: eos.saveddata.fit: Fit is not yet calculated; will be running local calcs for Fit(ID=1, ship=Osprey Navy Issue, name=Burly Honky Tonk) at 0x1452baf43c8
[2020-04-21 01:02:14.875623] DEBUG: eos.saveddata.fit: Done with fit calculation
[2020-04-21 01:02:14.875623] INFO: service.fit: ==========recalc time: 0.03790688514709473==========
[2020-04-21 01:02:14.875623] DEBUG: service.fit: Check states for fit ID: Burly Honky Tonk (Osprey Navy Issue)
[2020-04-21 01:02:17.052880] DEBUG: gui.builtinViews.fittingView: ====== Fit Selected: <gui.builtinViews.fittingView.FittingView object at 0x0000014518ECC798>True
[2020-04-21 01:02:17.062891] DEBUG: service.fit: Switching fit to fit ID: 2
[2020-04-21 01:02:51.355238] DEBUG: gui.contextMenu: 4 new IDs created for this menu
[2020-04-21 01:02:55.145280] DEBUG: gui.contextMenu: 173 new IDs created for this menu
[2020-04-21 01:03:16.808310] WARNING: graphs.gui.canvasPanel: Failed to plot "Burly Honky Tonk (Osprey Navy Issue)" vs "t1 (Buzzard)"
[2020-04-21 01:30:02.448794] INFO: __main__: Starting Pyfa
[2020-04-21 01:30:02.448794] INFO: __main__:
[2020-04-21 01:30:02.448794] INFO: __main__: Writing log file to: C:\Users\JackDodgers\.pyfa\pyfa.log
[2020-04-21 01:30:02.448794] INFO: __main__: Running in a frozen state.
[2020-04-21 01:30:02.525592] INFO: eos.db: Initializing database
[2020-04-21 01:30:02.525592] INFO: eos.db: Gamedata connection: sqlite:///C:\Program Files\pyfa\eve.db?check_same_thread=False
[2020-04-21 01:30:02.526589] INFO: eos.db: Saveddata connection: sqlite:///C:\Users\JackDodgers\.pyfa\saveddata.db?check_same_thread=False
[2020-04-21 01:30:02.526589] DEBUG: eos.db: Initializing gamedata
[2020-04-21 01:30:02.532569] DEBUG: eos.db: Getting gamedata version
[2020-04-21 01:30:02.539520] DEBUG: eos.db: Initializing saveddata
[2020-04-21 01:30:02.540550] DEBUG: eos.db: Importing gamedata DB scheme
[2020-04-21 01:30:02.625323] DEBUG: eos.db: Importing saveddata DB scheme
[2020-04-21 01:30:02.703078] DEBUG: eos.db: Importing gamedata queries
[2020-04-21 01:30:02.703078] DEBUG: eos.db: Importing saveddata queries
[2020-04-21 01:30:02.705110] DEBUG: service.prefetch: Run database migration.
[2020-04-21 01:30:02.713090] DEBUG: service.prefetch: Starting database validation.
[2020-04-21 01:30:02.713090] DEBUG: eos.db.saveddata.databaseRepair: Running database cleanup for character skills.
[2020-04-21 01:30:02.715083] DEBUG: eos.db.saveddata.databaseRepair: Running database cleanup for orphaned characters attached to fits.
[2020-04-21 01:30:02.716080] DEBUG: eos.db.saveddata.databaseRepair: Running database cleanup for orphaned damage patterns attached to fits.
[2020-04-21 01:30:02.719036] ERROR: eos.db.saveddata.databaseRepair: Missing uniform damage pattern.
[2020-04-21 01:30:02.721070] DEBUG: eos.db.saveddata.databaseRepair: Running database cleanup for missing damage pattern names.
[2020-04-21 01:30:02.722067] DEBUG: eos.db.saveddata.databaseRepair: Running database cleanup for missing target resist names.
[2020-04-21 01:30:02.724056] DEBUG: eos.db.saveddata.databaseRepair: Running database cleanup for orphaned drones items.
[2020-04-21 01:30:02.726017] DEBUG: eos.db.saveddata.databaseRepair: Running database cleanup for orphaned cargo items.
[2020-04-21 01:30:02.727049] DEBUG: eos.db.saveddata.databaseRepair: Running database cleanup for orphaned fighters items.
[2020-04-21 01:30:02.729046] DEBUG: eos.db.saveddata.databaseRepair: Running database cleanup for orphaned modules items.
[2020-04-21 01:30:02.730007] DEBUG: eos.db.saveddata.databaseRepair: Running database cleanup for null damagePatterns values. (em)
[2020-04-21 01:30:02.732035] DEBUG: eos.db.saveddata.databaseRepair: Running database cleanup for null damagePatterns values. (thermal)
[2020-04-21 01:30:02.733035] DEBUG: eos.db.saveddata.databaseRepair: Running database cleanup for null damagePatterns values. (kinetic)
[2020-04-21 01:30:02.734994] DEBUG: eos.db.saveddata.databaseRepair: Running database cleanup for null damagePatterns values. (explosive)
[2020-04-21 01:30:02.737025] DEBUG: eos.db.saveddata.databaseRepair: Running database cleanup for null targetResists values. (em)
[2020-04-21 01:30:02.738019] DEBUG: eos.db.saveddata.databaseRepair: Running database cleanup for null targetResists values. (thermal)
[2020-04-21 01:30:02.740019] DEBUG: eos.db.saveddata.databaseRepair: Running database cleanup for null targetResists values. (kinetic)
[2020-04-21 01:30:02.741014] DEBUG: eos.db.saveddata.databaseRepair: Running database cleanup for null targetResists values. (explosive)
[2020-04-21 01:30:02.743008] DEBUG: eos.db.saveddata.databaseRepair: Running database cleanup for duplicated selected ammo profiles.
[2020-04-21 01:30:02.745004] DEBUG: service.prefetch: Completed database validation.
[2020-04-21 01:30:05.997118] INFO: gui.bitmap_loader: Using local image files.
[2020-04-21 01:30:06.041000] DEBUG: gui.contextMenu: registering context menu class OpenFitInNewTab
[2020-04-21 01:30:06.041998] DEBUG: gui.contextMenu: registering context menu class AddBrowsedFits
[2020-04-21 01:30:06.045988] DEBUG: gui.contextMenu: registering context menu class AddCurrentlyOpenFit
[2020-04-21 01:30:06.046986] DEBUG: gui.contextMenu: registering context menu class AddEnvironmentEffect
[2020-04-21 01:30:06.292330] DEBUG: service.market: Initialize ShipBrowserWorkerThread.
[2020-04-21 01:30:06.528696] DEBUG: service.fit: Initialize Fit class
[2020-04-21 01:30:06.579593] DEBUG: service.fit: Getting fits with modules
[2020-04-21 01:30:06.585544] DEBUG: gui.contextMenu: registering context menu class AddCommandFit
[2020-04-21 01:30:06.587572] DEBUG: gui.contextMenu: registering context menu class TargetProfileAdder
[2020-04-21 01:30:06.587572] DEBUG: gui.contextMenu: registering context menu class ChangeShipTacticalMode
[2020-04-21 01:30:06.588572] DEBUG: gui.contextMenu: registering context menu class ChangeModuleAmmo
[2020-04-21 01:30:06.588572] DEBUG: gui.contextMenu: registering context menu class ChangeModuleSpool
[2020-04-21 01:30:06.589536] DEBUG: gui.contextMenu: registering context menu class BoosterSideEffects
[2020-04-21 01:30:06.590530] DEBUG: gui.contextMenu: registering context menu class FighterAbilities
[2020-04-21 01:30:06.591565] DEBUG: gui.contextMenu: registering context menu class TargetWrapperResists
[2020-04-21 01:30:06.593557] DEBUG: gui.contextMenu: registering context menu class TargetProfileEditorMenu
[2020-04-21 01:30:06.675343] DEBUG: gui.contextMenu: registering context menu class ItemStats
[2020-04-21 01:30:06.676340] DEBUG: gui.contextMenu: registering context menu class JumpToMarketItem
[2020-04-21 01:30:06.676340] DEBUG: gui.contextMenu: registering context menu class FitSystemSecurityMenu
[2020-04-21 01:30:06.677301] DEBUG: gui.contextMenu: registering context menu class JumpToShip
[2020-04-21 01:30:06.677301] DEBUG: gui.contextMenu: registering context menu class RemoveItem
[2020-04-21 01:30:06.678298] DEBUG: gui.contextMenu: registering context menu class ChangeItemAmount
[2020-04-21 01:30:06.679295] DEBUG: gui.contextMenu: registering context menu class ChangeItemProjectionRange
[2020-04-21 01:30:06.679295] DEBUG: gui.contextMenu: registering context menu class DroneSplitStack
[2020-04-21 01:30:06.680292] DEBUG: gui.contextMenu: registering context menu class ChangeItemToVariation
[2020-04-21 01:30:06.681289] DEBUG: gui.contextMenu: registering context menu class ChangeModuleMutation
[2020-04-21 01:30:06.681289] DEBUG: gui.contextMenu: registering context menu class FillWithModule
[2020-04-21 01:30:06.758081] DEBUG: gui.contextMenu: registering context menu class ExportMutatedModule
[2020-04-21 01:30:06.759079] DEBUG: gui.contextMenu: registering context menu class ChangeAffectingSkills
[2020-04-21 01:30:06.759079] DEBUG: gui.contextMenu: registering context menu class FillWithItem
[2020-04-21 01:30:06.760076] DEBUG: gui.contextMenu: registering context menu class DroneAddStack
[2020-04-21 01:30:06.760076] DEBUG: gui.contextMenu: registering context menu class AddToCargo
[2020-04-21 01:30:06.761074] DEBUG: gui.contextMenu: registering context menu class AddToCargoAmmo
[2020-04-21 01:30:06.761074] DEBUG: gui.contextMenu: registering context menu class ProjectItem
[2020-04-21 01:30:06.762071] DEBUG: gui.contextMenu: registering context menu class AmmoToDmgPattern
[2020-04-21 01:30:06.764065] DEBUG: gui.contextMenu: registering context menu class ImplantSetApply
[2020-04-21 01:30:06.764065] DEBUG: gui.contextMenu: registering context menu class ImplantSetSave
[2020-04-21 01:30:06.765063] DEBUG: gui.contextMenu: registering context menu class DronesPrice
[2020-04-21 01:30:06.765063] DEBUG: gui.contextMenu: registering context menu class CargoPrice
[2020-04-21 01:30:06.765063] DEBUG: gui.contextMenu: registering context menu class ImplantBoosterPrice
[2020-04-21 01:30:06.766060] DEBUG: gui.contextMenu: registering context menu class ChangeDamagePattern
[2020-04-21 01:30:06.767058] DEBUG: gui.contextMenu: registering context menu class FactorReload
[2020-04-21 01:30:06.767058] DEBUG: gui.contextMenu: registering context menu class TargetProfileSwitcher
[2020-04-21 01:30:06.768054] DEBUG: gui.contextMenu: registering context menu class GraphDmgApplyProjectedMenu
[2020-04-21 01:30:06.769054] DEBUG: gui.contextMenu: registering context menu class GraphDmgIgnoreResistsMenu
[2020-04-21 01:30:06.769054] DEBUG: gui.contextMenu: registering context menu class GraphIgnoreLockRangeMenu
[2020-04-21 01:30:06.770088] DEBUG: gui.contextMenu: registering context menu class GraphIgnoreDcrMenu
[2020-04-21 01:30:06.770088] DEBUG: gui.contextMenu: registering context menu class GraphDmgDroneModeMenu
[2020-04-21 01:30:06.771081] DEBUG: gui.contextMenu: registering context menu class AdditionsExportAll
[2020-04-21 01:30:06.771081] DEBUG: gui.contextMenu: registering context menu class AdditionsExportAll
[2020-04-21 01:30:06.772081] DEBUG: gui.contextMenu: registering context menu class AdditionsImport
[2020-04-21 01:30:06.872299] DEBUG: gui.statsPane: Setting full view for: resources
[2020-04-21 01:30:06.872299] DEBUG: gui.statsPane: Setting full view for: resistances
[2020-04-21 01:30:06.872299] DEBUG: gui.statsPane: Setting full view for: recharge
[2020-04-21 01:30:06.872299] DEBUG: gui.statsPane: Setting full view for: firepower
[2020-04-21 01:30:06.873296] DEBUG: gui.statsPane: Setting full view for: outgoing
[2020-04-21 01:30:06.873296] DEBUG: gui.statsPane: Setting full view for: capacitor
[2020-04-21 01:30:06.873296] DEBUG: gui.statsPane: Setting minimal view for: targetingMisc
[2020-04-21 01:30:06.873296] DEBUG: gui.statsPane: Setting full view for: price
[2020-04-21 01:30:07.055351] DEBUG: gui.mainFrame: Done loading mainframe imports
[2020-04-21 01:30:07.060338] DEBUG: gui.mainFrame: Initialize MainFrame
[2020-04-21 01:30:07.436296] DEBUG: gui.marketBrowser: Initialize marketBrowser
[2020-04-21 01:30:07.451303] DEBUG: gui.builtinMarketBrowser.marketTree: Initialize marketTree
[2020-04-21 01:30:07.494179] DEBUG: gui.builtinMarketBrowser.itemView: Initialize ItemView
[2020-04-21 01:30:07.532109] DEBUG: gui.shipBrowser: Populate ship category list.
[2020-04-21 01:30:07.805344] DEBUG: service.fit: Changing character (1) for fit ID: None
[2020-04-21 01:30:07.820304] DEBUG: gui.statsPane: Load view: resourcesViewFull
[2020-04-21 01:30:07.928017] DEBUG: gui.statsPane: Load view: resistancesViewFull
[2020-04-21 01:30:07.982560] DEBUG: gui.statsPane: Load view: rechargeViewFull
[2020-04-21 01:30:08.032393] DEBUG: gui.statsPane: Load view: firepowerViewFull
[2020-04-21 01:30:08.066387] DEBUG: gui.statsPane: Load view: outgoingViewFull
[2020-04-21 01:30:08.088290] DEBUG: gui.statsPane: Load view: capacitorViewFull
[2020-04-21 01:30:08.113248] DEBUG: gui.statsPane: Load view: targetingMiscViewMinimal
[2020-04-21 01:30:08.158102] DEBUG: gui.statsPane: Load view: priceViewFull
[2020-04-21 01:30:08.238923] DEBUG: gui.mainMenuBar: Initialize MainMenuBar
[2020-04-21 01:30:08.410032] DEBUG: service.update: Starting Check Update Thread.
[2020-04-21 06:22:34.700682] INFO: __main__: Starting Pyfa
[2020-04-21 06:22:34.700682] INFO: __main__:
[2020-04-21 06:22:34.701674] INFO: __main__: Writing log file to: C:\Users\JackDodgers\.pyfa\pyfa.log
[2020-04-21 06:22:34.701674] INFO: __main__: Running in a frozen state.
[2020-04-21 06:22:34.777683] INFO: eos.db: Initializing database
[2020-04-21 06:22:34.778681] INFO: eos.db: Gamedata connection: sqlite:///C:\Program Files\pyfa\eve.db?check_same_thread=False
[2020-04-21 06:22:34.778681] INFO: eos.db: Saveddata connection: sqlite:///C:\Users\JackDodgers\.pyfa\saveddata.db?check_same_thread=False
[2020-04-21 06:22:34.778681] DEBUG: eos.db: Initializing gamedata
[2020-04-21 06:22:34.784664] DEBUG: eos.db: Getting gamedata version
[2020-04-21 06:22:34.791647] DEBUG: eos.db: Initializing saveddata
[2020-04-21 06:22:34.792715] DEBUG: eos.db: Importing gamedata DB scheme
[2020-04-21 06:22:34.877695] DEBUG: eos.db: Importing saveddata DB scheme
[2020-04-21 06:22:34.958686] DEBUG: eos.db: Importing gamedata queries
[2020-04-21 06:22:34.958686] DEBUG: eos.db: Importing saveddata queries
[2020-04-21 06:22:34.959683] DEBUG: service.prefetch: Run database migration.
[2020-04-21 06:22:34.970659] DEBUG: service.prefetch: Starting database validation.
[2020-04-21 06:22:34.970659] DEBUG: eos.db.saveddata.databaseRepair: Running database cleanup for character skills.
[2020-04-21 06:22:34.973634] DEBUG: eos.db.saveddata.databaseRepair: Running database cleanup for orphaned characters attached to fits.
[2020-04-21 06:22:34.974667] DEBUG: eos.db.saveddata.databaseRepair: Running database cleanup for orphaned damage patterns attached to fits.
[2020-04-21 06:22:34.977658] ERROR: eos.db.saveddata.databaseRepair: Missing uniform damage pattern.
[2020-04-21 06:22:34.984649] DEBUG: eos.db.saveddata.databaseRepair: Running database cleanup for missing damage pattern names.
[2020-04-21 06:22:34.986634] DEBUG: eos.db.saveddata.databaseRepair: Running database cleanup for missing target resist names.
[2020-04-21 06:22:34.987634] DEBUG: eos.db.saveddata.databaseRepair: Running database cleanup for orphaned drones items.
[2020-04-21 06:22:34.989629] DEBUG: eos.db.saveddata.databaseRepair: Running database cleanup for orphaned cargo items.
[2020-04-21 06:22:34.991585] DEBUG: eos.db.saveddata.databaseRepair: Running database cleanup for orphaned fighters items.
[2020-04-21 06:22:34.992685] DEBUG: eos.db.saveddata.databaseRepair: Running database cleanup for orphaned modules items.
[2020-04-21 06:22:34.994707] DEBUG: eos.db.saveddata.databaseRepair: Running database cleanup for null damagePatterns values. (em)
[2020-04-21 06:22:34.995704] DEBUG: eos.db.saveddata.databaseRepair: Running database cleanup for null damagePatterns values. (thermal)
[2020-04-21 06:22:34.997696] DEBUG: eos.db.saveddata.databaseRepair: Running database cleanup for null damagePatterns values. (kinetic)
[2020-04-21 06:22:34.999691] DEBUG: eos.db.saveddata.databaseRepair: Running database cleanup for null damagePatterns values. (explosive)
[2020-04-21 06:22:35.000687] DEBUG: eos.db.saveddata.databaseRepair: Running database cleanup for null targetResists values. (em)
[2020-04-21 06:22:35.002666] DEBUG: eos.db.saveddata.databaseRepair: Running database cleanup for null targetResists values. (thermal)
[2020-04-21 06:22:35.003629] DEBUG: eos.db.saveddata.databaseRepair: Running database cleanup for null targetResists values. (kinetic)
[2020-04-21 06:22:35.005663] DEBUG: eos.db.saveddata.databaseRepair: Running database cleanup for null targetResists values. (explosive)
[2020-04-21 06:22:35.007655] DEBUG: eos.db.saveddata.databaseRepair: Running database cleanup for duplicated selected ammo profiles.
[2020-04-21 06:22:35.008650] DEBUG: service.prefetch: Completed database validation.
[2020-04-21 06:22:36.788669] INFO: gui.bitmap_loader: Using local image files.
[2020-04-21 06:22:36.824576] DEBUG: gui.contextMenu: registering context menu class OpenFitInNewTab
[2020-04-21 06:22:36.825534] DEBUG: gui.contextMenu: registering context menu class AddBrowsedFits
[2020-04-21 06:22:36.828565] DEBUG: gui.contextMenu: registering context menu class AddCurrentlyOpenFit
[2020-04-21 06:22:36.829560] DEBUG: gui.contextMenu: registering context menu class AddEnvironmentEffect
[2020-04-21 06:22:37.056824] DEBUG: service.market: Initialize ShipBrowserWorkerThread.
[2020-04-21 06:22:37.287501] DEBUG: service.fit: Initialize Fit class
[2020-04-21 06:22:37.337512] DEBUG: service.fit: Getting fits with modules
[2020-04-21 06:22:37.346467] DEBUG: gui.contextMenu: registering context menu class AddCommandFit
[2020-04-21 06:22:37.348501] DEBUG: gui.contextMenu: registering context menu class TargetProfileAdder
[2020-04-21 06:22:37.349459] DEBUG: gui.contextMenu: registering context menu class ChangeShipTacticalMode
[2020-04-21 06:22:37.350455] DEBUG: gui.contextMenu: registering context menu class ChangeModuleAmmo
[2020-04-21 06:22:37.350455] DEBUG: gui.contextMenu: registering context menu class ChangeModuleSpool
[2020-04-21 06:22:37.351453] DEBUG: gui.contextMenu: registering context menu class BoosterSideEffects
[2020-04-21 06:22:37.352451] DEBUG: gui.contextMenu: registering context menu class FighterAbilities
[2020-04-21 06:22:37.353457] DEBUG: gui.contextMenu: registering context menu class TargetWrapperResists
[2020-04-21 06:22:37.357467] DEBUG: gui.contextMenu: registering context menu class TargetProfileEditorMenu
[2020-04-21 06:22:37.398712] DEBUG: gui.contextMenu: registering context menu class ItemStats
[2020-04-21 06:22:37.398712] DEBUG: gui.contextMenu: registering context menu class JumpToMarketItem
[2020-04-21 06:22:37.399713] DEBUG: gui.contextMenu: registering context menu class FitSystemSecurityMenu
[2020-04-21 06:22:37.399713] DEBUG: gui.contextMenu: registering context menu class JumpToShip
[2020-04-21 06:22:37.400709] DEBUG: gui.contextMenu: registering context menu class RemoveItem
[2020-04-21 06:22:37.401669] DEBUG: gui.contextMenu: registering context menu class ChangeItemAmount
[2020-04-21 06:22:37.401669] DEBUG: gui.contextMenu: registering context menu class ChangeItemProjectionRange
[2020-04-21 06:22:37.402693] DEBUG: gui.contextMenu: registering context menu class DroneSplitStack
[2020-04-21 06:22:37.403674] DEBUG: gui.contextMenu: registering context menu class ChangeItemToVariation
[2020-04-21 06:22:37.403674] DEBUG: gui.contextMenu: registering context menu class ChangeModuleMutation
[2020-04-21 06:22:37.404711] DEBUG: gui.contextMenu: registering context menu class FillWithModule
[2020-04-21 06:22:37.478708] DEBUG: gui.contextMenu: registering context menu class ExportMutatedModule
[2020-04-21 06:22:37.479705] DEBUG: gui.contextMenu: registering context menu class ChangeAffectingSkills
[2020-04-21 06:22:37.479705] DEBUG: gui.contextMenu: registering context menu class FillWithItem
[2020-04-21 06:22:37.480701] DEBUG: gui.contextMenu: registering context menu class DroneAddStack
[2020-04-21 06:22:37.480701] DEBUG: gui.contextMenu: registering context menu class AddToCargo
[2020-04-21 06:22:37.481665] DEBUG: gui.contextMenu: registering context menu class AddToCargoAmmo
[2020-04-21 06:22:37.481665] DEBUG: gui.contextMenu: registering context menu class ProjectItem
[2020-04-21 06:22:37.482703] DEBUG: gui.contextMenu: registering context menu class AmmoToDmgPattern
[2020-04-21 06:22:37.483688] DEBUG: gui.contextMenu: registering context menu class ImplantSetApply
[2020-04-21 06:22:37.484725] DEBUG: gui.contextMenu: registering context menu class ImplantSetSave
[2020-04-21 06:22:37.485717] DEBUG: gui.contextMenu: registering context menu class DronesPrice
[2020-04-21 06:22:37.485717] DEBUG: gui.contextMenu: registering context menu class CargoPrice
[2020-04-21 06:22:37.485717] DEBUG: gui.contextMenu: registering context menu class ImplantBoosterPrice
[2020-04-21 06:22:37.486723] DEBUG: gui.contextMenu: registering context menu class ChangeDamagePattern
[2020-04-21 06:22:37.486723] DEBUG: gui.contextMenu: registering context menu class FactorReload
[2020-04-21 06:22:37.487712] DEBUG: gui.contextMenu: registering context menu class TargetProfileSwitcher
[2020-04-21 06:22:37.487712] DEBUG: gui.contextMenu: registering context menu class GraphDmgApplyProjectedMenu
[2020-04-21 06:22:37.488708] DEBUG: gui.contextMenu: registering context menu class GraphDmgIgnoreResistsMenu
[2020-04-21 06:22:37.488708] DEBUG: gui.contextMenu: registering context menu class GraphIgnoreLockRangeMenu
[2020-04-21 06:22:37.489713] DEBUG: gui.contextMenu: registering context menu class GraphIgnoreDcrMenu
[2020-04-21 06:22:37.489713] DEBUG: gui.contextMenu: registering context menu class GraphDmgDroneModeMenu
[2020-04-21 06:22:37.490703] DEBUG: gui.contextMenu: registering context menu class AdditionsExportAll
[2020-04-21 06:22:37.490703] DEBUG: gui.contextMenu: registering context menu class AdditionsExportAll
[2020-04-21 06:22:37.491667] DEBUG: gui.contextMenu: registering context menu class AdditionsImport
[2020-04-21 06:22:37.576725] DEBUG: gui.statsPane: Setting full view for: resources
[2020-04-21 06:22:37.576725] DEBUG: gui.statsPane: Setting full view for: resistances
[2020-04-21 06:22:37.576725] DEBUG: gui.statsPane: Setting full view for: recharge
[2020-04-21 06:22:37.577726] DEBUG: gui.statsPane: Setting full view for: firepower
[2020-04-21 06:22:37.577726] DEBUG: gui.statsPane: Setting full view for: outgoing
[2020-04-21 06:22:37.577726] DEBUG: gui.statsPane: Setting full view for: capacitor
[2020-04-21 06:22:37.577726] DEBUG: gui.statsPane: Setting minimal view for: targetingMisc
[2020-04-21 06:22:37.577726] DEBUG: gui.statsPane: Setting full view for: price
[2020-04-21 06:22:37.677713] DEBUG: gui.mainFrame: Done loading mainframe imports
[2020-04-21 06:22:37.682790] DEBUG: gui.mainFrame: Initialize MainFrame
[2020-04-21 06:22:38.099608] DEBUG: gui.marketBrowser: Initialize marketBrowser
[2020-04-21 06:22:38.109575] DEBUG: gui.builtinMarketBrowser.marketTree: Initialize marketTree
[2020-04-21 06:22:38.154736] DEBUG: gui.builtinMarketBrowser.itemView: Initialize ItemView
[2020-04-21 06:22:38.197697] DEBUG: gui.shipBrowser: Populate ship category list.
[2020-04-21 06:22:38.504566] DEBUG: service.fit: Changing character (1) for fit ID: None
[2020-04-21 06:22:38.530655] DEBUG: gui.statsPane: Load view: resourcesViewFull
[2020-04-21 06:22:38.655417] DEBUG: gui.statsPane: Load view: resistancesViewFull
[2020-04-21 06:22:38.749623] DEBUG: gui.statsPane: Load view: rechargeViewFull
[2020-04-21 06:22:38.814636] DEBUG: gui.statsPane: Load view: firepowerViewFull
[2020-04-21 06:22:38.853668] DEBUG: gui.statsPane: Load view: outgoingViewFull
[2020-04-21 06:22:38.877691] DEBUG: gui.statsPane: Load view: capacitorViewFull
[2020-04-21 06:22:38.909700] DEBUG: gui.statsPane: Load view: targetingMiscViewMinimal
[2020-04-21 06:22:38.961452] DEBUG: gui.statsPane: Load view: priceViewFull
[2020-04-21 06:22:39.047740] DEBUG: gui.mainMenuBar: Initialize MainMenuBar
[2020-04-21 06:22:39.342666] DEBUG: service.update: Starting Check Update Thread.
[2020-04-21 06:22:45.005722] DEBUG: eos.gamedata: Loading loPower (Effect11)
[2020-04-21 06:22:45.006719] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect11'
[2020-04-21 06:22:45.006719] DEBUG: eos.gamedata: Loading online (Effect16)
[2020-04-21 06:22:45.006719] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect16'
[2020-04-21 06:22:45.006719] DEBUG: eos.gamedata: Loading damageControl (Effect2302)
[2020-04-21 06:22:45.010709] DEBUG: eos.gamedata: Loading armorHPMultiply (Effect63)
[2020-04-21 06:22:45.010709] DEBUG: eos.gamedata: Loading modifyArmorResonancePostPercent (Effect2041)
[2020-04-21 06:22:45.014712] DEBUG: eos.gamedata: Loading modifyShieldRechargeRate (Effect50)
[2020-04-21 06:22:45.014712] DEBUG: eos.gamedata: Loading modifyPowerRechargeRate (Effect51)
[2020-04-21 06:22:45.015705] DEBUG: eos.gamedata: Loading powerOutputMultiply (Effect56)
[2020-04-21 06:22:45.015705] DEBUG: eos.gamedata: Loading shieldCapacityMultiply (Effect57)
[2020-04-21 06:22:45.015705] DEBUG: eos.gamedata: Loading capacitorCapacityMultiply (Effect58)
[2020-04-21 06:22:45.015705] DEBUG: eos.gamedata: Loading shieldBoostAmplifier (Effect1720)
[2020-04-21 06:22:45.019695] DEBUG: eos.gamedata: Loading overloadSelfDurationBonus (Effect3002)
[2020-04-21 06:22:45.019695] DEBUG: eos.gamedata: Loading adaptiveArmorHardener (Effect4928)
[2020-04-21 06:22:45.025722] DEBUG: eos.gamedata: Loading armorRepair (Effect27)
[2020-04-21 06:22:45.032699] DEBUG: eos.gamedata: Loading medPower (Effect13)
[2020-04-21 06:22:45.032699] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect13'
[2020-04-21 06:22:45.033680] DEBUG: eos.gamedata: Loading overloadSelfSpeedBonus (Effect3175)
[2020-04-21 06:22:45.033680] DEBUG: eos.gamedata: Loading moduleBonusAfterburner (Effect6731)
[2020-04-21 06:22:45.038700] DEBUG: eos.gamedata: Loading warpDisrupt (Effect39)
[2020-04-21 06:22:45.042686] DEBUG: eos.gamedata: Loading overloadSelfRangeBonus (Effect3174)
[2020-04-21 06:22:45.042686] DEBUG: eos.gamedata: Loading remoteWebifierFalloff (Effect6426)
[2020-04-21 06:22:45.046699] DEBUG: eos.gamedata: Loading capacitorCapacityBonus (Effect25)
[2020-04-21 06:22:45.046699] DEBUG: eos.gamedata: Loading modifyEnergyWarfareResistance (Effect6487)
[2020-04-21 06:22:45.053687] DEBUG: eos.gamedata: Loading hiPower (Effect12)
[2020-04-21 06:22:45.053687] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect12'
[2020-04-21 06:22:45.054682] DEBUG: eos.gamedata: Loading cloaking (Effect607)
[2020-04-21 06:22:45.057707] DEBUG: eos.gamedata: Loading energyNeutralizerFalloff (Effect6187)
[2020-04-21 06:22:45.062661] DEBUG: eos.gamedata: Loading turretFitted (Effect42)
[2020-04-21 06:22:45.063667] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect42'
[2020-04-21 06:22:45.063667] DEBUG: eos.gamedata: Loading overloadSelfDamageBonus (Effect3025)
[2020-04-21 06:22:45.063667] DEBUG: eos.gamedata: Loading targetDisintegratorAttack (Effect6995)
[2020-04-21 06:22:45.067682] DEBUG: eos.gamedata: Loading droneRangeBonusAdd (Effect2000)
[2020-04-21 06:22:45.073635] DEBUG: eos.gamedata: Loading energyManagementCapacitorBonusPostPercentCapacityLocationShipGroupCapacitorCapacityBonus (Effect2432)
[2020-04-21 06:22:45.073635] DEBUG: eos.gamedata: Loading rigSlot (Effect2663)
[2020-04-21 06:22:45.073635] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect2663'
[2020-04-21 06:22:45.077655] DEBUG: eos.gamedata: Loading hullUpgradesArmorHpBonusPostPercentHpLocationShip (Effect271)
[2020-04-21 06:22:45.077655] DEBUG: eos.gamedata: Loading drawbackMaxVelocity (Effect2717)
[2020-04-21 06:22:45.081610] DEBUG: eos.gamedata: Loading mechanicHullHpBonusPostPercentHpShip (Effect392)
[2020-04-21 06:22:45.081610] DEBUG: eos.gamedata: Loading drawbackCargoCapacity (Effect5868)
[2020-04-21 06:22:45.095841] INFO: service.fit: ==========recalc: *Simulated Vedmak Fitting==========
[2020-04-21 06:22:45.111839] INFO: eos.saveddata.fit: Starting fit calculation on: Fit(ID=None, ship=Vedmak, name=*Simulated Vedmak Fitting) at 0x127ca4f7f08, calc: LOCAL
[2020-04-21 06:22:45.112862] INFO: eos.saveddata.fit: Fit is not yet calculated; will be running local calcs for Fit(ID=None, ship=Vedmak, name=*Simulated Vedmak Fitting) at 0x127ca4f7f08
[2020-04-21 06:22:45.138862] DEBUG: eos.gamedata: Loading skillEffect (Effect132)
[2020-04-21 06:22:45.138862] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect132'
[2020-04-21 06:22:45.140860] DEBUG: eos.gamedata: Loading oreIndustrialSkillLevelPostMulShipBonusOreIndustrial1Ship (Effect4665)
[2020-04-21 06:22:45.140860] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect4665'
[2020-04-21 06:22:45.141823] DEBUG: eos.gamedata: Loading oreIndustrialSkillLevelPostMulShipBonusOreIndustrial2Ship (Effect4666)
[2020-04-21 06:22:45.141823] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect4666'
[2020-04-21 06:22:45.142551] DEBUG: eos.gamedata: Loading gunnerySkillBoostTurretSpeeBonus (Effect413)
[2020-04-21 06:22:45.142551] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect413'
[2020-04-21 06:22:45.143537] DEBUG: eos.gamedata: Loading gunneryTurretSpeeBonusPostPercentSpeedLocationShipModulesRequiringGunnery (Effect414)
[2020-04-21 06:22:45.143537] DEBUG: eos.gamedata: Loading skillBoostDamageMultiplierBonus (Effect152)
[2020-04-21 06:22:45.144570] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect152'
[2020-04-21 06:22:45.144570] DEBUG: eos.gamedata: Loading smallHybridTurretDamageMultiplierBonusPostPercentDamageMultiplierLocationShipModulesRequiringSmallHybridTurret (Effect173)
[2020-04-21 06:22:45.144570] DEBUG: eos.gamedata: Loading smallProjectileTurretDamageMultiplierBonusPostPercentDamageMultiplierLocationShipModulesRequiringSmallProjectileTurret (Effect174)
[2020-04-21 06:22:45.145562] DEBUG: eos.gamedata: Loading smallEnergyTurretDamageMultiplierBonusPostPercentDamageMultiplierLocationShipModulesRequiringSmallEnergyTurret (Effect172)
[2020-04-21 06:22:45.146565] DEBUG: eos.gamedata: Loading mediumHybridTurretDamageMultiplierBonusPostPercentDamageMultiplierLocationShipModulesRequiringMediumHybridTurret (Effect160)
[2020-04-21 06:22:45.147560] DEBUG: eos.gamedata: Loading mediumProjectileTurretDamageMultiplierBonusPostPercentDamageMultiplierLocationShipModulesRequiringMediumProjectileTurret (Effect161)
[2020-04-21 06:22:45.147560] DEBUG: eos.gamedata: Loading mediumEnergyTurretDamageMultiplierBonusPostPercentDamageMultiplierLocationShipModulesRequiringMediumEnergyTurret (Effect159)
[2020-04-21 06:22:45.148556] DEBUG: eos.gamedata: Loading largeHybridTurretDamageMultiplierBonusPostPercentDamageMultiplierLocationShipModulesRequiringLargeHybridTurret (Effect157)
[2020-04-21 06:22:45.149521] DEBUG: eos.gamedata: Loading largeProjectileTurretDamageMultiplierBonusPostPercentDamageMultiplierLocationShipModulesRequiringLargeProjectileTurret (Effect408)
[2020-04-21 06:22:45.150551] DEBUG: eos.gamedata: Loading largeEnergyTurretDamageMultiplierBonusPostPercentDamageMultiplierLocationShipModulesRequiringLargeEnergyTurret (Effect162)
[2020-04-21 06:22:45.151515] DEBUG: eos.gamedata: Loading rapidFiringSkillBoostRofBonus (Effect163)
[2020-04-21 06:22:45.151515] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect163'
[2020-04-21 06:22:45.151515] DEBUG: eos.gamedata: Loading rapidFiringRofBonusPostPercentSpeedLocationShipModulesRequiringGunnery (Effect582)
[2020-04-21 06:22:45.152735] DEBUG: eos.gamedata: Loading sharpshooterSkillBoostRangeSkillBonus (Effect167)
[2020-04-21 06:22:45.152735] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect167'
[2020-04-21 06:22:45.152735] DEBUG: eos.gamedata: Loading sharpshooterRangeSkillBonusPostPercentMaxRangeLocationShipModulesRequiringGunnery (Effect290)
[2020-04-21 06:22:45.153717] DEBUG: eos.gamedata: Loading skillBoostTrackingSpeedBonus (Effect2846)
[2020-04-21 06:22:45.153717] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect2846'
[2020-04-21 06:22:45.153717] DEBUG: eos.gamedata: Loading trackingSpeedBonusPassiveRequiringGunneryTrackingSpeedBonus (Effect2847)
[2020-04-21 06:22:45.154749] DEBUG: eos.gamedata: Loading surgicalStrikeDamageMultiplierBonusPostPercentDamageMultiplierLocationShipGroupEnergyWeapon (Effect587)
[2020-04-21 06:22:45.154749] DEBUG: eos.gamedata: Loading surgicalStrikeDamageMultiplierBonusPostPercentDamageMultiplierLocationShipGroupProjectileWeapon (Effect588)
[2020-04-21 06:22:45.155749] DEBUG: eos.gamedata: Loading surgicalStrikeDamageMultiplierBonusPostPercentDamageMultiplierLocationShipGroupHybridWeapon (Effect589)
[2020-04-21 06:22:45.155749] DEBUG: eos.gamedata: Loading surgicalStrikeDamageMultiplierBonusPostPercentDamageMultiplierLocationShipGroupPrecursorTurret (Effect7097)
[2020-04-21 06:22:45.156709] DEBUG: eos.gamedata: Loading accerationControlSkillBoostCapNeedBonus (Effect225)
[2020-04-21 06:22:45.156709] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect225'
[2020-04-21 06:22:45.156709] DEBUG: eos.gamedata: Loading controlledBurstsCapNeedBonusPostPercentCapacitorNeedLocationShipModulesRequiringGunnery (Effect287)
[2020-04-21 06:22:45.157705] DEBUG: eos.gamedata: Loading skillBoostFalloffBonus (Effect297)
[2020-04-21 06:22:45.157705] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect297'
[2020-04-21 06:22:45.157705] DEBUG: eos.gamedata: Loading surgicalStrikeFalloffBonusPostPercentFalloffLocationShipModulesRequiringGunnery (Effect298)
[2020-04-21 06:22:45.158702] DEBUG: eos.gamedata: Loading sensorUpgradesSkillBoostCpuNeedBonus (Effect211)
[2020-04-21 06:22:45.158702] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect211'
[2020-04-21 06:22:45.158702] DEBUG: eos.gamedata: Loading weaponUpgradesCpuNeedBonusPostPercentCpuLocationShipModulesRequiringGunnery (Effect581)
[2020-04-21 06:22:45.158702] DEBUG: eos.gamedata: Loading weaponUpgradesSkillBoostCpu (Effect672)
[2020-04-21 06:22:45.158702] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect672'
[2020-04-21 06:22:45.158702] DEBUG: eos.gamedata: Loading weaponUpgradesCpuNeedBonusPostPercentCpuLocationShipModulesRequiringEnergyPulseWeapons (Effect675)
[2020-04-21 06:22:45.159700] DEBUG: eos.gamedata: Loading weaponUpgradesCpuNeedBonusPostPercentCpuLocationShipModulesRequiringMissileLauncherOperation (Effect677)
[2020-04-21 06:22:45.159700] DEBUG: eos.gamedata: Loading weaponUpgradesCpuNeedBonusPostPercentCpuLocationShipModulesRequiringBombLauncher (Effect3519)
[2020-04-21 06:22:45.160698] DEBUG: eos.gamedata: Loading missileSkillRapidLauncherRoF (Effect1763)
[2020-04-21 06:22:45.160698] DEBUG: eos.gamedata: Loading missileEMDmgBonus (Effect660)
[2020-04-21 06:22:45.161693] DEBUG: eos.gamedata: Loading missileExplosiveDmgBonus (Effect661)
[2020-04-21 06:22:45.161693] DEBUG: eos.gamedata: Loading missileThermalDmgBonus (Effect662)
[2020-04-21 06:22:45.161693] DEBUG: eos.gamedata: Loading missileKineticDmgBonus2 (Effect668)
[2020-04-21 06:22:45.163845] DEBUG: eos.gamedata: Loading skillMultiplierMissileVelocityBonus (Effect6843)
[2020-04-21 06:22:45.163845] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect6843'
[2020-04-21 06:22:45.163845] DEBUG: eos.gamedata: Loading skillMultiplierDefenderMissileVelocity (Effect6844)
[2020-04-21 06:22:45.166835] DEBUG: eos.gamedata: Loading evasiveManuveringSkillBoostAgilityBonus (Effect232)
[2020-04-21 06:22:45.166835] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect232'
[2020-04-21 06:22:45.166835] DEBUG: eos.gamedata: Loading evasiveManeuveringAgilityBonusPostPercentAgilityShip (Effect395)
[2020-04-21 06:22:45.167869] DEBUG: eos.gamedata: Loading gallenteFrigateSkillLevelPreMulShipBonusGFShip (Effect468)
[2020-04-21 06:22:45.167869] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect468'
[2020-04-21 06:22:45.167869] DEBUG: eos.gamedata: Loading gallenteFrigateSkillLevelPreMulShipBonusGF2Ship (Effect751)
[2020-04-21 06:22:45.167869] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect751'
[2020-04-21 06:22:45.167869] DEBUG: eos.gamedata: Loading gallenteFrigateSkillLevelPreMulShipBonus3GFShip (Effect4600)
[2020-04-21 06:22:45.168832] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect4600'
[2020-04-21 06:22:45.169830] DEBUG: eos.gamedata: Loading minmatarFrigateSkillLevelPreMulShipBonusMFShip (Effect453)
[2020-04-21 06:22:45.169830] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect453'
[2020-04-21 06:22:45.169830] DEBUG: eos.gamedata: Loading minmatarFrigateSkillLevelPreMulShipBonusMF2Ship (Effect762)
[2020-04-21 06:22:45.169830] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect762'
[2020-04-21 06:22:45.169830] DEBUG: eos.gamedata: Loading minmatarFrigateSkillLevelPreMulShipBonus3MFShip (Effect4601)
[2020-04-21 06:22:45.169830] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect4601'
[2020-04-21 06:22:45.170858] DEBUG: eos.gamedata: Loading caldariFrigateSkillLevelPreMulShipBonusCFShip (Effect460)
[2020-04-21 06:22:45.171856] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect460'
[2020-04-21 06:22:45.171856] DEBUG: eos.gamedata: Loading caldariFrigateSkillLevelPreMulShipBonusCF2Ship (Effect761)
[2020-04-21 06:22:45.171856] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect761'
[2020-04-21 06:22:45.171856] DEBUG: eos.gamedata: Loading caldariFrigateSkillLevelPreMulShipBonus3CFShip (Effect4599)
[2020-04-21 06:22:45.172447] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect4599'
[2020-04-21 06:22:45.172447] DEBUG: eos.gamedata: Loading amarrFrigateSkillLevelPreMulShipBonusAFShip (Effect476)
[2020-04-21 06:22:45.173460] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect476'
[2020-04-21 06:22:45.173460] DEBUG: eos.gamedata: Loading amarrFrigateSkillLevelPreMulShipBonus2AFShip (Effect510)
[2020-04-21 06:22:45.173460] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect510'
[2020-04-21 06:22:45.173460] DEBUG: eos.gamedata: Loading amarrFrigateSkillLevelPreMulShipBonus3AFShip (Effect4598)
[2020-04-21 06:22:45.173460] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect4598'
[2020-04-21 06:22:45.174460] DEBUG: eos.gamedata: Loading gallenteCruiserSkillLevelPreMulShipBonusGCShip (Effect517)
[2020-04-21 06:22:45.174460] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect517'
[2020-04-21 06:22:45.174460] DEBUG: eos.gamedata: Loading gallenteCruiserSkillLevelPreMulShipBonusGC2Ship (Effect928)
[2020-04-21 06:22:45.174460] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect928'
[2020-04-21 06:22:45.175459] DEBUG: eos.gamedata: Loading gallenteCruiserSkillLevelPreMulShipBonusGC3Ship (Effect6044)
[2020-04-21 06:22:45.175459] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect6044'
[2020-04-21 06:22:45.175459] DEBUG: eos.gamedata: Loading minmatarCruiserSkillLevelPreMulShipBonusMCShip (Effect524)
[2020-04-21 06:22:45.176454] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect524'
[2020-04-21 06:22:45.176454] DEBUG: eos.gamedata: Loading minmatarCruiserSkillLevelPreMulShipBonusMC2Ship (Effect929)
[2020-04-21 06:22:45.176454] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect929'
[2020-04-21 06:22:45.177449] DEBUG: eos.gamedata: Loading caldariCruiserSkillLevelPreMulShipBonusCCShip (Effect520)
[2020-04-21 06:22:45.177449] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect520'
[2020-04-21 06:22:45.177449] DEBUG: eos.gamedata: Loading caldariCruiserSkillLevelPreMulShipBonusCC2Ship (Effect927)
[2020-04-21 06:22:45.177449] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect927'
[2020-04-21 06:22:45.177449] DEBUG: eos.gamedata: Loading caldariCruiserSkillLevelPreMulShipBonusCC3Ship (Effect4357)
[2020-04-21 06:22:45.177449] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect4357'
[2020-04-21 06:22:45.178449] DEBUG: eos.gamedata: Loading amarrCruiserSkillLevelPreMulShipBonusACShip (Effect500)
[2020-04-21 06:22:45.178449] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect500'
[2020-04-21 06:22:45.179412] DEBUG: eos.gamedata: Loading amarrCruiserSkillLevelPreMulShipBonusAC2Ship (Effect926)
[2020-04-21 06:22:45.179412] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect926'
[2020-04-21 06:22:45.179412] DEBUG: eos.gamedata: Loading amarrCruiserSkillLevelPreMulShipBonusAC3Ship (Effect6293)
[2020-04-21 06:22:45.179412] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect6293'
[2020-04-21 06:22:45.180443] DEBUG: eos.gamedata: Loading gallenteBattleshipSkillLevelPreMulShipBonusGBShip (Effect611)
[2020-04-21 06:22:45.180443] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect611'
[2020-04-21 06:22:45.180443] DEBUG: eos.gamedata: Loading gallenteBattleshipSkillLevelPreMulShipBonusGB2Ship (Effect682)
[2020-04-21 06:22:45.180443] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect682'
[2020-04-21 06:22:45.181440] DEBUG: eos.gamedata: Loading minmatarBattleshipSkillLevelPreMulShipBonusMBShip (Effect548)
[2020-04-21 06:22:45.181440] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect548'
[2020-04-21 06:22:45.181440] DEBUG: eos.gamedata: Loading minmatarBattleshipSkillLevelPreMulShipBonusMB2Ship (Effect605)
[2020-04-21 06:22:45.182874] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect605'
[2020-04-21 06:22:45.182901] DEBUG: eos.gamedata: Loading caldariBattleshipSkillLevelPreMulShipBonusCBShip (Effect541)
[2020-04-21 06:22:45.183878] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect541'
[2020-04-21 06:22:45.183878] DEBUG: eos.gamedata: Loading caldariBattleshipSkillLevelPreMulShipBonus2CBShip (Effect556)
[2020-04-21 06:22:45.183878] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect556'
[2020-04-21 06:22:45.183878] DEBUG: eos.gamedata: Loading caldariBattleshipSkillLevelPreMulShipBonusCB3Ship (Effect797)
[2020-04-21 06:22:45.183878] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect797'
[2020-04-21 06:22:45.184909] DEBUG: eos.gamedata: Loading amarrBattleshipSkillLevelPostMulShipBonusABShip (Effect538)
[2020-04-21 06:22:45.184909] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect538'
[2020-04-21 06:22:45.184909] DEBUG: eos.gamedata: Loading amarrBattleshipSkillLevelPreMulShipBonusAB2Ship (Effect734)
[2020-04-21 06:22:45.184909] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect734'
[2020-04-21 06:22:45.185914] DEBUG: eos.gamedata: Loading gallenteIndustrialSkillLevelPreMulShipBonusGIShip (Effect532)
[2020-04-21 06:22:45.186872] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect532'
[2020-04-21 06:22:45.186872] DEBUG: eos.gamedata: Loading gallenteIndustrialSkillLevelPreMulShipBonusGI2Ship (Effect1292)
[2020-04-21 06:22:45.186872] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect1292'
[2020-04-21 06:22:45.187903] DEBUG: eos.gamedata: Loading minmatarIndustrialSkillLevelPreMulShipBonusMIShip (Effect526)
[2020-04-21 06:22:45.187903] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect526'
[2020-04-21 06:22:45.187903] DEBUG: eos.gamedata: Loading minmatarIndustrialSkillLevelPreMulShipBonusMI2Ship (Effect1293)
[2020-04-21 06:22:45.187903] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect1293'
[2020-04-21 06:22:45.188902] DEBUG: eos.gamedata: Loading caldariIndustrialSkillLevelPreMulShipBonusCIShip (Effect530)
[2020-04-21 06:22:45.188902] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect530'
[2020-04-21 06:22:45.189896] DEBUG: eos.gamedata: Loading caldariIndustrialSkillLevelPreMulShipBonusCI2Ship (Effect1291)
[2020-04-21 06:22:45.189896] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect1291'
[2020-04-21 06:22:45.189896] DEBUG: eos.gamedata: Loading amarrIndustrialSkillLevelPreMulShipBonusAI2Ship (Effect583)
[2020-04-21 06:22:45.190898] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect583'
[2020-04-21 06:22:45.190898] DEBUG: eos.gamedata: Loading amarrIndustrialSkillLevelPreMulShipBonusAI22Ship (Effect1290)
[2020-04-21 06:22:45.190898] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect1290'
[2020-04-21 06:22:45.191858] DEBUG: eos.gamedata: Loading skillMultiplierShipBonusTitanGallente (Effect6632)
[2020-04-21 06:22:45.191858] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect6632'
[2020-04-21 06:22:45.192854] DEBUG: eos.gamedata: Loading skillMultiplierShipBonusTitanMinmatar (Effect6633)
[2020-04-21 06:22:45.192854] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect6633'
[2020-04-21 06:22:45.193858] DEBUG: eos.gamedata: Loading skillMultiplierShipBonusTitanCaldari (Effect6631)
[2020-04-21 06:22:45.193858] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect6631'
[2020-04-21 06:22:45.194882] DEBUG: eos.gamedata: Loading skillMultiplierShipBonusTitanAmarr (Effect6630)
[2020-04-21 06:22:45.194882] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect6630'
[2020-04-21 06:22:45.195851] DEBUG: eos.gamedata: Loading areaOfEffectSkillBonus (Effect6768)
[2020-04-21 06:22:45.195851] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect6768'
[2020-04-21 06:22:45.195851] DEBUG: eos.gamedata: Loading commandBurstAoEBonus (Effect6769)
[2020-04-21 06:22:45.196845] DEBUG: eos.gamedata: Loading propulsionJammingSkillBoostDurationBonus (Effect208)
[2020-04-21 06:22:45.196845] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect208'
[2020-04-21 06:22:45.196845] DEBUG: eos.gamedata: Loading skirmishCommandDurationBonus (Effect6773)
[2020-04-21 06:22:45.197852] DEBUG: eos.gamedata: Loading shieldCommandDurationBonus (Effect6771)
[2020-04-21 06:22:45.198839] DEBUG: eos.gamedata: Loading commandBurstStrengthSkillBonus (Effect6775)
[2020-04-21 06:22:45.198839] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect6775'
[2020-04-21 06:22:45.198839] DEBUG: eos.gamedata: Loading shieldCommandStrengthBonus (Effect6777)
[2020-04-21 06:22:45.199837] DEBUG: eos.gamedata: Loading informationCommandStrengthBonus (Effect6778)
[2020-04-21 06:22:45.199837] DEBUG: eos.gamedata: Loading reloadTimeSkillBonus (Effect6781)
[2020-04-21 06:22:45.200834] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect6781'
[2020-04-21 06:22:45.200834] DEBUG: eos.gamedata: Loading commandBurstReloadTimeBonus (Effect6782)
[2020-04-21 06:22:45.201833] DEBUG: eos.gamedata: Loading socialSkillBoostSocialMutator (Effect406)
[2020-04-21 06:22:45.201833] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect406'
[2020-04-21 06:22:45.203049] DEBUG: eos.gamedata: Loading negotiationSkillBoostNegotiationBonus (Effect403)
[2020-04-21 06:22:45.203049] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect403'
[2020-04-21 06:22:45.204035] DEBUG: eos.gamedata: Loading negotiationNegotiationBonusPostPercentNegotiationPercentageChar (Effect404)
[2020-04-21 06:22:45.204035] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect404'
[2020-04-21 06:22:45.205029] DEBUG: eos.gamedata: Loading diplomacySkillBoostDiplomacyMutator (Effect348)
[2020-04-21 06:22:45.205029] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect348'
[2020-04-21 06:22:45.205029] DEBUG: eos.gamedata: Loading diplomacyDiplomacyMutatorModAddDiplomacyBonusChar (Effect349)
[2020-04-21 06:22:45.205029] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect349'
[2020-04-21 06:22:45.206025] DEBUG: eos.gamedata: Loading fasttalkSkillBoostFastTalkMutator (Effect350)
[2020-04-21 06:22:45.206025] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect350'
[2020-04-21 06:22:45.206025] DEBUG: eos.gamedata: Loading fasttalkFastTalkMutatorPostPercentFastTalkPercentageChar (Effect352)
[2020-04-21 06:22:45.207023] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect352'
[2020-04-21 06:22:45.207023] DEBUG: eos.gamedata: Loading connectionsSkillBoostConnectionBonusMutator (Effect344)
[2020-04-21 06:22:45.208022] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect344'
[2020-04-21 06:22:45.208022] DEBUG: eos.gamedata: Loading connectionsConnectionBonusMutatorModAddConnectionsBonusChar (Effect399)
[2020-04-21 06:22:45.208022] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect399'
[2020-04-21 06:22:45.209053] DEBUG: eos.gamedata: Loading criminalConnectionsSkillBoostCriminalConnectionsMutator (Effect346)
[2020-04-21 06:22:45.209053] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect346'
[2020-04-21 06:22:45.209053] DEBUG: eos.gamedata: Loading criminalConnectionsCriminalConnectionsMutatorModAddCriminalConnectionsBonusChar (Effect402)
[2020-04-21 06:22:45.209053] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect402'
[2020-04-21 06:22:45.210053] DEBUG: eos.gamedata: Loading corporationMemberLimitBonus (Effect82)
[2020-04-21 06:22:45.210053] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect82'
[2020-04-21 06:22:45.210053] DEBUG: eos.gamedata: Loading corporationManagementSkillBoostCorporationMemberBonus (Effect239)
[2020-04-21 06:22:45.210053] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect239'
[2020-04-21 06:22:45.211047] DEBUG: eos.gamedata: Loading skillWarAllyCostModifier (Effect4984)
[2020-04-21 06:22:45.211047] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect4984'
[2020-04-21 06:22:45.211047] DEBUG: eos.gamedata: Loading relationsAllyCostSkillBoost (Effect4985)
[2020-04-21 06:22:45.212014] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect4985'
[2020-04-21 06:22:45.212014] DEBUG: eos.gamedata: Loading baseDefenderAllyCostCharAssignment (Effect5052)
[2020-04-21 06:22:45.212014] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect5052'
[2020-04-21 06:22:45.212885] DEBUG: eos.gamedata: Loading posStructureControlAmountBonus (Effect2918)
[2020-04-21 06:22:45.212885] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect2918'
[2020-04-21 06:22:45.213846] DEBUG: eos.gamedata: Loading industrySkillBoostManufacturingTimeBonus (Effect412)
[2020-04-21 06:22:45.213846] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect412'
[2020-04-21 06:22:45.213846] DEBUG: eos.gamedata: Loading industryManufacturingTimeBonusPostPercentManufactureTimeMultiplierChar (Effect425)
[2020-04-21 06:22:45.213846] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect425'
[2020-04-21 06:22:45.214877] DEBUG: eos.gamedata: Loading refineryEfficiencySkillBoostRefiningYieldMutator (Effect331)
[2020-04-21 06:22:45.214877] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect331'
[2020-04-21 06:22:45.214877] DEBUG: eos.gamedata: Loading refineryEfficiencyRefiningYieldMutatorPostPercentRefiningYieldPercentageChar (Effect435)
[2020-04-21 06:22:45.214877] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect435'
[2020-04-21 06:22:45.215874] DEBUG: eos.gamedata: Loading astrogeologySkillBoostMiningAmountBonus (Effect389)
[2020-04-21 06:22:45.215874] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect389'
[2020-04-21 06:22:45.216871] DEBUG: eos.gamedata: Loading astrogeologyMiningAmountBonusPostPercentMiningAmountLocationShipModulesRequiringMining (Effect391)
[2020-04-21 06:22:45.216871] DEBUG: eos.gamedata: Loading massProductionSkillLevelModAddManufactureSlotLimitChar (Effect568)
[2020-04-21 06:22:45.216871] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect568'
[2020-04-21 06:22:45.217870] DEBUG: eos.gamedata: Loading advancedIndustryManufacturingTimeBonusPostPercent (Effect5903)
[2020-04-21 06:22:45.217870] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect5903'
[2020-04-21 06:22:45.218866] DEBUG: eos.gamedata: Loading advancedIndustryCopyTimeBonusPostPercent (Effect5906)
[2020-04-21 06:22:45.218866] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect5906'
[2020-04-21 06:22:45.218866] DEBUG: eos.gamedata: Loading advancedIndustryInventionTimeBonusPostPercent (Effect5907)
[2020-04-21 06:22:45.218866] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect5907'
[2020-04-21 06:22:45.218866] DEBUG: eos.gamedata: Loading advancedIndustrySkillBoostAdvancedIndustrySkillIndustryJobTimeBonus (Effect5908)
[2020-04-21 06:22:45.218866] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect5908'
[2020-04-21 06:22:45.218866] DEBUG: eos.gamedata: Loading advancedIndustryManufactureTimeResearchTimeBonusPostPercent (Effect5909)
[2020-04-21 06:22:45.219830] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect5909'
[2020-04-21 06:22:45.219830] DEBUG: eos.gamedata: Loading advancedIndustryMaterialResearchTimeBonusPostPercent (Effect5910)
[2020-04-21 06:22:45.219830] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect5910'
[2020-04-21 06:22:45.220860] DEBUG: eos.gamedata: Loading hullUpgradesSkillBoostHullHpBonus (Effect251)
[2020-04-21 06:22:45.220860] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect251'
[2020-04-21 06:22:45.221857] DEBUG: eos.gamedata: Loading electronicWarfareSkillBoostDurationBonus (Effect216)
[2020-04-21 06:22:45.222836] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect216'
[2020-04-21 06:22:45.222836] DEBUG: eos.gamedata: Loading repairSystemsDurationBonusPostPercentDurationLocationShipModulesRequiringRepairSystems (Effect272)
[2020-04-21 06:22:45.223814] DEBUG: eos.gamedata: Loading hullUpgradesSkillBoostArmorHpBonus (Effect270)
[2020-04-21 06:22:45.223814] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect270'
[2020-04-21 06:22:45.223814] DEBUG: eos.gamedata: Loading frigateConstructionSkillBoostFrigateConstructionTimeBonus (Effect340)
[2020-04-21 06:22:45.224843] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect340'
[2020-04-21 06:22:45.224843] DEBUG: eos.gamedata: Loading frigateConstructionFrigateConstructionTimeBonusPostPercentFrigateConstructionTimeChar (Effect341)
[2020-04-21 06:22:45.224843] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect341'
[2020-04-21 06:22:45.225845] DEBUG: eos.gamedata: Loading industrialConstructionSkillBoostIndustrialConstructionTimeBonus (Effect342)
[2020-04-21 06:22:45.225845] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect342'
[2020-04-21 06:22:45.225845] DEBUG: eos.gamedata: Loading industrialConstructionIndustrialConstructionTimeBonusPostPercentIndustrialConstructionTimeChar (Effect343)
[2020-04-21 06:22:45.225845] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect343'
[2020-04-21 06:22:45.226838] DEBUG: eos.gamedata: Loading cruiserConstructionSkillBoostCruiserConstructionTimeBonus (Effect338)
[2020-04-21 06:22:45.226838] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect338'
[2020-04-21 06:22:45.226838] DEBUG: eos.gamedata: Loading cruiserConstructionCruiserConstructionTimeBonusPostPercentCruiserConstructionTimeChar (Effect339)
[2020-04-21 06:22:45.226838] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect339'
[2020-04-21 06:22:45.227834] DEBUG: eos.gamedata: Loading battleshipConstructionSkillBoostBattleshipConstructionTimeBonus (Effect336)
[2020-04-21 06:22:45.227834] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect336'
[2020-04-21 06:22:45.228834] DEBUG: eos.gamedata: Loading battleshipConstructionBattleshipConstructionTimeBonusPostPercentBattleshipConstructionTimeChar (Effect337)
[2020-04-21 06:22:45.228834] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect337'
[2020-04-21 06:22:45.229830] DEBUG: eos.gamedata: Loading scienceSkillBoostCopySpeedBonus (Effect430)
[2020-04-21 06:22:45.229830] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect430'
[2020-04-21 06:22:45.230793] DEBUG: eos.gamedata: Loading scienceCopySpeedBonusPostPercentCopySpeedPercentChar (Effect431)
[2020-04-21 06:22:45.230793] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect431'
[2020-04-21 06:22:45.230793] DEBUG: eos.gamedata: Loading researchSkillBoostBlueprintmanufactureTimeBonus (Effect432)
[2020-04-21 06:22:45.231831] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect432'
[2020-04-21 06:22:45.231831] DEBUG: eos.gamedata: Loading researchBlueprintmanufactureTimeBonusPostPercentProductionTimeResearchSpeedChar (Effect433)
[2020-04-21 06:22:45.231831] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect433'
[2020-04-21 06:22:45.233117] DEBUG: eos.gamedata: Loading biologyTimeBonusFixed (Effect2866)
[2020-04-21 06:22:45.234095] DEBUG: eos.gamedata: Loading laboratoryOperationSkillLevelModAddMaxLaborotorySlotsChar (Effect566)
[2020-04-21 06:22:45.234095] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect566'
[2020-04-21 06:22:45.235076] DEBUG: eos.gamedata: Loading inventionSkillBoostInventionBonus (Effect498)
[2020-04-21 06:22:45.235076] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect498'
[2020-04-21 06:22:45.235076] DEBUG: eos.gamedata: Loading reverseEngineeringInventionBonusModAddReverseEngineeringChanceLocationChar (Effect571)
[2020-04-21 06:22:45.235076] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect571'
[2020-04-21 06:22:45.236077] DEBUG: eos.gamedata: Loading metallurgySkillBoostMineralNeedResearchBonus (Effect481)
[2020-04-21 06:22:45.236077] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect481'
[2020-04-21 06:22:45.237068] DEBUG: eos.gamedata: Loading metallurgyMineralNeedResearchBonusPostPercentMineralNeedResearchSpeedChar (Effect558)
[2020-04-21 06:22:45.237068] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect558'
[2020-04-21 06:22:45.239066] DEBUG: eos.gamedata: Loading systemScanDurationSkillAstrometrics (Effect1409)
[2020-04-21 06:22:45.239066] DEBUG: eos.gamedata: Loading scanStrengthBonusSkillLevelIncrease (Effect2656)
[2020-04-21 06:22:45.239066] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect2656'
[2020-04-21 06:22:45.239066] DEBUG: eos.gamedata: Loading maxScanDeviationSelfSkillModifier (Effect2820)
[2020-04-21 06:22:45.239066] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect2820'
[2020-04-21 06:22:45.239066] DEBUG: eos.gamedata: Loading baseMaxScanDeviationModifierRequiringAstrometrics (Effect4161)
[2020-04-21 06:22:45.240059] DEBUG: eos.gamedata: Loading baseSensorStrengthModifierRequiringAstrometrics (Effect4162)
[2020-04-21 06:22:45.240059] DEBUG: eos.gamedata: Loading engineeringSkillBoostPowerOutputBonus (Effect218)
[2020-04-21 06:22:45.241057] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect218'
[2020-04-21 06:22:45.241057] DEBUG: eos.gamedata: Loading engineeringPowerEngineeringOutputBonusPostPercentPowerOutputLocationShipGroupPowerCore (Effect490)
[2020-04-21 06:22:45.242055] DEBUG: eos.gamedata: Loading shieldoperationSkillBoostRechargeratebonus (Effect283)
[2020-04-21 06:22:45.242580] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect283'
[2020-04-21 06:22:45.242580] DEBUG: eos.gamedata: Loading shieldOperationRechargeratebonusPostPercentRechargeRateLocationShipGroupShield (Effect486)
[2020-04-21 06:22:45.244158] DEBUG: eos.gamedata: Loading energyManagementSkillBoostCapRechargeBonus (Effect220)
[2020-04-21 06:22:45.244158] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect220'
[2020-04-21 06:22:45.244158] DEBUG: eos.gamedata: Loading energysystemsoperationCapRechargeBonusPostPercentRechargeRateLocationShipGroupCapacitor (Effect485)
[2020-04-21 06:22:45.245156] DEBUG: eos.gamedata: Loading energyManagementSkillBoostCapacitorCapacityBonus (Effect2431)
[2020-04-21 06:22:45.245156] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect2431'
[2020-04-21 06:22:45.247151] DEBUG: eos.gamedata: Loading shieldManagementSkillBoostShieldCapacityBonus (Effect280)
[2020-04-21 06:22:45.247151] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect280'
[2020-04-21 06:22:45.247151] DEBUG: eos.gamedata: Loading shieldManagementShieldCapacityBonusPostPercentCapacityLocationShipGroupShield (Effect446)
[2020-04-21 06:22:45.248149] DEBUG: eos.gamedata: Loading tacticalshieldManipulationSkillBoostUniformityBonus (Effect277)
[2020-04-21 06:22:45.248149] DEBUG: eos.gamedata: Loading tacticalShieldManipulationBonus2 (Effect3254)
[2020-04-21 06:22:45.248149] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect3254'
[2020-04-21 06:22:45.249148] DEBUG: eos.gamedata: Loading energyPulseWeaponsDurationBonusPostPercentDurationLocationShipModulesRequiringEnergyPulseWeapons (Effect590)
[2020-04-21 06:22:45.250142] DEBUG: eos.gamedata: Loading shieldEmmisionSystemsCapNeedBonusPostPercentCapacitorNeedLocationShipModulesRequiringShieldEmmisionSystems (Effect279)
[2020-04-21 06:22:45.251142] DEBUG: eos.gamedata: Loading capacitorEmissionSystemskill (Effect5607)
[2020-04-21 06:22:45.251142] DEBUG: eos.gamedata: Loading energyGridUpgradesCpuNeedBonusPostPercentCpuLocationShipModulesRequiringEnergyGridUpgrades (Effect396)
[2020-04-21 06:22:45.253174] DEBUG: eos.gamedata: Loading sensorUpgradesSkillBoostPowerNeedBonus (Effect246)
[2020-04-21 06:22:45.253174] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect246'
[2020-04-21 06:22:45.253174] DEBUG: eos.gamedata: Loading shieldUpgradesPowerNeedBonusPostPercentPowerLocationShipModulesRequiringShieldUpgrades (Effect273)
[2020-04-21 06:22:45.254200] DEBUG: eos.gamedata: Loading gallenteFrigateSkillBoostCpuOutputBonus (Effect368)
[2020-04-21 06:22:45.254200] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect368'
[2020-04-21 06:22:45.254200] DEBUG: eos.gamedata: Loading electronicsCpuOutputBonusPostPercentCpuOutputLocationShipGroupComputer (Effect397)
[2020-04-21 06:22:45.255196] DEBUG: eos.gamedata: Loading ewSkillEwCapNeedSkillLevel (Effect1372)
[2020-04-21 06:22:45.255196] DEBUG: eos.gamedata: Loading ewSkillEcmBurstCapNeedBonus (Effect2492)
[2020-04-21 06:22:45.256196] DEBUG: eos.gamedata: Loading longRangeTargetingSkillBoostMaxTargetRangeBonus (Effect206)
[2020-04-21 06:22:45.256196] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect206'
[2020-04-21 06:22:45.256196] DEBUG: eos.gamedata: Loading longRangeTargetingMaxTargetRangeBonusPostPercentMaxTargetRangeLocationShipGroupElectronic (Effect507)
[2020-04-21 06:22:45.257189] DEBUG: eos.gamedata: Loading targetingSkillBoostMaxTargetBonus (Effect213)
[2020-04-21 06:22:45.257189] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect213'
[2020-04-21 06:22:45.257189] DEBUG: eos.gamedata: Loading targetingMaxTargetBonusModAddMaxLockedTargetsLocationChar (Effect214)
[2020-04-21 06:22:45.259183] DEBUG: eos.gamedata: Loading signatureAnalysisSkillLevelPreMulScanResolutionBonusSelf (Effect698)
[2020-04-21 06:22:45.259183] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect698'
[2020-04-21 06:22:45.259183] DEBUG: eos.gamedata: Loading signatureAnalysisScanResolutionBonusPostPercentScanResolutionShip (Effect699)
[2020-04-21 06:22:45.260149] DEBUG: eos.gamedata: Loading sensorUpgradesCpuNeedBonusPostPercentCpuLocationShipModulesRequiringSensorUpgrades (Effect212)
[2020-04-21 06:22:45.261180] DEBUG: eos.gamedata: Loading ewSkillRsdCapNeedBonusSkillLevel (Effect1360)
[2020-04-21 06:22:45.261180] DEBUG: eos.gamedata: Loading ewSkillTdCapNeedBonusSkillLevel (Effect1361)
[2020-04-21 06:22:45.262678] DEBUG: eos.gamedata: Loading propulsionSkillCapNeedBonusSkillLevel (Effect1410)
[2020-04-21 06:22:45.263272] DEBUG: eos.gamedata: Loading dronesSkillBoostMaxActiveDroneBonus (Effect315)
[2020-04-21 06:22:45.264221] DEBUG: eos.gamedata: Loading dronesMaxActiveDroneBonusModAddMaxActiveLocationChar (Effect316)
[2020-04-21 06:22:45.264221] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect316'
[2020-04-21 06:22:45.265184] DEBUG: eos.gamedata: Loading scoutDroneOperationSkillBoostDroneRangeBonus (Effect448)
[2020-04-21 06:22:45.265184] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect448'
[2020-04-21 06:22:45.265184] DEBUG: eos.gamedata: Loading scoutDroneOperationDroneRangeBonusModAddDroneControlDistanceChar (Effect504)
[2020-04-21 06:22:45.266219] DEBUG: eos.gamedata: Loading miningDroneOperationMiningAmountBonusPostPercentMiningDroneAmountPercentChar (Effect623)
[2020-04-21 06:22:45.267213] DEBUG: eos.gamedata: Loading damageRepairedSkillBonus (Effect2018)
[2020-04-21 06:22:45.267213] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect2018'
[2020-04-21 06:22:45.267213] DEBUG: eos.gamedata: Loading repairDroneShieldBonusBonus (Effect2019)
[2020-04-21 06:22:45.267213] DEBUG: eos.gamedata: Loading repairDroneArmorDamageAmountBonus (Effect2020)
[2020-04-21 06:22:45.267213] DEBUG: eos.gamedata: Loading repairDroneHullBonusBonus (Effect5769)
[2020-04-21 06:22:45.268210] DEBUG: eos.gamedata: Loading droneSalvageBonus (Effect5168)
[2020-04-21 06:22:45.268210] DEBUG: eos.gamedata: Loading droneSalvageSkillBonus (Effect5170)
[2020-04-21 06:22:45.269208] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect5170'
[2020-04-21 06:22:45.269208] DEBUG: eos.gamedata: Loading damageMultiplierSkillBonus (Effect146)
[2020-04-21 06:22:45.269208] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect146'
[2020-04-21 06:22:45.270212] DEBUG: eos.gamedata: Loading droneDmgBonus (Effect1730)
[2020-04-21 06:22:45.270212] DEBUG: eos.gamedata: Loading skillBonusDroneInterfacing (Effect6663)
[2020-04-21 06:22:45.271202] DEBUG: eos.gamedata: Loading tradeSkillBoostTradePremiumBonus (Effect415)
[2020-04-21 06:22:45.271202] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect415'
[2020-04-21 06:22:45.272199] DEBUG: eos.gamedata: Loading tradeTradePremiumBonusPostPercentTradePremiumChar (Effect416)
[2020-04-21 06:22:45.272199] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect416'
[2020-04-21 06:22:45.274342] DEBUG: eos.gamedata: Loading navigationSkillBoostVelocityBonus (Effect222)
[2020-04-21 06:22:45.274342] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect222'
[2020-04-21 06:22:45.274342] DEBUG: eos.gamedata: Loading navigationVelocityBonusPostPercentMaxVelocityShip (Effect394)
[2020-04-21 06:22:45.275306] DEBUG: eos.gamedata: Loading afterburnerDurationBonusPostPercentDurationLocationShipModulesRequiringAfterburner (Effect230)
[2020-04-21 06:22:45.275306] DEBUG: eos.gamedata: Loading fuelConservationCapNeedBonusPostPercentCapacitorNeedLocationShipModulesRequiringAfterburner (Effect506)
[2020-04-21 06:22:45.277297] DEBUG: eos.gamedata: Loading accerationControlSkillBoostSpeedFBonus (Effect228)
[2020-04-21 06:22:45.277297] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect228'
[2020-04-21 06:22:45.277297] DEBUG: eos.gamedata: Loading accerationControlSkillAb&MwdSpeedBoost (Effect1176)
[2020-04-21 06:22:45.278295] DEBUG: eos.gamedata: Loading highSpeedManuveringSkillBoostCapacitorNeedMultiplier (Effect243)
[2020-04-21 06:22:45.279294] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect243'
[2020-04-21 06:22:45.279294] DEBUG: eos.gamedata: Loading highSpeedManuveringCapacitorNeedMultiplierPostPercentCapacitorNeedLocationShipModulesRequiringHighSpeedManuvering (Effect244)
[2020-04-21 06:22:45.279294] DEBUG: eos.gamedata: Loading warpdriveoperationSkillBoostWarpCapacitorNeedBonus (Effect234)
[2020-04-21 06:22:45.280292] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect234'
[2020-04-21 06:22:45.280292] DEBUG: eos.gamedata: Loading warpDriveOperationWarpCapacitorNeedBonusPostPercentWarpCapacitorNeedLocationShipGroupPropulsion (Effect494)
[2020-04-21 06:22:45.281291] DEBUG: eos.gamedata: Loading jumpDriveSkillsCapacitorNeedBonus (Effect1722)
[2020-04-21 06:22:45.281291] DEBUG: eos.gamedata: Loading jumpDriveSkillsCapacitorNeedBonusSkillLevel (Effect1723)
[2020-04-21 06:22:45.281291] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect1723'
[2020-04-21 06:22:45.282293] DEBUG: eos.gamedata: Loading signatureAnalysisSkillBoostScanspeedBonus (Effect204)
[2020-04-21 06:22:45.282822] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect204'
[2020-04-21 06:22:45.282822] DEBUG: eos.gamedata: Loading signatureAnalysisScanspeedBonusPostPercentScanSpeedLocationShip (Effect205)
[2020-04-21 06:22:45.282822] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect205'
[2020-04-21 06:22:45.282822] DEBUG: eos.gamedata: Loading surveyScanspeedBonusPostPercentDurationLocationShipModulesRequiringElectronics (Effect744)
[2020-04-21 06:22:45.286364] DEBUG: eos.gamedata: Loading skillMJDdurationBonus (Effect4923)
[2020-04-21 06:22:45.287361] DEBUG: eos.gamedata: Loading skillTargetBreakerDurationBonus2 (Effect4945)
[2020-04-21 06:22:45.287361] DEBUG: eos.gamedata: Loading skillTargetBreakerCapNeedBonus2 (Effect4946)
[2020-04-21 06:22:45.288389] DEBUG: eos.gamedata: Loading selfT2SmallHybridRailDamageBonus (Effect1006)
[2020-04-21 06:22:45.289351] DEBUG: eos.gamedata: Loading selfT2SmallLaserBeamDamageBonus (Effect1004)
[2020-04-21 06:22:45.289351] DEBUG: eos.gamedata: Loading selfT2SmallProjectileACDamageBonus (Effect1007)
[2020-04-21 06:22:45.290382] DEBUG: eos.gamedata: Loading skillAdvancedWeaponUpgradesPowerNeedBonus (Effect1638)
[2020-04-21 06:22:45.290382] DEBUG: eos.gamedata: Loading skillAdvancedWeaponUpgradesPowerNeedBonusBombLaunchers (Effect3520)
[2020-04-21 06:22:45.291381] DEBUG: eos.gamedata: Loading damageCloudChanceReductionFixed (Effect5372)
[2020-04-21 06:22:45.291381] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect5372'
[2020-04-21 06:22:45.291381] DEBUG: eos.gamedata: Loading deepCoreMiningSkillBoostDamageCloudChanceReductionMul (Effect5373)
[2020-04-21 06:22:45.291381] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect5373'
[2020-04-21 06:22:45.301403] DEBUG: eos.gamedata: Loading shieldCompensationSkillBoostHardeningBonus (Effect1897)
[2020-04-21 06:22:45.301403] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect1897'
[2020-04-21 06:22:45.301403] DEBUG: eos.gamedata: Loading thermalShieldCompensationHardeningBonusGroupShieldAmp (Effect2056)
[2020-04-21 06:22:45.302848] DEBUG: eos.gamedata: Loading armoredCommandStrengthBonus (Effect6776)
[2020-04-21 06:22:45.304355] DEBUG: eos.gamedata: Loading skirmishCommandStrengthBonus (Effect6779)
[2020-04-21 06:22:45.305353] DEBUG: eos.gamedata: Loading cloakingTargetingDelayBonusPostPercentCloakingTargetingDelayBonusForShipModulesRequiringCloaking (Effect848)
[2020-04-21 06:22:45.306351] DEBUG: eos.gamedata: Loading cloakingSkillBoostCloakingTargetingDelayBonus (Effect850)
[2020-04-21 06:22:45.306351] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect850'
[2020-04-21 06:22:45.308345] DEBUG: eos.gamedata: Loading interceptorsSkillLevelPreMulEliteBonusInterceptorShip (Effect703)
[2020-04-21 06:22:45.308345] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect703'
[2020-04-21 06:22:45.308345] DEBUG: eos.gamedata: Loading interceptors2SkillLevelPreMulEliteBonusInterceptorShip (Effect1279)
[2020-04-21 06:22:45.308345] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect1279'
[2020-04-21 06:22:45.309342] DEBUG: eos.gamedata: Loading covertOpsSkillLevelPreMulEliteBonusCoverOpsShip (Effect704)
[2020-04-21 06:22:45.310343] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect704'
[2020-04-21 06:22:45.310343] DEBUG: eos.gamedata: Loading covertOpsSkillLevelPreMulEliteBonusCoverOpsShip2 (Effect1405)
[2020-04-21 06:22:45.310343] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect1405'
[2020-04-21 06:22:45.310343] DEBUG: eos.gamedata: Loading covertOpsSkillLevelPreMulEliteBonusCoverOpsShip3 (Effect4480)
[2020-04-21 06:22:45.310343] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect4480'
[2020-04-21 06:22:45.311341] DEBUG: eos.gamedata: Loading covertOpsSkillLevelPreMulEliteBonusCoverOpsShip4 (Effect6998)
[2020-04-21 06:22:45.311341] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect6998'
[2020-04-21 06:22:45.312334] DEBUG: eos.gamedata: Loading gunshipSkillMultiplier1 (Effect987)
[2020-04-21 06:22:45.312334] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect987'
[2020-04-21 06:22:45.313367] DEBUG: eos.gamedata: Loading gunshipSkillMultiplier2 (Effect988)
[2020-04-21 06:22:45.313367] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect988'
[2020-04-21 06:22:45.314364] DEBUG: eos.gamedata: Loading logisticSkillMultiplier1 (Effect1052)
[2020-04-21 06:22:45.314364] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect1052'
[2020-04-21 06:22:45.314364] DEBUG: eos.gamedata: Loading logisticSkillMultiplier2 (Effect1053)
[2020-04-21 06:22:45.314364] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect1053'
[2020-04-21 06:22:45.314364] DEBUG: eos.gamedata: Loading logisticSkillMultiplier3 (Effect6718)
[2020-04-21 06:22:45.314364] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect6718'
[2020-04-21 06:22:45.316326] DEBUG: eos.gamedata: Loading skillInterdictorEliteBonus1SkillLevel (Effect2426)
[2020-04-21 06:22:45.316326] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect2426'
[2020-04-21 06:22:45.316326] DEBUG: eos.gamedata: Loading skillInterdictorEliteBonus2SkillLevel (Effect2427)
[2020-04-21 06:22:45.316326] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect2427'
[2020-04-21 06:22:45.317321] DEBUG: eos.gamedata: Loading cSOTrainingSkillBoostResearchGangSizeBonus (Effect334)
[2020-04-21 06:22:45.318354] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect334'
[2020-04-21 06:22:45.318354] DEBUG: eos.gamedata: Loading cSOTrainingResearchGangSizeBonusModAddMaxResearchGangSizeShip (Effect335)
[2020-04-21 06:22:45.318354] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect335'
[2020-04-21 06:22:45.331338] DEBUG: eos.gamedata: Loading selfT2SmallProjectileArtyDamageBonus (Effect1008)
[2020-04-21 06:22:45.332336] DEBUG: eos.gamedata: Loading selfT2MediumProjectileArtyDamageBonus (Effect1014)
[2020-04-21 06:22:45.333335] DEBUG: eos.gamedata: Loading selfT2LargeProjectileArtyDamageBonus (Effect1020)
[2020-04-21 06:22:45.335331] DEBUG: eos.gamedata: Loading selfT2MediumLaserBeamDamageBonus (Effect1010)
[2020-04-21 06:22:45.336325] DEBUG: eos.gamedata: Loading selfT2LargeLaserBeamDamageBonus (Effect1016)
[2020-04-21 06:22:45.337321] DEBUG: eos.gamedata: Loading selfT2MediumHybridRailDamageBonus (Effect1012)
[2020-04-21 06:22:45.338319] DEBUG: eos.gamedata: Loading selfT2LargeHybridRailDamageBonus (Effect1018)
[2020-04-21 06:22:45.339319] DEBUG: eos.gamedata: Loading selfT2MediumProjectileACDamageBonus (Effect1013)
[2020-04-21 06:22:45.341311] DEBUG: eos.gamedata: Loading selfT2LargeProjectileACDamageBonus (Effect1019)
[2020-04-21 06:22:45.342308] DEBUG: eos.gamedata: Loading selfT2SmallHybridBlasterDamageBonus (Effect1005)
[2020-04-21 06:22:45.343373] DEBUG: eos.gamedata: Loading selfT2MediumHybridBlasterDamageBonus (Effect1011)
[2020-04-21 06:22:45.345350] DEBUG: eos.gamedata: Loading selfT2LargeHybridBlasterDamageBonus (Effect1017)
[2020-04-21 06:22:45.346350] DEBUG: eos.gamedata: Loading selfT2SmallLaserPulseDamageBonus (Effect1003)
[2020-04-21 06:22:45.347346] DEBUG: eos.gamedata: Loading selfT2MediumLaserPulseDamageBonus (Effect1009)
[2020-04-21 06:22:45.348344] DEBUG: eos.gamedata: Loading selfT2LargeLaserPulseDamageBonus (Effect1015)
[2020-04-21 06:22:45.350336] DEBUG: eos.gamedata: Loading skillMultiplierMaxVelocityBonus (Effect6666)
[2020-04-21 06:22:45.351338] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect6666'
[2020-04-21 06:22:45.351338] DEBUG: eos.gamedata: Loading skillBonusDroneNavigation (Effect6667)
[2020-04-21 06:22:45.352335] DEBUG: eos.gamedata: Loading emShieldCompensationHardeningBonusGroupShieldAmp (Effect2053)
[2020-04-21 06:22:45.353396] DEBUG: eos.gamedata: Loading kineticShieldCompensationHardeningBonusGroupShieldAmp (Effect2055)
[2020-04-21 06:22:45.354411] DEBUG: eos.gamedata: Loading explosiveShieldCompensationHardeningBonusGroupShieldAmp (Effect2054)
[2020-04-21 06:22:45.355408] DEBUG: eos.gamedata: Loading heavyMissilesSkillBoostMaxflightTimeBonus (Effect663)
[2020-04-21 06:22:45.355408] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect663'
[2020-04-21 06:22:45.355408] DEBUG: eos.gamedata: Loading missileBombardmentMaxFlightTimeBonusPostPercentExplosionDelayOwnerCharModulesRequiringMissileLauncherOperation (Effect784)
[2020-04-21 06:22:45.356405] DEBUG: eos.gamedata: Loading missileSkillMissileProjectileVelocityBonus (Effect1764)
[2020-04-21 06:22:45.356405] DEBUG: eos.gamedata: Loading missileSkillMissileProjectileVelocityBonusSkillLevel (Effect1765)
[2020-04-21 06:22:45.356405] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect1765'
[2020-04-21 06:22:45.359398] DEBUG: eos.gamedata: Loading archaeologyAccessDifficultyBonusMultiplier (Effect4803)
[2020-04-21 06:22:45.359398] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect4803'
[2020-04-21 06:22:45.359398] DEBUG: eos.gamedata: Loading dataMiningSkillBoostAccessDifficultyBonusAbsolutePercent (Effect4804)
[2020-04-21 06:22:45.360395] DEBUG: eos.gamedata: Loading dataMiningSkillLevelVirusCoherenceBonusModifier2 (Effect5435)
[2020-04-21 06:22:45.360395] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect5435'
[2020-04-21 06:22:45.360395] DEBUG: eos.gamedata: Loading archaeologySkillVirusBonus (Effect5437)
[2020-04-21 06:22:45.361394] DEBUG: eos.gamedata: Loading remoteArmorSystemsCapNeedBonusPostPercentCapacitorNeedLocationShipModulesRequiringRemoteArmorSystems (Effect1030)
[2020-04-21 06:22:45.361394] DEBUG: eos.gamedata: Loading iceHarvestCycleTimeModulesRequiringIceHarvesting (Effect1190)
[2020-04-21 06:22:45.362875] DEBUG: eos.gamedata: Loading iceHarvestCycleTimeBonus (Effect1191)
[2020-04-21 06:22:45.362875] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect1191'
[2020-04-21 06:22:45.363434] DEBUG: eos.gamedata: Loading warshipSkillMultiplier2 (Effect1077)
[2020-04-21 06:22:45.363434] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect1077'
[2020-04-21 06:22:45.363434] DEBUG: eos.gamedata: Loading warshipSkillMultiplier1 (Effect1079)
[2020-04-21 06:22:45.363434] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect1079'
[2020-04-21 06:22:45.367442] DEBUG: eos.gamedata: Loading miningBargeSkillLevelPostMulShipBonusORE2Ship (Effect1188)
[2020-04-21 06:22:45.367442] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect1188'
[2020-04-21 06:22:45.367442] DEBUG: eos.gamedata: Loading miningBargeSkillLevelPostMulShipBonusORE3Ship (Effect1849)
[2020-04-21 06:22:45.367442] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect1849'
[2020-04-21 06:22:45.369438] DEBUG: eos.gamedata: Loading eliteIndustrial1SkillLevelPreMulEliteBonusEliteIndustrialShip (Effect1282)
[2020-04-21 06:22:45.369438] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect1282'
[2020-04-21 06:22:45.369438] DEBUG: eos.gamedata: Loading eliteIndustrial2SkillLevelPreMulEliteBonusEliteIndustrialShip (Effect1283)
[2020-04-21 06:22:45.370438] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect1283'
[2020-04-21 06:22:45.370438] DEBUG: eos.gamedata: Loading eliteIndustrialExtenderSkillBonus (Effect3753)
[2020-04-21 06:22:45.370438] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect3753'
[2020-04-21 06:22:45.370438] DEBUG: eos.gamedata: Loading zColinSkillTransportCovertCloakMod (Effect3755)
[2020-04-21 06:22:45.370438] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect3755'
[2020-04-21 06:22:45.371449] DEBUG: eos.gamedata: Loading ewSkillRsdMaxRangeBonus (Effect1445)
[2020-04-21 06:22:45.371449] DEBUG: eos.gamedata: Loading ewSkillTpMaxRangeBonus (Effect1446)
[2020-04-21 06:22:45.371449] DEBUG: eos.gamedata: Loading ewSkillTdMaxRangeBonus (Effect1448)
[2020-04-21 06:22:45.371449] DEBUG: eos.gamedata: Loading ewSkillEwMaxRangeBonus (Effect1452)
[2020-04-21 06:22:45.372412] DEBUG: eos.gamedata: Loading ewSkillEcmBurstRangeBonus (Effect2491)
[2020-04-21 06:22:45.372412] DEBUG: eos.gamedata: Loading ewSkillRsdFallOffBonus (Effect1449)
[2020-04-21 06:22:45.373436] DEBUG: eos.gamedata: Loading ewSkillTpFallOffBonus (Effect1450)
[2020-04-21 06:22:45.373436] DEBUG: eos.gamedata: Loading ewSkillTdFallOffBonus (Effect1451)
[2020-04-21 06:22:45.373436] DEBUG: eos.gamedata: Loading ewSkillEwFallOffBonus (Effect1453)
[2020-04-21 06:22:45.374431] DEBUG: eos.gamedata: Loading ewSkillScanStrengthBonus (Effect1318)
[2020-04-21 06:22:45.374431] DEBUG: eos.gamedata: Loading ewSkillScanStrengthBonusSkillLevel (Effect1321)
[2020-04-21 06:22:45.374431] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect1321'
[2020-04-21 06:22:45.375430] DEBUG: eos.gamedata: Loading ewSkillSignalSuppressionScanResolutionBonus (Effect3586)
[2020-04-21 06:22:45.375430] DEBUG: eos.gamedata: Loading ewSkillSignalSuppressionMaxTargetRangeBonus (Effect3591)
[2020-04-21 06:22:45.376426] DEBUG: eos.gamedata: Loading ewSkillTrackingDisruptionTrackingSpeedBonus (Effect3561)
[2020-04-21 06:22:45.376426] DEBUG: eos.gamedata: Loading ewSkillTrackingDisruptionRangeDisruptionBonus (Effect5793)
[2020-04-21 06:22:45.376426] DEBUG: eos.gamedata: Loading ewSkillGuidanceDisruptionBonus (Effect6386)
[2020-04-21 06:22:45.377421] DEBUG: eos.gamedata: Loading ewSkillTpCapNeedBonusSkillLevel (Effect1370)
[2020-04-21 06:22:45.377421] DEBUG: eos.gamedata: Loading ewSkillTargetPaintingStrengthBonusSkillLevel (Effect1373)
[2020-04-21 06:22:45.377421] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect1373'
[2020-04-21 06:22:45.378417] DEBUG: eos.gamedata: Loading ewSkillTargetPaintingStrengthBonus (Effect1550)
[2020-04-21 06:22:45.378417] DEBUG: eos.gamedata: Loading selfRof (Effect1851)
[2020-04-21 06:22:45.381414] DEBUG: eos.gamedata: Loading missileSkillAoeCloudSizeBonus (Effect1472)
[2020-04-21 06:22:45.381414] DEBUG: eos.gamedata: Loading missileSkillAoeCloudSizeBonusSkillLevel (Effect1473)
[2020-04-21 06:22:45.381414] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect1473'
[2020-04-21 06:22:45.382402] DEBUG: eos.gamedata: Loading missileSkillAoeVelocityBonusSkillLevel (Effect1467)
[2020-04-21 06:22:45.382402] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect1467'
[2020-04-21 06:22:45.382402] DEBUG: eos.gamedata: Loading missileSkillAoeVelocityBonus (Effect1590)
[2020-04-21 06:22:45.383419] DEBUG: eos.gamedata: Loading missileSkillWarheadUpgradesEmDamageBonus (Effect1595)
[2020-04-21 06:22:45.383419] DEBUG: eos.gamedata: Loading missileSkillWarheadUpgradesExplosiveDamageBonus (Effect1596)
[2020-04-21 06:22:45.384417] DEBUG: eos.gamedata: Loading missileSkillWarheadUpgradesKineticDamageBonus (Effect1597)
[2020-04-21 06:22:45.384417] DEBUG: eos.gamedata: Loading missileSkillWarheadUpgradesThermalDamageBonus (Effect1657)
[2020-04-21 06:22:45.384417] DEBUG: eos.gamedata: Loading capitalTurretSkillLaserDamage (Effect1585)
[2020-04-21 06:22:45.385414] DEBUG: eos.gamedata: Loading skillAdvancedSpaceshipAgilityBonus (Effect1614)
[2020-04-21 06:22:45.385414] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect1614'
[2020-04-21 06:22:45.387406] DEBUG: eos.gamedata: Loading armoredCommandDurationBonus (Effect6770)
[2020-04-21 06:22:45.387406] DEBUG: eos.gamedata: Loading informationCommandDurationBonus (Effect6772)
[2020-04-21 06:22:45.388402] DEBUG: eos.gamedata: Loading freighterA1SkillLevel (Effect1659)
[2020-04-21 06:22:45.388402] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect1659'
[2020-04-21 06:22:45.388402] DEBUG: eos.gamedata: Loading freighterA2SkillLevel (Effect1660)
[2020-04-21 06:22:45.389401] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect1660'
[2020-04-21 06:22:45.389401] DEBUG: eos.gamedata: Loading skillMultiplierShipBonusDreadnoughtAmarr (Effect6489)
[2020-04-21 06:22:45.389401] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect6489'
[2020-04-21 06:22:45.390398] DEBUG: eos.gamedata: Loading freighterC1SkillLevel (Effect1661)
[2020-04-21 06:22:45.390398] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect1661'
[2020-04-21 06:22:45.391364] DEBUG: eos.gamedata: Loading freighterC2SkillLevel (Effect1663)
[2020-04-21 06:22:45.391364] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect1663'
[2020-04-21 06:22:45.392360] DEBUG: eos.gamedata: Loading freighterG1SkillLevel (Effect1664)
[2020-04-21 06:22:45.392360] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect1664'
[2020-04-21 06:22:45.392360] DEBUG: eos.gamedata: Loading freighterG2SkillLevel (Effect1665)
[2020-04-21 06:22:45.392360] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect1665'
[2020-04-21 06:22:45.393417] DEBUG: eos.gamedata: Loading freighterM1SkillLevel (Effect1666)
[2020-04-21 06:22:45.393417] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect1666'
[2020-04-21 06:22:45.393417] DEBUG: eos.gamedata: Loading freighterM2SkillLevel (Effect1667)
[2020-04-21 06:22:45.393417] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect1667'
[2020-04-21 06:22:45.394432] DEBUG: eos.gamedata: Loading skillMultiplierShipBonusDreadnoughtCaldari (Effect6492)
[2020-04-21 06:22:45.394432] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect6492'
[2020-04-21 06:22:45.395429] DEBUG: eos.gamedata: Loading skillMultiplierShipBonusDreadnoughtGallente (Effect6495)
[2020-04-21 06:22:45.395429] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect6495'
[2020-04-21 06:22:45.396392] DEBUG: eos.gamedata: Loading skillMultiplierShipBonusDreadnoughtMinmatar (Effect6498)
[2020-04-21 06:22:45.396392] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect6498'
[2020-04-21 06:22:45.397424] DEBUG: eos.gamedata: Loading skillCapitalShipsAdvancedAgility (Effect1616)
[2020-04-21 06:22:45.397424] DEBUG: eos.gamedata: Loading shieldOperationSkillBoostCapacitorNeedBonusSkillLevel (Effect1499)
[2020-04-21 06:22:45.398388] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect1499'
[2020-04-21 06:22:45.398388] DEBUG: eos.gamedata: Loading shieldOperationSkillBoostCapacitorNeedBonus (Effect1500)
[2020-04-21 06:22:45.399420] DEBUG: eos.gamedata: Loading cynosuralTheoryConsumptionBonus (Effect3526)
[2020-04-21 06:22:45.399420] DEBUG: eos.gamedata: Loading skillConsumptionQuantityBonusPercentageSkillLevel (Effect3527)
[2020-04-21 06:22:45.399420] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect3527'
[2020-04-21 06:22:45.400415] DEBUG: eos.gamedata: Loading skillJumpDriveConsumptionAmountBonusPercentage (Effect3532)
[2020-04-21 06:22:45.401415] DEBUG: eos.gamedata: Loading jumpDriveSkillsRangeBonus (Effect1581)
[2020-04-21 06:22:45.401415] DEBUG: eos.gamedata: Loading jumpDriveSkillsRangeBonusSkillLevel (Effect1582)
[2020-04-21 06:22:45.401415] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect1582'
[2020-04-21 06:22:45.401415] DEBUG: eos.gamedata: Loading capitalTurretSkillHybridDamage (Effect1587)
[2020-04-21 06:22:45.402895] DEBUG: eos.gamedata: Loading capitalTurretSkillProjectileDamage (Effect1586)
[2020-04-21 06:22:45.403467] DEBUG: eos.gamedata: Loading capitalLauncherSkillCitadelKineticDamage (Effect1588)
[2020-04-21 06:22:45.403467] DEBUG: eos.gamedata: Loading capitalLauncherSkillCitadelEmDamage (Effect1592)
[2020-04-21 06:22:45.404436] DEBUG: eos.gamedata: Loading capitalLauncherSkillCitadelExplosiveDamage (Effect1593)
[2020-04-21 06:22:45.404436] DEBUG: eos.gamedata: Loading capitalLauncherSkillCitadelThermalDamage (Effect1594)
[2020-04-21 06:22:45.404436] DEBUG: eos.gamedata: Loading hackingAccessDifficultyBonusMultiplier (Effect4802)
[2020-04-21 06:22:45.405435] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect4802'
[2020-04-21 06:22:45.405435] DEBUG: eos.gamedata: Loading hackingSkillVirusBonus (Effect5433)
[2020-04-21 06:22:45.407440] DEBUG: eos.gamedata: Loading capitalShieldOperationSkillCapacitorNeedBonus (Effect1634)
[2020-04-21 06:22:45.408425] DEBUG: eos.gamedata: Loading capitalRepairSystemsSkillDurationBonus (Effect1635)
[2020-04-21 06:22:45.408425] DEBUG: eos.gamedata: Loading skillSiegeModuleConsumptionQuantityBonus (Effect1650)
[2020-04-21 06:22:45.409424] DEBUG: eos.gamedata: Loading skillCynosural&SiegeConsumQuantityBonusSkillLevel (Effect1651)
[2020-04-21 06:22:45.409424] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect1651'
[2020-04-21 06:22:45.410418] DEBUG: eos.gamedata: Loading miningForemanDurationBonus (Effect6774)
[2020-04-21 06:22:45.411417] DEBUG: eos.gamedata: Loading miningDroneSpecBonus (Effect6762)
[2020-04-21 06:22:45.411417] DEBUG: eos.gamedata: Loading eliteBargeSkillMultiplier1 (Effect1838)
[2020-04-21 06:22:45.411417] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect1838'
[2020-04-21 06:22:45.412381] DEBUG: eos.gamedata: Loading eliteBargeSkillMultiplier2 (Effect1839)
[2020-04-21 06:22:45.412381] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect1839'
[2020-04-21 06:22:45.412381] DEBUG: eos.gamedata: Loading miningForemanStrengthBonus (Effect6780)
[2020-04-21 06:22:45.413449] DEBUG: eos.gamedata: Loading miningUpgradeCPUReductionBonus (Effect1895)
[2020-04-21 06:22:45.413449] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect1895'
[2020-04-21 06:22:45.413449] DEBUG: eos.gamedata: Loading miningUpgradeCPUPenaltyReductionModulesRequiringMiningUpgradePercent (Effect2456)
[2020-04-21 06:22:45.415452] DEBUG: eos.gamedata: Loading reconShipSkillMultiplier1 (Effect1908)
[2020-04-21 06:22:45.415452] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect1908'
[2020-04-21 06:22:45.415452] DEBUG: eos.gamedata: Loading reconShipSkillMultiplier2 (Effect1909)
[2020-04-21 06:22:45.416450] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect1909'
[2020-04-21 06:22:45.416450] DEBUG: eos.gamedata: Loading reconShipSkillMultiplier3 (Effect6022)
[2020-04-21 06:22:45.416450] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect6022'
[2020-04-21 06:22:45.417444] DEBUG: eos.gamedata: Loading emArmorCompensationHardeningBonusGroupArmorCoating (Effect2105)
[2020-04-21 06:22:45.417444] DEBUG: eos.gamedata: Loading emArmorCompensationHardeningBonusGroupEnergized (Effect2109)
[2020-04-21 06:22:45.417444] DEBUG: eos.gamedata: Loading explosiveArmorCompensationHardeningBonusGroupArmorCoating (Effect2106)
[2020-04-21 06:22:45.418444] DEBUG: eos.gamedata: Loading explosiveArmorCompensationHardeningBonusGroupEnergized (Effect2110)
[2020-04-21 06:22:45.418444] DEBUG: eos.gamedata: Loading kineticArmorCompensationHardeningBonusGroupArmorCoating (Effect2107)
[2020-04-21 06:22:45.419440] DEBUG: eos.gamedata: Loading kineticArmorCompensationHardeningBonusGroupEnergized (Effect2111)
[2020-04-21 06:22:45.419440] DEBUG: eos.gamedata: Loading thermicArmorCompensationHardeningBonusGroupArmorCoating (Effect2108)
[2020-04-21 06:22:45.419440] DEBUG: eos.gamedata: Loading thermicArmorCompensationHardeningBonusGroupEnergized (Effect2112)
[2020-04-21 06:22:45.420436] DEBUG: eos.gamedata: Loading skillBonusFighters (Effect6560)
[2020-04-21 06:22:45.424442] DEBUG: eos.gamedata: Loading skillBonusDroneSharpshooting (Effect6664)
[2020-04-21 06:22:45.425442] DEBUG: eos.gamedata: Loading skillBonusDroneDurability (Effect6665)
[2020-04-21 06:22:45.425442] DEBUG: eos.gamedata: Loading commandShipSkillMultiplier1 (Effect2451)
[2020-04-21 06:22:45.425442] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect2451'
[2020-04-21 06:22:45.426435] DEBUG: eos.gamedata: Loading commandShipSkillMultiplier2 (Effect2452)
[2020-04-21 06:22:45.426435] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect2452'
[2020-04-21 06:22:45.426435] DEBUG: eos.gamedata: Loading commandShipSkillMultiplier3 (Effect5571)
[2020-04-21 06:22:45.426435] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect5571'
[2020-04-21 06:22:45.427431] DEBUG: eos.gamedata: Loading skillADDmaxJumpClones (Effect2311)
[2020-04-21 06:22:45.427431] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect2311'
[2020-04-21 06:22:45.429425] DEBUG: eos.gamedata: Loading skillMultiplierShipBonusForceAuxiliaryAmarr (Effect6514)
[2020-04-21 06:22:45.429425] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect6514'
[2020-04-21 06:22:45.429425] DEBUG: eos.gamedata: Loading skillMultiplierShipBonusCarrierAmarr (Effect6583)
[2020-04-21 06:22:45.429425] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect6583'
[2020-04-21 06:22:45.430426] DEBUG: eos.gamedata: Loading skillMultiplierShipBonusSupercarrierAmarr (Effect6587)
[2020-04-21 06:22:45.430426] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect6587'
[2020-04-21 06:22:45.430426] DEBUG: eos.gamedata: Loading skillMultiplierShipBonusForceAuxiliaryCaldari (Effect6517)
[2020-04-21 06:22:45.431419] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect6517'
[2020-04-21 06:22:45.431419] DEBUG: eos.gamedata: Loading skillMultiplierShipBonusCarrierCaldari (Effect6584)
[2020-04-21 06:22:45.431419] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect6584'
[2020-04-21 06:22:45.431419] DEBUG: eos.gamedata: Loading skillMultiplierShipBonusSupercarrierCaldari (Effect6588)
[2020-04-21 06:22:45.431419] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect6588'
[2020-04-21 06:22:45.432410] DEBUG: eos.gamedata: Loading skillMultiplierShipBonusForceAuxiliaryGallente (Effect6520)
[2020-04-21 06:22:45.432410] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect6520'
[2020-04-21 06:22:45.432410] DEBUG: eos.gamedata: Loading skillMultiplierShipBonusCarrierGallente (Effect6585)
[2020-04-21 06:22:45.432410] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect6585'
[2020-04-21 06:22:45.432410] DEBUG: eos.gamedata: Loading skillMultiplierShipBonusSupercarrierGallente (Effect6589)
[2020-04-21 06:22:45.433425] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect6589'
[2020-04-21 06:22:45.433425] DEBUG: eos.gamedata: Loading skillMultiplierShipBonusForceAuxiliaryMinmatar (Effect6523)
[2020-04-21 06:22:45.433425] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect6523'
[2020-04-21 06:22:45.434426] DEBUG: eos.gamedata: Loading skillMultiplierShipBonusCarrierMinmatar (Effect6586)
[2020-04-21 06:22:45.434426] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect6586'
[2020-04-21 06:22:45.434426] DEBUG: eos.gamedata: Loading skillMultiplierShipBonusSupercarrierMinmatar (Effect6590)
[2020-04-21 06:22:45.434426] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect6590'
[2020-04-21 06:22:45.435424] DEBUG: eos.gamedata: Loading skillConsumptionQuantityBonusPercentSkillLevel (Effect4813)
[2020-04-21 06:22:45.435424] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect4813'
[2020-04-21 06:22:45.435424] DEBUG: eos.gamedata: Loading jumpPortalConsumptionBonusPercentSkill (Effect4814)
[2020-04-21 06:22:45.436421] DEBUG: eos.gamedata: Loading skillSuperWeaponDmgBonus (Effect2402)
[2020-04-21 06:22:45.437423] DEBUG: eos.gamedata: Loading capitalRemoteArmorRepairerCapNeedBonusSkill (Effect2354)
[2020-04-21 06:22:45.437423] DEBUG: eos.gamedata: Loading capitalRemoteShieldTransferCapNeedBonusSkill (Effect2355)
[2020-04-21 06:22:45.438412] DEBUG: eos.gamedata: Loading capitalRemoteEnergyTransferCapNeedBonusSkill (Effect2356)
[2020-04-21 06:22:45.439410] DEBUG: eos.gamedata: Loading cloneVatMaxJumpCloneBonusSkillLevel (Effect2411)
[2020-04-21 06:22:45.439410] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect2411'
[2020-04-21 06:22:45.439410] DEBUG: eos.gamedata: Loading cloneVatMaxJumpCloneBonusSkillNew (Effect3313)
[2020-04-21 06:22:45.440405] DEBUG: eos.gamedata: Loading skillMultiplierFighterHangarSize (Effect6569)
[2020-04-21 06:22:45.440405] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect6569'
[2020-04-21 06:22:45.440405] DEBUG: eos.gamedata: Loading skillBonusFighterHangarManagement (Effect6570)
[2020-04-21 06:22:45.443527] DEBUG: eos.gamedata: Loading neurotoxinRecoverySkillBoostChanceBonus (Effect2580)
[2020-04-21 06:22:45.443527] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect2580'
[2020-04-21 06:22:45.444450] DEBUG: eos.gamedata: Loading modifyBoosterEffectChanceWithBoosterChanceBonusPostPercent (Effect2589)
[2020-04-21 06:22:45.444450] DEBUG: eos.gamedata: Loading naniteControlSkillBoostBoosterAttributeModifier (Effect2590)
[2020-04-21 06:22:45.445446] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect2590'
[2020-04-21 06:22:45.445446] DEBUG: eos.gamedata: Loading boosterModifyBoosterArmorPenalties (Effect2760)
[2020-04-21 06:22:45.446448] DEBUG: eos.gamedata: Loading boosterModifyBoosterShieldPenalty (Effect2763)
[2020-04-21 06:22:45.446448] DEBUG: eos.gamedata: Loading boosterModifyBoosterMaxVelocityAndCapacitorPenalty (Effect2766)
[2020-04-21 06:22:45.447443] DEBUG: eos.gamedata: Loading boosterModifyBoosterMissilePenalty (Effect2776)
[2020-04-21 06:22:45.447443] DEBUG: eos.gamedata: Loading boosterModifyBoosterTurretPenalty (Effect2778)
[2020-04-21 06:22:45.447443] DEBUG: eos.gamedata: Loading gasCloudHarvestingMaxGroupSkillLevel (Effect2727)
[2020-04-21 06:22:45.451430] DEBUG: eos.gamedata: Loading salvagingAccessDifficultyBonusMultiplier (Effect4801)
[2020-04-21 06:22:45.451430] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect4801'
[2020-04-21 06:22:45.453415] DEBUG: eos.gamedata: Loading rigDrawbackSkillEffect (Effect2725)
[2020-04-21 06:22:45.453415] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect2725'
[2020-04-21 06:22:45.453415] DEBUG: eos.gamedata: Loading rigDrawbackReductionArmor (Effect6697)
[2020-04-21 06:22:45.454392] DEBUG: eos.gamedata: Loading rigDrawbackReductionAstronautics (Effect6698)
[2020-04-21 06:22:45.455391] DEBUG: eos.gamedata: Loading rigDrawbackReductionDrones (Effect6699)
[2020-04-21 06:22:45.455391] DEBUG: eos.gamedata: Loading rigDrawbackReductionElectronic (Effect6700)
[2020-04-21 06:22:45.456385] DEBUG: eos.gamedata: Loading rigDrawbackReductionProjectile (Effect6701)
[2020-04-21 06:22:45.457380] DEBUG: eos.gamedata: Loading rigDrawbackReductionEnergyWeapon (Effect6702)
[2020-04-21 06:22:45.458379] DEBUG: eos.gamedata: Loading rigDrawbackReductionHybrid (Effect6703)
[2020-04-21 06:22:45.458379] DEBUG: eos.gamedata: Loading rigDrawbackReductionLauncher (Effect6704)
[2020-04-21 06:22:45.459376] DEBUG: eos.gamedata: Loading rigDrawbackReductionShield (Effect6705)
[2020-04-21 06:22:45.460373] DEBUG: eos.gamedata: Loading skillRemoteHullRepairSystemsCapNeedBonus (Effect2979)
[2020-04-21 06:22:45.460373] DEBUG: eos.gamedata: Loading skillTriageModuleConsumptionQuantityBonus (Effect2967)
[2020-04-21 06:22:45.461376] DEBUG: eos.gamedata: Loading skillRemoteECMDurationBonusSkillLevel (Effect2974)
[2020-04-21 06:22:45.461376] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect2974'
[2020-04-21 06:22:45.461376] DEBUG: eos.gamedata: Loading skillRemoteECMDurationBonus (Effect2982)
[2020-04-21 06:22:45.462512] DEBUG: eos.gamedata: Loading skillCapitalRemoteHullRepairSystemsCapNeedBonus (Effect2980)
[2020-04-21 06:22:45.463532] DEBUG: eos.gamedata: Loading skillBombDeploymentModuleReactivationDelayBonus (Effect3036)
[2020-04-21 06:22:45.464533] DEBUG: eos.gamedata: Loading thermodynamicsSkillLevel (Effect3195)
[2020-04-21 06:22:45.464533] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect3195'
[2020-04-21 06:22:45.464533] DEBUG: eos.gamedata: Loading thermodynamicsSkillDamageBonus (Effect3196)
[2020-04-21 06:22:45.465529] DEBUG: eos.gamedata: Loading oreCapitalShipSkillMultiplier1 (Effect3262)
[2020-04-21 06:22:45.465529] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect3262'
[2020-04-21 06:22:45.465529] DEBUG: eos.gamedata: Loading oreCapitalShipSkillMultiplier2 (Effect3263)
[2020-04-21 06:22:45.465529] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect3263'
[2020-04-21 06:22:45.465529] DEBUG: eos.gamedata: Loading oreCapitalShipSkillMultiplier3 (Effect3311)
[2020-04-21 06:22:45.465529] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect3311'
[2020-04-21 06:22:45.466527] DEBUG: eos.gamedata: Loading oreCapitalShipSkillMultiplier4 (Effect3327)
[2020-04-21 06:22:45.466527] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect3327'
[2020-04-21 06:22:45.466527] DEBUG: eos.gamedata: Loading oreCapitalShipSkillMultiplier5 (Effect6791)
[2020-04-21 06:22:45.466527] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect6791'
[2020-04-21 06:22:45.467487] DEBUG: eos.gamedata: Loading skillIndustrialReconfigurationConsumptionQuantityBonus (Effect3264)
[2020-04-21 06:22:45.468521] DEBUG: eos.gamedata: Loading heavyInterdictorsSkillMultiplier1 (Effect3344)
[2020-04-21 06:22:45.468521] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect3344'
[2020-04-21 06:22:45.468521] DEBUG: eos.gamedata: Loading heavyInterdictorsSkillMultiplier2 (Effect3345)
[2020-04-21 06:22:45.468521] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect3345'
[2020-04-21 06:22:45.469520] DEBUG: eos.gamedata: Loading electronicAttackShipsSkillMultiplier1 (Effect3358)
[2020-04-21 06:22:45.469520] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect3358'
[2020-04-21 06:22:45.469520] DEBUG: eos.gamedata: Loading electronicAttackShipsSkillMultiplier2 (Effect3359)
[2020-04-21 06:22:45.469520] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect3359'
[2020-04-21 06:22:45.469520] DEBUG: eos.gamedata: Loading electronicAttackShipsSkillMultiplier3 (Effect6279)
[2020-04-21 06:22:45.470516] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect6279'
[2020-04-21 06:22:45.470516] DEBUG: eos.gamedata: Loading blackOpsSkillMultiplier1 (Effect3404)
[2020-04-21 06:22:45.470516] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect3404'
[2020-04-21 06:22:45.471509] DEBUG: eos.gamedata: Loading blackOpsSkillMultiplier2 (Effect3405)
[2020-04-21 06:22:45.471509] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect3405'
[2020-04-21 06:22:45.471509] DEBUG: eos.gamedata: Loading blackOpsSkillMultiplier3 (Effect6875)
[2020-04-21 06:22:45.471509] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect6875'
[2020-04-21 06:22:45.471509] DEBUG: eos.gamedata: Loading blackOpsSkillMultiplier4 (Effect6876)
[2020-04-21 06:22:45.471509] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect6876'
[2020-04-21 06:22:45.472942] DEBUG: eos.gamedata: Loading violatorsSkillMultiplier1 (Effect3408)
[2020-04-21 06:22:45.472980] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect3408'
[2020-04-21 06:22:45.472980] DEBUG: eos.gamedata: Loading violatorsSkillMultiplier2 (Effect3409)
[2020-04-21 06:22:45.472980] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect3409'
[2020-04-21 06:22:45.473599] DEBUG: eos.gamedata: Loading skillNaniteOperationRepairCost (Effect3521)
[2020-04-21 06:22:45.473599] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect3521'
[2020-04-21 06:22:45.473599] DEBUG: eos.gamedata: Loading skillNaniteOperationRepairCostLevel (Effect3522)
[2020-04-21 06:22:45.474561] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect3522'
[2020-04-21 06:22:45.474561] DEBUG: eos.gamedata: Loading skillNaniteInterfacingRepairTimeLevel (Effect3524)
[2020-04-21 06:22:45.474561] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect3524'
[2020-04-21 06:22:45.475560] DEBUG: eos.gamedata: Loading skillNaniteInterfacingRepairTime2 (Effect3723)
[2020-04-21 06:22:45.475560] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect3723'
[2020-04-21 06:22:45.475560] DEBUG: eos.gamedata: Loading jumpFreightersSkillMultiplier1 (Effect3595)
[2020-04-21 06:22:45.476520] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect3595'
[2020-04-21 06:22:45.476520] DEBUG: eos.gamedata: Loading jumpFreightersSkillMultiplier2 (Effect3596)
[2020-04-21 06:22:45.476520] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect3596'
[2020-04-21 06:22:45.477553] DEBUG: eos.gamedata: Loading industrialCommandShipSkillLevelMultiplierICS1 (Effect3741)
[2020-04-21 06:22:45.477553] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect3741'
[2020-04-21 06:22:45.477553] DEBUG: eos.gamedata: Loading industrialCommandShipSkillLevelMultiplierICS2 (Effect3743)
[2020-04-21 06:22:45.477553] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect3743'
[2020-04-21 06:22:45.477553] DEBUG: eos.gamedata: Loading industrialCommandShipSkillLevelMultiplierICS3 (Effect6739)
[2020-04-21 06:22:45.477553] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect6739'
[2020-04-21 06:22:45.477553] DEBUG: eos.gamedata: Loading industrialCommandShipSkillLevelMultiplierICS4 (Effect6740)
[2020-04-21 06:22:45.478554] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect6740'
[2020-04-21 06:22:45.478554] DEBUG: eos.gamedata: Loading industrialCommandShipSkillLevelMultiplierICS5 (Effect6785)
[2020-04-21 06:22:45.478554] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect6785'
[2020-04-21 06:22:45.480543] DEBUG: eos.gamedata: Loading subsystemSkillLevelAmarrDefensive (Effect3832)
[2020-04-21 06:22:45.480543] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect3832'
[2020-04-21 06:22:45.480543] DEBUG: eos.gamedata: Loading subsystemSkillLevelAmarrDefensive2 (Effect4195)
[2020-04-21 06:22:45.480543] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect4195'
[2020-04-21 06:22:45.480543] DEBUG: eos.gamedata: Loading subsystemSkillLevelAmarrDefensive3 (Effect6912)
[2020-04-21 06:22:45.481542] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect6912'
[2020-04-21 06:22:45.481542] DEBUG: eos.gamedata: Loading subsystemSkillLevelAmarrOffensive (Effect3847)
[2020-04-21 06:22:45.481542] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect3847'
[2020-04-21 06:22:45.481542] DEBUG: eos.gamedata: Loading subsystemSkillLevelAmarrOffensive2 (Effect4210)
[2020-04-21 06:22:45.481542] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect4210'
[2020-04-21 06:22:45.482907] DEBUG: eos.gamedata: Loading subsystemSkillLevelAmarrOffensive3 (Effect4338)
[2020-04-21 06:22:45.482907] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect4338'
[2020-04-21 06:22:45.483537] DEBUG: eos.gamedata: Loading subsystemSkillLevelAmarrPropulsion (Effect3848)
[2020-04-21 06:22:45.483537] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect3848'
[2020-04-21 06:22:45.483537] DEBUG: eos.gamedata: Loading subsystemSkillLevelAmarrPropulsion2 (Effect4211)
[2020-04-21 06:22:45.483537] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect4211'
[2020-04-21 06:22:45.484492] DEBUG: eos.gamedata: Loading subsystemSkillLevelAmarrEngineering (Effect3840)
[2020-04-21 06:22:45.484492] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect3840'
[2020-04-21 06:22:45.484492] DEBUG: eos.gamedata: Loading subsystemSkillLevelAmarrEngineering2 (Effect4203)
[2020-04-21 06:22:45.485489] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect4203'
[2020-04-21 06:22:45.485489] DEBUG: eos.gamedata: Loading subsystemSkillLevelAmarrEngineering3 (Effect6913)
[2020-04-21 06:22:45.485489] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect6913'
[2020-04-21 06:22:45.486488] DEBUG: eos.gamedata: Loading subsystemSkillLevelGallenteDefensive (Effect3834)
[2020-04-21 06:22:45.486488] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect3834'
[2020-04-21 06:22:45.486488] DEBUG: eos.gamedata: Loading subsystemSkillLevelGallenteDefensive2 (Effect4197)
[2020-04-21 06:22:45.486488] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect4197'
[2020-04-21 06:22:45.486488] DEBUG: eos.gamedata: Loading subsystemSkillLevelGallenteDefensive3 (Effect6917)
[2020-04-21 06:22:45.486488] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect6917'
[2020-04-21 06:22:45.487480] DEBUG: eos.gamedata: Loading subsystemSkillLevelCaldariDefensive (Effect3833)
[2020-04-21 06:22:45.487480] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect3833'
[2020-04-21 06:22:45.487480] DEBUG: eos.gamedata: Loading subsystemSkillLevelCaldariDefensive2 (Effect4196)
[2020-04-21 06:22:45.487480] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect4196'
[2020-04-21 06:22:45.488481] DEBUG: eos.gamedata: Loading subsystemSkillLevelCaldariDefensive3 (Effect6915)
[2020-04-21 06:22:45.488481] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect6915'
[2020-04-21 06:22:45.488481] DEBUG: eos.gamedata: Loading subsystemSkillLevelMinmatarDefensive (Effect3835)
[2020-04-21 06:22:45.489477] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect3835'
[2020-04-21 06:22:45.489477] DEBUG: eos.gamedata: Loading subsystemSkillLevelMinmatarDefensive2 (Effect4198)
[2020-04-21 06:22:45.489477] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect4198'
[2020-04-21 06:22:45.489477] DEBUG: eos.gamedata: Loading subsystemSkillLevelMinmatarDefensive3 (Effect6919)
[2020-04-21 06:22:45.489477] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect6919'
[2020-04-21 06:22:45.490471] DEBUG: eos.gamedata: Loading subsystemSkillLevelGallenteEngineering (Effect3842)
[2020-04-21 06:22:45.490471] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect3842'
[2020-04-21 06:22:45.490471] DEBUG: eos.gamedata: Loading subsystemSkillLevelGallenteEngineering2 (Effect4205)
[2020-04-21 06:22:45.490471] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect4205'
[2020-04-21 06:22:45.490471] DEBUG: eos.gamedata: Loading subsystemSkillLevelGallenteEngineering3 (Effect6916)
[2020-04-21 06:22:45.491459] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect6916'
[2020-04-21 06:22:45.491459] DEBUG: eos.gamedata: Loading subsystemSkillLevelMinmatarEngineering (Effect3843)
[2020-04-21 06:22:45.491459] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect3843'
[2020-04-21 06:22:45.491459] DEBUG: eos.gamedata: Loading subsystemSkillLevelMinmatarEngineering2 (Effect4206)
[2020-04-21 06:22:45.491459] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect4206'
[2020-04-21 06:22:45.491459] DEBUG: eos.gamedata: Loading subsystemSkillLevelMinmatarEngineering3 (Effect6918)
[2020-04-21 06:22:45.492901] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect6918'
[2020-04-21 06:22:45.493554] DEBUG: eos.gamedata: Loading subsystemSkillLevelCaldariEngineering (Effect3841)
[2020-04-21 06:22:45.493554] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect3841'
[2020-04-21 06:22:45.493554] DEBUG: eos.gamedata: Loading subsystemSkillLevelCaldariEngineering2 (Effect4204)
[2020-04-21 06:22:45.493554] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect4204'
[2020-04-21 06:22:45.493554] DEBUG: eos.gamedata: Loading subsystemSkillLevelCaldariEngineering3 (Effect6914)
[2020-04-21 06:22:45.494485] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect6914'
[2020-04-21 06:22:45.494485] DEBUG: eos.gamedata: Loading subsystemSkillLevelCaldariOffensive (Effect3846)
[2020-04-21 06:22:45.495475] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect3846'
[2020-04-21 06:22:45.495475] DEBUG: eos.gamedata: Loading subsystemSkillLevelCaldariOffensive2 (Effect4209)
[2020-04-21 06:22:45.495475] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect4209'
[2020-04-21 06:22:45.495475] DEBUG: eos.gamedata: Loading subsystemSkillLevelCaldariOffensive3 (Effect4339)
[2020-04-21 06:22:45.495475] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect4339'
[2020-04-21 06:22:45.496477] DEBUG: eos.gamedata: Loading subsystemSkillLevelGallenteOffensive (Effect3845)
[2020-04-21 06:22:45.496477] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect3845'
[2020-04-21 06:22:45.496477] DEBUG: eos.gamedata: Loading subsystemSkillLevelGallenteOffensive2 (Effect4208)
[2020-04-21 06:22:45.496477] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect4208'
[2020-04-21 06:22:45.496477] DEBUG: eos.gamedata: Loading subsystemSkillLevelGallenteOffensive3 (Effect4341)
[2020-04-21 06:22:45.497468] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect4341'
[2020-04-21 06:22:45.497468] DEBUG: eos.gamedata: Loading subsystemSkillLevelMinmatarOffensive (Effect3844)
[2020-04-21 06:22:45.498468] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect3844'
[2020-04-21 06:22:45.498468] DEBUG: eos.gamedata: Loading subsystemSkillLevelMinmatarOffensive2 (Effect4207)
[2020-04-21 06:22:45.498468] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect4207'
[2020-04-21 06:22:45.498468] DEBUG: eos.gamedata: Loading subsystemSkillLevelMinmatarOffensive3 (Effect4350)
[2020-04-21 06:22:45.498468] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect4350'
[2020-04-21 06:22:45.499467] DEBUG: eos.gamedata: Loading subsystemSkillLevelCaldariPropulsion (Effect3849)
[2020-04-21 06:22:45.499467] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect3849'
[2020-04-21 06:22:45.499467] DEBUG: eos.gamedata: Loading subsystemSkillLevelCaldariPropulsion2 (Effect4212)
[2020-04-21 06:22:45.499467] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect4212'
[2020-04-21 06:22:45.500461] DEBUG: eos.gamedata: Loading subsystemSkillLevelGallentePropulsion (Effect3850)
[2020-04-21 06:22:45.500461] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect3850'
[2020-04-21 06:22:45.500461] DEBUG: eos.gamedata: Loading subsystemSkillLevelGallentePropulsion2 (Effect4213)
[2020-04-21 06:22:45.500461] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect4213'
[2020-04-21 06:22:45.501453] DEBUG: eos.gamedata: Loading subsystemSkillLevelMinmatarPropulsion (Effect3851)
[2020-04-21 06:22:45.501453] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect3851'
[2020-04-21 06:22:45.501453] DEBUG: eos.gamedata: Loading subsystemSkillLevelMinmatarPropulsion2 (Effect4214)
[2020-04-21 06:22:45.501453] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect4214'
[2020-04-21 06:22:45.502871] DEBUG: eos.gamedata: Loading strategicCruiserAmarrSkillLevel1 (Effect4191)
[2020-04-21 06:22:45.502871] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect4191'
[2020-04-21 06:22:45.503418] DEBUG: eos.gamedata: Loading strategicCruiserAmarrSkillLevel2 (Effect6905)
[2020-04-21 06:22:45.503519] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect6905'
[2020-04-21 06:22:45.503519] DEBUG: eos.gamedata: Loading strategicCruiserCaldariSkillLevel1 (Effect4192)
[2020-04-21 06:22:45.504462] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect4192'
[2020-04-21 06:22:45.504462] DEBUG: eos.gamedata: Loading strategicCruiserCaldariSkillLevel2 (Effect6906)
[2020-04-21 06:22:45.504462] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect6906'
[2020-04-21 06:22:45.505453] DEBUG: eos.gamedata: Loading strategicCruiserGallenteSkillLevel1 (Effect4193)
[2020-04-21 06:22:45.505453] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect4193'
[2020-04-21 06:22:45.505453] DEBUG: eos.gamedata: Loading strategicCruiserGallenteSkillLevel2 (Effect6907)
[2020-04-21 06:22:45.505453] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect6907'
[2020-04-21 06:22:45.506419] DEBUG: eos.gamedata: Loading strategicCruiserMinmatarSkillLevel1 (Effect4194)
[2020-04-21 06:22:45.506419] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect4194'
[2020-04-21 06:22:45.506419] DEBUG: eos.gamedata: Loading strategicCruiserMinmatarSkillLevel2 (Effect6904)
[2020-04-21 06:22:45.506419] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect6904'
[2020-04-21 06:22:45.508412] DEBUG: eos.gamedata: Loading skillBonusHeavyFighters (Effect6563)
[2020-04-21 06:22:45.509408] DEBUG: eos.gamedata: Loading capitalLauncherSkillCruiseCitadelEmDamage1 (Effect4555)
[2020-04-21 06:22:45.509408] DEBUG: eos.gamedata: Loading capitalLauncherSkillCruiseCitadelExplosiveDamage1 (Effect4556)
[2020-04-21 06:22:45.509408] DEBUG: eos.gamedata: Loading capitalLauncherSkillCruiseCitadelKineticDamage1 (Effect4557)
[2020-04-21 06:22:45.509408] DEBUG: eos.gamedata: Loading capitalLauncherSkillCruiseCitadelThermalDamage1 (Effect4558)
[2020-04-21 06:22:45.510406] DEBUG: eos.gamedata: Loading skillReactiveArmorHardenerDurationBonus (Effect4976)
[2020-04-21 06:22:45.510406] DEBUG: eos.gamedata: Loading skillReactiveArmorHardenerCapNeedBonus (Effect5162)
[2020-04-21 06:22:45.511401] DEBUG: eos.gamedata: Loading miningFrigateSkillLevelPostMulShipBonusORE1frig (Effect5137)
[2020-04-21 06:22:45.511401] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect5137'
[2020-04-21 06:22:45.511401] DEBUG: eos.gamedata: Loading miningFrigateSkillLevelPostMulShipBonusORE2frig (Effect5138)
[2020-04-21 06:22:45.511401] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect5138'
[2020-04-21 06:22:45.512931] DEBUG: eos.gamedata: Loading sensorIntegritySkillLevelPreMulSensorStrengthBonusSelf (Effect5172)
[2020-04-21 06:22:45.512931] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect5172'
[2020-04-21 06:22:45.513503] DEBUG: eos.gamedata: Loading sensorCompensationSensorStrengthBonusMagnetometric (Effect5182)
[2020-04-21 06:22:45.513503] DEBUG: eos.gamedata: Loading sensorCompensationSensorStrengthBonusGravimetric (Effect5180)
[2020-04-21 06:22:45.514480] DEBUG: eos.gamedata: Loading sensorCompensationSensorStrengthBonusLadar (Effect5181)
[2020-04-21 06:22:45.515510] DEBUG: eos.gamedata: Loading sensorCompensationSensorStrengthBonusRadar (Effect5183)
[2020-04-21 06:22:45.516473] DEBUG: eos.gamedata: Loading armorUpgradesSkillBoostMassPenaltyReduction (Effect5200)
[2020-04-21 06:22:45.516473] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect5200'
[2020-04-21 06:22:45.516473] DEBUG: eos.gamedata: Loading armorUpgradesMassPenaltyReductionBonus (Effect5201)
[2020-04-21 06:22:45.517509] DEBUG: eos.gamedata: Loading destroyerSkillLevelPreMulShipBonusAD1Ship (Effect5276)
[2020-04-21 06:22:45.517509] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect5276'
[2020-04-21 06:22:45.517509] DEBUG: eos.gamedata: Loading destroyerSkillLevelPreMulShipBonusAD2Ship (Effect5277)
[2020-04-21 06:22:45.517509] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect5277'
[2020-04-21 06:22:45.518507] DEBUG: eos.gamedata: Loading destroyerSkillLevelPreMulShipBonusCD1Ship (Effect5278)
[2020-04-21 06:22:45.518507] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect5278'
[2020-04-21 06:22:45.518507] DEBUG: eos.gamedata: Loading destroyerSkillLevelPreMulShipBonusCD2Ship (Effect5279)
[2020-04-21 06:22:45.518507] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect5279'
[2020-04-21 06:22:45.519503] DEBUG: eos.gamedata: Loading destroyerSkillLevelPreMulShipBonusGD1Ship (Effect5280)
[2020-04-21 06:22:45.519503] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect5280'
[2020-04-21 06:22:45.519503] DEBUG: eos.gamedata: Loading destroyerSkillLevelPreMulShipBonusGD2Ship (Effect5281)
[2020-04-21 06:22:45.520503] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect5281'
[2020-04-21 06:22:45.520503] DEBUG: eos.gamedata: Loading destroyerSkillLevelPreMulShipBonusMD1Ship (Effect5282)
[2020-04-21 06:22:45.520503] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect5282'
[2020-04-21 06:22:45.521495] DEBUG: eos.gamedata: Loading destroyerSkillLevelPreMulShipBonusMD2Ship (Effect5283)
[2020-04-21 06:22:45.521495] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect5283'
[2020-04-21 06:22:45.522484] DEBUG: eos.gamedata: Loading battlecruiserSkillLevelPreMulShipBonusABC1Ship (Effect5284)
[2020-04-21 06:22:45.522484] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect5284'
[2020-04-21 06:22:45.522484] DEBUG: eos.gamedata: Loading battlecruiserSkillLevelPreMulShipBonusABC2Ship (Effect5285)
[2020-04-21 06:22:45.522484] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect5285'
[2020-04-21 06:22:45.523498] DEBUG: eos.gamedata: Loading battlecruiserSkillLevelPreMulShipBonusCBC1Ship (Effect5286)
[2020-04-21 06:22:45.523498] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect5286'
[2020-04-21 06:22:45.523498] DEBUG: eos.gamedata: Loading battlecruiserSkillLevelPreMulShipBonusCBC2Ship (Effect5287)
[2020-04-21 06:22:45.523498] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect5287'
[2020-04-21 06:22:45.524500] DEBUG: eos.gamedata: Loading battlecruiserSkillLevelPreMulShipBonusGBC1Ship (Effect5288)
[2020-04-21 06:22:45.524500] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect5288'
[2020-04-21 06:22:45.525461] DEBUG: eos.gamedata: Loading battlecruiserSkillLevelPreMulShipBonusGBC2Ship (Effect5289)
[2020-04-21 06:22:45.525461] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect5289'
[2020-04-21 06:22:45.525461] DEBUG: eos.gamedata: Loading battlecruiserSkillLevelPreMulShipBonusMBC1Ship (Effect5290)
[2020-04-21 06:22:45.526456] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect5290'
[2020-04-21 06:22:45.526456] DEBUG: eos.gamedata: Loading battlecruiserSkillLevelPreMulShipBonusMBC2Ship (Effect5291)
[2020-04-21 06:22:45.526456] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect5291'
[2020-04-21 06:22:45.526456] DEBUG: eos.gamedata: Loading skillJumpCloneCooldownReduction (Effect5527)
[2020-04-21 06:22:45.527455] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect5527'
[2020-04-21 06:22:45.528450] DEBUG: eos.gamedata: Loading piCustomsOfficeTaxReduction (Effect5614)
[2020-04-21 06:22:45.528450] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect5614'
[2020-04-21 06:22:45.528450] DEBUG: eos.gamedata: Loading piTaxReductionModifierSkillModifier (Effect5615)
[2020-04-21 06:22:45.528450] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect5615'
[2020-04-21 06:22:45.530473] DEBUG: eos.gamedata: Loading expeditionFrigateSkillLevelPostMulEliteBonusExpedition1 (Effect5850)
[2020-04-21 06:22:45.530473] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect5850'
[2020-04-21 06:22:45.530473] DEBUG: eos.gamedata: Loading expeditionFrigateSkillLevelPostMulEliteBonusExpedition2 (Effect5851)
[2020-04-21 06:22:45.530473] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect5851'
[2020-04-21 06:22:45.531467] DEBUG: eos.gamedata: Loading freighterO1SkillLevel (Effect5996)
[2020-04-21 06:22:45.531467] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect5996'
[2020-04-21 06:22:45.531467] DEBUG: eos.gamedata: Loading freighterO2SkillLevel (Effect5997)
[2020-04-21 06:22:45.531467] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect5997'
[2020-04-21 06:22:45.532499] DEBUG: eos.gamedata: Loading tacticalDestroyerAmarrSkillLevel1 (Effect6003)
[2020-04-21 06:22:45.532499] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect6003'
[2020-04-21 06:22:45.532499] DEBUG: eos.gamedata: Loading tacticalDestroyerAmarrSkillLevel2 (Effect6004)
[2020-04-21 06:22:45.532499] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect6004'
[2020-04-21 06:22:45.533484] DEBUG: eos.gamedata: Loading tacticalDestroyerAmarrSkillLevel3 (Effect6005)
[2020-04-21 06:22:45.533484] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect6005'
[2020-04-21 06:22:45.534483] DEBUG: eos.gamedata: Loading tacticalDestroyerMinmatarSkillLevel1 (Effect6033)
[2020-04-21 06:22:45.534483] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect6033'
[2020-04-21 06:22:45.534483] DEBUG: eos.gamedata: Loading tacticalDestroyerMinmatarSkillLevel2 (Effect6034)
[2020-04-21 06:22:45.534483] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect6034'
[2020-04-21 06:22:45.535484] DEBUG: eos.gamedata: Loading tacticalDestroyerMinmatarSkillLevel3 (Effect6035)
[2020-04-21 06:22:45.535484] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect6035'
[2020-04-21 06:22:45.535484] DEBUG: eos.gamedata: Loading tacticalDestroyerCaldariSkillLevel1 (Effect6078)
[2020-04-21 06:22:45.536476] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect6078'
[2020-04-21 06:22:45.536476] DEBUG: eos.gamedata: Loading tacticalDestroyerCaldariSkillLevel2 (Effect6079)
[2020-04-21 06:22:45.536476] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect6079'
[2020-04-21 06:22:45.536476] DEBUG: eos.gamedata: Loading tacticalDestroyerCaldariSkillLevel3 (Effect6080)
[2020-04-21 06:22:45.536476] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect6080'
[2020-04-21 06:22:45.537471] DEBUG: eos.gamedata: Loading tacticalDestroyerGallenteSkillLevel1 (Effect6145)
[2020-04-21 06:22:45.537471] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect6145'
[2020-04-21 06:22:45.537471] DEBUG: eos.gamedata: Loading tacticalDestroyerGallenteSkillLevel2 (Effect6146)
[2020-04-21 06:22:45.537471] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect6146'
[2020-04-21 06:22:45.537471] DEBUG: eos.gamedata: Loading tacticalDestroyerGallenteSkillLevel3 (Effect6147)
[2020-04-21 06:22:45.538470] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect6147'
[2020-04-21 06:22:45.538470] DEBUG: eos.gamedata: Loading commandDestroyerSkillMultiplier1 (Effect6209)
[2020-04-21 06:22:45.538470] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect6209'
[2020-04-21 06:22:45.539465] DEBUG: eos.gamedata: Loading commandDestroyerSkillMultiplier2 (Effect6210)
[2020-04-21 06:22:45.539465] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect6210'
[2020-04-21 06:22:45.539465] DEBUG: eos.gamedata: Loading commandDestroyerSkillMultiplier3 (Effect6211)
[2020-04-21 06:22:45.539465] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect6211'
[2020-04-21 06:22:45.540466] DEBUG: eos.gamedata: Loading skillStructureMissileDamageBonus (Effect6396)
[2020-04-21 06:22:45.540466] DEBUG: eos.gamedata: Loading skillStructureDoomsdayDurationBonus (Effect6679)
[2020-04-21 06:22:45.541463] DEBUG: eos.gamedata: Loading skillStructureElectronicSystemsCapNeedBonus (Effect6400)
[2020-04-21 06:22:45.541463] DEBUG: eos.gamedata: Loading skillStructureEngineeringSystemsCapNeedBonus (Effect6401)
[2020-04-21 06:22:45.543559] DEBUG: eos.gamedata: Loading logiFrigSkillMultiplier1 (Effect6375)
[2020-04-21 06:22:45.543559] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect6375'
[2020-04-21 06:22:45.543559] DEBUG: eos.gamedata: Loading logiFrigSkillMultiplier2 (Effect6376)
[2020-04-21 06:22:45.543559] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect6376'
[2020-04-21 06:22:45.544479] DEBUG: eos.gamedata: Loading skillBonusLightFighters (Effect6561)
[2020-04-21 06:22:45.545474] DEBUG: eos.gamedata: Loading skillBonusSupportFightersShield (Effect6562)
[2020-04-21 06:22:45.545474] DEBUG: eos.gamedata: Loading skillBonusCapitalAutocannonSpecialization (Effect6571)
[2020-04-21 06:22:45.546473] DEBUG: eos.gamedata: Loading skillBonusCapitalArtillerySpecialization (Effect6572)
[2020-04-21 06:22:45.547473] DEBUG: eos.gamedata: Loading skillBonusCapitalBlasterSpecialization (Effect6573)
[2020-04-21 06:22:45.548465] DEBUG: eos.gamedata: Loading skillBonusCapitalRailgunSpecialization (Effect6574)
[2020-04-21 06:22:45.548465] DEBUG: eos.gamedata: Loading skillBonusCapitalPulseLaserSpecialization (Effect6575)
[2020-04-21 06:22:45.549466] DEBUG: eos.gamedata: Loading skillBonusCapitalBeamLaserSpecialization (Effect6576)
[2020-04-21 06:22:45.550460] DEBUG: eos.gamedata: Loading skillBonusXLTorpedoSpecialization (Effect6578)
[2020-04-21 06:22:45.551452] DEBUG: eos.gamedata: Loading skillBonusXLCruiseMissileSpecialization (Effect6577)
[2020-04-21 06:22:45.551452] DEBUG: eos.gamedata: Loading skillBonusDoomsdayRapidFiring (Effect6642)
[2020-04-21 06:22:45.552896] DEBUG: eos.gamedata: Loading iceHarvestingDroneOperationDurationBonus (Effect6763)
[2020-04-21 06:22:45.553536] DEBUG: eos.gamedata: Loading iceHarvestingDroneSpecBonus (Effect6764)
[2020-04-21 06:22:45.554474] DEBUG: eos.gamedata: Loading spatialPhenomenaGenerationDurationBonus (Effect6765)
[2020-04-21 06:22:45.554474] DEBUG: eos.gamedata: Loading invulnerabilityCoreDurationBonus (Effect6807)
[2020-04-21 06:22:45.555471] DEBUG: eos.gamedata: Loading reactionTimeBonusPostPercentManufactureTimeMultiplierChar (Effect6891)
[2020-04-21 06:22:45.555471] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect6891'
[2020-04-21 06:22:45.555471] DEBUG: eos.gamedata: Loading reactionSkillBoostManufacturingTimeBonus (Effect6892)
[2020-04-21 06:22:45.556473] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect6892'
[2020-04-21 06:22:45.556473] DEBUG: eos.gamedata: Loading massReactionSkillLevelModAddReactionSlotLimitChar (Effect6893)
[2020-04-21 06:22:45.556473] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect6893'
[2020-04-21 06:22:45.560459] DEBUG: eos.gamedata: Loading flagCruiserSkillMultiplier1 (Effect7041)
[2020-04-21 06:22:45.560459] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect7041'
[2020-04-21 06:22:45.561449] DEBUG: eos.gamedata: Loading precursorFrigateSkillLevelPreMulShipBonusPF1 (Effect7065)
[2020-04-21 06:22:45.561449] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect7065'
[2020-04-21 06:22:45.561449] DEBUG: eos.gamedata: Loading precursorFrigateSkillLevelPreMulShipBonusPF2 (Effect7066)
[2020-04-21 06:22:45.562444] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect7066'
[2020-04-21 06:22:45.562444] DEBUG: eos.gamedata: Loading precursorCruiserSkillLevelPreMulShipBonusPC1 (Effect7067)
[2020-04-21 06:22:45.562444] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect7067'
[2020-04-21 06:22:45.563471] DEBUG: eos.gamedata: Loading precursorCruiserSkillLevelPreMulShipBonusPC2 (Effect7068)
[2020-04-21 06:22:45.563471] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect7068'
[2020-04-21 06:22:45.564458] DEBUG: eos.gamedata: Loading precursorBattleShipSkillLevelPreMulShipBonusPBS1 (Effect7069)
[2020-04-21 06:22:45.564458] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect7069'
[2020-04-21 06:22:45.564458] DEBUG: eos.gamedata: Loading precursorBattleshipSkillLevelPreMulShipBonusPBS2 (Effect7070)
[2020-04-21 06:22:45.564458] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect7070'
[2020-04-21 06:22:45.565456] DEBUG: eos.gamedata: Loading smallPrecursorTurretDmgBonusRequiredSkill (Effect7071)
[2020-04-21 06:22:45.565456] DEBUG: eos.gamedata: Loading mediumPrecursorTurretDmgBonusRequiredSkill (Effect7072)
[2020-04-21 06:22:45.566423] DEBUG: eos.gamedata: Loading largePrecursorTurretDmgBonusRequiredSkill (Effect7073)
[2020-04-21 06:22:45.567451] DEBUG: eos.gamedata: Loading smallDisintegratorSkillDmgBonus (Effect7074)
[2020-04-21 06:22:45.568447] DEBUG: eos.gamedata: Loading mediumDisintegratorSkillDmgBonus (Effect7075)
[2020-04-21 06:22:45.568447] DEBUG: eos.gamedata: Loading largeDisintegratorSkillDmgBonus (Effect7076)
[2020-04-21 06:22:45.569446] DEBUG: eos.gamedata: Loading precursorDestroyerSkillLevelPreMulShipBonusPD1 (Effect7150)
[2020-04-21 06:22:45.569446] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect7150'
[2020-04-21 06:22:45.569446] DEBUG: eos.gamedata: Loading precursorDestroyerSkillLevelPreMulShipBonusPD2 (Effect7151)
[2020-04-21 06:22:45.569446] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect7151'
[2020-04-21 06:22:45.570442] DEBUG: eos.gamedata: Loading precursorBattlecruiserSkillLevelPreMulShipBonusPBC1 (Effect7152)
[2020-04-21 06:22:45.570442] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect7152'
[2020-04-21 06:22:45.570442] DEBUG: eos.gamedata: Loading precursorBattlecruiserSkillLevelPreMulShipBonusPBC2 (Effect7153)
[2020-04-21 06:22:45.571451] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect7153'
[2020-04-21 06:22:45.572807] DEBUG: eos.gamedata: Loading skillMultiplierShipBonusDreadnoughtPrecursor (Effect7241)
[2020-04-21 06:22:45.573347] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect7241'
[2020-04-21 06:22:45.573434] DEBUG: eos.gamedata: Loading capitalPrecursorTurretDmgBonusRequiredSkill (Effect7242)
[2020-04-21 06:22:45.574385] DEBUG: eos.gamedata: Loading shipbonusPCTDamagePC1 (Effect7085)
[2020-04-21 06:22:45.574385] DEBUG: eos.gamedata: Loading shipbonusPCTTrackingPC2 (Effect7086)
[2020-04-21 06:22:45.574385] DEBUG: eos.gamedata: Loading shipBonusRemoteRepCapNeedRoleBonus2 (Effect7092)
[2020-04-21 06:22:45.575380] DEBUG: eos.gamedata: Loading shipBonusSmartbombCapNeedRoleBonus2 (Effect7093)
[2020-04-21 06:22:45.575380] DEBUG: eos.gamedata: Loading shipBonusRemoteRepMaxRangeRoleBonus1 (Effect7094)
[2020-04-21 06:22:45.575380] DEBUG: eos.gamedata: Loading shipBonusNeutCapNeedRoleBonus2 (Effect7112)
[2020-04-21 06:22:45.859875] DEBUG: eos.saveddata.fit: Done with fit calculation
[2020-04-21 06:22:45.859875] INFO: service.fit: ==========recalc time: 0.7640330791473389==========
[2020-04-21 06:22:45.966330] DEBUG: gui.builtinViews.fittingView: ------------------ new fitting view -------------------
[2020-04-21 06:22:45.966330] DEBUG: gui.builtinViews.fittingView: <gui.builtinViews.fittingView.FittingView object at 0x00000127CF045708>
[2020-04-21 06:22:45.966330] DEBUG: gui.builtinViews.fittingView: ###################### Created new view:<gui.builtinViews.fittingView.FittingView object at 0x00000127CF045708>
[2020-04-21 06:22:45.970354] DEBUG: gui.builtinViews.fittingView: ====== Fit Selected: <gui.builtinViews.fittingView.FittingView object at 0x00000127CF045708>True
[2020-04-21 06:22:45.976389] INFO: service.fit: ==========recalc: *Simulated Vedmak Fitting==========
[2020-04-21 06:22:45.982339] INFO: eos.saveddata.fit: Starting fit calculation on: Fit(ID=3, ship=Vedmak, name=*Simulated Vedmak Fitting) at 0x127ca4f7f08, calc: LOCAL
[2020-04-21 06:22:45.982339] INFO: eos.saveddata.fit: Fit is not yet calculated; will be running local calcs for Fit(ID=3, ship=Vedmak, name=*Simulated Vedmak Fitting) at 0x127ca4f7f08
[2020-04-21 06:22:45.986363] DEBUG: eos.gamedata: Loading targetAttack (Effect10)
[2020-04-21 06:22:45.986363] DEBUG: eos.gamedata: Loading overloadSelfArmorDamageAmountDurationBonus (Effect3200)
[2020-04-21 06:22:45.986363] DEBUG: eos.gamedata: Loading cloakingScanResolutionMultiplier (Effect854)
[2020-04-21 06:22:46.078922] DEBUG: eos.saveddata.fit: Done with fit calculation
[2020-04-21 06:22:46.078922] INFO: service.fit: ==========recalc time: 0.10253334045410156==========
[2020-04-21 06:22:46.079919] DEBUG: service.fit: Check states for fit ID: *Simulated Vedmak Fitting (Vedmak)
[2020-04-21 06:22:46.099573] DEBUG: service.fit: Switching fit to fit ID: 3
[2020-04-21 06:22:46.111583] DEBUG: service.fit: Fetching all fits for ship ID: 47270
[2020-04-21 06:22:46.159332] DEBUG: eos.gamedata: Creating a price for 11577
[2020-04-21 06:22:46.162287] DEBUG: service.price: Initialize PriceWorkerThread.
[2020-04-21 06:22:46.177817] DEBUG: eos.gamedata: Creating a price for 12267
[2020-04-21 06:22:46.193881] DEBUG: eos.gamedata: Creating a price for 47273
[2020-04-21 06:22:46.196875] DEBUG: eos.gamedata: Creating a price for 24427
[2020-04-21 06:22:46.204867] DEBUG: eos.gamedata: Creating a price for 12056
[2020-04-21 06:22:46.217898] DEBUG: eos.gamedata: Creating a price for 17559
[2020-04-21 06:22:46.229875] DEBUG: eos.gamedata: Creating a price for 3496
[2020-04-21 06:22:46.237906] DEBUG: eos.gamedata: Creating a price for 1306
[2020-04-21 06:22:46.247883] DEBUG: eos.gamedata: Creating a price for 1447
[2020-04-21 06:22:46.261816] DEBUG: eos.gamedata: Creating a price for 4403
[2020-04-21 06:22:46.265842] DEBUG: eos.gamedata: Creating a price for 3530
[2020-04-21 06:22:46.271829] DEBUG: eos.gamedata: Creating a price for 31414
[2020-04-21 06:22:46.274951] DEBUG: eos.gamedata: Creating a price for 31059
[2020-04-21 06:22:46.276925] DEBUG: eos.gamedata: Creating a price for 33896
[2020-04-21 06:22:46.652391] DEBUG: eos.gamedata: Creating a price for 2446
[2020-04-21 06:22:46.654423] DEBUG: eos.gamedata: Creating a price for 11289
[2020-04-21 06:22:46.656418] DEBUG: eos.gamedata: Creating a price for 47270
[2020-04-21 06:22:46.657379] DEBUG: eos.gamedata: Creating a price for 47928
[2020-04-21 06:23:16.590467] DEBUG: gui.contextMenu: 3 new IDs created for this menu
[2020-04-21 06:24:30.307398] DEBUG: eos.gamedata: Loading armorReinforcerMassAdd (Effect1959)
[2020-04-21 06:24:30.308380] DEBUG: eos.gamedata: Loading armorHPBonusAdd (Effect2837)
[2020-04-21 06:24:30.312351] DEBUG: eos.gamedata: Loading missileDMGBonus (Effect763)
[2020-04-21 06:24:30.313348] DEBUG: eos.gamedata: Loading missileLauncherSpeedMultiplier (Effect889)
[2020-04-21 06:24:30.320337] DEBUG: eos.gamedata: Loading warpScrambleBlockMWDWithNPCEffect (Effect5934)
[2020-04-21 06:24:30.332335] DEBUG: eos.gamedata: Loading launcherFitted (Effect40)
[2020-04-21 06:24:30.332335] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect40'
[2020-04-21 06:24:30.332335] DEBUG: eos.gamedata: Loading useMissiles (Effect101)
[2020-04-21 06:24:30.406265] DEBUG: eos.gamedata: Loading cloakingWarpSafe (Effect980)
[2020-04-21 06:24:30.415284] DEBUG: eos.gamedata: Loading subSystem (Effect3772)
[2020-04-21 06:24:30.415284] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect3772'
[2020-04-21 06:24:30.415284] DEBUG: eos.gamedata: Loading slotModifier (Effect3774)
[2020-04-21 06:24:30.415284] DEBUG: eos.gamedata: Loading capacitorCapacityAddPassive (Effect3811)
[2020-04-21 06:24:30.415284] DEBUG: eos.gamedata: Loading subsystemBonusAmarrCoreCapacitorCapacity (Effect4159)
[2020-04-21 06:24:30.415284] DEBUG: eos.gamedata: Loading subsystemBonusAmarrCore2EnergyResistance (Effect6930)
[2020-04-21 06:24:30.420278] DEBUG: eos.gamedata: Loading covertOpsCpuBonus1 (Effect896)
[2020-04-21 06:24:30.420278] DEBUG: eos.gamedata: Loading covertOpsAndReconOpsCloakModuleDelayBonus (Effect2252)
[2020-04-21 06:24:30.420278] DEBUG: eos.gamedata: Loading armorHPBonusAddPassive (Effect3771)
[2020-04-21 06:24:30.421235] DEBUG: eos.gamedata: Loading signatureRadiusAddPassive (Effect3808)
[2020-04-21 06:24:30.421235] DEBUG: eos.gamedata: Loading capacityAddPassive (Effect3810)
[2020-04-21 06:24:30.421235] DEBUG: eos.gamedata: Loading shieldCapacityAddPassive (Effect3831)
[2020-04-21 06:24:30.421235] DEBUG: eos.gamedata: Loading subsystemBonusAmarrDefensiveArmorRepairAmount (Effect3959)
[2020-04-21 06:24:30.421235] DEBUG: eos.gamedata: Loading subsystemBonusJumpHarmonics (Effect4412)
[2020-04-21 06:24:30.421235] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect4412'
[2020-04-21 06:24:30.422239] DEBUG: eos.gamedata: Loading minigameVirusStrengthBonus (Effect5460)
[2020-04-21 06:24:30.422239] DEBUG: eos.gamedata: Loading structureHPBonusAddPassive (Effect6920)
[2020-04-21 06:24:30.422239] DEBUG: eos.gamedata: Loading subSystemBonusAmarrDefensive2ScanProbeStrength (Effect6921)
[2020-04-21 06:24:30.422778] DEBUG: eos.gamedata: Loading subsystemBonusAmarrDefensive3ArmorRepHeat (Effect6943)
[2020-04-21 06:24:30.426744] DEBUG: eos.gamedata: Loading hardPointModifierEffect (Effect3773)
[2020-04-21 06:24:30.427773] DEBUG: eos.gamedata: Loading powerOutputAddPassive (Effect3782)
[2020-04-21 06:24:30.427773] DEBUG: eos.gamedata: Loading cpuOutputAddCpuOutputPassive (Effect3783)
[2020-04-21 06:24:30.427773] DEBUG: eos.gamedata: Loading droneBandwidthAddPassive (Effect3797)
[2020-04-21 06:24:30.427773] DEBUG: eos.gamedata: Loading droneCapacityAdddroneCapacityPassive (Effect3799)
[2020-04-21 06:24:30.427773] DEBUG: eos.gamedata: Loading subsystemBonusAmarrOffensive3DroneDamageHP (Effect4327)
[2020-04-21 06:24:30.427773] DEBUG: eos.gamedata: Loading subsystemBonusAmarrOffensiveMissileLauncherROF (Effect4360)
[2020-04-21 06:24:30.428771] DEBUG: eos.gamedata: Loading subsystemBonusAmarrOffensive2MissileDamage (Effect4362)
[2020-04-21 06:24:30.428771] DEBUG: eos.gamedata: Loading warfareLinkCpuPenalty (Effect5265)
[2020-04-21 06:24:30.428771] DEBUG: eos.gamedata: Loading subsystemMMissileFittingReduction (Effect6900)
[2020-04-21 06:24:30.431773] DEBUG: eos.gamedata: Loading subsystemBonusAmarrPropulsionMaxVelocity (Effect3857)
[2020-04-21 06:24:30.431773] DEBUG: eos.gamedata: Loading subsystemBonusAmarrPropulsion2Agility (Effect3865)
[2020-04-21 06:24:30.455667] INFO: service.fit: ==========recalc: Legion==========
[2020-04-21 06:24:30.472339] INFO: eos.saveddata.fit: Starting fit calculation on: Fit(ID=None, ship=Legion, name=Legion) at 0x127c94c9248, calc: LOCAL
[2020-04-21 06:24:30.473336] INFO: eos.saveddata.fit: Fit is not yet calculated; will be running local calcs for Fit(ID=None, ship=Legion, name=Legion) at 0x127c94c9248
[2020-04-21 06:24:30.503254] DEBUG: eos.gamedata: Loading shipBonusStrategicCruiserAmarrHeatDamage (Effect4187)
[2020-04-21 06:24:30.503254] DEBUG: eos.gamedata: Loading probeLauncherCPUPercentRoleBonusT3 (Effect6009)
[2020-04-21 06:24:30.503254] DEBUG: eos.gamedata: Loading shipBonusStrategicCruiserAmarrNaniteRepairTime2 (Effect6909)
[2020-04-21 06:24:30.528702] DEBUG: eos.saveddata.fit: Done with fit calculation
[2020-04-21 06:24:30.528702] INFO: service.fit: ==========recalc time: 0.07303500175476074==========
[2020-04-21 06:24:30.709181] DEBUG: gui.builtinViews.fittingView: ------------------ new fitting view -------------------
[2020-04-21 06:24:30.709181] DEBUG: gui.builtinViews.fittingView: <gui.builtinViews.fittingView.FittingView object at 0x00000127CE0ED288>
[2020-04-21 06:24:30.709181] DEBUG: gui.builtinViews.fittingView: ###################### Created new view:<gui.builtinViews.fittingView.FittingView object at 0x00000127CE0ED288>
[2020-04-21 06:24:30.714169] DEBUG: gui.builtinViews.fittingView: ====== Fit Selected: <gui.builtinViews.fittingView.FittingView object at 0x00000127CE0ED288>True
[2020-04-21 06:24:30.728155] INFO: service.fit: ==========recalc: Legion==========
[2020-04-21 06:24:30.729154] INFO: eos.saveddata.fit: Starting fit calculation on: Fit(ID=4, ship=Legion, name=Legion) at 0x127c94c9248, calc: LOCAL
[2020-04-21 06:24:30.729154] INFO: eos.saveddata.fit: Fit is not yet calculated; will be running local calcs for Fit(ID=4, ship=Legion, name=Legion) at 0x127c94c9248
[2020-04-21 06:24:30.734142] DEBUG: eos.gamedata: Loading overloadRofBonus (Effect3001)
[2020-04-21 06:24:30.735136] DEBUG: eos.gamedata: Loading CovertCloakCPUAddition (Effect5261)
[2020-04-21 06:24:30.806963] DEBUG: eos.saveddata.fit: Done with fit calculation
[2020-04-21 06:24:30.806963] INFO: service.fit: ==========recalc time: 0.07880830764770508==========
[2020-04-21 06:24:30.813915] DEBUG: service.fit: Check states for fit ID: Legion (Legion)
[2020-04-21 06:24:30.836852] DEBUG: service.fit: Switching fit to fit ID: 4
[2020-04-21 06:24:30.839841] DEBUG: service.fit: Fetching all fits for ship ID: 29986
[2020-04-21 06:24:30.865807] DEBUG: eos.gamedata: Creating a price for 45623
[2020-04-21 06:24:30.870796] DEBUG: eos.gamedata: Creating a price for 45586
[2020-04-21 06:24:30.873750] DEBUG: eos.gamedata: Creating a price for 45599
[2020-04-21 06:24:30.877742] DEBUG: eos.gamedata: Creating a price for 45611
[2020-04-21 06:24:30.885752] DEBUG: eos.gamedata: Creating a price for 25715
[2020-04-21 06:24:30.917635] DEBUG: eos.gamedata: Creating a price for 28756
[2020-04-21 06:24:30.936616] DEBUG: eos.gamedata: Creating a price for 35656
[2020-04-21 06:24:30.944562] DEBUG: eos.gamedata: Creating a price for 20353
[2020-04-21 06:24:30.968533] DEBUG: eos.gamedata: Creating a price for 14074
[2020-04-21 06:24:31.235270] DEBUG: eos.gamedata: Creating a price for 2175
[2020-04-21 06:24:31.237233] DEBUG: eos.gamedata: Creating a price for 21638
[2020-04-21 06:24:31.239225] DEBUG: eos.gamedata: Creating a price for 21640
[2020-04-21 06:24:31.240223] DEBUG: eos.gamedata: Creating a price for 2185
[2020-04-21 06:24:31.242218] DEBUG: eos.gamedata: Creating a price for 29986
[2020-04-21 06:24:31.244212] DEBUG: eos.gamedata: Creating a price for 24492
[2020-04-21 06:26:18.647838] INFO: service.fit: ==========recalc: Vedmak==========
[2020-04-21 06:26:18.648830] INFO: eos.saveddata.fit: Starting fit calculation on: Fit(ID=None, ship=Vedmak, name=Vedmak) at 0x127ce086a48, calc: LOCAL
[2020-04-21 06:26:18.648830] INFO: eos.saveddata.fit: Fit is not yet calculated; will be running local calcs for Fit(ID=None, ship=Vedmak, name=Vedmak) at 0x127ce086a48
[2020-04-21 06:26:18.661794] DEBUG: eos.saveddata.fit: Done with fit calculation
[2020-04-21 06:26:18.661794] INFO: service.fit: ==========recalc time: 0.013956785202026367==========
[2020-04-21 06:26:18.814276] DEBUG: gui.builtinViews.fittingView: ------------------ new fitting view -------------------
[2020-04-21 06:26:18.814276] DEBUG: gui.builtinViews.fittingView: <gui.builtinViews.fittingView.FittingView object at 0x00000127CF014C18>
[2020-04-21 06:26:18.814276] DEBUG: gui.builtinViews.fittingView: ###################### Created new view:<gui.builtinViews.fittingView.FittingView object at 0x00000127CF014C18>
[2020-04-21 06:26:18.818241] DEBUG: gui.builtinViews.fittingView: ====== Fit Selected: <gui.builtinViews.fittingView.FittingView object at 0x00000127CF014C18>True
[2020-04-21 06:26:18.831731] INFO: service.fit: ==========recalc: Vedmak==========
[2020-04-21 06:26:18.831731] INFO: eos.saveddata.fit: Starting fit calculation on: Fit(ID=5, ship=Vedmak, name=Vedmak) at 0x127ce086a48, calc: LOCAL
[2020-04-21 06:26:18.831731] INFO: eos.saveddata.fit: Fit is not yet calculated; will be running local calcs for Fit(ID=5, ship=Vedmak, name=Vedmak) at 0x127ce086a48
[2020-04-21 06:26:18.906732] DEBUG: eos.saveddata.fit: Done with fit calculation
[2020-04-21 06:26:18.906732] INFO: service.fit: ==========recalc time: 0.07500171661376953==========
[2020-04-21 06:26:18.907731] DEBUG: service.fit: Check states for fit ID: Vedmak (Vedmak)
[2020-04-21 06:26:18.932662] DEBUG: service.fit: Switching fit to fit ID: 5
[2020-04-21 06:26:18.936121] DEBUG: service.fit: Fetching all fits for ship ID: 47270
[2020-04-21 06:26:33.461645] DEBUG: service.fit: Switching fit to fit ID: 4
[2020-04-21 06:26:33.461645] DEBUG: service.fit: Switching fit to fit ID: 4
[2020-04-21 06:26:34.471554] DEBUG: service.fit: Switching fit to fit ID: 3
[2020-04-21 06:26:34.472550] DEBUG: service.fit: Switching fit to fit ID: 3
[2020-04-21 06:26:37.112358] DEBUG: service.fit: Switching fit to fit ID: 5
[2020-04-21 06:26:37.113356] DEBUG: service.fit: Switching fit to fit ID: 5
[2020-04-21 06:27:42.484572] DEBUG: gui.fitCommands.calc.module.localChangeStates: Doing change of local module states at position 10/[10] to click left on fit 5
[2020-04-21 06:27:42.485569] DEBUG: eos.saveddata.module: Get proposed state for module.
[2020-04-21 06:27:42.485569] DEBUG: gui.fitCommands.calc.module.localChangeStates: Attempting to change modules to 0
[2020-04-21 06:27:42.486566] DEBUG: gui.fitCommands.calc.module.localChangeStates: Toggle Module(ID=12267, name=Medium Energy Neutralizer II) at 0x127d0218c88 state: 0 for fit ID: 5
[2020-04-21 06:27:42.486566] INFO: service.fit: ==========recalc: Vedmak==========
[2020-04-21 06:27:42.487565] INFO: eos.saveddata.fit: Starting fit calculation on: Fit(ID=5, ship=Vedmak, name=Vedmak) at 0x127ce086a48, calc: LOCAL
[2020-04-21 06:27:42.488562] INFO: eos.saveddata.fit: Fit is not yet calculated; will be running local calcs for Fit(ID=5, ship=Vedmak, name=Vedmak) at 0x127ce086a48
[2020-04-21 06:27:42.585337] DEBUG: eos.saveddata.fit: Done with fit calculation
[2020-04-21 06:27:42.585337] INFO: service.fit: ==========recalc time: 0.0987708568572998==========
[2020-04-21 06:27:42.585337] DEBUG: service.fit: Check states for fit ID: Vedmak (Vedmak)
[2020-04-21 06:27:43.720625] DEBUG: gui.fitCommands.calc.module.localChangeStates: Doing change of local module states at position 10/[10] to click left on fit 5
[2020-04-21 06:27:43.720625] DEBUG: eos.saveddata.module: Get proposed state for module.
[2020-04-21 06:27:43.720625] DEBUG: gui.fitCommands.calc.module.localChangeStates: Attempting to change modules to 1
[2020-04-21 06:27:43.721623] DEBUG: gui.fitCommands.calc.module.localChangeStates: Toggle Module(ID=12267, name=Medium Energy Neutralizer II) at 0x127d0218c88 state: 1 for fit ID: 5
[2020-04-21 06:27:43.721623] INFO: service.fit: ==========recalc: Vedmak==========
[2020-04-21 06:27:43.721623] INFO: eos.saveddata.fit: Starting fit calculation on: Fit(ID=5, ship=Vedmak, name=Vedmak) at 0x127ce086a48, calc: LOCAL
[2020-04-21 06:27:43.722621] INFO: eos.saveddata.fit: Fit is not yet calculated; will be running local calcs for Fit(ID=5, ship=Vedmak, name=Vedmak) at 0x127ce086a48
[2020-04-21 06:27:43.786450] DEBUG: eos.saveddata.fit: Done with fit calculation
[2020-04-21 06:27:43.786450] INFO: service.fit: ==========recalc time: 0.06482672691345215==========
[2020-04-21 06:27:43.786450] DEBUG: service.fit: Check states for fit ID: Vedmak (Vedmak)
[2020-04-21 06:28:01.591687] WARNING: graphs.gui.canvasPanel: Failed to plot "Vedmak (Vedmak)" vs "Legion (Legion)"
[2020-04-21 06:28:26.774346] DEBUG: eos.gamedata: Creating a price for 14270
[2020-04-21 06:28:26.777300] DEBUG: eos.gamedata: Creating a price for 15703
[2020-04-21 06:28:26.780295] DEBUG: eos.gamedata: Creating a price for 14049
[2020-04-21 06:28:26.783289] DEBUG: eos.gamedata: Creating a price for 17549
[2020-04-21 06:28:26.785277] DEBUG: eos.gamedata: Creating a price for 13999
[2020-04-21 06:28:26.786274] DEBUG: eos.gamedata: Creating a price for 16311
[2020-04-21 06:28:37.620640] INFO: service.fit: ==========recalc: Vedmak==========
[2020-04-21 06:28:37.620640] INFO: eos.saveddata.fit: Starting fit calculation on: Fit(ID=5, ship=Vedmak, name=Vedmak) at 0x127ce086a48, calc: LOCAL
[2020-04-21 06:28:37.621637] INFO: eos.saveddata.fit: Fit is not yet calculated; will be running local calcs for Fit(ID=5, ship=Vedmak, name=Vedmak) at 0x127ce086a48
[2020-04-21 06:28:37.703419] DEBUG: eos.saveddata.fit: Done with fit calculation
[2020-04-21 06:28:37.703419] INFO: service.fit: ==========recalc time: 0.0827786922454834==========
[2020-04-21 06:28:46.825577] DEBUG: gui.builtinViews.fittingView: +++++ Destroy <gui.builtinViews.fittingView.FittingView object at 0x00000127CF045708>
[2020-04-21 06:28:46.838567] DEBUG: service.fit: Switching fit to fit ID: 5
[2020-04-21 06:28:46.838567] DEBUG: service.fit: Switching fit to fit ID: 5
[2020-04-21 06:28:48.593975] DEBUG: service.fit: Switching fit to fit ID: 4
[2020-04-21 06:28:48.594967] DEBUG: service.fit: Switching fit to fit ID: 4
[2020-04-21 06:28:49.382898] DEBUG: service.fit: Switching fit to fit ID: 4
[2020-04-21 06:28:49.383886] DEBUG: service.fit: Switching fit to fit ID: 4
[2020-04-21 06:28:51.434363] DEBUG: service.fit: Switching fit to fit ID: 5
[2020-04-21 06:28:51.435360] DEBUG: service.fit: Switching fit to fit ID: 5
[2020-04-21 06:28:52.718144] DEBUG: service.fit: Switching fit to fit ID: 4
[2020-04-21 06:28:52.719143] DEBUG: service.fit: Switching fit to fit ID: 4
[2020-04-21 06:29:00.488200] DEBUG: gui.contextMenu: 3 new IDs created for this menu
[2020-04-21 06:29:15.646581] DEBUG: service.fit: Switching fit to fit ID: 5
[2020-04-21 06:29:15.647553] DEBUG: service.fit: Switching fit to fit ID: 5
[2020-04-21 06:29:17.810150] DEBUG: gui.fitCommands.calc.module.localChangeStates: Doing change of local module states at position 10/[10] to click left on fit 5
[2020-04-21 06:29:17.811185] DEBUG: eos.saveddata.module: Get proposed state for module.
[2020-04-21 06:29:17.811185] DEBUG: gui.fitCommands.calc.module.localChangeStates: Attempting to change modules to 0
[2020-04-21 06:29:17.811185] DEBUG: gui.fitCommands.calc.module.localChangeStates: Toggle Module(ID=12267, name=Medium Energy Neutralizer II) at 0x127d0218c88 state: 0 for fit ID: 5
[2020-04-21 06:29:17.811185] INFO: service.fit: ==========recalc: Vedmak==========
[2020-04-21 06:29:17.813163] INFO: eos.saveddata.fit: Starting fit calculation on: Fit(ID=5, ship=Vedmak, name=Vedmak) at 0x127ce086a48, calc: LOCAL
[2020-04-21 06:29:17.813163] INFO: eos.saveddata.fit: Fit is not yet calculated; will be running local calcs for Fit(ID=5, ship=Vedmak, name=Vedmak) at 0x127ce086a48
[2020-04-21 06:29:17.883986] DEBUG: eos.saveddata.fit: Done with fit calculation
[2020-04-21 06:29:17.884984] INFO: service.fit: ==========recalc time: 0.07379913330078125==========
[2020-04-21 06:29:17.884984] DEBUG: service.fit: Check states for fit ID: Vedmak (Vedmak)
[2020-04-21 06:29:18.850323] DEBUG: gui.fitCommands.calc.module.localChangeStates: Doing change of local module states at position 10/[10] to click left on fit 5
[2020-04-21 06:29:18.850323] DEBUG: eos.saveddata.module: Get proposed state for module.
[2020-04-21 06:29:18.850323] DEBUG: gui.fitCommands.calc.module.localChangeStates: Attempting to change modules to 1
[2020-04-21 06:29:18.851321] DEBUG: gui.fitCommands.calc.module.localChangeStates: Toggle Module(ID=12267, name=Medium Energy Neutralizer II) at 0x127d0218c88 state: 1 for fit ID: 5
[2020-04-21 06:29:18.851321] INFO: service.fit: ==========recalc: Vedmak==========
[2020-04-21 06:29:18.852318] INFO: eos.saveddata.fit: Starting fit calculation on: Fit(ID=5, ship=Vedmak, name=Vedmak) at 0x127ce086a48, calc: LOCAL
[2020-04-21 06:29:18.852318] INFO: eos.saveddata.fit: Fit is not yet calculated; will be running local calcs for Fit(ID=5, ship=Vedmak, name=Vedmak) at 0x127ce086a48
[2020-04-21 06:29:18.927120] DEBUG: eos.saveddata.fit: Done with fit calculation
[2020-04-21 06:29:18.927120] INFO: service.fit: ==========recalc time: 0.07579922676086426==========
[2020-04-21 06:29:18.927120] DEBUG: service.fit: Check states for fit ID: Vedmak (Vedmak)
[2020-04-21 06:29:20.046583] DEBUG: gui.fitCommands.calc.module.localChangeStates: Doing change of local module states at position 11/[11] to click left on fit 5
[2020-04-21 06:29:20.046583] DEBUG: eos.saveddata.module: Get proposed state for module.
[2020-04-21 06:29:20.047565] DEBUG: gui.fitCommands.calc.module.localChangeStates: Attempting to change modules to 0
[2020-04-21 06:29:20.047565] DEBUG: gui.fitCommands.calc.module.localChangeStates: Toggle Module(ID=47273, name=Heavy Entropic Disintegrator I) at 0x127d0218b48 state: 0 for fit ID: 5
[2020-04-21 06:29:20.047565] INFO: service.fit: ==========recalc: Vedmak==========
[2020-04-21 06:29:20.049567] INFO: eos.saveddata.fit: Starting fit calculation on: Fit(ID=5, ship=Vedmak, name=Vedmak) at 0x127ce086a48, calc: LOCAL
[2020-04-21 06:29:20.049567] INFO: eos.saveddata.fit: Fit is not yet calculated; will be running local calcs for Fit(ID=5, ship=Vedmak, name=Vedmak) at 0x127ce086a48
[2020-04-21 06:29:20.118374] DEBUG: eos.saveddata.fit: Done with fit calculation
[2020-04-21 06:29:20.118374] INFO: service.fit: ==========recalc time: 0.07080912590026855==========
[2020-04-21 06:29:20.118374] DEBUG: service.fit: Check states for fit ID: Vedmak (Vedmak)
[2020-04-21 06:29:21.024042] DEBUG: gui.fitCommands.calc.module.localChangeStates: Doing change of local module states at position 11/[11] to click left on fit 5
[2020-04-21 06:29:21.024042] DEBUG: eos.saveddata.module: Get proposed state for module.
[2020-04-21 06:29:21.025043] DEBUG: gui.fitCommands.calc.module.localChangeStates: Attempting to change modules to 1
[2020-04-21 06:29:21.025043] DEBUG: gui.fitCommands.calc.module.localChangeStates: Toggle Module(ID=47273, name=Heavy Entropic Disintegrator I) at 0x127d0218b48 state: 1 for fit ID: 5
[2020-04-21 06:29:21.025043] INFO: service.fit: ==========recalc: Vedmak==========
[2020-04-21 06:29:21.026036] INFO: eos.saveddata.fit: Starting fit calculation on: Fit(ID=5, ship=Vedmak, name=Vedmak) at 0x127ce086a48, calc: LOCAL
[2020-04-21 06:29:21.026036] INFO: eos.saveddata.fit: Fit is not yet calculated; will be running local calcs for Fit(ID=5, ship=Vedmak, name=Vedmak) at 0x127ce086a48
[2020-04-21 06:29:21.097847] DEBUG: eos.saveddata.fit: Done with fit calculation
[2020-04-21 06:29:21.098881] INFO: service.fit: ==========recalc time: 0.0738379955291748==========
[2020-04-21 06:29:21.098881] DEBUG: service.fit: Check states for fit ID: Vedmak (Vedmak)
[2020-04-21 06:29:25.471492] DEBUG: gui.fitCommands.calc.module.localChangeStates: Doing change of local module states at position 7/[7] to click left on fit 5
[2020-04-21 06:29:25.471492] DEBUG: eos.saveddata.module: Get proposed state for module.
[2020-04-21 06:29:25.472516] DEBUG: gui.fitCommands.calc.module.localChangeStates: Attempting to change modules to 0
[2020-04-21 06:29:25.472516] DEBUG: gui.fitCommands.calc.module.localChangeStates: Toggle Module(ID=3244, name=Warp Disruptor II) at 0x127d0218ac8 state: 0 for fit ID: 5
[2020-04-21 06:29:25.472516] INFO: service.fit: ==========recalc: Vedmak==========
[2020-04-21 06:29:25.473517] INFO: eos.saveddata.fit: Starting fit calculation on: Fit(ID=5, ship=Vedmak, name=Vedmak) at 0x127ce086a48, calc: LOCAL
[2020-04-21 06:29:25.474487] INFO: eos.saveddata.fit: Fit is not yet calculated; will be running local calcs for Fit(ID=5, ship=Vedmak, name=Vedmak) at 0x127ce086a48
[2020-04-21 06:29:25.540311] DEBUG: eos.saveddata.fit: Done with fit calculation
[2020-04-21 06:29:25.541309] INFO: service.fit: ==========recalc time: 0.06879281997680664==========
[2020-04-21 06:29:25.541309] DEBUG: service.fit: Check states for fit ID: Vedmak (Vedmak)
[2020-04-21 06:29:26.449414] DEBUG: gui.fitCommands.calc.module.localChangeStates: Doing change of local module states at position 8/[8] to click left on fit 5
[2020-04-21 06:29:26.449414] DEBUG: eos.saveddata.module: Get proposed state for module.
[2020-04-21 06:29:26.450411] DEBUG: gui.fitCommands.calc.module.localChangeStates: Attempting to change modules to 0
[2020-04-21 06:29:26.450411] DEBUG: gui.fitCommands.calc.module.localChangeStates: Toggle Module(ID=17559, name=Federation Navy Stasis Webifier) at 0x127d0218508 state: 0 for fit ID: 5
[2020-04-21 06:29:26.450411] INFO: service.fit: ==========recalc: Vedmak==========
[2020-04-21 06:29:26.451408] INFO: eos.saveddata.fit: Starting fit calculation on: Fit(ID=5, ship=Vedmak, name=Vedmak) at 0x127ce086a48, calc: LOCAL
[2020-04-21 06:29:26.451408] INFO: eos.saveddata.fit: Fit is not yet calculated; will be running local calcs for Fit(ID=5, ship=Vedmak, name=Vedmak) at 0x127ce086a48
[2020-04-21 06:29:26.520227] DEBUG: eos.saveddata.fit: Done with fit calculation
[2020-04-21 06:29:26.521224] INFO: service.fit: ==========recalc time: 0.06981611251831055==========
[2020-04-21 06:29:26.521224] DEBUG: service.fit: Check states for fit ID: Vedmak (Vedmak)
[2020-04-21 06:29:27.570748] DEBUG: gui.fitCommands.calc.module.localChangeStates: Doing change of local module states at position 8/[8] to click left on fit 5
[2020-04-21 06:29:27.570748] DEBUG: eos.saveddata.module: Get proposed state for module.
[2020-04-21 06:29:27.570748] DEBUG: gui.fitCommands.calc.module.localChangeStates: Attempting to change modules to 1
[2020-04-21 06:29:27.570748] DEBUG: gui.fitCommands.calc.module.localChangeStates: Toggle Module(ID=17559, name=Federation Navy Stasis Webifier) at 0x127d0218508 state: 1 for fit ID: 5
[2020-04-21 06:29:27.571744] INFO: service.fit: ==========recalc: Vedmak==========
[2020-04-21 06:29:27.571744] INFO: eos.saveddata.fit: Starting fit calculation on: Fit(ID=5, ship=Vedmak, name=Vedmak) at 0x127ce086a48, calc: LOCAL
[2020-04-21 06:29:27.571744] INFO: eos.saveddata.fit: Fit is not yet calculated; will be running local calcs for Fit(ID=5, ship=Vedmak, name=Vedmak) at 0x127ce086a48
[2020-04-21 06:29:27.638563] DEBUG: eos.saveddata.fit: Done with fit calculation
[2020-04-21 06:29:27.638563] INFO: service.fit: ==========recalc time: 0.0668189525604248==========
[2020-04-21 06:29:27.638563] DEBUG: service.fit: Check states for fit ID: Vedmak (Vedmak)
[2020-04-21 06:29:28.193045] DEBUG: gui.fitCommands.calc.module.localChangeStates: Doing change of local module states at position 7/[7] to click left on fit 5
[2020-04-21 06:29:28.194043] DEBUG: eos.saveddata.module: Get proposed state for module.
[2020-04-21 06:29:28.194043] DEBUG: gui.fitCommands.calc.module.localChangeStates: Attempting to change modules to 1
[2020-04-21 06:29:28.194043] DEBUG: gui.fitCommands.calc.module.localChangeStates: Toggle Module(ID=3244, name=Warp Disruptor II) at 0x127d0218ac8 state: 1 for fit ID: 5
[2020-04-21 06:29:28.194043] INFO: service.fit: ==========recalc: Vedmak==========
[2020-04-21 06:29:28.195083] INFO: eos.saveddata.fit: Starting fit calculation on: Fit(ID=5, ship=Vedmak, name=Vedmak) at 0x127ce086a48, calc: LOCAL
[2020-04-21 06:29:28.196079] INFO: eos.saveddata.fit: Fit is not yet calculated; will be running local calcs for Fit(ID=5, ship=Vedmak, name=Vedmak) at 0x127ce086a48
[2020-04-21 06:29:28.267883] DEBUG: eos.saveddata.fit: Done with fit calculation
[2020-04-21 06:29:28.267883] INFO: service.fit: ==========recalc time: 0.07383942604064941==========
[2020-04-21 06:29:28.267883] DEBUG: service.fit: Check states for fit ID: Vedmak (Vedmak)
[2020-04-21 06:29:44.628155] WARNING: graphs.gui.canvasPanel: Failed to plot "Vedmak (Vedmak)" vs "Legion (Legion)"
[2020-04-21 06:29:54.556844] WARNING: graphs.gui.canvasPanel: Failed to plot "Vedmak (Vedmak)" vs "Legion (Legion)"
[2020-04-21 06:30:12.526768] DEBUG: gui.fitCommands.calc.module.localRemove: Doing removal of local modules from positions [10] on fit 5
[2020-04-21 06:30:12.534780] INFO: service.fit: ==========recalc: Vedmak==========
[2020-04-21 06:30:12.535778] INFO: eos.saveddata.fit: Starting fit calculation on: Fit(ID=5, ship=Vedmak, name=Vedmak) at 0x127ce086a48, calc: LOCAL
[2020-04-21 06:30:12.535778] INFO: eos.saveddata.fit: Fit is not yet calculated; will be running local calcs for Fit(ID=5, ship=Vedmak, name=Vedmak) at 0x127ce086a48
[2020-04-21 06:30:12.602602] DEBUG: eos.saveddata.fit: Done with fit calculation
[2020-04-21 06:30:12.602602] INFO: service.fit: ==========recalc time: 0.06782150268554688==========
[2020-04-21 06:30:12.603596] DEBUG: service.fit: Check states for fit ID: Vedmak (Vedmak)
[2020-04-21 06:30:15.506318] DEBUG: gui.contextMenu: 180 new IDs created for this menu
[2020-04-21 06:30:29.461052] DEBUG: gui.builtinViews.fittingView: ====== Fit Selected: <gui.builtinViews.fittingView.FittingView object at 0x00000127CF014C18>True
[2020-04-21 06:30:29.467036] DEBUG: service.fit: Switching fit to fit ID: 3
[2020-04-21 06:30:45.001839] DEBUG: service.fit: Switching fit to fit ID: 4
[2020-04-21 06:30:45.001839] DEBUG: service.fit: Switching fit to fit ID: 4
[2020-04-21 06:33:59.400147] INFO: __main__: Starting Pyfa
[2020-04-21 06:33:59.400147] INFO: __main__:
[2020-04-21 06:33:59.400147] INFO: __main__: Writing log file to: C:\Users\JackDodgers\.pyfa\pyfa.log
[2020-04-21 06:33:59.401142] INFO: __main__: Running in a frozen state.
[2020-04-21 06:33:59.474946] INFO: eos.db: Initializing database
[2020-04-21 06:33:59.474946] INFO: eos.db: Gamedata connection: sqlite:///C:\Program Files\pyfa\eve.db?check_same_thread=False
[2020-04-21 06:33:59.474946] INFO: eos.db: Saveddata connection: sqlite:///C:\Users\JackDodgers\.pyfa\saveddata.db?check_same_thread=False
[2020-04-21 06:33:59.474946] DEBUG: eos.db: Initializing gamedata
[2020-04-21 06:33:59.481927] DEBUG: eos.db: Getting gamedata version
[2020-04-21 06:33:59.484923] DEBUG: eos.db: Initializing saveddata
[2020-04-21 06:33:59.485918] DEBUG: eos.db: Importing gamedata DB scheme
[2020-04-21 06:33:59.569697] DEBUG: eos.db: Importing saveddata DB scheme
[2020-04-21 06:33:59.646489] DEBUG: eos.db: Importing gamedata queries
[2020-04-21 06:33:59.646489] DEBUG: eos.db: Importing saveddata queries
[2020-04-21 06:33:59.647488] DEBUG: service.prefetch: Run database migration.
[2020-04-21 06:33:59.655466] DEBUG: service.prefetch: Starting database validation.
[2020-04-21 06:33:59.655466] DEBUG: eos.db.saveddata.databaseRepair: Running database cleanup for character skills.
[2020-04-21 06:33:59.657461] DEBUG: eos.db.saveddata.databaseRepair: Running database cleanup for orphaned characters attached to fits.
[2020-04-21 06:33:59.658457] DEBUG: eos.db.saveddata.databaseRepair: Running database cleanup for orphaned damage patterns attached to fits.
[2020-04-21 06:33:59.661448] ERROR: eos.db.saveddata.databaseRepair: Missing uniform damage pattern.
[2020-04-21 06:33:59.662445] DEBUG: eos.db.saveddata.databaseRepair: Running database cleanup for missing damage pattern names.
[2020-04-21 06:33:59.664406] DEBUG: eos.db.saveddata.databaseRepair: Running database cleanup for missing target resist names.
[2020-04-21 06:33:59.666440] DEBUG: eos.db.saveddata.databaseRepair: Running database cleanup for orphaned drones items.
[2020-04-21 06:33:59.667436] DEBUG: eos.db.saveddata.databaseRepair: Running database cleanup for orphaned cargo items.
[2020-04-21 06:33:59.669427] DEBUG: eos.db.saveddata.databaseRepair: Running database cleanup for orphaned fighters items.
[2020-04-21 06:33:59.670424] DEBUG: eos.db.saveddata.databaseRepair: Running database cleanup for orphaned modules items.
[2020-04-21 06:33:59.672419] DEBUG: eos.db.saveddata.databaseRepair: Running database cleanup for null damagePatterns values. (em)
[2020-04-21 06:33:59.673418] DEBUG: eos.db.saveddata.databaseRepair: Running database cleanup for null damagePatterns values. (thermal)
[2020-04-21 06:33:59.675416] DEBUG: eos.db.saveddata.databaseRepair: Running database cleanup for null damagePatterns values. (kinetic)
[2020-04-21 06:33:59.676372] DEBUG: eos.db.saveddata.databaseRepair: Running database cleanup for null damagePatterns values. (explosive)
[2020-04-21 06:33:59.678404] DEBUG: eos.db.saveddata.databaseRepair: Running database cleanup for null targetResists values. (em)
[2020-04-21 06:33:59.679406] DEBUG: eos.db.saveddata.databaseRepair: Running database cleanup for null targetResists values. (thermal)
[2020-04-21 06:33:59.681394] DEBUG: eos.db.saveddata.databaseRepair: Running database cleanup for null targetResists values. (kinetic)
[2020-04-21 06:33:59.682393] DEBUG: eos.db.saveddata.databaseRepair: Running database cleanup for null targetResists values. (explosive)
[2020-04-21 06:33:59.684389] DEBUG: eos.db.saveddata.databaseRepair: Running database cleanup for duplicated selected ammo profiles.
[2020-04-21 06:33:59.685387] DEBUG: service.prefetch: Completed database validation.
[2020-04-21 06:34:01.174370] INFO: gui.bitmap_loader: Using local image files.
[2020-04-21 06:34:01.210369] DEBUG: gui.contextMenu: registering context menu class OpenFitInNewTab
[2020-04-21 06:34:01.211363] DEBUG: gui.contextMenu: registering context menu class AddBrowsedFits
[2020-04-21 06:34:01.214354] DEBUG: gui.contextMenu: registering context menu class AddCurrentlyOpenFit
[2020-04-21 06:34:01.215355] DEBUG: gui.contextMenu: registering context menu class AddEnvironmentEffect
[2020-04-21 06:34:01.428327] DEBUG: service.market: Initialize ShipBrowserWorkerThread.
[2020-04-21 06:34:01.640375] DEBUG: service.fit: Initialize Fit class
[2020-04-21 06:34:01.682358] DEBUG: service.fit: Getting fits with modules
[2020-04-21 06:34:01.687400] DEBUG: gui.contextMenu: registering context menu class AddCommandFit
[2020-04-21 06:34:01.689396] DEBUG: gui.contextMenu: registering context menu class TargetProfileAdder
[2020-04-21 06:34:01.690392] DEBUG: gui.contextMenu: registering context menu class ChangeShipTacticalMode
[2020-04-21 06:34:01.690392] DEBUG: gui.contextMenu: registering context menu class ChangeModuleAmmo
[2020-04-21 06:34:01.691392] DEBUG: gui.contextMenu: registering context menu class ChangeModuleSpool
[2020-04-21 06:34:01.691392] DEBUG: gui.contextMenu: registering context menu class BoosterSideEffects
[2020-04-21 06:34:01.692386] DEBUG: gui.contextMenu: registering context menu class FighterAbilities
[2020-04-21 06:34:01.693384] DEBUG: gui.contextMenu: registering context menu class TargetWrapperResists
[2020-04-21 06:34:01.695380] DEBUG: gui.contextMenu: registering context menu class TargetProfileEditorMenu
[2020-04-21 06:34:01.716371] DEBUG: gui.contextMenu: registering context menu class ItemStats
[2020-04-21 06:34:01.717376] DEBUG: gui.contextMenu: registering context menu class JumpToMarketItem
[2020-04-21 06:34:01.717376] DEBUG: gui.contextMenu: registering context menu class FitSystemSecurityMenu
[2020-04-21 06:34:01.718369] DEBUG: gui.contextMenu: registering context menu class JumpToShip
[2020-04-21 06:34:01.718369] DEBUG: gui.contextMenu: registering context menu class RemoveItem
[2020-04-21 06:34:01.719366] DEBUG: gui.contextMenu: registering context menu class ChangeItemAmount
[2020-04-21 06:34:01.719366] DEBUG: gui.contextMenu: registering context menu class ChangeItemProjectionRange
[2020-04-21 06:34:01.720363] DEBUG: gui.contextMenu: registering context menu class DroneSplitStack
[2020-04-21 06:34:01.721362] DEBUG: gui.contextMenu: registering context menu class ChangeItemToVariation
[2020-04-21 06:34:01.721362] DEBUG: gui.contextMenu: registering context menu class ChangeModuleMutation
[2020-04-21 06:34:01.722360] DEBUG: gui.contextMenu: registering context menu class FillWithModule
[2020-04-21 06:34:01.796344] DEBUG: gui.contextMenu: registering context menu class ExportMutatedModule
[2020-04-21 06:34:01.796344] DEBUG: gui.contextMenu: registering context menu class ChangeAffectingSkills
[2020-04-21 06:34:01.797344] DEBUG: gui.contextMenu: registering context menu class FillWithItem
[2020-04-21 06:34:01.797344] DEBUG: gui.contextMenu: registering context menu class DroneAddStack
[2020-04-21 06:34:01.798339] DEBUG: gui.contextMenu: registering context menu class AddToCargo
[2020-04-21 06:34:01.798339] DEBUG: gui.contextMenu: registering context menu class AddToCargoAmmo
[2020-04-21 06:34:01.799340] DEBUG: gui.contextMenu: registering context menu class ProjectItem
[2020-04-21 06:34:01.799340] DEBUG: gui.contextMenu: registering context menu class AmmoToDmgPattern
[2020-04-21 06:34:01.801332] DEBUG: gui.contextMenu: registering context menu class ImplantSetApply
[2020-04-21 06:34:01.801332] DEBUG: gui.contextMenu: registering context menu class ImplantSetSave
[2020-04-21 06:34:01.802329] DEBUG: gui.contextMenu: registering context menu class DronesPrice
[2020-04-21 06:34:01.802329] DEBUG: gui.contextMenu: registering context menu class CargoPrice
[2020-04-21 06:34:01.802329] DEBUG: gui.contextMenu: registering context menu class ImplantBoosterPrice
[2020-04-21 06:34:01.803326] DEBUG: gui.contextMenu: registering context menu class ChangeDamagePattern
[2020-04-21 06:34:01.803326] DEBUG: gui.contextMenu: registering context menu class FactorReload
[2020-04-21 06:34:01.804323] DEBUG: gui.contextMenu: registering context menu class TargetProfileSwitcher
[2020-04-21 06:34:01.804323] DEBUG: gui.contextMenu: registering context menu class GraphDmgApplyProjectedMenu
[2020-04-21 06:34:01.805322] DEBUG: gui.contextMenu: registering context menu class GraphDmgIgnoreResistsMenu
[2020-04-21 06:34:01.805322] DEBUG: gui.contextMenu: registering context menu class GraphIgnoreLockRangeMenu
[2020-04-21 06:34:01.806317] DEBUG: gui.contextMenu: registering context menu class GraphIgnoreDcrMenu
[2020-04-21 06:34:01.807320] DEBUG: gui.contextMenu: registering context menu class GraphDmgDroneModeMenu
[2020-04-21 06:34:01.807320] DEBUG: gui.contextMenu: registering context menu class AdditionsExportAll
[2020-04-21 06:34:01.808313] DEBUG: gui.contextMenu: registering context menu class AdditionsExportAll
[2020-04-21 06:34:01.808313] DEBUG: gui.contextMenu: registering context menu class AdditionsImport
[2020-04-21 06:34:01.876324] DEBUG: gui.statsPane: Setting full view for: resources
[2020-04-21 06:34:01.877354] DEBUG: gui.statsPane: Setting full view for: resistances
[2020-04-21 06:34:01.877354] DEBUG: gui.statsPane: Setting full view for: recharge
[2020-04-21 06:34:01.877354] DEBUG: gui.statsPane: Setting full view for: firepower
[2020-04-21 06:34:01.877354] DEBUG: gui.statsPane: Setting full view for: outgoing
[2020-04-21 06:34:01.877354] DEBUG: gui.statsPane: Setting full view for: capacitor
[2020-04-21 06:34:01.877354] DEBUG: gui.statsPane: Setting minimal view for: targetingMisc
[2020-04-21 06:34:01.877354] DEBUG: gui.statsPane: Setting full view for: price
[2020-04-21 06:34:01.910357] DEBUG: gui.mainFrame: Done loading mainframe imports
[2020-04-21 06:34:01.916343] DEBUG: gui.mainFrame: Initialize MainFrame
[2020-04-21 06:34:02.301372] DEBUG: gui.marketBrowser: Initialize marketBrowser
[2020-04-21 06:34:02.311345] DEBUG: gui.builtinMarketBrowser.marketTree: Initialize marketTree
[2020-04-21 06:34:02.356225] DEBUG: gui.builtinMarketBrowser.itemView: Initialize ItemView
[2020-04-21 06:34:02.399156] DEBUG: gui.shipBrowser: Populate ship category list.
[2020-04-21 06:34:02.699343] DEBUG: service.fit: Changing character (1) for fit ID: None
[2020-04-21 06:34:02.717259] DEBUG: gui.statsPane: Load view: resourcesViewFull
[2020-04-21 06:34:02.837527] DEBUG: gui.statsPane: Load view: resistancesViewFull
[2020-04-21 06:34:02.897396] DEBUG: gui.statsPane: Load view: rechargeViewFull
[2020-04-21 06:34:02.956210] DEBUG: gui.statsPane: Load view: firepowerViewFull
[2020-04-21 06:34:02.995142] DEBUG: gui.statsPane: Load view: outgoingViewFull
[2020-04-21 06:34:03.021037] DEBUG: gui.statsPane: Load view: capacitorViewFull
[2020-04-21 06:34:03.050479] DEBUG: gui.statsPane: Load view: targetingMiscViewMinimal
[2020-04-21 06:34:03.099348] DEBUG: gui.statsPane: Load view: priceViewFull
[2020-04-21 06:34:03.187127] DEBUG: gui.mainMenuBar: Initialize MainMenuBar
[2020-04-21 06:34:03.416552] DEBUG: service.update: Starting Check Update Thread.
[2020-04-21 06:34:13.889673] DEBUG: service.fit: Getting count of all fits for: 22428
[2020-04-21 06:34:13.908663] DEBUG: service.fit: Getting count of all fits for: 22436
[2020-04-21 06:34:13.923616] DEBUG: service.fit: Getting count of all fits for: 22430
[2020-04-21 06:34:13.938560] DEBUG: service.fit: Getting count of all fits for: 22440
[2020-04-21 06:34:13.948550] DEBUG: service.fit: Getting count of all fits for: 44996
[2020-04-21 06:34:27.117410] DEBUG: gui.shipBrowser: Populate ship category list.
[2020-04-21 06:34:31.496923] DEBUG: service.fit: Getting count of all fits for: 628
[2020-04-21 06:34:31.506896] DEBUG: service.fit: Getting count of all fits for: 625
[2020-04-21 06:34:31.517866] DEBUG: service.fit: Getting count of all fits for: 29337
[2020-04-21 06:34:31.528892] DEBUG: service.fit: Getting count of all fits for: 624
[2020-04-21 06:34:31.538820] DEBUG: service.fit: Getting count of all fits for: 2006
[2020-04-21 06:34:31.549825] DEBUG: service.fit: Getting count of all fits for: 17709
[2020-04-21 06:34:31.563754] DEBUG: service.fit: Getting count of all fits for: 632
[2020-04-21 06:34:31.574723] DEBUG: service.fit: Getting count of all fits for: 621
[2020-04-21 06:34:31.584735] DEBUG: service.fit: Getting count of all fits for: 17634
[2020-04-21 06:34:31.594671] DEBUG: service.fit: Getting count of all fits for: 623
[2020-04-21 06:34:31.603684] DEBUG: service.fit: Getting count of all fits for: 620
[2020-04-21 06:34:31.614656] DEBUG: service.fit: Getting count of all fits for: 29340
[2020-04-21 06:34:31.624391] DEBUG: service.fit: Getting count of all fits for: 633
[2020-04-21 06:34:31.634276] DEBUG: service.fit: Getting count of all fits for: 634
[2020-04-21 06:34:31.644250] DEBUG: service.fit: Getting count of all fits for: 29344
[2020-04-21 06:34:31.654224] DEBUG: service.fit: Getting count of all fits for: 627
[2020-04-21 06:34:31.663199] DEBUG: service.fit: Getting count of all fits for: 626
[2020-04-21 06:34:31.673208] DEBUG: service.fit: Getting count of all fits for: 17843
[2020-04-21 06:34:31.683181] DEBUG: service.fit: Getting count of all fits for: 630
[2020-04-21 06:34:31.693118] DEBUG: service.fit: Getting count of all fits for: 629
[2020-04-21 06:34:31.702116] DEBUG: service.fit: Getting count of all fits for: 631
[2020-04-21 06:34:31.713100] DEBUG: service.fit: Getting count of all fits for: 29336
[2020-04-21 06:34:31.723074] DEBUG: service.fit: Getting count of all fits for: 622
[2020-04-21 06:34:31.732015] DEBUG: service.fit: Getting count of all fits for: 17713
[2020-04-21 06:34:31.744021] DEBUG: service.fit: Getting count of all fits for: 33470
[2020-04-21 06:34:31.753955] DEBUG: service.fit: Getting count of all fits for: 17722
[2020-04-21 06:34:31.763965] DEBUG: service.fit: Getting count of all fits for: 17720
[2020-04-21 06:34:31.772906] DEBUG: service.fit: Getting count of all fits for: 17922
[2020-04-21 06:34:31.782879] DEBUG: service.fit: Getting count of all fits for: 17718
[2020-04-21 06:34:31.792885] DEBUG: service.fit: Getting count of all fits for: 17715
[2020-04-21 06:34:31.802860] DEBUG: service.fit: Getting count of all fits for: 33818
[2020-04-21 06:34:31.812827] DEBUG: service.fit: Getting count of all fits for: 49712
[2020-04-21 06:34:31.822775] DEBUG: service.fit: Getting count of all fits for: 47270
[2020-04-21 06:34:36.527186] DEBUG: service.fit: Fetching all fits for ship ID: 47270
[2020-04-21 06:34:37.624786] DEBUG: gui.builtinViews.fittingView: ------------------ new fitting view -------------------
[2020-04-21 06:34:37.624786] DEBUG: gui.builtinViews.fittingView: <gui.builtinViews.fittingView.FittingView object at 0x000002AC8E0E7798>
[2020-04-21 06:34:37.624786] DEBUG: gui.builtinViews.fittingView: ###################### Created new view:<gui.builtinViews.fittingView.FittingView object at 0x000002AC8E0E7798>
[2020-04-21 06:34:37.629772] DEBUG: gui.builtinViews.fittingView: ====== Fit Selected: <gui.builtinViews.fittingView.FittingView object at 0x000002AC8E0E7798>True
[2020-04-21 06:34:37.636790] INFO: service.fit: ==========recalc: Vedmak==========
[2020-04-21 06:34:37.759463] INFO: eos.saveddata.fit: Starting fit calculation on: Fit(ID=5, ship=Vedmak, name=Vedmak) at 0x2ac8a6d9888, calc: LOCAL
[2020-04-21 06:34:37.763456] INFO: eos.saveddata.fit: Fit is not yet calculated; will be running local calcs for Fit(ID=5, ship=Vedmak, name=Vedmak) at 0x2ac8a6d9888
[2020-04-21 06:34:37.765444] DEBUG: eos.gamedata: Loading skillEffect (Effect132)
[2020-04-21 06:34:37.765444] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect132'
[2020-04-21 06:34:37.767442] DEBUG: eos.gamedata: Loading oreIndustrialSkillLevelPostMulShipBonusOreIndustrial1Ship (Effect4665)
[2020-04-21 06:34:37.767442] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect4665'
[2020-04-21 06:34:37.767442] DEBUG: eos.gamedata: Loading oreIndustrialSkillLevelPostMulShipBonusOreIndustrial2Ship (Effect4666)
[2020-04-21 06:34:37.767442] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect4666'
[2020-04-21 06:34:37.768436] DEBUG: eos.gamedata: Loading gunnerySkillBoostTurretSpeeBonus (Effect413)
[2020-04-21 06:34:37.768436] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect413'
[2020-04-21 06:34:37.768436] DEBUG: eos.gamedata: Loading gunneryTurretSpeeBonusPostPercentSpeedLocationShipModulesRequiringGunnery (Effect414)
[2020-04-21 06:34:37.769438] DEBUG: eos.gamedata: Loading skillBoostDamageMultiplierBonus (Effect152)
[2020-04-21 06:34:37.769438] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect152'
[2020-04-21 06:34:37.769438] DEBUG: eos.gamedata: Loading smallHybridTurretDamageMultiplierBonusPostPercentDamageMultiplierLocationShipModulesRequiringSmallHybridTurret (Effect173)
[2020-04-21 06:34:37.770431] DEBUG: eos.gamedata: Loading smallProjectileTurretDamageMultiplierBonusPostPercentDamageMultiplierLocationShipModulesRequiringSmallProjectileTurret (Effect174)
[2020-04-21 06:34:37.771428] DEBUG: eos.gamedata: Loading smallEnergyTurretDamageMultiplierBonusPostPercentDamageMultiplierLocationShipModulesRequiringSmallEnergyTurret (Effect172)
[2020-04-21 06:34:37.772427] DEBUG: eos.gamedata: Loading mediumHybridTurretDamageMultiplierBonusPostPercentDamageMultiplierLocationShipModulesRequiringMediumHybridTurret (Effect160)
[2020-04-21 06:34:37.772427] DEBUG: eos.gamedata: Loading mediumProjectileTurretDamageMultiplierBonusPostPercentDamageMultiplierLocationShipModulesRequiringMediumProjectileTurret (Effect161)
[2020-04-21 06:34:37.773423] DEBUG: eos.gamedata: Loading mediumEnergyTurretDamageMultiplierBonusPostPercentDamageMultiplierLocationShipModulesRequiringMediumEnergyTurret (Effect159)
[2020-04-21 06:34:37.774420] DEBUG: eos.gamedata: Loading largeHybridTurretDamageMultiplierBonusPostPercentDamageMultiplierLocationShipModulesRequiringLargeHybridTurret (Effect157)
[2020-04-21 06:34:37.774420] DEBUG: eos.gamedata: Loading largeProjectileTurretDamageMultiplierBonusPostPercentDamageMultiplierLocationShipModulesRequiringLargeProjectileTurret (Effect408)
[2020-04-21 06:34:37.775419] DEBUG: eos.gamedata: Loading largeEnergyTurretDamageMultiplierBonusPostPercentDamageMultiplierLocationShipModulesRequiringLargeEnergyTurret (Effect162)
[2020-04-21 06:34:37.776383] DEBUG: eos.gamedata: Loading rapidFiringSkillBoostRofBonus (Effect163)
[2020-04-21 06:34:37.776383] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect163'
[2020-04-21 06:34:37.776383] DEBUG: eos.gamedata: Loading rapidFiringRofBonusPostPercentSpeedLocationShipModulesRequiringGunnery (Effect582)
[2020-04-21 06:34:37.777416] DEBUG: eos.gamedata: Loading sharpshooterSkillBoostRangeSkillBonus (Effect167)
[2020-04-21 06:34:37.777416] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect167'
[2020-04-21 06:34:37.778411] DEBUG: eos.gamedata: Loading sharpshooterRangeSkillBonusPostPercentMaxRangeLocationShipModulesRequiringGunnery (Effect290)
[2020-04-21 06:34:37.778411] DEBUG: eos.gamedata: Loading skillBoostTrackingSpeedBonus (Effect2846)
[2020-04-21 06:34:37.779411] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect2846'
[2020-04-21 06:34:37.779411] DEBUG: eos.gamedata: Loading trackingSpeedBonusPassiveRequiringGunneryTrackingSpeedBonus (Effect2847)
[2020-04-21 06:34:37.780406] DEBUG: eos.gamedata: Loading surgicalStrikeDamageMultiplierBonusPostPercentDamageMultiplierLocationShipGroupEnergyWeapon (Effect587)
[2020-04-21 06:34:37.780406] DEBUG: eos.gamedata: Loading surgicalStrikeDamageMultiplierBonusPostPercentDamageMultiplierLocationShipGroupProjectileWeapon (Effect588)
[2020-04-21 06:34:37.780406] DEBUG: eos.gamedata: Loading surgicalStrikeDamageMultiplierBonusPostPercentDamageMultiplierLocationShipGroupHybridWeapon (Effect589)
[2020-04-21 06:34:37.780406] DEBUG: eos.gamedata: Loading surgicalStrikeDamageMultiplierBonusPostPercentDamageMultiplierLocationShipGroupPrecursorTurret (Effect7097)
[2020-04-21 06:34:37.781402] DEBUG: eos.gamedata: Loading accerationControlSkillBoostCapNeedBonus (Effect225)
[2020-04-21 06:34:37.781402] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect225'
[2020-04-21 06:34:37.781402] DEBUG: eos.gamedata: Loading controlledBurstsCapNeedBonusPostPercentCapacitorNeedLocationShipModulesRequiringGunnery (Effect287)
[2020-04-21 06:34:37.782399] DEBUG: eos.gamedata: Loading skillBoostFalloffBonus (Effect297)
[2020-04-21 06:34:37.782399] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect297'
[2020-04-21 06:34:37.782399] DEBUG: eos.gamedata: Loading surgicalStrikeFalloffBonusPostPercentFalloffLocationShipModulesRequiringGunnery (Effect298)
[2020-04-21 06:34:37.783397] DEBUG: eos.gamedata: Loading sensorUpgradesSkillBoostCpuNeedBonus (Effect211)
[2020-04-21 06:34:37.783397] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect211'
[2020-04-21 06:34:37.783397] DEBUG: eos.gamedata: Loading weaponUpgradesCpuNeedBonusPostPercentCpuLocationShipModulesRequiringGunnery (Effect581)
[2020-04-21 06:34:37.783397] DEBUG: eos.gamedata: Loading weaponUpgradesSkillBoostCpu (Effect672)
[2020-04-21 06:34:37.783397] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect672'
[2020-04-21 06:34:37.784394] DEBUG: eos.gamedata: Loading weaponUpgradesCpuNeedBonusPostPercentCpuLocationShipModulesRequiringEnergyPulseWeapons (Effect675)
[2020-04-21 06:34:37.784394] DEBUG: eos.gamedata: Loading weaponUpgradesCpuNeedBonusPostPercentCpuLocationShipModulesRequiringMissileLauncherOperation (Effect677)
[2020-04-21 06:34:37.784394] DEBUG: eos.gamedata: Loading weaponUpgradesCpuNeedBonusPostPercentCpuLocationShipModulesRequiringBombLauncher (Effect3519)
[2020-04-21 06:34:37.785358] DEBUG: eos.gamedata: Loading missileSkillRapidLauncherRoF (Effect1763)
[2020-04-21 06:34:37.785358] DEBUG: eos.gamedata: Loading missileEMDmgBonus (Effect660)
[2020-04-21 06:34:37.786388] DEBUG: eos.gamedata: Loading missileExplosiveDmgBonus (Effect661)
[2020-04-21 06:34:37.786388] DEBUG: eos.gamedata: Loading missileThermalDmgBonus (Effect662)
[2020-04-21 06:34:37.786388] DEBUG: eos.gamedata: Loading missileKineticDmgBonus2 (Effect668)
[2020-04-21 06:34:37.788384] DEBUG: eos.gamedata: Loading skillMultiplierMissileVelocityBonus (Effect6843)
[2020-04-21 06:34:37.788384] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect6843'
[2020-04-21 06:34:37.788384] DEBUG: eos.gamedata: Loading skillMultiplierDefenderMissileVelocity (Effect6844)
[2020-04-21 06:34:37.790378] DEBUG: eos.gamedata: Loading evasiveManuveringSkillBoostAgilityBonus (Effect232)
[2020-04-21 06:34:37.791376] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect232'
[2020-04-21 06:34:37.791376] DEBUG: eos.gamedata: Loading evasiveManeuveringAgilityBonusPostPercentAgilityShip (Effect395)
[2020-04-21 06:34:37.792372] DEBUG: eos.gamedata: Loading gallenteFrigateSkillLevelPreMulShipBonusGFShip (Effect468)
[2020-04-21 06:34:37.792372] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect468'
[2020-04-21 06:34:37.792372] DEBUG: eos.gamedata: Loading gallenteFrigateSkillLevelPreMulShipBonusGF2Ship (Effect751)
[2020-04-21 06:34:37.792372] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect751'
[2020-04-21 06:34:37.792372] DEBUG: eos.gamedata: Loading gallenteFrigateSkillLevelPreMulShipBonus3GFShip (Effect4600)
[2020-04-21 06:34:37.792372] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect4600'
[2020-04-21 06:34:37.793372] DEBUG: eos.gamedata: Loading minmatarFrigateSkillLevelPreMulShipBonusMFShip (Effect453)
[2020-04-21 06:34:37.793372] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect453'
[2020-04-21 06:34:37.794368] DEBUG: eos.gamedata: Loading minmatarFrigateSkillLevelPreMulShipBonusMF2Ship (Effect762)
[2020-04-21 06:34:37.794368] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect762'
[2020-04-21 06:34:37.794368] DEBUG: eos.gamedata: Loading minmatarFrigateSkillLevelPreMulShipBonus3MFShip (Effect4601)
[2020-04-21 06:34:37.794368] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect4601'
[2020-04-21 06:34:37.795366] DEBUG: eos.gamedata: Loading caldariFrigateSkillLevelPreMulShipBonusCFShip (Effect460)
[2020-04-21 06:34:37.795366] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect460'
[2020-04-21 06:34:37.795366] DEBUG: eos.gamedata: Loading caldariFrigateSkillLevelPreMulShipBonusCF2Ship (Effect761)
[2020-04-21 06:34:37.795366] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect761'
[2020-04-21 06:34:37.795366] DEBUG: eos.gamedata: Loading caldariFrigateSkillLevelPreMulShipBonus3CFShip (Effect4599)
[2020-04-21 06:34:37.795366] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect4599'
[2020-04-21 06:34:37.796363] DEBUG: eos.gamedata: Loading amarrFrigateSkillLevelPreMulShipBonusAFShip (Effect476)
[2020-04-21 06:34:37.796363] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect476'
[2020-04-21 06:34:37.796363] DEBUG: eos.gamedata: Loading amarrFrigateSkillLevelPreMulShipBonus2AFShip (Effect510)
[2020-04-21 06:34:37.797362] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect510'
[2020-04-21 06:34:37.797362] DEBUG: eos.gamedata: Loading amarrFrigateSkillLevelPreMulShipBonus3AFShip (Effect4598)
[2020-04-21 06:34:37.797362] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect4598'
[2020-04-21 06:34:37.798357] DEBUG: eos.gamedata: Loading gallenteCruiserSkillLevelPreMulShipBonusGCShip (Effect517)
[2020-04-21 06:34:37.798357] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect517'
[2020-04-21 06:34:37.798357] DEBUG: eos.gamedata: Loading gallenteCruiserSkillLevelPreMulShipBonusGC2Ship (Effect928)
[2020-04-21 06:34:37.798357] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect928'
[2020-04-21 06:34:37.798357] DEBUG: eos.gamedata: Loading gallenteCruiserSkillLevelPreMulShipBonusGC3Ship (Effect6044)
[2020-04-21 06:34:37.798357] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect6044'
[2020-04-21 06:34:37.799356] DEBUG: eos.gamedata: Loading minmatarCruiserSkillLevelPreMulShipBonusMCShip (Effect524)
[2020-04-21 06:34:37.799356] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect524'
[2020-04-21 06:34:37.799356] DEBUG: eos.gamedata: Loading minmatarCruiserSkillLevelPreMulShipBonusMC2Ship (Effect929)
[2020-04-21 06:34:37.800352] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect929'
[2020-04-21 06:34:37.800352] DEBUG: eos.gamedata: Loading caldariCruiserSkillLevelPreMulShipBonusCCShip (Effect520)
[2020-04-21 06:34:37.800352] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect520'
[2020-04-21 06:34:37.801351] DEBUG: eos.gamedata: Loading caldariCruiserSkillLevelPreMulShipBonusCC2Ship (Effect927)
[2020-04-21 06:34:37.801351] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect927'
[2020-04-21 06:34:37.801351] DEBUG: eos.gamedata: Loading caldariCruiserSkillLevelPreMulShipBonusCC3Ship (Effect4357)
[2020-04-21 06:34:37.801351] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect4357'
[2020-04-21 06:34:37.802347] DEBUG: eos.gamedata: Loading amarrCruiserSkillLevelPreMulShipBonusACShip (Effect500)
[2020-04-21 06:34:37.802347] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect500'
[2020-04-21 06:34:37.802347] DEBUG: eos.gamedata: Loading amarrCruiserSkillLevelPreMulShipBonusAC2Ship (Effect926)
[2020-04-21 06:34:37.802347] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect926'
[2020-04-21 06:34:37.802347] DEBUG: eos.gamedata: Loading amarrCruiserSkillLevelPreMulShipBonusAC3Ship (Effect6293)
[2020-04-21 06:34:37.803352] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect6293'
[2020-04-21 06:34:37.803352] DEBUG: eos.gamedata: Loading gallenteBattleshipSkillLevelPreMulShipBonusGBShip (Effect611)
[2020-04-21 06:34:37.803352] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect611'
[2020-04-21 06:34:37.804341] DEBUG: eos.gamedata: Loading gallenteBattleshipSkillLevelPreMulShipBonusGB2Ship (Effect682)
[2020-04-21 06:34:37.804341] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect682'
[2020-04-21 06:34:37.804341] DEBUG: eos.gamedata: Loading minmatarBattleshipSkillLevelPreMulShipBonusMBShip (Effect548)
[2020-04-21 06:34:37.805337] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect548'
[2020-04-21 06:34:37.805337] DEBUG: eos.gamedata: Loading minmatarBattleshipSkillLevelPreMulShipBonusMB2Ship (Effect605)
[2020-04-21 06:34:37.805337] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect605'
[2020-04-21 06:34:37.806335] DEBUG: eos.gamedata: Loading caldariBattleshipSkillLevelPreMulShipBonusCBShip (Effect541)
[2020-04-21 06:34:37.806335] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect541'
[2020-04-21 06:34:37.806335] DEBUG: eos.gamedata: Loading caldariBattleshipSkillLevelPreMulShipBonus2CBShip (Effect556)
[2020-04-21 06:34:37.806335] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect556'
[2020-04-21 06:34:37.806335] DEBUG: eos.gamedata: Loading caldariBattleshipSkillLevelPreMulShipBonusCB3Ship (Effect797)
[2020-04-21 06:34:37.806335] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect797'
[2020-04-21 06:34:37.807339] DEBUG: eos.gamedata: Loading amarrBattleshipSkillLevelPostMulShipBonusABShip (Effect538)
[2020-04-21 06:34:37.807339] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect538'
[2020-04-21 06:34:37.807339] DEBUG: eos.gamedata: Loading amarrBattleshipSkillLevelPreMulShipBonusAB2Ship (Effect734)
[2020-04-21 06:34:37.808330] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect734'
[2020-04-21 06:34:37.808330] DEBUG: eos.gamedata: Loading gallenteIndustrialSkillLevelPreMulShipBonusGIShip (Effect532)
[2020-04-21 06:34:37.808330] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect532'
[2020-04-21 06:34:37.809331] DEBUG: eos.gamedata: Loading gallenteIndustrialSkillLevelPreMulShipBonusGI2Ship (Effect1292)
[2020-04-21 06:34:37.809331] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect1292'
[2020-04-21 06:34:37.810325] DEBUG: eos.gamedata: Loading minmatarIndustrialSkillLevelPreMulShipBonusMIShip (Effect526)
[2020-04-21 06:34:37.810325] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect526'
[2020-04-21 06:34:37.810325] DEBUG: eos.gamedata: Loading minmatarIndustrialSkillLevelPreMulShipBonusMI2Ship (Effect1293)
[2020-04-21 06:34:37.810325] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect1293'
[2020-04-21 06:34:37.811325] DEBUG: eos.gamedata: Loading caldariIndustrialSkillLevelPreMulShipBonusCIShip (Effect530)
[2020-04-21 06:34:37.811325] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect530'
[2020-04-21 06:34:37.811325] DEBUG: eos.gamedata: Loading caldariIndustrialSkillLevelPreMulShipBonusCI2Ship (Effect1291)
[2020-04-21 06:34:37.811325] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect1291'
[2020-04-21 06:34:37.812320] DEBUG: eos.gamedata: Loading amarrIndustrialSkillLevelPreMulShipBonusAI2Ship (Effect583)
[2020-04-21 06:34:37.812320] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect583'
[2020-04-21 06:34:37.812320] DEBUG: eos.gamedata: Loading amarrIndustrialSkillLevelPreMulShipBonusAI22Ship (Effect1290)
[2020-04-21 06:34:37.812320] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect1290'
[2020-04-21 06:34:37.813317] DEBUG: eos.gamedata: Loading skillMultiplierShipBonusTitanGallente (Effect6632)
[2020-04-21 06:34:37.813317] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect6632'
[2020-04-21 06:34:37.814314] DEBUG: eos.gamedata: Loading skillMultiplierShipBonusTitanMinmatar (Effect6633)
[2020-04-21 06:34:37.814314] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect6633'
[2020-04-21 06:34:37.815313] DEBUG: eos.gamedata: Loading skillMultiplierShipBonusTitanCaldari (Effect6631)
[2020-04-21 06:34:37.815313] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect6631'
[2020-04-21 06:34:37.816309] DEBUG: eos.gamedata: Loading skillMultiplierShipBonusTitanAmarr (Effect6630)
[2020-04-21 06:34:37.816309] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect6630'
[2020-04-21 06:34:37.816309] DEBUG: eos.gamedata: Loading areaOfEffectSkillBonus (Effect6768)
[2020-04-21 06:34:37.817314] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect6768'
[2020-04-21 06:34:37.817314] DEBUG: eos.gamedata: Loading commandBurstAoEBonus (Effect6769)
[2020-04-21 06:34:37.817314] DEBUG: eos.gamedata: Loading propulsionJammingSkillBoostDurationBonus (Effect208)
[2020-04-21 06:34:37.818304] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect208'
[2020-04-21 06:34:37.818304] DEBUG: eos.gamedata: Loading skirmishCommandDurationBonus (Effect6773)
[2020-04-21 06:34:37.818304] DEBUG: eos.gamedata: Loading shieldCommandDurationBonus (Effect6771)
[2020-04-21 06:34:37.819302] DEBUG: eos.gamedata: Loading commandBurstStrengthSkillBonus (Effect6775)
[2020-04-21 06:34:37.819302] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect6775'
[2020-04-21 06:34:37.819302] DEBUG: eos.gamedata: Loading shieldCommandStrengthBonus (Effect6777)
[2020-04-21 06:34:37.820299] DEBUG: eos.gamedata: Loading informationCommandStrengthBonus (Effect6778)
[2020-04-21 06:34:37.821296] DEBUG: eos.gamedata: Loading reloadTimeSkillBonus (Effect6781)
[2020-04-21 06:34:37.821296] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect6781'
[2020-04-21 06:34:37.821296] DEBUG: eos.gamedata: Loading commandBurstReloadTimeBonus (Effect6782)
[2020-04-21 06:34:37.822292] DEBUG: eos.gamedata: Loading socialSkillBoostSocialMutator (Effect406)
[2020-04-21 06:34:37.822292] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect406'
[2020-04-21 06:34:37.823294] DEBUG: eos.gamedata: Loading negotiationSkillBoostNegotiationBonus (Effect403)
[2020-04-21 06:34:37.823294] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect403'
[2020-04-21 06:34:37.823294] DEBUG: eos.gamedata: Loading negotiationNegotiationBonusPostPercentNegotiationPercentageChar (Effect404)
[2020-04-21 06:34:37.823294] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect404'
[2020-04-21 06:34:37.824287] DEBUG: eos.gamedata: Loading diplomacySkillBoostDiplomacyMutator (Effect348)
[2020-04-21 06:34:37.824287] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect348'
[2020-04-21 06:34:37.824287] DEBUG: eos.gamedata: Loading diplomacyDiplomacyMutatorModAddDiplomacyBonusChar (Effect349)
[2020-04-21 06:34:37.825288] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect349'
[2020-04-21 06:34:37.825288] DEBUG: eos.gamedata: Loading fasttalkSkillBoostFastTalkMutator (Effect350)
[2020-04-21 06:34:37.826268] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect350'
[2020-04-21 06:34:37.826268] DEBUG: eos.gamedata: Loading fasttalkFastTalkMutatorPostPercentFastTalkPercentageChar (Effect352)
[2020-04-21 06:34:37.826268] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect352'
[2020-04-21 06:34:37.827248] DEBUG: eos.gamedata: Loading connectionsSkillBoostConnectionBonusMutator (Effect344)
[2020-04-21 06:34:37.827248] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect344'
[2020-04-21 06:34:37.828278] DEBUG: eos.gamedata: Loading connectionsConnectionBonusMutatorModAddConnectionsBonusChar (Effect399)
[2020-04-21 06:34:37.828278] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect399'
[2020-04-21 06:34:37.828278] DEBUG: eos.gamedata: Loading criminalConnectionsSkillBoostCriminalConnectionsMutator (Effect346)
[2020-04-21 06:34:37.829276] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect346'
[2020-04-21 06:34:37.829276] DEBUG: eos.gamedata: Loading criminalConnectionsCriminalConnectionsMutatorModAddCriminalConnectionsBonusChar (Effect402)
[2020-04-21 06:34:37.829276] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect402'
[2020-04-21 06:34:37.830272] DEBUG: eos.gamedata: Loading corporationMemberLimitBonus (Effect82)
[2020-04-21 06:34:37.830272] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect82'
[2020-04-21 06:34:37.830272] DEBUG: eos.gamedata: Loading corporationManagementSkillBoostCorporationMemberBonus (Effect239)
[2020-04-21 06:34:37.830272] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect239'
[2020-04-21 06:34:37.831269] DEBUG: eos.gamedata: Loading skillWarAllyCostModifier (Effect4984)
[2020-04-21 06:34:37.831269] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect4984'
[2020-04-21 06:34:37.831269] DEBUG: eos.gamedata: Loading relationsAllyCostSkillBoost (Effect4985)
[2020-04-21 06:34:37.831269] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect4985'
[2020-04-21 06:34:37.831269] DEBUG: eos.gamedata: Loading baseDefenderAllyCostCharAssignment (Effect5052)
[2020-04-21 06:34:37.832266] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect5052'
[2020-04-21 06:34:37.832266] DEBUG: eos.gamedata: Loading posStructureControlAmountBonus (Effect2918)
[2020-04-21 06:34:37.832266] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect2918'
[2020-04-21 06:34:37.833266] DEBUG: eos.gamedata: Loading industrySkillBoostManufacturingTimeBonus (Effect412)
[2020-04-21 06:34:37.833266] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect412'
[2020-04-21 06:34:37.833266] DEBUG: eos.gamedata: Loading industryManufacturingTimeBonusPostPercentManufactureTimeMultiplierChar (Effect425)
[2020-04-21 06:34:37.834260] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect425'
[2020-04-21 06:34:37.834260] DEBUG: eos.gamedata: Loading refineryEfficiencySkillBoostRefiningYieldMutator (Effect331)
[2020-04-21 06:34:37.834260] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect331'
[2020-04-21 06:34:37.835258] DEBUG: eos.gamedata: Loading refineryEfficiencyRefiningYieldMutatorPostPercentRefiningYieldPercentageChar (Effect435)
[2020-04-21 06:34:37.835258] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect435'
[2020-04-21 06:34:37.835258] DEBUG: eos.gamedata: Loading astrogeologySkillBoostMiningAmountBonus (Effect389)
[2020-04-21 06:34:37.836256] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect389'
[2020-04-21 06:34:37.836256] DEBUG: eos.gamedata: Loading astrogeologyMiningAmountBonusPostPercentMiningAmountLocationShipModulesRequiringMining (Effect391)
[2020-04-21 06:34:37.836256] DEBUG: eos.gamedata: Loading massProductionSkillLevelModAddManufactureSlotLimitChar (Effect568)
[2020-04-21 06:34:37.837257] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect568'
[2020-04-21 06:34:37.837257] DEBUG: eos.gamedata: Loading advancedIndustryManufacturingTimeBonusPostPercent (Effect5903)
[2020-04-21 06:34:37.838251] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect5903'
[2020-04-21 06:34:37.838251] DEBUG: eos.gamedata: Loading advancedIndustryCopyTimeBonusPostPercent (Effect5906)
[2020-04-21 06:34:37.838251] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect5906'
[2020-04-21 06:34:37.838251] DEBUG: eos.gamedata: Loading advancedIndustryInventionTimeBonusPostPercent (Effect5907)
[2020-04-21 06:34:37.838251] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect5907'
[2020-04-21 06:34:37.838251] DEBUG: eos.gamedata: Loading advancedIndustrySkillBoostAdvancedIndustrySkillIndustryJobTimeBonus (Effect5908)
[2020-04-21 06:34:37.838251] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect5908'
[2020-04-21 06:34:37.838251] DEBUG: eos.gamedata: Loading advancedIndustryManufactureTimeResearchTimeBonusPostPercent (Effect5909)
[2020-04-21 06:34:37.839250] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect5909'
[2020-04-21 06:34:37.839250] DEBUG: eos.gamedata: Loading advancedIndustryMaterialResearchTimeBonusPostPercent (Effect5910)
[2020-04-21 06:34:37.839250] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect5910'
[2020-04-21 06:34:37.840244] DEBUG: eos.gamedata: Loading hullUpgradesSkillBoostHullHpBonus (Effect251)
[2020-04-21 06:34:37.840244] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect251'
[2020-04-21 06:34:37.840244] DEBUG: eos.gamedata: Loading mechanicHullHpBonusPostPercentHpShip (Effect392)
[2020-04-21 06:34:37.841245] DEBUG: eos.gamedata: Loading electronicWarfareSkillBoostDurationBonus (Effect216)
[2020-04-21 06:34:37.841245] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect216'
[2020-04-21 06:34:37.842239] DEBUG: eos.gamedata: Loading repairSystemsDurationBonusPostPercentDurationLocationShipModulesRequiringRepairSystems (Effect272)
[2020-04-21 06:34:37.842239] DEBUG: eos.gamedata: Loading hullUpgradesSkillBoostArmorHpBonus (Effect270)
[2020-04-21 06:34:37.843202] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect270'
[2020-04-21 06:34:37.843202] DEBUG: eos.gamedata: Loading hullUpgradesArmorHpBonusPostPercentHpLocationShip (Effect271)
[2020-04-21 06:34:37.844199] DEBUG: eos.gamedata: Loading frigateConstructionSkillBoostFrigateConstructionTimeBonus (Effect340)
[2020-04-21 06:34:37.844199] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect340'
[2020-04-21 06:34:37.844199] DEBUG: eos.gamedata: Loading frigateConstructionFrigateConstructionTimeBonusPostPercentFrigateConstructionTimeChar (Effect341)
[2020-04-21 06:34:37.844199] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect341'
[2020-04-21 06:34:37.845196] DEBUG: eos.gamedata: Loading industrialConstructionSkillBoostIndustrialConstructionTimeBonus (Effect342)
[2020-04-21 06:34:37.845196] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect342'
[2020-04-21 06:34:37.845196] DEBUG: eos.gamedata: Loading industrialConstructionIndustrialConstructionTimeBonusPostPercentIndustrialConstructionTimeChar (Effect343)
[2020-04-21 06:34:37.845196] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect343'
[2020-04-21 06:34:37.846193] DEBUG: eos.gamedata: Loading cruiserConstructionSkillBoostCruiserConstructionTimeBonus (Effect338)
[2020-04-21 06:34:37.846193] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect338'
[2020-04-21 06:34:37.846193] DEBUG: eos.gamedata: Loading cruiserConstructionCruiserConstructionTimeBonusPostPercentCruiserConstructionTimeChar (Effect339)
[2020-04-21 06:34:37.846193] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect339'
[2020-04-21 06:34:37.847191] DEBUG: eos.gamedata: Loading battleshipConstructionSkillBoostBattleshipConstructionTimeBonus (Effect336)
[2020-04-21 06:34:37.847191] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect336'
[2020-04-21 06:34:37.847191] DEBUG: eos.gamedata: Loading battleshipConstructionBattleshipConstructionTimeBonusPostPercentBattleshipConstructionTimeChar (Effect337)
[2020-04-21 06:34:37.847191] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect337'
[2020-04-21 06:34:37.849186] DEBUG: eos.gamedata: Loading scienceSkillBoostCopySpeedBonus (Effect430)
[2020-04-21 06:34:37.849186] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect430'
[2020-04-21 06:34:37.849186] DEBUG: eos.gamedata: Loading scienceCopySpeedBonusPostPercentCopySpeedPercentChar (Effect431)
[2020-04-21 06:34:37.849186] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect431'
[2020-04-21 06:34:37.850183] DEBUG: eos.gamedata: Loading researchSkillBoostBlueprintmanufactureTimeBonus (Effect432)
[2020-04-21 06:34:37.850183] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect432'
[2020-04-21 06:34:37.850183] DEBUG: eos.gamedata: Loading researchBlueprintmanufactureTimeBonusPostPercentProductionTimeResearchSpeedChar (Effect433)
[2020-04-21 06:34:37.850183] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect433'
[2020-04-21 06:34:37.852178] DEBUG: eos.gamedata: Loading biologyTimeBonusFixed (Effect2866)
[2020-04-21 06:34:37.853175] DEBUG: eos.gamedata: Loading laboratoryOperationSkillLevelModAddMaxLaborotorySlotsChar (Effect566)
[2020-04-21 06:34:37.853175] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect566'
[2020-04-21 06:34:37.854172] DEBUG: eos.gamedata: Loading inventionSkillBoostInventionBonus (Effect498)
[2020-04-21 06:34:37.854172] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect498'
[2020-04-21 06:34:37.854172] DEBUG: eos.gamedata: Loading reverseEngineeringInventionBonusModAddReverseEngineeringChanceLocationChar (Effect571)
[2020-04-21 06:34:37.854172] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect571'
[2020-04-21 06:34:37.855170] DEBUG: eos.gamedata: Loading metallurgySkillBoostMineralNeedResearchBonus (Effect481)
[2020-04-21 06:34:37.855170] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect481'
[2020-04-21 06:34:37.855170] DEBUG: eos.gamedata: Loading metallurgyMineralNeedResearchBonusPostPercentMineralNeedResearchSpeedChar (Effect558)
[2020-04-21 06:34:37.855170] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect558'
[2020-04-21 06:34:37.857164] DEBUG: eos.gamedata: Loading systemScanDurationSkillAstrometrics (Effect1409)
[2020-04-21 06:34:37.857164] DEBUG: eos.gamedata: Loading scanStrengthBonusSkillLevelIncrease (Effect2656)
[2020-04-21 06:34:37.857164] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect2656'
[2020-04-21 06:34:37.858162] DEBUG: eos.gamedata: Loading maxScanDeviationSelfSkillModifier (Effect2820)
[2020-04-21 06:34:37.858162] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect2820'
[2020-04-21 06:34:37.858162] DEBUG: eos.gamedata: Loading baseMaxScanDeviationModifierRequiringAstrometrics (Effect4161)
[2020-04-21 06:34:37.858162] DEBUG: eos.gamedata: Loading baseSensorStrengthModifierRequiringAstrometrics (Effect4162)
[2020-04-21 06:34:37.859159] DEBUG: eos.gamedata: Loading engineeringSkillBoostPowerOutputBonus (Effect218)
[2020-04-21 06:34:37.859159] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect218'
[2020-04-21 06:34:37.859159] DEBUG: eos.gamedata: Loading engineeringPowerEngineeringOutputBonusPostPercentPowerOutputLocationShipGroupPowerCore (Effect490)
[2020-04-21 06:34:37.860157] DEBUG: eos.gamedata: Loading shieldoperationSkillBoostRechargeratebonus (Effect283)
[2020-04-21 06:34:37.860157] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect283'
[2020-04-21 06:34:37.860157] DEBUG: eos.gamedata: Loading shieldOperationRechargeratebonusPostPercentRechargeRateLocationShipGroupShield (Effect486)
[2020-04-21 06:34:37.861154] DEBUG: eos.gamedata: Loading energyManagementSkillBoostCapRechargeBonus (Effect220)
[2020-04-21 06:34:37.861154] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect220'
[2020-04-21 06:34:37.861154] DEBUG: eos.gamedata: Loading energysystemsoperationCapRechargeBonusPostPercentRechargeRateLocationShipGroupCapacitor (Effect485)
[2020-04-21 06:34:37.862151] DEBUG: eos.gamedata: Loading energyManagementSkillBoostCapacitorCapacityBonus (Effect2431)
[2020-04-21 06:34:37.862151] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect2431'
[2020-04-21 06:34:37.862151] DEBUG: eos.gamedata: Loading energyManagementCapacitorBonusPostPercentCapacityLocationShipGroupCapacitorCapacityBonus (Effect2432)
[2020-04-21 06:34:37.863148] DEBUG: eos.gamedata: Loading shieldManagementSkillBoostShieldCapacityBonus (Effect280)
[2020-04-21 06:34:37.863148] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect280'
[2020-04-21 06:34:37.863148] DEBUG: eos.gamedata: Loading shieldManagementShieldCapacityBonusPostPercentCapacityLocationShipGroupShield (Effect446)
[2020-04-21 06:34:37.864146] DEBUG: eos.gamedata: Loading tacticalshieldManipulationSkillBoostUniformityBonus (Effect277)
[2020-04-21 06:34:37.864146] DEBUG: eos.gamedata: Loading tacticalShieldManipulationBonus2 (Effect3254)
[2020-04-21 06:34:37.864146] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect3254'
[2020-04-21 06:34:37.865143] DEBUG: eos.gamedata: Loading energyPulseWeaponsDurationBonusPostPercentDurationLocationShipModulesRequiringEnergyPulseWeapons (Effect590)
[2020-04-21 06:34:37.866140] DEBUG: eos.gamedata: Loading shieldEmmisionSystemsCapNeedBonusPostPercentCapacitorNeedLocationShipModulesRequiringShieldEmmisionSystems (Effect279)
[2020-04-21 06:34:37.867138] DEBUG: eos.gamedata: Loading capacitorEmissionSystemskill (Effect5607)
[2020-04-21 06:34:37.867138] DEBUG: eos.gamedata: Loading energyGridUpgradesCpuNeedBonusPostPercentCpuLocationShipModulesRequiringEnergyGridUpgrades (Effect396)
[2020-04-21 06:34:37.868135] DEBUG: eos.gamedata: Loading sensorUpgradesSkillBoostPowerNeedBonus (Effect246)
[2020-04-21 06:34:37.868135] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect246'
[2020-04-21 06:34:37.868135] DEBUG: eos.gamedata: Loading shieldUpgradesPowerNeedBonusPostPercentPowerLocationShipModulesRequiringShieldUpgrades (Effect273)
[2020-04-21 06:34:37.869133] DEBUG: eos.gamedata: Loading gallenteFrigateSkillBoostCpuOutputBonus (Effect368)
[2020-04-21 06:34:37.869133] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect368'
[2020-04-21 06:34:37.869133] DEBUG: eos.gamedata: Loading electronicsCpuOutputBonusPostPercentCpuOutputLocationShipGroupComputer (Effect397)
[2020-04-21 06:34:37.870130] DEBUG: eos.gamedata: Loading ewSkillEwCapNeedSkillLevel (Effect1372)
[2020-04-21 06:34:37.870130] DEBUG: eos.gamedata: Loading ewSkillEcmBurstCapNeedBonus (Effect2492)
[2020-04-21 06:34:37.871126] DEBUG: eos.gamedata: Loading longRangeTargetingSkillBoostMaxTargetRangeBonus (Effect206)
[2020-04-21 06:34:37.871126] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect206'
[2020-04-21 06:34:37.871126] DEBUG: eos.gamedata: Loading longRangeTargetingMaxTargetRangeBonusPostPercentMaxTargetRangeLocationShipGroupElectronic (Effect507)
[2020-04-21 06:34:37.872124] DEBUG: eos.gamedata: Loading targetingSkillBoostMaxTargetBonus (Effect213)
[2020-04-21 06:34:37.872124] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect213'
[2020-04-21 06:34:37.872124] DEBUG: eos.gamedata: Loading targetingMaxTargetBonusModAddMaxLockedTargetsLocationChar (Effect214)
[2020-04-21 06:34:37.874119] DEBUG: eos.gamedata: Loading signatureAnalysisSkillLevelPreMulScanResolutionBonusSelf (Effect698)
[2020-04-21 06:34:37.874119] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect698'
[2020-04-21 06:34:37.874119] DEBUG: eos.gamedata: Loading signatureAnalysisScanResolutionBonusPostPercentScanResolutionShip (Effect699)
[2020-04-21 06:34:37.875116] DEBUG: eos.gamedata: Loading sensorUpgradesCpuNeedBonusPostPercentCpuLocationShipModulesRequiringSensorUpgrades (Effect212)
[2020-04-21 06:34:37.875116] DEBUG: eos.gamedata: Loading ewSkillRsdCapNeedBonusSkillLevel (Effect1360)
[2020-04-21 06:34:37.876113] DEBUG: eos.gamedata: Loading ewSkillTdCapNeedBonusSkillLevel (Effect1361)
[2020-04-21 06:34:37.877111] DEBUG: eos.gamedata: Loading propulsionSkillCapNeedBonusSkillLevel (Effect1410)
[2020-04-21 06:34:37.878108] DEBUG: eos.gamedata: Loading dronesSkillBoostMaxActiveDroneBonus (Effect315)
[2020-04-21 06:34:37.878108] DEBUG: eos.gamedata: Loading dronesMaxActiveDroneBonusModAddMaxActiveLocationChar (Effect316)
[2020-04-21 06:34:37.878108] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect316'
[2020-04-21 06:34:37.879106] DEBUG: eos.gamedata: Loading scoutDroneOperationSkillBoostDroneRangeBonus (Effect448)
[2020-04-21 06:34:37.879106] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect448'
[2020-04-21 06:34:37.879106] DEBUG: eos.gamedata: Loading scoutDroneOperationDroneRangeBonusModAddDroneControlDistanceChar (Effect504)
[2020-04-21 06:34:37.880103] DEBUG: eos.gamedata: Loading miningDroneOperationMiningAmountBonusPostPercentMiningDroneAmountPercentChar (Effect623)
[2020-04-21 06:34:37.880103] DEBUG: eos.gamedata: Loading damageRepairedSkillBonus (Effect2018)
[2020-04-21 06:34:37.881100] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect2018'
[2020-04-21 06:34:37.881100] DEBUG: eos.gamedata: Loading repairDroneShieldBonusBonus (Effect2019)
[2020-04-21 06:34:37.881100] DEBUG: eos.gamedata: Loading repairDroneArmorDamageAmountBonus (Effect2020)
[2020-04-21 06:34:37.881100] DEBUG: eos.gamedata: Loading repairDroneHullBonusBonus (Effect5769)
[2020-04-21 06:34:37.882097] DEBUG: eos.gamedata: Loading droneSalvageBonus (Effect5168)
[2020-04-21 06:34:37.882097] DEBUG: eos.gamedata: Loading droneSalvageSkillBonus (Effect5170)
[2020-04-21 06:34:37.882097] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect5170'
[2020-04-21 06:34:37.883094] DEBUG: eos.gamedata: Loading damageMultiplierSkillBonus (Effect146)
[2020-04-21 06:34:37.883094] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect146'
[2020-04-21 06:34:37.883094] DEBUG: eos.gamedata: Loading droneDmgBonus (Effect1730)
[2020-04-21 06:34:37.884092] DEBUG: eos.gamedata: Loading skillBonusDroneInterfacing (Effect6663)
[2020-04-21 06:34:37.885090] DEBUG: eos.gamedata: Loading tradeSkillBoostTradePremiumBonus (Effect415)
[2020-04-21 06:34:37.885090] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect415'
[2020-04-21 06:34:37.885090] DEBUG: eos.gamedata: Loading tradeTradePremiumBonusPostPercentTradePremiumChar (Effect416)
[2020-04-21 06:34:37.885090] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect416'
[2020-04-21 06:34:37.887084] DEBUG: eos.gamedata: Loading navigationSkillBoostVelocityBonus (Effect222)
[2020-04-21 06:34:37.887084] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect222'
[2020-04-21 06:34:37.887084] DEBUG: eos.gamedata: Loading navigationVelocityBonusPostPercentMaxVelocityShip (Effect394)
[2020-04-21 06:34:37.888082] DEBUG: eos.gamedata: Loading afterburnerDurationBonusPostPercentDurationLocationShipModulesRequiringAfterburner (Effect230)
[2020-04-21 06:34:37.888082] DEBUG: eos.gamedata: Loading fuelConservationCapNeedBonusPostPercentCapacitorNeedLocationShipModulesRequiringAfterburner (Effect506)
[2020-04-21 06:34:37.890076] DEBUG: eos.gamedata: Loading accerationControlSkillBoostSpeedFBonus (Effect228)
[2020-04-21 06:34:37.890076] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect228'
[2020-04-21 06:34:37.890076] DEBUG: eos.gamedata: Loading accerationControlSkillAb&MwdSpeedBoost (Effect1176)
[2020-04-21 06:34:37.891074] DEBUG: eos.gamedata: Loading highSpeedManuveringSkillBoostCapacitorNeedMultiplier (Effect243)
[2020-04-21 06:34:37.891074] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect243'
[2020-04-21 06:34:37.891074] DEBUG: eos.gamedata: Loading highSpeedManuveringCapacitorNeedMultiplierPostPercentCapacitorNeedLocationShipModulesRequiringHighSpeedManuvering (Effect244)
[2020-04-21 06:34:37.892071] DEBUG: eos.gamedata: Loading warpdriveoperationSkillBoostWarpCapacitorNeedBonus (Effect234)
[2020-04-21 06:34:37.892071] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect234'
[2020-04-21 06:34:37.892071] DEBUG: eos.gamedata: Loading warpDriveOperationWarpCapacitorNeedBonusPostPercentWarpCapacitorNeedLocationShipGroupPropulsion (Effect494)
[2020-04-21 06:34:37.893068] DEBUG: eos.gamedata: Loading jumpDriveSkillsCapacitorNeedBonus (Effect1722)
[2020-04-21 06:34:37.893068] DEBUG: eos.gamedata: Loading jumpDriveSkillsCapacitorNeedBonusSkillLevel (Effect1723)
[2020-04-21 06:34:37.894066] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect1723'
[2020-04-21 06:34:37.894066] DEBUG: eos.gamedata: Loading signatureAnalysisSkillBoostScanspeedBonus (Effect204)
[2020-04-21 06:34:37.894066] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect204'
[2020-04-21 06:34:37.895063] DEBUG: eos.gamedata: Loading signatureAnalysisScanspeedBonusPostPercentScanSpeedLocationShip (Effect205)
[2020-04-21 06:34:37.895063] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect205'
[2020-04-21 06:34:37.895063] DEBUG: eos.gamedata: Loading surveyScanspeedBonusPostPercentDurationLocationShipModulesRequiringElectronics (Effect744)
[2020-04-21 06:34:37.898055] DEBUG: eos.gamedata: Loading skillMJDdurationBonus (Effect4923)
[2020-04-21 06:34:37.899052] DEBUG: eos.gamedata: Loading skillTargetBreakerDurationBonus2 (Effect4945)
[2020-04-21 06:34:37.899052] DEBUG: eos.gamedata: Loading skillTargetBreakerCapNeedBonus2 (Effect4946)
[2020-04-21 06:34:37.900050] DEBUG: eos.gamedata: Loading selfT2SmallHybridRailDamageBonus (Effect1006)
[2020-04-21 06:34:37.900050] DEBUG: eos.gamedata: Loading selfT2SmallLaserBeamDamageBonus (Effect1004)
[2020-04-21 06:34:37.901047] DEBUG: eos.gamedata: Loading selfT2SmallProjectileACDamageBonus (Effect1007)
[2020-04-21 06:34:37.902044] DEBUG: eos.gamedata: Loading skillAdvancedWeaponUpgradesPowerNeedBonus (Effect1638)
[2020-04-21 06:34:37.902044] DEBUG: eos.gamedata: Loading skillAdvancedWeaponUpgradesPowerNeedBonusBombLaunchers (Effect3520)
[2020-04-21 06:34:37.903041] DEBUG: eos.gamedata: Loading damageCloudChanceReductionFixed (Effect5372)
[2020-04-21 06:34:37.903041] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect5372'
[2020-04-21 06:34:37.903041] DEBUG: eos.gamedata: Loading deepCoreMiningSkillBoostDamageCloudChanceReductionMul (Effect5373)
[2020-04-21 06:34:37.903041] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect5373'
[2020-04-21 06:34:37.913015] DEBUG: eos.gamedata: Loading shieldCompensationSkillBoostHardeningBonus (Effect1897)
[2020-04-21 06:34:37.913015] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect1897'
[2020-04-21 06:34:37.913015] DEBUG: eos.gamedata: Loading thermalShieldCompensationHardeningBonusGroupShieldAmp (Effect2056)
[2020-04-21 06:34:37.914013] DEBUG: eos.gamedata: Loading armoredCommandStrengthBonus (Effect6776)
[2020-04-21 06:34:37.915010] DEBUG: eos.gamedata: Loading skirmishCommandStrengthBonus (Effect6779)
[2020-04-21 06:34:37.916007] DEBUG: eos.gamedata: Loading cloakingTargetingDelayBonusPostPercentCloakingTargetingDelayBonusForShipModulesRequiringCloaking (Effect848)
[2020-04-21 06:34:37.916007] DEBUG: eos.gamedata: Loading cloakingSkillBoostCloakingTargetingDelayBonus (Effect850)
[2020-04-21 06:34:37.917004] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect850'
[2020-04-21 06:34:37.918001] DEBUG: eos.gamedata: Loading interceptorsSkillLevelPreMulEliteBonusInterceptorShip (Effect703)
[2020-04-21 06:34:37.918001] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect703'
[2020-04-21 06:34:37.918001] DEBUG: eos.gamedata: Loading interceptors2SkillLevelPreMulEliteBonusInterceptorShip (Effect1279)
[2020-04-21 06:34:37.918001] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect1279'
[2020-04-21 06:34:37.918998] DEBUG: eos.gamedata: Loading covertOpsSkillLevelPreMulEliteBonusCoverOpsShip (Effect704)
[2020-04-21 06:34:37.918998] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect704'
[2020-04-21 06:34:37.918998] DEBUG: eos.gamedata: Loading covertOpsSkillLevelPreMulEliteBonusCoverOpsShip2 (Effect1405)
[2020-04-21 06:34:37.918998] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect1405'
[2020-04-21 06:34:37.918998] DEBUG: eos.gamedata: Loading covertOpsSkillLevelPreMulEliteBonusCoverOpsShip3 (Effect4480)
[2020-04-21 06:34:37.919996] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect4480'
[2020-04-21 06:34:37.919996] DEBUG: eos.gamedata: Loading covertOpsSkillLevelPreMulEliteBonusCoverOpsShip4 (Effect6998)
[2020-04-21 06:34:37.919996] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect6998'
[2020-04-21 06:34:37.919996] DEBUG: eos.gamedata: Loading gunshipSkillMultiplier1 (Effect987)
[2020-04-21 06:34:37.920994] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect987'
[2020-04-21 06:34:37.920994] DEBUG: eos.gamedata: Loading gunshipSkillMultiplier2 (Effect988)
[2020-04-21 06:34:37.920994] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect988'
[2020-04-21 06:34:37.921991] DEBUG: eos.gamedata: Loading logisticSkillMultiplier1 (Effect1052)
[2020-04-21 06:34:37.921991] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect1052'
[2020-04-21 06:34:37.921991] DEBUG: eos.gamedata: Loading logisticSkillMultiplier2 (Effect1053)
[2020-04-21 06:34:37.921991] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect1053'
[2020-04-21 06:34:37.921991] DEBUG: eos.gamedata: Loading logisticSkillMultiplier3 (Effect6718)
[2020-04-21 06:34:37.921991] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect6718'
[2020-04-21 06:34:37.922988] DEBUG: eos.gamedata: Loading skillInterdictorEliteBonus1SkillLevel (Effect2426)
[2020-04-21 06:34:37.922988] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect2426'
[2020-04-21 06:34:37.922988] DEBUG: eos.gamedata: Loading skillInterdictorEliteBonus2SkillLevel (Effect2427)
[2020-04-21 06:34:37.923986] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect2427'
[2020-04-21 06:34:37.923986] DEBUG: eos.gamedata: Loading cSOTrainingSkillBoostResearchGangSizeBonus (Effect334)
[2020-04-21 06:34:37.923986] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect334'
[2020-04-21 06:34:37.923986] DEBUG: eos.gamedata: Loading cSOTrainingResearchGangSizeBonusModAddMaxResearchGangSizeShip (Effect335)
[2020-04-21 06:34:37.924983] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect335'
[2020-04-21 06:34:37.932962] DEBUG: eos.gamedata: Loading selfT2SmallProjectileArtyDamageBonus (Effect1008)
[2020-04-21 06:34:37.933959] DEBUG: eos.gamedata: Loading selfT2MediumProjectileArtyDamageBonus (Effect1014)
[2020-04-21 06:34:37.933959] DEBUG: eos.gamedata: Loading selfT2LargeProjectileArtyDamageBonus (Effect1020)
[2020-04-21 06:34:37.934956] DEBUG: eos.gamedata: Loading selfT2MediumLaserBeamDamageBonus (Effect1010)
[2020-04-21 06:34:37.935954] DEBUG: eos.gamedata: Loading selfT2LargeLaserBeamDamageBonus (Effect1016)
[2020-04-21 06:34:37.936951] DEBUG: eos.gamedata: Loading selfT2MediumHybridRailDamageBonus (Effect1012)
[2020-04-21 06:34:37.936951] DEBUG: eos.gamedata: Loading selfT2LargeHybridRailDamageBonus (Effect1018)
[2020-04-21 06:34:37.937948] DEBUG: eos.gamedata: Loading selfT2MediumProjectileACDamageBonus (Effect1013)
[2020-04-21 06:34:37.938946] DEBUG: eos.gamedata: Loading selfT2LargeProjectileACDamageBonus (Effect1019)
[2020-04-21 06:34:37.939943] DEBUG: eos.gamedata: Loading selfT2SmallHybridBlasterDamageBonus (Effect1005)
[2020-04-21 06:34:37.939943] DEBUG: eos.gamedata: Loading selfT2MediumHybridBlasterDamageBonus (Effect1011)
[2020-04-21 06:34:37.940940] DEBUG: eos.gamedata: Loading selfT2LargeHybridBlasterDamageBonus (Effect1017)
[2020-04-21 06:34:37.941938] DEBUG: eos.gamedata: Loading selfT2SmallLaserPulseDamageBonus (Effect1003)
[2020-04-21 06:34:37.942935] DEBUG: eos.gamedata: Loading selfT2MediumLaserPulseDamageBonus (Effect1009)
[2020-04-21 06:34:37.942935] DEBUG: eos.gamedata: Loading selfT2LargeLaserPulseDamageBonus (Effect1015)
[2020-04-21 06:34:37.944930] DEBUG: eos.gamedata: Loading skillMultiplierMaxVelocityBonus (Effect6666)
[2020-04-21 06:34:37.944930] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect6666'
[2020-04-21 06:34:37.944930] DEBUG: eos.gamedata: Loading skillBonusDroneNavigation (Effect6667)
[2020-04-21 06:34:37.945927] DEBUG: eos.gamedata: Loading emShieldCompensationHardeningBonusGroupShieldAmp (Effect2053)
[2020-04-21 06:34:37.945927] DEBUG: eos.gamedata: Loading kineticShieldCompensationHardeningBonusGroupShieldAmp (Effect2055)
[2020-04-21 06:34:37.946924] DEBUG: eos.gamedata: Loading explosiveShieldCompensationHardeningBonusGroupShieldAmp (Effect2054)
[2020-04-21 06:34:37.947922] DEBUG: eos.gamedata: Loading heavyMissilesSkillBoostMaxflightTimeBonus (Effect663)
[2020-04-21 06:34:37.947922] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect663'
[2020-04-21 06:34:37.947922] DEBUG: eos.gamedata: Loading missileBombardmentMaxFlightTimeBonusPostPercentExplosionDelayOwnerCharModulesRequiringMissileLauncherOperation (Effect784)
[2020-04-21 06:34:37.948919] DEBUG: eos.gamedata: Loading missileSkillMissileProjectileVelocityBonus (Effect1764)
[2020-04-21 06:34:37.948919] DEBUG: eos.gamedata: Loading missileSkillMissileProjectileVelocityBonusSkillLevel (Effect1765)
[2020-04-21 06:34:37.948919] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect1765'
[2020-04-21 06:34:37.951911] DEBUG: eos.gamedata: Loading archaeologyAccessDifficultyBonusMultiplier (Effect4803)
[2020-04-21 06:34:37.951911] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect4803'
[2020-04-21 06:34:37.951911] DEBUG: eos.gamedata: Loading dataMiningSkillBoostAccessDifficultyBonusAbsolutePercent (Effect4804)
[2020-04-21 06:34:37.952909] DEBUG: eos.gamedata: Loading dataMiningSkillLevelVirusCoherenceBonusModifier2 (Effect5435)
[2020-04-21 06:34:37.952909] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect5435'
[2020-04-21 06:34:37.952909] DEBUG: eos.gamedata: Loading archaeologySkillVirusBonus (Effect5437)
[2020-04-21 06:34:37.953906] DEBUG: eos.gamedata: Loading remoteArmorSystemsCapNeedBonusPostPercentCapacitorNeedLocationShipModulesRequiringRemoteArmorSystems (Effect1030)
[2020-04-21 06:34:37.954902] DEBUG: eos.gamedata: Loading iceHarvestCycleTimeModulesRequiringIceHarvesting (Effect1190)
[2020-04-21 06:34:37.954902] DEBUG: eos.gamedata: Loading iceHarvestCycleTimeBonus (Effect1191)
[2020-04-21 06:34:37.954902] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect1191'
[2020-04-21 06:34:37.955900] DEBUG: eos.gamedata: Loading warshipSkillMultiplier2 (Effect1077)
[2020-04-21 06:34:37.955900] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect1077'
[2020-04-21 06:34:37.955900] DEBUG: eos.gamedata: Loading warshipSkillMultiplier1 (Effect1079)
[2020-04-21 06:34:37.955900] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect1079'
[2020-04-21 06:34:37.959890] DEBUG: eos.gamedata: Loading miningBargeSkillLevelPostMulShipBonusORE2Ship (Effect1188)
[2020-04-21 06:34:37.959890] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect1188'
[2020-04-21 06:34:37.959890] DEBUG: eos.gamedata: Loading miningBargeSkillLevelPostMulShipBonusORE3Ship (Effect1849)
[2020-04-21 06:34:37.959890] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect1849'
[2020-04-21 06:34:37.961884] DEBUG: eos.gamedata: Loading eliteIndustrial1SkillLevelPreMulEliteBonusEliteIndustrialShip (Effect1282)
[2020-04-21 06:34:37.961884] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect1282'
[2020-04-21 06:34:37.961884] DEBUG: eos.gamedata: Loading eliteIndustrial2SkillLevelPreMulEliteBonusEliteIndustrialShip (Effect1283)
[2020-04-21 06:34:37.961884] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect1283'
[2020-04-21 06:34:37.961884] DEBUG: eos.gamedata: Loading eliteIndustrialExtenderSkillBonus (Effect3753)
[2020-04-21 06:34:37.962882] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect3753'
[2020-04-21 06:34:37.962882] DEBUG: eos.gamedata: Loading zColinSkillTransportCovertCloakMod (Effect3755)
[2020-04-21 06:34:37.962882] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect3755'
[2020-04-21 06:34:37.963879] DEBUG: eos.gamedata: Loading ewSkillRsdMaxRangeBonus (Effect1445)
[2020-04-21 06:34:37.963879] DEBUG: eos.gamedata: Loading ewSkillTpMaxRangeBonus (Effect1446)
[2020-04-21 06:34:37.963879] DEBUG: eos.gamedata: Loading ewSkillTdMaxRangeBonus (Effect1448)
[2020-04-21 06:34:37.963879] DEBUG: eos.gamedata: Loading ewSkillEwMaxRangeBonus (Effect1452)
[2020-04-21 06:34:37.963879] DEBUG: eos.gamedata: Loading ewSkillEcmBurstRangeBonus (Effect2491)
[2020-04-21 06:34:37.964876] DEBUG: eos.gamedata: Loading ewSkillRsdFallOffBonus (Effect1449)
[2020-04-21 06:34:37.964876] DEBUG: eos.gamedata: Loading ewSkillTpFallOffBonus (Effect1450)
[2020-04-21 06:34:37.964876] DEBUG: eos.gamedata: Loading ewSkillTdFallOffBonus (Effect1451)
[2020-04-21 06:34:37.965874] DEBUG: eos.gamedata: Loading ewSkillEwFallOffBonus (Effect1453)
[2020-04-21 06:34:37.965874] DEBUG: eos.gamedata: Loading ewSkillScanStrengthBonus (Effect1318)
[2020-04-21 06:34:37.965874] DEBUG: eos.gamedata: Loading ewSkillScanStrengthBonusSkillLevel (Effect1321)
[2020-04-21 06:34:37.966871] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect1321'
[2020-04-21 06:34:37.966871] DEBUG: eos.gamedata: Loading ewSkillSignalSuppressionScanResolutionBonus (Effect3586)
[2020-04-21 06:34:37.966871] DEBUG: eos.gamedata: Loading ewSkillSignalSuppressionMaxTargetRangeBonus (Effect3591)
[2020-04-21 06:34:37.967868] DEBUG: eos.gamedata: Loading ewSkillTrackingDisruptionTrackingSpeedBonus (Effect3561)
[2020-04-21 06:34:37.967868] DEBUG: eos.gamedata: Loading ewSkillTrackingDisruptionRangeDisruptionBonus (Effect5793)
[2020-04-21 06:34:37.968865] DEBUG: eos.gamedata: Loading ewSkillGuidanceDisruptionBonus (Effect6386)
[2020-04-21 06:34:37.968865] DEBUG: eos.gamedata: Loading ewSkillTpCapNeedBonusSkillLevel (Effect1370)
[2020-04-21 06:34:37.969863] DEBUG: eos.gamedata: Loading ewSkillTargetPaintingStrengthBonusSkillLevel (Effect1373)
[2020-04-21 06:34:37.969863] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect1373'
[2020-04-21 06:34:37.969863] DEBUG: eos.gamedata: Loading ewSkillTargetPaintingStrengthBonus (Effect1550)
[2020-04-21 06:34:37.970860] DEBUG: eos.gamedata: Loading selfRof (Effect1851)
[2020-04-21 06:34:37.973852] DEBUG: eos.gamedata: Loading missileSkillAoeCloudSizeBonus (Effect1472)
[2020-04-21 06:34:37.973852] DEBUG: eos.gamedata: Loading missileSkillAoeCloudSizeBonusSkillLevel (Effect1473)
[2020-04-21 06:34:37.973852] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect1473'
[2020-04-21 06:34:37.974849] DEBUG: eos.gamedata: Loading missileSkillAoeVelocityBonusSkillLevel (Effect1467)
[2020-04-21 06:34:37.974849] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect1467'
[2020-04-21 06:34:37.974849] DEBUG: eos.gamedata: Loading missileSkillAoeVelocityBonus (Effect1590)
[2020-04-21 06:34:37.975847] DEBUG: eos.gamedata: Loading missileSkillWarheadUpgradesEmDamageBonus (Effect1595)
[2020-04-21 06:34:37.975847] DEBUG: eos.gamedata: Loading missileSkillWarheadUpgradesExplosiveDamageBonus (Effect1596)
[2020-04-21 06:34:37.975847] DEBUG: eos.gamedata: Loading missileSkillWarheadUpgradesKineticDamageBonus (Effect1597)
[2020-04-21 06:34:37.975847] DEBUG: eos.gamedata: Loading missileSkillWarheadUpgradesThermalDamageBonus (Effect1657)
[2020-04-21 06:34:37.976844] DEBUG: eos.gamedata: Loading capitalTurretSkillLaserDamage (Effect1585)
[2020-04-21 06:34:37.977841] DEBUG: eos.gamedata: Loading skillAdvancedSpaceshipAgilityBonus (Effect1614)
[2020-04-21 06:34:37.977841] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect1614'
[2020-04-21 06:34:37.978839] DEBUG: eos.gamedata: Loading armoredCommandDurationBonus (Effect6770)
[2020-04-21 06:34:37.979836] DEBUG: eos.gamedata: Loading informationCommandDurationBonus (Effect6772)
[2020-04-21 06:34:37.980833] DEBUG: eos.gamedata: Loading freighterA1SkillLevel (Effect1659)
[2020-04-21 06:34:37.980833] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect1659'
[2020-04-21 06:34:37.980833] DEBUG: eos.gamedata: Loading freighterA2SkillLevel (Effect1660)
[2020-04-21 06:34:37.980833] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect1660'
[2020-04-21 06:34:37.981830] DEBUG: eos.gamedata: Loading skillMultiplierShipBonusDreadnoughtAmarr (Effect6489)
[2020-04-21 06:34:37.981830] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect6489'
[2020-04-21 06:34:37.982828] DEBUG: eos.gamedata: Loading freighterC1SkillLevel (Effect1661)
[2020-04-21 06:34:37.982828] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect1661'
[2020-04-21 06:34:37.982828] DEBUG: eos.gamedata: Loading freighterC2SkillLevel (Effect1663)
[2020-04-21 06:34:37.982828] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect1663'
[2020-04-21 06:34:37.983825] DEBUG: eos.gamedata: Loading freighterG1SkillLevel (Effect1664)
[2020-04-21 06:34:37.983825] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect1664'
[2020-04-21 06:34:37.983825] DEBUG: eos.gamedata: Loading freighterG2SkillLevel (Effect1665)
[2020-04-21 06:34:37.983825] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect1665'
[2020-04-21 06:34:37.984823] DEBUG: eos.gamedata: Loading freighterM1SkillLevel (Effect1666)
[2020-04-21 06:34:37.984823] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect1666'
[2020-04-21 06:34:37.984823] DEBUG: eos.gamedata: Loading freighterM2SkillLevel (Effect1667)
[2020-04-21 06:34:37.984823] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect1667'
[2020-04-21 06:34:37.985820] DEBUG: eos.gamedata: Loading skillMultiplierShipBonusDreadnoughtCaldari (Effect6492)
[2020-04-21 06:34:37.985820] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect6492'
[2020-04-21 06:34:37.986817] DEBUG: eos.gamedata: Loading skillMultiplierShipBonusDreadnoughtGallente (Effect6495)
[2020-04-21 06:34:37.986817] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect6495'
[2020-04-21 06:34:37.987815] DEBUG: eos.gamedata: Loading skillMultiplierShipBonusDreadnoughtMinmatar (Effect6498)
[2020-04-21 06:34:37.987815] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect6498'
[2020-04-21 06:34:37.988812] DEBUG: eos.gamedata: Loading skillCapitalShipsAdvancedAgility (Effect1616)
[2020-04-21 06:34:37.988812] DEBUG: eos.gamedata: Loading shieldOperationSkillBoostCapacitorNeedBonusSkillLevel (Effect1499)
[2020-04-21 06:34:37.988812] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect1499'
[2020-04-21 06:34:37.989809] DEBUG: eos.gamedata: Loading shieldOperationSkillBoostCapacitorNeedBonus (Effect1500)
[2020-04-21 06:34:37.990807] DEBUG: eos.gamedata: Loading cynosuralTheoryConsumptionBonus (Effect3526)
[2020-04-21 06:34:37.990807] DEBUG: eos.gamedata: Loading skillConsumptionQuantityBonusPercentageSkillLevel (Effect3527)
[2020-04-21 06:34:37.990807] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect3527'
[2020-04-21 06:34:37.991804] DEBUG: eos.gamedata: Loading skillJumpDriveConsumptionAmountBonusPercentage (Effect3532)
[2020-04-21 06:34:37.992802] DEBUG: eos.gamedata: Loading jumpDriveSkillsRangeBonus (Effect1581)
[2020-04-21 06:34:37.992802] DEBUG: eos.gamedata: Loading jumpDriveSkillsRangeBonusSkillLevel (Effect1582)
[2020-04-21 06:34:37.992802] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect1582'
[2020-04-21 06:34:37.993800] DEBUG: eos.gamedata: Loading capitalTurretSkillHybridDamage (Effect1587)
[2020-04-21 06:34:37.994798] DEBUG: eos.gamedata: Loading capitalTurretSkillProjectileDamage (Effect1586)
[2020-04-21 06:34:37.995795] DEBUG: eos.gamedata: Loading capitalLauncherSkillCitadelKineticDamage (Effect1588)
[2020-04-21 06:34:37.995795] DEBUG: eos.gamedata: Loading capitalLauncherSkillCitadelEmDamage (Effect1592)
[2020-04-21 06:34:37.995795] DEBUG: eos.gamedata: Loading capitalLauncherSkillCitadelExplosiveDamage (Effect1593)
[2020-04-21 06:34:37.995795] DEBUG: eos.gamedata: Loading capitalLauncherSkillCitadelThermalDamage (Effect1594)
[2020-04-21 06:34:37.996791] DEBUG: eos.gamedata: Loading hackingAccessDifficultyBonusMultiplier (Effect4802)
[2020-04-21 06:34:37.996791] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect4802'
[2020-04-21 06:34:37.996791] DEBUG: eos.gamedata: Loading hackingSkillVirusBonus (Effect5433)
[2020-04-21 06:34:37.999783] DEBUG: eos.gamedata: Loading capitalShieldOperationSkillCapacitorNeedBonus (Effect1634)
[2020-04-21 06:34:37.999783] DEBUG: eos.gamedata: Loading capitalRepairSystemsSkillDurationBonus (Effect1635)
[2020-04-21 06:34:38.000780] DEBUG: eos.gamedata: Loading skillSiegeModuleConsumptionQuantityBonus (Effect1650)
[2020-04-21 06:34:38.000780] DEBUG: eos.gamedata: Loading skillCynosural&SiegeConsumQuantityBonusSkillLevel (Effect1651)
[2020-04-21 06:34:38.000780] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect1651'
[2020-04-21 06:34:38.001777] DEBUG: eos.gamedata: Loading miningForemanDurationBonus (Effect6774)
[2020-04-21 06:34:38.002775] DEBUG: eos.gamedata: Loading miningDroneSpecBonus (Effect6762)
[2020-04-21 06:34:38.003772] DEBUG: eos.gamedata: Loading eliteBargeSkillMultiplier1 (Effect1838)
[2020-04-21 06:34:38.003772] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect1838'
[2020-04-21 06:34:38.003772] DEBUG: eos.gamedata: Loading eliteBargeSkillMultiplier2 (Effect1839)
[2020-04-21 06:34:38.003772] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect1839'
[2020-04-21 06:34:38.004769] DEBUG: eos.gamedata: Loading miningForemanStrengthBonus (Effect6780)
[2020-04-21 06:34:38.005767] DEBUG: eos.gamedata: Loading miningUpgradeCPUReductionBonus (Effect1895)
[2020-04-21 06:34:38.005767] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect1895'
[2020-04-21 06:34:38.005767] DEBUG: eos.gamedata: Loading miningUpgradeCPUPenaltyReductionModulesRequiringMiningUpgradePercent (Effect2456)
[2020-04-21 06:34:38.006764] DEBUG: eos.gamedata: Loading reconShipSkillMultiplier1 (Effect1908)
[2020-04-21 06:34:38.006764] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect1908'
[2020-04-21 06:34:38.006764] DEBUG: eos.gamedata: Loading reconShipSkillMultiplier2 (Effect1909)
[2020-04-21 06:34:38.006764] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect1909'
[2020-04-21 06:34:38.006764] DEBUG: eos.gamedata: Loading reconShipSkillMultiplier3 (Effect6022)
[2020-04-21 06:34:38.007762] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect6022'
[2020-04-21 06:34:38.007762] DEBUG: eos.gamedata: Loading emArmorCompensationHardeningBonusGroupArmorCoating (Effect2105)
[2020-04-21 06:34:38.007762] DEBUG: eos.gamedata: Loading emArmorCompensationHardeningBonusGroupEnergized (Effect2109)
[2020-04-21 06:34:38.008759] DEBUG: eos.gamedata: Loading explosiveArmorCompensationHardeningBonusGroupArmorCoating (Effect2106)
[2020-04-21 06:34:38.008759] DEBUG: eos.gamedata: Loading explosiveArmorCompensationHardeningBonusGroupEnergized (Effect2110)
[2020-04-21 06:34:38.009756] DEBUG: eos.gamedata: Loading kineticArmorCompensationHardeningBonusGroupArmorCoating (Effect2107)
[2020-04-21 06:34:38.009756] DEBUG: eos.gamedata: Loading kineticArmorCompensationHardeningBonusGroupEnergized (Effect2111)
[2020-04-21 06:34:38.010754] DEBUG: eos.gamedata: Loading thermicArmorCompensationHardeningBonusGroupArmorCoating (Effect2108)
[2020-04-21 06:34:38.010754] DEBUG: eos.gamedata: Loading thermicArmorCompensationHardeningBonusGroupEnergized (Effect2112)
[2020-04-21 06:34:38.011751] DEBUG: eos.gamedata: Loading skillBonusFighters (Effect6560)
[2020-04-21 06:34:38.015740] DEBUG: eos.gamedata: Loading skillBonusDroneSharpshooting (Effect6664)
[2020-04-21 06:34:38.015740] DEBUG: eos.gamedata: Loading skillBonusDroneDurability (Effect6665)
[2020-04-21 06:34:38.016737] DEBUG: eos.gamedata: Loading commandShipSkillMultiplier1 (Effect2451)
[2020-04-21 06:34:38.016737] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect2451'
[2020-04-21 06:34:38.016737] DEBUG: eos.gamedata: Loading commandShipSkillMultiplier2 (Effect2452)
[2020-04-21 06:34:38.016737] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect2452'
[2020-04-21 06:34:38.017735] DEBUG: eos.gamedata: Loading commandShipSkillMultiplier3 (Effect5571)
[2020-04-21 06:34:38.017735] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect5571'
[2020-04-21 06:34:38.018732] DEBUG: eos.gamedata: Loading skillADDmaxJumpClones (Effect2311)
[2020-04-21 06:34:38.018732] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect2311'
[2020-04-21 06:34:38.020727] DEBUG: eos.gamedata: Loading skillMultiplierShipBonusForceAuxiliaryAmarr (Effect6514)
[2020-04-21 06:34:38.020727] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect6514'
[2020-04-21 06:34:38.020727] DEBUG: eos.gamedata: Loading skillMultiplierShipBonusCarrierAmarr (Effect6583)
[2020-04-21 06:34:38.020727] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect6583'
[2020-04-21 06:34:38.020727] DEBUG: eos.gamedata: Loading skillMultiplierShipBonusSupercarrierAmarr (Effect6587)
[2020-04-21 06:34:38.020727] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect6587'
[2020-04-21 06:34:38.021724] DEBUG: eos.gamedata: Loading skillMultiplierShipBonusForceAuxiliaryCaldari (Effect6517)
[2020-04-21 06:34:38.021724] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect6517'
[2020-04-21 06:34:38.021724] DEBUG: eos.gamedata: Loading skillMultiplierShipBonusCarrierCaldari (Effect6584)
[2020-04-21 06:34:38.022721] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect6584'
[2020-04-21 06:34:38.022721] DEBUG: eos.gamedata: Loading skillMultiplierShipBonusSupercarrierCaldari (Effect6588)
[2020-04-21 06:34:38.022721] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect6588'
[2020-04-21 06:34:38.023719] DEBUG: eos.gamedata: Loading skillMultiplierShipBonusForceAuxiliaryGallente (Effect6520)
[2020-04-21 06:34:38.023719] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect6520'
[2020-04-21 06:34:38.023719] DEBUG: eos.gamedata: Loading skillMultiplierShipBonusCarrierGallente (Effect6585)
[2020-04-21 06:34:38.023719] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect6585'
[2020-04-21 06:34:38.023719] DEBUG: eos.gamedata: Loading skillMultiplierShipBonusSupercarrierGallente (Effect6589)
[2020-04-21 06:34:38.023719] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect6589'
[2020-04-21 06:34:38.024716] DEBUG: eos.gamedata: Loading skillMultiplierShipBonusForceAuxiliaryMinmatar (Effect6523)
[2020-04-21 06:34:38.024716] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect6523'
[2020-04-21 06:34:38.024716] DEBUG: eos.gamedata: Loading skillMultiplierShipBonusCarrierMinmatar (Effect6586)
[2020-04-21 06:34:38.024716] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect6586'
[2020-04-21 06:34:38.025713] DEBUG: eos.gamedata: Loading skillMultiplierShipBonusSupercarrierMinmatar (Effect6590)
[2020-04-21 06:34:38.025713] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect6590'
[2020-04-21 06:34:38.025713] DEBUG: eos.gamedata: Loading skillConsumptionQuantityBonusPercentSkillLevel (Effect4813)
[2020-04-21 06:34:38.026711] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect4813'
[2020-04-21 06:34:38.026711] DEBUG: eos.gamedata: Loading jumpPortalConsumptionBonusPercentSkill (Effect4814)
[2020-04-21 06:34:38.027709] DEBUG: eos.gamedata: Loading skillSuperWeaponDmgBonus (Effect2402)
[2020-04-21 06:34:38.027709] DEBUG: eos.gamedata: Loading capitalRemoteArmorRepairerCapNeedBonusSkill (Effect2354)
[2020-04-21 06:34:38.028706] DEBUG: eos.gamedata: Loading capitalRemoteShieldTransferCapNeedBonusSkill (Effect2355)
[2020-04-21 06:34:38.029703] DEBUG: eos.gamedata: Loading capitalRemoteEnergyTransferCapNeedBonusSkill (Effect2356)
[2020-04-21 06:34:38.029703] DEBUG: eos.gamedata: Loading cloneVatMaxJumpCloneBonusSkillLevel (Effect2411)
[2020-04-21 06:34:38.030700] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect2411'
[2020-04-21 06:34:38.030700] DEBUG: eos.gamedata: Loading cloneVatMaxJumpCloneBonusSkillNew (Effect3313)
[2020-04-21 06:34:38.030700] DEBUG: eos.gamedata: Loading skillMultiplierFighterHangarSize (Effect6569)
[2020-04-21 06:34:38.031698] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect6569'
[2020-04-21 06:34:38.031698] DEBUG: eos.gamedata: Loading skillBonusFighterHangarManagement (Effect6570)
[2020-04-21 06:34:38.034690] DEBUG: eos.gamedata: Loading neurotoxinRecoverySkillBoostChanceBonus (Effect2580)
[2020-04-21 06:34:38.034690] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect2580'
[2020-04-21 06:34:38.034690] DEBUG: eos.gamedata: Loading modifyBoosterEffectChanceWithBoosterChanceBonusPostPercent (Effect2589)
[2020-04-21 06:34:38.035687] DEBUG: eos.gamedata: Loading naniteControlSkillBoostBoosterAttributeModifier (Effect2590)
[2020-04-21 06:34:38.035687] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect2590'
[2020-04-21 06:34:38.035687] DEBUG: eos.gamedata: Loading boosterModifyBoosterArmorPenalties (Effect2760)
[2020-04-21 06:34:38.037682] DEBUG: eos.gamedata: Loading boosterModifyBoosterShieldPenalty (Effect2763)
[2020-04-21 06:34:38.037682] DEBUG: eos.gamedata: Loading boosterModifyBoosterMaxVelocityAndCapacitorPenalty (Effect2766)
[2020-04-21 06:34:38.037682] DEBUG: eos.gamedata: Loading boosterModifyBoosterMissilePenalty (Effect2776)
[2020-04-21 06:34:38.038679] DEBUG: eos.gamedata: Loading boosterModifyBoosterTurretPenalty (Effect2778)
[2020-04-21 06:34:38.038679] DEBUG: eos.gamedata: Loading gasCloudHarvestingMaxGroupSkillLevel (Effect2727)
[2020-04-21 06:34:38.042668] DEBUG: eos.gamedata: Loading salvagingAccessDifficultyBonusMultiplier (Effect4801)
[2020-04-21 06:34:38.042668] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect4801'
[2020-04-21 06:34:38.043666] DEBUG: eos.gamedata: Loading rigDrawbackSkillEffect (Effect2725)
[2020-04-21 06:34:38.044663] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect2725'
[2020-04-21 06:34:38.044663] DEBUG: eos.gamedata: Loading rigDrawbackReductionArmor (Effect6697)
[2020-04-21 06:34:38.045660] DEBUG: eos.gamedata: Loading rigDrawbackReductionAstronautics (Effect6698)
[2020-04-21 06:34:38.045660] DEBUG: eos.gamedata: Loading rigDrawbackReductionDrones (Effect6699)
[2020-04-21 06:34:38.046658] DEBUG: eos.gamedata: Loading rigDrawbackReductionElectronic (Effect6700)
[2020-04-21 06:34:38.047655] DEBUG: eos.gamedata: Loading rigDrawbackReductionProjectile (Effect6701)
[2020-04-21 06:34:38.047655] DEBUG: eos.gamedata: Loading rigDrawbackReductionEnergyWeapon (Effect6702)
[2020-04-21 06:34:38.048652] DEBUG: eos.gamedata: Loading rigDrawbackReductionHybrid (Effect6703)
[2020-04-21 06:34:38.049649] DEBUG: eos.gamedata: Loading rigDrawbackReductionLauncher (Effect6704)
[2020-04-21 06:34:38.050647] DEBUG: eos.gamedata: Loading rigDrawbackReductionShield (Effect6705)
[2020-04-21 06:34:38.050647] DEBUG: eos.gamedata: Loading skillRemoteHullRepairSystemsCapNeedBonus (Effect2979)
[2020-04-21 06:34:38.051644] DEBUG: eos.gamedata: Loading skillTriageModuleConsumptionQuantityBonus (Effect2967)
[2020-04-21 06:34:38.052642] DEBUG: eos.gamedata: Loading skillRemoteECMDurationBonusSkillLevel (Effect2974)
[2020-04-21 06:34:38.052642] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect2974'
[2020-04-21 06:34:38.052642] DEBUG: eos.gamedata: Loading skillRemoteECMDurationBonus (Effect2982)
[2020-04-21 06:34:38.053638] DEBUG: eos.gamedata: Loading skillCapitalRemoteHullRepairSystemsCapNeedBonus (Effect2980)
[2020-04-21 06:34:38.054636] DEBUG: eos.gamedata: Loading skillBombDeploymentModuleReactivationDelayBonus (Effect3036)
[2020-04-21 06:34:38.054636] DEBUG: eos.gamedata: Loading thermodynamicsSkillLevel (Effect3195)
[2020-04-21 06:34:38.055633] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect3195'
[2020-04-21 06:34:38.055633] DEBUG: eos.gamedata: Loading thermodynamicsSkillDamageBonus (Effect3196)
[2020-04-21 06:34:38.055633] DEBUG: eos.gamedata: Loading oreCapitalShipSkillMultiplier1 (Effect3262)
[2020-04-21 06:34:38.056631] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect3262'
[2020-04-21 06:34:38.056631] DEBUG: eos.gamedata: Loading oreCapitalShipSkillMultiplier2 (Effect3263)
[2020-04-21 06:34:38.056631] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect3263'
[2020-04-21 06:34:38.056631] DEBUG: eos.gamedata: Loading oreCapitalShipSkillMultiplier3 (Effect3311)
[2020-04-21 06:34:38.056631] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect3311'
[2020-04-21 06:34:38.056631] DEBUG: eos.gamedata: Loading oreCapitalShipSkillMultiplier4 (Effect3327)
[2020-04-21 06:34:38.056631] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect3327'
[2020-04-21 06:34:38.057628] DEBUG: eos.gamedata: Loading oreCapitalShipSkillMultiplier5 (Effect6791)
[2020-04-21 06:34:38.057628] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect6791'
[2020-04-21 06:34:38.057628] DEBUG: eos.gamedata: Loading skillIndustrialReconfigurationConsumptionQuantityBonus (Effect3264)
[2020-04-21 06:34:38.058625] DEBUG: eos.gamedata: Loading heavyInterdictorsSkillMultiplier1 (Effect3344)
[2020-04-21 06:34:38.058625] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect3344'
[2020-04-21 06:34:38.058625] DEBUG: eos.gamedata: Loading heavyInterdictorsSkillMultiplier2 (Effect3345)
[2020-04-21 06:34:38.059623] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect3345'
[2020-04-21 06:34:38.059623] DEBUG: eos.gamedata: Loading electronicAttackShipsSkillMultiplier1 (Effect3358)
[2020-04-21 06:34:38.060620] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect3358'
[2020-04-21 06:34:38.060620] DEBUG: eos.gamedata: Loading electronicAttackShipsSkillMultiplier2 (Effect3359)
[2020-04-21 06:34:38.060620] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect3359'
[2020-04-21 06:34:38.060620] DEBUG: eos.gamedata: Loading electronicAttackShipsSkillMultiplier3 (Effect6279)
[2020-04-21 06:34:38.060620] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect6279'
[2020-04-21 06:34:38.061617] DEBUG: eos.gamedata: Loading blackOpsSkillMultiplier1 (Effect3404)
[2020-04-21 06:34:38.061617] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect3404'
[2020-04-21 06:34:38.061617] DEBUG: eos.gamedata: Loading blackOpsSkillMultiplier2 (Effect3405)
[2020-04-21 06:34:38.061617] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect3405'
[2020-04-21 06:34:38.061617] DEBUG: eos.gamedata: Loading blackOpsSkillMultiplier3 (Effect6875)
[2020-04-21 06:34:38.062614] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect6875'
[2020-04-21 06:34:38.062614] DEBUG: eos.gamedata: Loading blackOpsSkillMultiplier4 (Effect6876)
[2020-04-21 06:34:38.062614] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect6876'
[2020-04-21 06:34:38.062614] DEBUG: eos.gamedata: Loading violatorsSkillMultiplier1 (Effect3408)
[2020-04-21 06:34:38.063612] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect3408'
[2020-04-21 06:34:38.063612] DEBUG: eos.gamedata: Loading violatorsSkillMultiplier2 (Effect3409)
[2020-04-21 06:34:38.063612] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect3409'
[2020-04-21 06:34:38.064609] DEBUG: eos.gamedata: Loading skillNaniteOperationRepairCost (Effect3521)
[2020-04-21 06:34:38.064609] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect3521'
[2020-04-21 06:34:38.064609] DEBUG: eos.gamedata: Loading skillNaniteOperationRepairCostLevel (Effect3522)
[2020-04-21 06:34:38.064609] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect3522'
[2020-04-21 06:34:38.065607] DEBUG: eos.gamedata: Loading skillNaniteInterfacingRepairTimeLevel (Effect3524)
[2020-04-21 06:34:38.065607] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect3524'
[2020-04-21 06:34:38.065607] DEBUG: eos.gamedata: Loading skillNaniteInterfacingRepairTime2 (Effect3723)
[2020-04-21 06:34:38.065607] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect3723'
[2020-04-21 06:34:38.066604] DEBUG: eos.gamedata: Loading jumpFreightersSkillMultiplier1 (Effect3595)
[2020-04-21 06:34:38.066604] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect3595'
[2020-04-21 06:34:38.066604] DEBUG: eos.gamedata: Loading jumpFreightersSkillMultiplier2 (Effect3596)
[2020-04-21 06:34:38.066604] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect3596'
[2020-04-21 06:34:38.067601] DEBUG: eos.gamedata: Loading industrialCommandShipSkillLevelMultiplierICS1 (Effect3741)
[2020-04-21 06:34:38.067601] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect3741'
[2020-04-21 06:34:38.067601] DEBUG: eos.gamedata: Loading industrialCommandShipSkillLevelMultiplierICS2 (Effect3743)
[2020-04-21 06:34:38.068598] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect3743'
[2020-04-21 06:34:38.068598] DEBUG: eos.gamedata: Loading industrialCommandShipSkillLevelMultiplierICS3 (Effect6739)
[2020-04-21 06:34:38.068598] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect6739'
[2020-04-21 06:34:38.068598] DEBUG: eos.gamedata: Loading industrialCommandShipSkillLevelMultiplierICS4 (Effect6740)
[2020-04-21 06:34:38.068598] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect6740'
[2020-04-21 06:34:38.068598] DEBUG: eos.gamedata: Loading industrialCommandShipSkillLevelMultiplierICS5 (Effect6785)
[2020-04-21 06:34:38.068598] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect6785'
[2020-04-21 06:34:38.070594] DEBUG: eos.gamedata: Loading subsystemSkillLevelAmarrDefensive (Effect3832)
[2020-04-21 06:34:38.071590] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect3832'
[2020-04-21 06:34:38.071590] DEBUG: eos.gamedata: Loading subsystemSkillLevelAmarrDefensive2 (Effect4195)
[2020-04-21 06:34:38.071590] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect4195'
[2020-04-21 06:34:38.071590] DEBUG: eos.gamedata: Loading subsystemSkillLevelAmarrDefensive3 (Effect6912)
[2020-04-21 06:34:38.071590] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect6912'
[2020-04-21 06:34:38.072588] DEBUG: eos.gamedata: Loading subsystemSkillLevelAmarrOffensive (Effect3847)
[2020-04-21 06:34:38.072588] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect3847'
[2020-04-21 06:34:38.072588] DEBUG: eos.gamedata: Loading subsystemSkillLevelAmarrOffensive2 (Effect4210)
[2020-04-21 06:34:38.072588] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect4210'
[2020-04-21 06:34:38.072588] DEBUG: eos.gamedata: Loading subsystemSkillLevelAmarrOffensive3 (Effect4338)
[2020-04-21 06:34:38.072588] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect4338'
[2020-04-21 06:34:38.073585] DEBUG: eos.gamedata: Loading subsystemSkillLevelAmarrPropulsion (Effect3848)
[2020-04-21 06:34:38.073585] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect3848'
[2020-04-21 06:34:38.073585] DEBUG: eos.gamedata: Loading subsystemSkillLevelAmarrPropulsion2 (Effect4211)
[2020-04-21 06:34:38.074583] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect4211'
[2020-04-21 06:34:38.075581] DEBUG: eos.gamedata: Loading subsystemSkillLevelAmarrEngineering (Effect3840)
[2020-04-21 06:34:38.075581] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect3840'
[2020-04-21 06:34:38.075581] DEBUG: eos.gamedata: Loading subsystemSkillLevelAmarrEngineering2 (Effect4203)
[2020-04-21 06:34:38.075581] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect4203'
[2020-04-21 06:34:38.075581] DEBUG: eos.gamedata: Loading subsystemSkillLevelAmarrEngineering3 (Effect6913)
[2020-04-21 06:34:38.075581] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect6913'
[2020-04-21 06:34:38.077576] DEBUG: eos.gamedata: Loading subsystemSkillLevelGallenteDefensive (Effect3834)
[2020-04-21 06:34:38.077576] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect3834'
[2020-04-21 06:34:38.077576] DEBUG: eos.gamedata: Loading subsystemSkillLevelGallenteDefensive2 (Effect4197)
[2020-04-21 06:34:38.077576] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect4197'
[2020-04-21 06:34:38.077576] DEBUG: eos.gamedata: Loading subsystemSkillLevelGallenteDefensive3 (Effect6917)
[2020-04-21 06:34:38.078610] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect6917'
[2020-04-21 06:34:38.078610] DEBUG: eos.gamedata: Loading subsystemSkillLevelCaldariDefensive (Effect3833)
[2020-04-21 06:34:38.079606] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect3833'
[2020-04-21 06:34:38.079606] DEBUG: eos.gamedata: Loading subsystemSkillLevelCaldariDefensive2 (Effect4196)
[2020-04-21 06:34:38.079606] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect4196'
[2020-04-21 06:34:38.079606] DEBUG: eos.gamedata: Loading subsystemSkillLevelCaldariDefensive3 (Effect6915)
[2020-04-21 06:34:38.079606] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect6915'
[2020-04-21 06:34:38.080604] DEBUG: eos.gamedata: Loading subsystemSkillLevelMinmatarDefensive (Effect3835)
[2020-04-21 06:34:38.080604] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect3835'
[2020-04-21 06:34:38.080604] DEBUG: eos.gamedata: Loading subsystemSkillLevelMinmatarDefensive2 (Effect4198)
[2020-04-21 06:34:38.080604] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect4198'
[2020-04-21 06:34:38.081601] DEBUG: eos.gamedata: Loading subsystemSkillLevelMinmatarDefensive3 (Effect6919)
[2020-04-21 06:34:38.081601] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect6919'
[2020-04-21 06:34:38.081601] DEBUG: eos.gamedata: Loading subsystemSkillLevelGallenteEngineering (Effect3842)
[2020-04-21 06:34:38.082598] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect3842'
[2020-04-21 06:34:38.082598] DEBUG: eos.gamedata: Loading subsystemSkillLevelGallenteEngineering2 (Effect4205)
[2020-04-21 06:34:38.082598] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect4205'
[2020-04-21 06:34:38.082598] DEBUG: eos.gamedata: Loading subsystemSkillLevelGallenteEngineering3 (Effect6916)
[2020-04-21 06:34:38.082598] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect6916'
[2020-04-21 06:34:38.083597] DEBUG: eos.gamedata: Loading subsystemSkillLevelMinmatarEngineering (Effect3843)
[2020-04-21 06:34:38.083597] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect3843'
[2020-04-21 06:34:38.083597] DEBUG: eos.gamedata: Loading subsystemSkillLevelMinmatarEngineering2 (Effect4206)
[2020-04-21 06:34:38.083597] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect4206'
[2020-04-21 06:34:38.083597] DEBUG: eos.gamedata: Loading subsystemSkillLevelMinmatarEngineering3 (Effect6918)
[2020-04-21 06:34:38.084595] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect6918'
[2020-04-21 06:34:38.084595] DEBUG: eos.gamedata: Loading subsystemSkillLevelCaldariEngineering (Effect3841)
[2020-04-21 06:34:38.084595] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect3841'
[2020-04-21 06:34:38.085592] DEBUG: eos.gamedata: Loading subsystemSkillLevelCaldariEngineering2 (Effect4204)
[2020-04-21 06:34:38.085592] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect4204'
[2020-04-21 06:34:38.085592] DEBUG: eos.gamedata: Loading subsystemSkillLevelCaldariEngineering3 (Effect6914)
[2020-04-21 06:34:38.085592] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect6914'
[2020-04-21 06:34:38.086590] DEBUG: eos.gamedata: Loading subsystemSkillLevelCaldariOffensive (Effect3846)
[2020-04-21 06:34:38.086590] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect3846'
[2020-04-21 06:34:38.086590] DEBUG: eos.gamedata: Loading subsystemSkillLevelCaldariOffensive2 (Effect4209)
[2020-04-21 06:34:38.086590] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect4209'
[2020-04-21 06:34:38.086590] DEBUG: eos.gamedata: Loading subsystemSkillLevelCaldariOffensive3 (Effect4339)
[2020-04-21 06:34:38.086590] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect4339'
[2020-04-21 06:34:38.087585] DEBUG: eos.gamedata: Loading subsystemSkillLevelGallenteOffensive (Effect3845)
[2020-04-21 06:34:38.087585] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect3845'
[2020-04-21 06:34:38.087585] DEBUG: eos.gamedata: Loading subsystemSkillLevelGallenteOffensive2 (Effect4208)
[2020-04-21 06:34:38.088584] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect4208'
[2020-04-21 06:34:38.088584] DEBUG: eos.gamedata: Loading subsystemSkillLevelGallenteOffensive3 (Effect4341)
[2020-04-21 06:34:38.088584] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect4341'
[2020-04-21 06:34:38.089579] DEBUG: eos.gamedata: Loading subsystemSkillLevelMinmatarOffensive (Effect3844)
[2020-04-21 06:34:38.089579] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect3844'
[2020-04-21 06:34:38.089579] DEBUG: eos.gamedata: Loading subsystemSkillLevelMinmatarOffensive2 (Effect4207)
[2020-04-21 06:34:38.089579] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect4207'
[2020-04-21 06:34:38.089579] DEBUG: eos.gamedata: Loading subsystemSkillLevelMinmatarOffensive3 (Effect4350)
[2020-04-21 06:34:38.089579] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect4350'
[2020-04-21 06:34:38.090577] DEBUG: eos.gamedata: Loading subsystemSkillLevelCaldariPropulsion (Effect3849)
[2020-04-21 06:34:38.090577] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect3849'
[2020-04-21 06:34:38.090577] DEBUG: eos.gamedata: Loading subsystemSkillLevelCaldariPropulsion2 (Effect4212)
[2020-04-21 06:34:38.090577] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect4212'
[2020-04-21 06:34:38.091575] DEBUG: eos.gamedata: Loading subsystemSkillLevelGallentePropulsion (Effect3850)
[2020-04-21 06:34:38.091575] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect3850'
[2020-04-21 06:34:38.091575] DEBUG: eos.gamedata: Loading subsystemSkillLevelGallentePropulsion2 (Effect4213)
[2020-04-21 06:34:38.092576] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect4213'
[2020-04-21 06:34:38.092576] DEBUG: eos.gamedata: Loading subsystemSkillLevelMinmatarPropulsion (Effect3851)
[2020-04-21 06:34:38.093572] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect3851'
[2020-04-21 06:34:38.093572] DEBUG: eos.gamedata: Loading subsystemSkillLevelMinmatarPropulsion2 (Effect4214)
[2020-04-21 06:34:38.093572] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect4214'
[2020-04-21 06:34:38.094569] DEBUG: eos.gamedata: Loading strategicCruiserAmarrSkillLevel1 (Effect4191)
[2020-04-21 06:34:38.094569] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect4191'
[2020-04-21 06:34:38.094569] DEBUG: eos.gamedata: Loading strategicCruiserAmarrSkillLevel2 (Effect6905)
[2020-04-21 06:34:38.094569] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect6905'
[2020-04-21 06:34:38.095569] DEBUG: eos.gamedata: Loading strategicCruiserCaldariSkillLevel1 (Effect4192)
[2020-04-21 06:34:38.095569] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect4192'
[2020-04-21 06:34:38.095569] DEBUG: eos.gamedata: Loading strategicCruiserCaldariSkillLevel2 (Effect6906)
[2020-04-21 06:34:38.095569] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect6906'
[2020-04-21 06:34:38.096564] DEBUG: eos.gamedata: Loading strategicCruiserGallenteSkillLevel1 (Effect4193)
[2020-04-21 06:34:38.096564] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect4193'
[2020-04-21 06:34:38.097558] DEBUG: eos.gamedata: Loading strategicCruiserGallenteSkillLevel2 (Effect6907)
[2020-04-21 06:34:38.097558] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect6907'
[2020-04-21 06:34:38.097558] DEBUG: eos.gamedata: Loading strategicCruiserMinmatarSkillLevel1 (Effect4194)
[2020-04-21 06:34:38.097558] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect4194'
[2020-04-21 06:34:38.098557] DEBUG: eos.gamedata: Loading strategicCruiserMinmatarSkillLevel2 (Effect6904)
[2020-04-21 06:34:38.098557] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect6904'
[2020-04-21 06:34:38.099554] DEBUG: eos.gamedata: Loading skillBonusHeavyFighters (Effect6563)
[2020-04-21 06:34:38.100550] DEBUG: eos.gamedata: Loading capitalLauncherSkillCruiseCitadelEmDamage1 (Effect4555)
[2020-04-21 06:34:38.100550] DEBUG: eos.gamedata: Loading capitalLauncherSkillCruiseCitadelExplosiveDamage1 (Effect4556)
[2020-04-21 06:34:38.100550] DEBUG: eos.gamedata: Loading capitalLauncherSkillCruiseCitadelKineticDamage1 (Effect4557)
[2020-04-21 06:34:38.100550] DEBUG: eos.gamedata: Loading capitalLauncherSkillCruiseCitadelThermalDamage1 (Effect4558)
[2020-04-21 06:34:38.101550] DEBUG: eos.gamedata: Loading skillReactiveArmorHardenerDurationBonus (Effect4976)
[2020-04-21 06:34:38.101550] DEBUG: eos.gamedata: Loading skillReactiveArmorHardenerCapNeedBonus (Effect5162)
[2020-04-21 06:34:38.102546] DEBUG: eos.gamedata: Loading miningFrigateSkillLevelPostMulShipBonusORE1frig (Effect5137)
[2020-04-21 06:34:38.102546] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect5137'
[2020-04-21 06:34:38.102546] DEBUG: eos.gamedata: Loading miningFrigateSkillLevelPostMulShipBonusORE2frig (Effect5138)
[2020-04-21 06:34:38.102546] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect5138'
[2020-04-21 06:34:38.103543] DEBUG: eos.gamedata: Loading sensorIntegritySkillLevelPreMulSensorStrengthBonusSelf (Effect5172)
[2020-04-21 06:34:38.103543] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect5172'
[2020-04-21 06:34:38.103543] DEBUG: eos.gamedata: Loading sensorCompensationSensorStrengthBonusMagnetometric (Effect5182)
[2020-04-21 06:34:38.104542] DEBUG: eos.gamedata: Loading sensorCompensationSensorStrengthBonusGravimetric (Effect5180)
[2020-04-21 06:34:38.105537] DEBUG: eos.gamedata: Loading sensorCompensationSensorStrengthBonusLadar (Effect5181)
[2020-04-21 06:34:38.106536] DEBUG: eos.gamedata: Loading sensorCompensationSensorStrengthBonusRadar (Effect5183)
[2020-04-21 06:34:38.107533] DEBUG: eos.gamedata: Loading armorUpgradesSkillBoostMassPenaltyReduction (Effect5200)
[2020-04-21 06:34:38.108530] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect5200'
[2020-04-21 06:34:38.108530] DEBUG: eos.gamedata: Loading armorUpgradesMassPenaltyReductionBonus (Effect5201)
[2020-04-21 06:34:38.109528] DEBUG: eos.gamedata: Loading destroyerSkillLevelPreMulShipBonusAD1Ship (Effect5276)
[2020-04-21 06:34:38.109528] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect5276'
[2020-04-21 06:34:38.109528] DEBUG: eos.gamedata: Loading destroyerSkillLevelPreMulShipBonusAD2Ship (Effect5277)
[2020-04-21 06:34:38.109528] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect5277'
[2020-04-21 06:34:38.110524] DEBUG: eos.gamedata: Loading destroyerSkillLevelPreMulShipBonusCD1Ship (Effect5278)
[2020-04-21 06:34:38.110524] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect5278'
[2020-04-21 06:34:38.110524] DEBUG: eos.gamedata: Loading destroyerSkillLevelPreMulShipBonusCD2Ship (Effect5279)
[2020-04-21 06:34:38.110524] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect5279'
[2020-04-21 06:34:38.111525] DEBUG: eos.gamedata: Loading destroyerSkillLevelPreMulShipBonusGD1Ship (Effect5280)
[2020-04-21 06:34:38.111525] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect5280'
[2020-04-21 06:34:38.112518] DEBUG: eos.gamedata: Loading destroyerSkillLevelPreMulShipBonusGD2Ship (Effect5281)
[2020-04-21 06:34:38.112518] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect5281'
[2020-04-21 06:34:38.112518] DEBUG: eos.gamedata: Loading destroyerSkillLevelPreMulShipBonusMD1Ship (Effect5282)
[2020-04-21 06:34:38.113516] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect5282'
[2020-04-21 06:34:38.113516] DEBUG: eos.gamedata: Loading destroyerSkillLevelPreMulShipBonusMD2Ship (Effect5283)
[2020-04-21 06:34:38.113516] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect5283'
[2020-04-21 06:34:38.114515] DEBUG: eos.gamedata: Loading battlecruiserSkillLevelPreMulShipBonusABC1Ship (Effect5284)
[2020-04-21 06:34:38.114515] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect5284'
[2020-04-21 06:34:38.114515] DEBUG: eos.gamedata: Loading battlecruiserSkillLevelPreMulShipBonusABC2Ship (Effect5285)
[2020-04-21 06:34:38.114515] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect5285'
[2020-04-21 06:34:38.115511] DEBUG: eos.gamedata: Loading battlecruiserSkillLevelPreMulShipBonusCBC1Ship (Effect5286)
[2020-04-21 06:34:38.115511] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect5286'
[2020-04-21 06:34:38.115511] DEBUG: eos.gamedata: Loading battlecruiserSkillLevelPreMulShipBonusCBC2Ship (Effect5287)
[2020-04-21 06:34:38.115511] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect5287'
[2020-04-21 06:34:38.116509] DEBUG: eos.gamedata: Loading battlecruiserSkillLevelPreMulShipBonusGBC1Ship (Effect5288)
[2020-04-21 06:34:38.116509] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect5288'
[2020-04-21 06:34:38.116509] DEBUG: eos.gamedata: Loading battlecruiserSkillLevelPreMulShipBonusGBC2Ship (Effect5289)
[2020-04-21 06:34:38.116509] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect5289'
[2020-04-21 06:34:38.117507] DEBUG: eos.gamedata: Loading battlecruiserSkillLevelPreMulShipBonusMBC1Ship (Effect5290)
[2020-04-21 06:34:38.117507] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect5290'
[2020-04-21 06:34:38.117507] DEBUG: eos.gamedata: Loading battlecruiserSkillLevelPreMulShipBonusMBC2Ship (Effect5291)
[2020-04-21 06:34:38.117507] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect5291'
[2020-04-21 06:34:38.118505] DEBUG: eos.gamedata: Loading skillJumpCloneCooldownReduction (Effect5527)
[2020-04-21 06:34:38.118505] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect5527'
[2020-04-21 06:34:38.120498] DEBUG: eos.gamedata: Loading piCustomsOfficeTaxReduction (Effect5614)
[2020-04-21 06:34:38.120498] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect5614'
[2020-04-21 06:34:38.120498] DEBUG: eos.gamedata: Loading piTaxReductionModifierSkillModifier (Effect5615)
[2020-04-21 06:34:38.120498] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect5615'
[2020-04-21 06:34:38.121494] DEBUG: eos.gamedata: Loading expeditionFrigateSkillLevelPostMulEliteBonusExpedition1 (Effect5850)
[2020-04-21 06:34:38.122491] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect5850'
[2020-04-21 06:34:38.122491] DEBUG: eos.gamedata: Loading expeditionFrigateSkillLevelPostMulEliteBonusExpedition2 (Effect5851)
[2020-04-21 06:34:38.122491] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect5851'
[2020-04-21 06:34:38.123490] DEBUG: eos.gamedata: Loading freighterO1SkillLevel (Effect5996)
[2020-04-21 06:34:38.123490] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect5996'
[2020-04-21 06:34:38.123490] DEBUG: eos.gamedata: Loading freighterO2SkillLevel (Effect5997)
[2020-04-21 06:34:38.123490] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect5997'
[2020-04-21 06:34:38.124489] DEBUG: eos.gamedata: Loading tacticalDestroyerAmarrSkillLevel1 (Effect6003)
[2020-04-21 06:34:38.124489] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect6003'
[2020-04-21 06:34:38.124489] DEBUG: eos.gamedata: Loading tacticalDestroyerAmarrSkillLevel2 (Effect6004)
[2020-04-21 06:34:38.124489] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect6004'
[2020-04-21 06:34:38.124489] DEBUG: eos.gamedata: Loading tacticalDestroyerAmarrSkillLevel3 (Effect6005)
[2020-04-21 06:34:38.124489] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect6005'
[2020-04-21 06:34:38.125486] DEBUG: eos.gamedata: Loading tacticalDestroyerMinmatarSkillLevel1 (Effect6033)
[2020-04-21 06:34:38.125486] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect6033'
[2020-04-21 06:34:38.126445] DEBUG: eos.gamedata: Loading tacticalDestroyerMinmatarSkillLevel2 (Effect6034)
[2020-04-21 06:34:38.126445] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect6034'
[2020-04-21 06:34:38.126445] DEBUG: eos.gamedata: Loading tacticalDestroyerMinmatarSkillLevel3 (Effect6035)
[2020-04-21 06:34:38.126445] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect6035'
[2020-04-21 06:34:38.127477] DEBUG: eos.gamedata: Loading tacticalDestroyerCaldariSkillLevel1 (Effect6078)
[2020-04-21 06:34:38.127477] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect6078'
[2020-04-21 06:34:38.127477] DEBUG: eos.gamedata: Loading tacticalDestroyerCaldariSkillLevel2 (Effect6079)
[2020-04-21 06:34:38.128476] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect6079'
[2020-04-21 06:34:38.128476] DEBUG: eos.gamedata: Loading tacticalDestroyerCaldariSkillLevel3 (Effect6080)
[2020-04-21 06:34:38.128476] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect6080'
[2020-04-21 06:34:38.129479] DEBUG: eos.gamedata: Loading tacticalDestroyerGallenteSkillLevel1 (Effect6145)
[2020-04-21 06:34:38.129479] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect6145'
[2020-04-21 06:34:38.129479] DEBUG: eos.gamedata: Loading tacticalDestroyerGallenteSkillLevel2 (Effect6146)
[2020-04-21 06:34:38.129479] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect6146'
[2020-04-21 06:34:38.129479] DEBUG: eos.gamedata: Loading tacticalDestroyerGallenteSkillLevel3 (Effect6147)
[2020-04-21 06:34:38.130478] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect6147'
[2020-04-21 06:34:38.130478] DEBUG: eos.gamedata: Loading commandDestroyerSkillMultiplier1 (Effect6209)
[2020-04-21 06:34:38.130478] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect6209'
[2020-04-21 06:34:38.131469] DEBUG: eos.gamedata: Loading commandDestroyerSkillMultiplier2 (Effect6210)
[2020-04-21 06:34:38.131469] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect6210'
[2020-04-21 06:34:38.131469] DEBUG: eos.gamedata: Loading commandDestroyerSkillMultiplier3 (Effect6211)
[2020-04-21 06:34:38.131469] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect6211'
[2020-04-21 06:34:38.132465] DEBUG: eos.gamedata: Loading skillStructureMissileDamageBonus (Effect6396)
[2020-04-21 06:34:38.133465] DEBUG: eos.gamedata: Loading skillStructureDoomsdayDurationBonus (Effect6679)
[2020-04-21 06:34:38.133465] DEBUG: eos.gamedata: Loading skillStructureElectronicSystemsCapNeedBonus (Effect6400)
[2020-04-21 06:34:38.134462] DEBUG: eos.gamedata: Loading skillStructureEngineeringSystemsCapNeedBonus (Effect6401)
[2020-04-21 06:34:38.135457] DEBUG: eos.gamedata: Loading logiFrigSkillMultiplier1 (Effect6375)
[2020-04-21 06:34:38.135457] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect6375'
[2020-04-21 06:34:38.135457] DEBUG: eos.gamedata: Loading logiFrigSkillMultiplier2 (Effect6376)
[2020-04-21 06:34:38.135457] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect6376'
[2020-04-21 06:34:38.136455] DEBUG: eos.gamedata: Loading skillBonusLightFighters (Effect6561)
[2020-04-21 06:34:38.137451] DEBUG: eos.gamedata: Loading skillBonusSupportFightersShield (Effect6562)
[2020-04-21 06:34:38.137451] DEBUG: eos.gamedata: Loading skillBonusCapitalAutocannonSpecialization (Effect6571)
[2020-04-21 06:34:38.138450] DEBUG: eos.gamedata: Loading skillBonusCapitalArtillerySpecialization (Effect6572)
[2020-04-21 06:34:38.139447] DEBUG: eos.gamedata: Loading skillBonusCapitalBlasterSpecialization (Effect6573)
[2020-04-21 06:34:38.139447] DEBUG: eos.gamedata: Loading skillBonusCapitalRailgunSpecialization (Effect6574)
[2020-04-21 06:34:38.140443] DEBUG: eos.gamedata: Loading skillBonusCapitalPulseLaserSpecialization (Effect6575)
[2020-04-21 06:34:38.141443] DEBUG: eos.gamedata: Loading skillBonusCapitalBeamLaserSpecialization (Effect6576)
[2020-04-21 06:34:38.142439] DEBUG: eos.gamedata: Loading skillBonusXLTorpedoSpecialization (Effect6578)
[2020-04-21 06:34:38.143405] DEBUG: eos.gamedata: Loading skillBonusXLCruiseMissileSpecialization (Effect6577)
[2020-04-21 06:34:38.143405] DEBUG: eos.gamedata: Loading skillBonusDoomsdayRapidFiring (Effect6642)
[2020-04-21 06:34:38.144434] DEBUG: eos.gamedata: Loading iceHarvestingDroneOperationDurationBonus (Effect6763)
[2020-04-21 06:34:38.145437] DEBUG: eos.gamedata: Loading iceHarvestingDroneSpecBonus (Effect6764)
[2020-04-21 06:34:38.146430] DEBUG: eos.gamedata: Loading spatialPhenomenaGenerationDurationBonus (Effect6765)
[2020-04-21 06:34:38.146430] DEBUG: eos.gamedata: Loading invulnerabilityCoreDurationBonus (Effect6807)
[2020-04-21 06:34:38.147426] DEBUG: eos.gamedata: Loading reactionTimeBonusPostPercentManufactureTimeMultiplierChar (Effect6891)
[2020-04-21 06:34:38.147426] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect6891'
[2020-04-21 06:34:38.147426] DEBUG: eos.gamedata: Loading reactionSkillBoostManufacturingTimeBonus (Effect6892)
[2020-04-21 06:34:38.148424] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect6892'
[2020-04-21 06:34:38.148424] DEBUG: eos.gamedata: Loading massReactionSkillLevelModAddReactionSlotLimitChar (Effect6893)
[2020-04-21 06:34:38.148424] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect6893'
[2020-04-21 06:34:38.152413] DEBUG: eos.gamedata: Loading flagCruiserSkillMultiplier1 (Effect7041)
[2020-04-21 06:34:38.152413] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect7041'
[2020-04-21 06:34:38.153409] DEBUG: eos.gamedata: Loading precursorFrigateSkillLevelPreMulShipBonusPF1 (Effect7065)
[2020-04-21 06:34:38.153409] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect7065'
[2020-04-21 06:34:38.154409] DEBUG: eos.gamedata: Loading precursorFrigateSkillLevelPreMulShipBonusPF2 (Effect7066)
[2020-04-21 06:34:38.154409] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect7066'
[2020-04-21 06:34:38.154409] DEBUG: eos.gamedata: Loading precursorCruiserSkillLevelPreMulShipBonusPC1 (Effect7067)
[2020-04-21 06:34:38.154409] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect7067'
[2020-04-21 06:34:38.155405] DEBUG: eos.gamedata: Loading precursorCruiserSkillLevelPreMulShipBonusPC2 (Effect7068)
[2020-04-21 06:34:38.155405] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect7068'
[2020-04-21 06:34:38.155405] DEBUG: eos.gamedata: Loading precursorBattleShipSkillLevelPreMulShipBonusPBS1 (Effect7069)
[2020-04-21 06:34:38.156402] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect7069'
[2020-04-21 06:34:38.156402] DEBUG: eos.gamedata: Loading precursorBattleshipSkillLevelPreMulShipBonusPBS2 (Effect7070)
[2020-04-21 06:34:38.156402] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect7070'
[2020-04-21 06:34:38.157401] DEBUG: eos.gamedata: Loading smallPrecursorTurretDmgBonusRequiredSkill (Effect7071)
[2020-04-21 06:34:38.157401] DEBUG: eos.gamedata: Loading mediumPrecursorTurretDmgBonusRequiredSkill (Effect7072)
[2020-04-21 06:34:38.158398] DEBUG: eos.gamedata: Loading largePrecursorTurretDmgBonusRequiredSkill (Effect7073)
[2020-04-21 06:34:38.159396] DEBUG: eos.gamedata: Loading smallDisintegratorSkillDmgBonus (Effect7074)
[2020-04-21 06:34:38.160355] DEBUG: eos.gamedata: Loading mediumDisintegratorSkillDmgBonus (Effect7075)
[2020-04-21 06:34:38.162348] DEBUG: eos.gamedata: Loading largeDisintegratorSkillDmgBonus (Effect7076)
[2020-04-21 06:34:38.163345] DEBUG: eos.gamedata: Loading precursorDestroyerSkillLevelPreMulShipBonusPD1 (Effect7150)
[2020-04-21 06:34:38.163345] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect7150'
[2020-04-21 06:34:38.163345] DEBUG: eos.gamedata: Loading precursorDestroyerSkillLevelPreMulShipBonusPD2 (Effect7151)
[2020-04-21 06:34:38.163345] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect7151'
[2020-04-21 06:34:38.164343] DEBUG: eos.gamedata: Loading precursorBattlecruiserSkillLevelPreMulShipBonusPBC1 (Effect7152)
[2020-04-21 06:34:38.164343] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect7152'
[2020-04-21 06:34:38.164343] DEBUG: eos.gamedata: Loading precursorBattlecruiserSkillLevelPreMulShipBonusPBC2 (Effect7153)
[2020-04-21 06:34:38.164343] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect7153'
[2020-04-21 06:34:38.166337] DEBUG: eos.gamedata: Loading skillMultiplierShipBonusDreadnoughtPrecursor (Effect7241)
[2020-04-21 06:34:38.166337] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect7241'
[2020-04-21 06:34:38.167335] DEBUG: eos.gamedata: Loading capitalPrecursorTurretDmgBonusRequiredSkill (Effect7242)
[2020-04-21 06:34:38.168332] DEBUG: eos.gamedata: Loading shipbonusPCTDamagePC1 (Effect7085)
[2020-04-21 06:34:38.168332] DEBUG: eos.gamedata: Loading shipbonusPCTTrackingPC2 (Effect7086)
[2020-04-21 06:34:38.168332] DEBUG: eos.gamedata: Loading shipBonusRemoteRepCapNeedRoleBonus2 (Effect7092)
[2020-04-21 06:34:38.168332] DEBUG: eos.gamedata: Loading shipBonusSmartbombCapNeedRoleBonus2 (Effect7093)
[2020-04-21 06:34:38.168332] DEBUG: eos.gamedata: Loading shipBonusRemoteRepMaxRangeRoleBonus1 (Effect7094)
[2020-04-21 06:34:38.168332] DEBUG: eos.gamedata: Loading shipBonusNeutCapNeedRoleBonus2 (Effect7112)
[2020-04-21 06:34:38.169329] DEBUG: eos.gamedata: Loading targetAttack (Effect10)
[2020-04-21 06:34:38.169329] DEBUG: eos.gamedata: Loading loPower (Effect11)
[2020-04-21 06:34:38.169329] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect11'
[2020-04-21 06:34:38.170327] DEBUG: eos.gamedata: Loading online (Effect16)
[2020-04-21 06:34:38.170327] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect16'
[2020-04-21 06:34:38.170327] DEBUG: eos.gamedata: Loading damageControl (Effect2302)
[2020-04-21 06:34:38.170327] DEBUG: eos.gamedata: Loading modifyShieldRechargeRate (Effect50)
[2020-04-21 06:34:38.170327] DEBUG: eos.gamedata: Loading modifyPowerRechargeRate (Effect51)
[2020-04-21 06:34:38.170327] DEBUG: eos.gamedata: Loading powerOutputMultiply (Effect56)
[2020-04-21 06:34:38.170327] DEBUG: eos.gamedata: Loading shieldCapacityMultiply (Effect57)
[2020-04-21 06:34:38.171324] DEBUG: eos.gamedata: Loading capacitorCapacityMultiply (Effect58)
[2020-04-21 06:34:38.171324] DEBUG: eos.gamedata: Loading shieldBoostAmplifier (Effect1720)
[2020-04-21 06:34:38.171324] DEBUG: eos.gamedata: Loading armorRepair (Effect27)
[2020-04-21 06:34:38.171324] DEBUG: eos.gamedata: Loading overloadSelfArmorDamageAmountDurationBonus (Effect3200)
[2020-04-21 06:34:38.171324] DEBUG: eos.gamedata: Loading overloadSelfDurationBonus (Effect3002)
[2020-04-21 06:34:38.171324] DEBUG: eos.gamedata: Loading adaptiveArmorHardener (Effect4928)
[2020-04-21 06:34:38.171324] DEBUG: eos.gamedata: Loading armorHPMultiply (Effect63)
[2020-04-21 06:34:38.172321] DEBUG: eos.gamedata: Loading modifyArmorResonancePostPercent (Effect2041)
[2020-04-21 06:34:38.172321] DEBUG: eos.gamedata: Loading medPower (Effect13)
[2020-04-21 06:34:38.172321] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect13'
[2020-04-21 06:34:38.172321] DEBUG: eos.gamedata: Loading capacitorCapacityBonus (Effect25)
[2020-04-21 06:34:38.172321] DEBUG: eos.gamedata: Loading modifyEnergyWarfareResistance (Effect6487)
[2020-04-21 06:34:38.172321] DEBUG: eos.gamedata: Loading warpDisrupt (Effect39)
[2020-04-21 06:34:38.172321] DEBUG: eos.gamedata: Loading overloadSelfRangeBonus (Effect3174)
[2020-04-21 06:34:38.173319] DEBUG: eos.gamedata: Loading remoteWebifierFalloff (Effect6426)
[2020-04-21 06:34:38.173319] DEBUG: eos.gamedata: Loading overloadSelfSpeedBonus (Effect3175)
[2020-04-21 06:34:38.173319] DEBUG: eos.gamedata: Loading moduleBonusAfterburner (Effect6731)
[2020-04-21 06:34:38.173319] DEBUG: eos.gamedata: Loading hiPower (Effect12)
[2020-04-21 06:34:38.173319] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect12'
[2020-04-21 06:34:38.173319] DEBUG: eos.gamedata: Loading turretFitted (Effect42)
[2020-04-21 06:34:38.173319] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect42'
[2020-04-21 06:34:38.174315] DEBUG: eos.gamedata: Loading overloadSelfDamageBonus (Effect3025)
[2020-04-21 06:34:38.174315] DEBUG: eos.gamedata: Loading targetDisintegratorAttack (Effect6995)
[2020-04-21 06:34:38.174315] DEBUG: eos.gamedata: Loading droneRangeBonusAdd (Effect2000)
[2020-04-21 06:34:38.174315] DEBUG: eos.gamedata: Loading cloaking (Effect607)
[2020-04-21 06:34:38.174315] DEBUG: eos.gamedata: Loading cloakingScanResolutionMultiplier (Effect854)
[2020-04-21 06:34:38.174315] DEBUG: eos.gamedata: Loading rigSlot (Effect2663)
[2020-04-21 06:34:38.174315] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect2663'
[2020-04-21 06:34:38.175313] DEBUG: eos.gamedata: Loading drawbackMaxVelocity (Effect2717)
[2020-04-21 06:34:38.175313] DEBUG: eos.gamedata: Loading drawbackCargoCapacity (Effect5868)
[2020-04-21 06:34:38.530364] DEBUG: eos.saveddata.fit: Done with fit calculation
[2020-04-21 06:34:38.531361] INFO: service.fit: ==========recalc time: 0.8945715427398682==========
[2020-04-21 06:34:38.534353] DEBUG: service.fit: Check states for fit ID: Vedmak (Vedmak)
[2020-04-21 06:34:38.558726] DEBUG: service.fit: Switching fit to fit ID: 5
[2020-04-21 06:34:39.128222] DEBUG: service.price: Initialize PriceWorkerThread.
[2020-04-21 06:35:03.739700] DEBUG: gui.fitCommands.calc.module.localAdd: Doing addition of local module <ModuleInfo(itemID=47916, baseItemID=None, mutaplasmidID=None, mutations=None, chargeID=None, state=None, spoolType=None, spoolAmount=None)> to fit 5
[2020-04-21 06:35:03.763639] INFO: service.fit: ==========recalc: Vedmak==========
[2020-04-21 06:35:03.764641] INFO: eos.saveddata.fit: Starting fit calculation on: Fit(ID=5, ship=Vedmak, name=Vedmak) at 0x2ac8a6d9888, calc: LOCAL
[2020-04-21 06:35:03.764641] INFO: eos.saveddata.fit: Fit is not yet calculated; will be running local calcs for Fit(ID=5, ship=Vedmak, name=Vedmak) at 0x2ac8a6d9888
[2020-04-21 06:35:03.815500] DEBUG: eos.saveddata.fit: Done with fit calculation
[2020-04-21 06:35:03.815500] INFO: service.fit: ==========recalc time: 0.05186009407043457==========
[2020-04-21 06:35:03.815500] WARNING: gui.fitCommands.calc.module.localAdd: Module does not fit
[2020-04-21 06:35:03.816495] DEBUG: gui.fitCommands.calc.module.localAdd: Undoing addition of local module <ModuleInfo(itemID=47916, baseItemID=None, mutaplasmidID=None, mutations=None, chargeID=None, state=None, spoolType=None, spoolAmount=None)> to fit 5
[2020-04-21 06:35:03.816495] DEBUG: gui.fitCommands.calc.module.localRemove: Doing removal of local modules from positions [10] on fit 5
[2020-04-21 06:35:03.825470] INFO: service.fit: ==========recalc: Vedmak==========
[2020-04-21 06:35:03.826470] INFO: eos.saveddata.fit: Starting fit calculation on: Fit(ID=5, ship=Vedmak, name=Vedmak) at 0x2ac8a6d9888, calc: LOCAL
[2020-04-21 06:35:03.826470] INFO: eos.saveddata.fit: Fit is not yet calculated; will be running local calcs for Fit(ID=5, ship=Vedmak, name=Vedmak) at 0x2ac8a6d9888
[2020-04-21 06:35:03.876336] DEBUG: eos.saveddata.fit: Done with fit calculation
[2020-04-21 06:35:03.876336] INFO: service.fit: ==========recalc time: 0.05086565017700195==========
[2020-04-21 06:35:30.975239] DEBUG: gui.contextMenu: 339 new IDs created for this menu
[2020-04-21 06:35:33.376286] DEBUG: gui.fitCommands.calc.module.changeCharges: Doing change of module charges according to map {11: 47929} on fit 5
[2020-04-21 06:35:33.376286] DEBUG: gui.fitCommands.calc.module.changeCharges: Setting charge Item(ID=47929, name=Meson Exotic Plasma M) at 0x2ac8e74fd08 for Module(ID=47273, name=Heavy Entropic Disintegrator I) at 0x2ac8e279788 on fit 5
[2020-04-21 06:35:33.378282] INFO: service.fit: ==========recalc: Vedmak==========
[2020-04-21 06:35:33.379281] INFO: eos.saveddata.fit: Starting fit calculation on: Fit(ID=5, ship=Vedmak, name=Vedmak) at 0x2ac8a6d9888, calc: LOCAL
[2020-04-21 06:35:33.379281] INFO: eos.saveddata.fit: Fit is not yet calculated; will be running local calcs for Fit(ID=5, ship=Vedmak, name=Vedmak) at 0x2ac8a6d9888
[2020-04-21 06:35:33.383276] DEBUG: eos.gamedata: Loading ammoInfluenceRange (Effect596)
[2020-04-21 06:35:33.384266] DEBUG: eos.gamedata: Loading ammoInfluenceCapNeed (Effect804)
[2020-04-21 06:35:33.384266] DEBUG: eos.gamedata: Loading ammoInfluenceEntityFlyRange (Effect1173)
[2020-04-21 06:35:33.384266] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect1173'
[2020-04-21 06:35:33.446108] DEBUG: eos.saveddata.fit: Done with fit calculation
[2020-04-21 06:35:33.446108] INFO: service.fit: ==========recalc time: 0.0678260326385498==========
[2020-04-21 06:35:33.446108] DEBUG: service.fit: Check states for fit ID: Vedmak (Vedmak)
[2020-04-21 06:35:33.676471] DEBUG: eos.gamedata: Creating a price for 47929
[2020-04-21 06:35:51.727817] DEBUG: gui.shipBrowser: Populate ship category list.
[2020-04-21 06:36:01.994667] DEBUG: eos.gamedata: Loading energyNeutralizerFalloff (Effect6187)
[2020-04-21 06:36:01.996661] INFO: service.fit: ==========recalc: Vedmak==========
[2020-04-21 06:36:02.009626] INFO: eos.saveddata.fit: Starting fit calculation on: Fit(ID=None, ship=Vedmak, name=Vedmak) at 0x2ac8e8759c8, calc: LOCAL
[2020-04-21 06:36:02.009626] INFO: eos.saveddata.fit: Fit is not yet calculated; will be running local calcs for Fit(ID=None, ship=Vedmak, name=Vedmak) at 0x2ac8e8759c8
[2020-04-21 06:36:02.050517] DEBUG: eos.saveddata.fit: Done with fit calculation
[2020-04-21 06:36:02.051514] INFO: service.fit: ==========recalc time: 0.054852962493896484==========
[2020-04-21 06:36:02.179176] DEBUG: gui.builtinViews.fittingView: ------------------ new fitting view -------------------
[2020-04-21 06:36:02.180171] DEBUG: gui.builtinViews.fittingView: <gui.builtinViews.fittingView.FittingView object at 0x000002AC8E8768B8>
[2020-04-21 06:36:02.180171] DEBUG: gui.builtinViews.fittingView: ###################### Created new view:<gui.builtinViews.fittingView.FittingView object at 0x000002AC8E8768B8>
[2020-04-21 06:36:02.183164] DEBUG: gui.builtinViews.fittingView: ====== Fit Selected: <gui.builtinViews.fittingView.FittingView object at 0x000002AC8E8768B8>True
[2020-04-21 06:36:02.187152] INFO: service.fit: ==========recalc: Vedmak==========
[2020-04-21 06:36:02.188148] INFO: eos.saveddata.fit: Starting fit calculation on: Fit(ID=6, ship=Vedmak, name=Vedmak) at 0x2ac8e8759c8, calc: LOCAL
[2020-04-21 06:36:02.188148] INFO: eos.saveddata.fit: Fit is not yet calculated; will be running local calcs for Fit(ID=6, ship=Vedmak, name=Vedmak) at 0x2ac8e8759c8
[2020-04-21 06:36:02.242040] DEBUG: eos.saveddata.fit: Done with fit calculation
[2020-04-21 06:36:02.242040] INFO: service.fit: ==========recalc time: 0.054888010025024414==========
[2020-04-21 06:36:02.242040] DEBUG: service.fit: Check states for fit ID: Vedmak (Vedmak)
[2020-04-21 06:36:02.265942] DEBUG: service.fit: Switching fit to fit ID: 6
[2020-04-21 06:36:02.276911] DEBUG: service.fit: Fetching all fits for ship ID: 47270
[2020-04-21 06:36:04.599336] DEBUG: gui.builtinViews.fittingView: +++++ Destroy <gui.builtinViews.fittingView.FittingView object at 0x000002AC8E8768B8>
[2020-04-21 06:36:04.609307] DEBUG: service.fit: Switching fit to fit ID: 5
[2020-04-21 06:36:04.610306] DEBUG: service.fit: Switching fit to fit ID: 5
[2020-04-21 06:36:08.936257] DEBUG: gui.shipBrowser: Populate ship category list.
[2020-04-21 06:36:13.094786] DEBUG: service.fit: Getting count of all fits for: 12733
[2020-04-21 06:36:13.109781] DEBUG: service.fit: Getting count of all fits for: 12729
[2020-04-21 06:36:13.126702] DEBUG: service.fit: Getting count of all fits for: 12743
[2020-04-21 06:36:13.141658] DEBUG: service.fit: Getting count of all fits for: 12735
[2020-04-21 06:36:14.953361] DEBUG: gui.shipBrowser: Populate ship category list.
[2020-04-21 06:36:16.430590] DEBUG: service.fit: Getting count of all fits for: 22428
[2020-04-21 06:36:16.440564] DEBUG: service.fit: Getting count of all fits for: 22436
[2020-04-21 06:36:16.450537] DEBUG: service.fit: Getting count of all fits for: 22430
[2020-04-21 06:36:16.460513] DEBUG: service.fit: Getting count of all fits for: 22440
[2020-04-21 06:36:16.469486] DEBUG: service.fit: Getting count of all fits for: 44996
[2020-04-21 06:36:18.599093] DEBUG: gui.shipBrowser: Populate ship category list.
[2020-04-21 06:36:22.782372] DEBUG: service.fit: Getting count of all fits for: 34317
[2020-04-21 06:36:22.794341] DEBUG: service.fit: Getting count of all fits for: 34828
[2020-04-21 06:36:22.806309] DEBUG: service.fit: Getting count of all fits for: 35683
[2020-04-21 06:36:22.817279] DEBUG: service.fit: Getting count of all fits for: 34562
[2020-04-21 06:36:25.278075] DEBUG: gui.shipBrowser: Populate ship category list.
[2020-04-21 06:36:28.862777] DEBUG: service.fit: Getting count of all fits for: 29986
[2020-04-21 06:36:28.873744] DEBUG: service.fit: Getting count of all fits for: 29984
[2020-04-21 06:36:28.889707] DEBUG: service.fit: Getting count of all fits for: 29988
[2020-04-21 06:36:28.901636] DEBUG: service.fit: Getting count of all fits for: 29990
[2020-04-21 06:36:30.035800] DEBUG: service.fit: Fetching all fits for ship ID: 29986
[2020-04-21 06:36:33.966406] INFO: service.fit: ==========recalc: Legion==========
[2020-04-21 06:36:34.073118] INFO: eos.saveddata.fit: Starting fit calculation on: Fit(ID=4, ship=Legion, name=Legion) at 0x2ac8ed4d788, calc: LOCAL
[2020-04-21 06:36:34.075119] INFO: eos.saveddata.fit: Fit is not yet calculated; will be running local calcs for Fit(ID=4, ship=Legion, name=Legion) at 0x2ac8ed4d788
[2020-04-21 06:36:34.078072] DEBUG: eos.gamedata: Loading shipBonusStrategicCruiserAmarrHeatDamage (Effect4187)
[2020-04-21 06:36:34.078072] DEBUG: eos.gamedata: Loading probeLauncherCPUPercentRoleBonusT3 (Effect6009)
[2020-04-21 06:36:34.078072] DEBUG: eos.gamedata: Loading shipBonusStrategicCruiserAmarrNaniteRepairTime2 (Effect6909)
[2020-04-21 06:36:34.080109] DEBUG: eos.gamedata: Loading subSystem (Effect3772)
[2020-04-21 06:36:34.080109] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect3772'
[2020-04-21 06:36:34.081105] DEBUG: eos.gamedata: Loading slotModifier (Effect3774)
[2020-04-21 06:36:34.081105] DEBUG: eos.gamedata: Loading capacitorCapacityAddPassive (Effect3811)
[2020-04-21 06:36:34.081105] DEBUG: eos.gamedata: Loading subsystemBonusAmarrCoreCapacitorCapacity (Effect4159)
[2020-04-21 06:36:34.081105] DEBUG: eos.gamedata: Loading subsystemBonusAmarrCore2EnergyResistance (Effect6930)
[2020-04-21 06:36:34.081105] DEBUG: eos.gamedata: Loading covertOpsCpuBonus1 (Effect896)
[2020-04-21 06:36:34.081105] DEBUG: eos.gamedata: Loading covertOpsAndReconOpsCloakModuleDelayBonus (Effect2252)
[2020-04-21 06:36:34.082099] DEBUG: eos.gamedata: Loading armorHPBonusAddPassive (Effect3771)
[2020-04-21 06:36:34.082099] DEBUG: eos.gamedata: Loading signatureRadiusAddPassive (Effect3808)
[2020-04-21 06:36:34.082099] DEBUG: eos.gamedata: Loading capacityAddPassive (Effect3810)
[2020-04-21 06:36:34.082099] DEBUG: eos.gamedata: Loading shieldCapacityAddPassive (Effect3831)
[2020-04-21 06:36:34.082099] DEBUG: eos.gamedata: Loading subsystemBonusAmarrDefensiveArmorRepairAmount (Effect3959)
[2020-04-21 06:36:34.082099] DEBUG: eos.gamedata: Loading subsystemBonusJumpHarmonics (Effect4412)
[2020-04-21 06:36:34.082099] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect4412'
[2020-04-21 06:36:34.082099] DEBUG: eos.gamedata: Loading minigameVirusStrengthBonus (Effect5460)
[2020-04-21 06:36:34.083099] DEBUG: eos.gamedata: Loading structureHPBonusAddPassive (Effect6920)
[2020-04-21 06:36:34.083099] DEBUG: eos.gamedata: Loading subSystemBonusAmarrDefensive2ScanProbeStrength (Effect6921)
[2020-04-21 06:36:34.083099] DEBUG: eos.gamedata: Loading subsystemBonusAmarrDefensive3ArmorRepHeat (Effect6943)
[2020-04-21 06:36:34.083099] DEBUG: eos.gamedata: Loading hardPointModifierEffect (Effect3773)
[2020-04-21 06:36:34.083099] DEBUG: eos.gamedata: Loading powerOutputAddPassive (Effect3782)
[2020-04-21 06:36:34.083099] DEBUG: eos.gamedata: Loading cpuOutputAddCpuOutputPassive (Effect3783)
[2020-04-21 06:36:34.083099] DEBUG: eos.gamedata: Loading droneBandwidthAddPassive (Effect3797)
[2020-04-21 06:36:34.084096] DEBUG: eos.gamedata: Loading droneCapacityAdddroneCapacityPassive (Effect3799)
[2020-04-21 06:36:34.084096] DEBUG: eos.gamedata: Loading subsystemBonusAmarrOffensive3DroneDamageHP (Effect4327)
[2020-04-21 06:36:34.084096] DEBUG: eos.gamedata: Loading subsystemBonusAmarrOffensiveMissileLauncherROF (Effect4360)
[2020-04-21 06:36:34.084096] DEBUG: eos.gamedata: Loading subsystemBonusAmarrOffensive2MissileDamage (Effect4362)
[2020-04-21 06:36:34.084096] DEBUG: eos.gamedata: Loading warfareLinkCpuPenalty (Effect5265)
[2020-04-21 06:36:34.084096] DEBUG: eos.gamedata: Loading subsystemMMissileFittingReduction (Effect6900)
[2020-04-21 06:36:34.084096] DEBUG: eos.gamedata: Loading subsystemBonusAmarrPropulsionMaxVelocity (Effect3857)
[2020-04-21 06:36:34.084096] DEBUG: eos.gamedata: Loading subsystemBonusAmarrPropulsion2Agility (Effect3865)
[2020-04-21 06:36:34.085092] DEBUG: eos.gamedata: Loading armorReinforcerMassAdd (Effect1959)
[2020-04-21 06:36:34.085092] DEBUG: eos.gamedata: Loading armorHPBonusAdd (Effect2837)
[2020-04-21 06:36:34.085092] DEBUG: eos.gamedata: Loading missileDMGBonus (Effect763)
[2020-04-21 06:36:34.085092] DEBUG: eos.gamedata: Loading missileLauncherSpeedMultiplier (Effect889)
[2020-04-21 06:36:34.085092] DEBUG: eos.gamedata: Loading warpScrambleBlockMWDWithNPCEffect (Effect5934)
[2020-04-21 06:36:34.085092] DEBUG: eos.gamedata: Loading launcherFitted (Effect40)
[2020-04-21 06:36:34.086091] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect40'
[2020-04-21 06:36:34.086091] DEBUG: eos.gamedata: Loading useMissiles (Effect101)
[2020-04-21 06:36:34.086091] DEBUG: eos.gamedata: Loading overloadRofBonus (Effect3001)
[2020-04-21 06:36:34.086091] DEBUG: eos.gamedata: Loading cloakingWarpSafe (Effect980)
[2020-04-21 06:36:34.086091] DEBUG: eos.gamedata: Loading CovertCloakCPUAddition (Effect5261)
[2020-04-21 06:36:34.146922] DEBUG: eos.saveddata.fit: Done with fit calculation
[2020-04-21 06:36:34.146922] INFO: service.fit: ==========recalc time: 0.18051671981811523==========
[2020-04-21 06:36:34.155901] DEBUG: service.fit: Check states for fit ID: Legion (Legion)
[2020-04-21 06:36:44.262696] WARNING: graphs.gui.canvasPanel: Failed to plot "Vedmak (Vedmak)" vs "Legion (Legion)"
[2020-04-21 06:36:55.615423] WARNING: graphs.gui.canvasPanel: Failed to plot "Vedmak (Vedmak)" vs "Legion (Legion)"
[2020-04-21 06:37:50.290390] DEBUG: gui.builtinViews.fittingView: ====== Fit Selected: <gui.builtinViews.fittingView.FittingView object at 0x000002AC8E0E7798>True
[2020-04-21 06:37:50.300363] DEBUG: service.fit: Switching fit to fit ID: 4
[2020-04-21 06:40:46.101060] DEBUG: gui.shipBrowser: Populate ship category list.
[2020-04-21 06:40:51.358057] DEBUG: service.fit: Getting count of all fits for: 628
[2020-04-21 06:40:51.371023] DEBUG: service.fit: Getting count of all fits for: 625
[2020-04-21 06:40:51.379038] DEBUG: service.fit: Getting count of all fits for: 29337
[2020-04-21 06:40:51.388014] DEBUG: service.fit: Getting count of all fits for: 624
[2020-04-21 06:40:51.396990] DEBUG: service.fit: Getting count of all fits for: 2006
[2020-04-21 06:40:51.405966] DEBUG: service.fit: Getting count of all fits for: 17709
[2020-04-21 06:40:51.414943] DEBUG: service.fit: Getting count of all fits for: 632
[2020-04-21 06:40:51.425913] DEBUG: service.fit: Getting count of all fits for: 621
[2020-04-21 06:40:51.433893] DEBUG: service.fit: Getting count of all fits for: 17634
[2020-04-21 06:40:51.442867] DEBUG: service.fit: Getting count of all fits for: 623
[2020-04-21 06:40:51.452840] DEBUG: service.fit: Getting count of all fits for: 620
[2020-04-21 06:40:51.461816] DEBUG: service.fit: Getting count of all fits for: 29340
[2020-04-21 06:40:51.471790] DEBUG: service.fit: Getting count of all fits for: 633
[2020-04-21 06:40:51.480276] DEBUG: service.fit: Getting count of all fits for: 634
[2020-04-21 06:40:51.488254] DEBUG: service.fit: Getting count of all fits for: 29344
[2020-04-21 06:40:51.497231] DEBUG: service.fit: Getting count of all fits for: 627
[2020-04-21 06:40:51.505209] DEBUG: service.fit: Getting count of all fits for: 626
[2020-04-21 06:40:51.514185] DEBUG: service.fit: Getting count of all fits for: 17843
[2020-04-21 06:40:51.522163] DEBUG: service.fit: Getting count of all fits for: 630
[2020-04-21 06:40:51.530142] DEBUG: service.fit: Getting count of all fits for: 629
[2020-04-21 06:40:51.539118] DEBUG: service.fit: Getting count of all fits for: 631
[2020-04-21 06:40:51.547097] DEBUG: service.fit: Getting count of all fits for: 29336
[2020-04-21 06:40:51.555076] DEBUG: service.fit: Getting count of all fits for: 622
[2020-04-21 06:40:51.564051] DEBUG: service.fit: Getting count of all fits for: 17713
[2020-04-21 06:40:51.572030] DEBUG: service.fit: Getting count of all fits for: 33470
[2020-04-21 06:40:51.580516] DEBUG: service.fit: Getting count of all fits for: 17722
[2020-04-21 06:40:51.588494] DEBUG: service.fit: Getting count of all fits for: 17720
[2020-04-21 06:40:51.597471] DEBUG: service.fit: Getting count of all fits for: 17922
[2020-04-21 06:40:51.605449] DEBUG: service.fit: Getting count of all fits for: 17718
[2020-04-21 06:40:51.613428] DEBUG: service.fit: Getting count of all fits for: 17715
[2020-04-21 06:40:51.622404] DEBUG: service.fit: Getting count of all fits for: 33818
[2020-04-21 06:40:51.632377] DEBUG: service.fit: Getting count of all fits for: 49712
[2020-04-21 06:40:51.640356] DEBUG: service.fit: Getting count of all fits for: 47270
[2020-04-21 06:40:54.021368] DEBUG: service.fit: Fetching all fits for ship ID: 47270
[2020-04-21 06:41:17.388779] DEBUG: gui.shipBrowser: Populate ship category list.
[2020-04-21 06:41:20.211340] DEBUG: service.fit: Getting count of all fits for: 34317
[2020-04-21 06:41:20.221341] DEBUG: service.fit: Getting count of all fits for: 34828
[2020-04-21 06:41:20.234313] DEBUG: service.fit: Getting count of all fits for: 35683
[2020-04-21 06:41:20.244252] DEBUG: service.fit: Getting count of all fits for: 34562
[2020-04-21 06:41:21.921905] DEBUG: gui.shipBrowser: Populate ship category list.
[2020-04-21 06:41:29.536072] DEBUG: service.fit: Getting count of all fits for: 29986
[2020-04-21 06:41:29.546010] DEBUG: service.fit: Getting count of all fits for: 29984
[2020-04-21 06:41:29.556018] DEBUG: service.fit: Getting count of all fits for: 29988
[2020-04-21 06:41:29.564959] DEBUG: service.fit: Getting count of all fits for: 29990
[2020-04-21 06:41:30.950935] DEBUG: service.fit: Fetching all fits for ship ID: 29986
[2020-04-21 06:41:46.941284] DEBUG: gui.fitCommands.calc.module.changeCharges: Doing change of module charges according to map {13: 27419, 14: 27419, 15: 27419, 16: 27419, 17: 27419} on fit 4
[2020-04-21 06:41:46.943279] DEBUG: gui.fitCommands.calc.module.changeCharges: Setting charge Item(ID=27419, name=Caldari Navy Mjolnir Heavy Assault Missile) at 0x2ac8eb5b688 for Module(ID=25715, name=Heavy Assault Missile Launcher II) at 0x2ac8e5a97c8 on fit 4
[2020-04-21 06:41:46.944275] DEBUG: gui.fitCommands.calc.module.changeCharges: Setting charge Item(ID=27419, name=Caldari Navy Mjolnir Heavy Assault Missile) at 0x2ac8eb5b688 for Module(ID=25715, name=Heavy Assault Missile Launcher II) at 0x2ac8ea7ed88 on fit 4
[2020-04-21 06:41:46.944275] DEBUG: gui.fitCommands.calc.module.changeCharges: Setting charge Item(ID=27419, name=Caldari Navy Mjolnir Heavy Assault Missile) at 0x2ac8eb5b688 for Module(ID=25715, name=Heavy Assault Missile Launcher II) at 0x2ac8e996f08 on fit 4
[2020-04-21 06:41:46.945273] DEBUG: gui.fitCommands.calc.module.changeCharges: Setting charge Item(ID=27419, name=Caldari Navy Mjolnir Heavy Assault Missile) at 0x2ac8eb5b688 for Module(ID=25715, name=Heavy Assault Missile Launcher II) at 0x2ac8eba6fc8 on fit 4
[2020-04-21 06:41:46.945273] DEBUG: gui.fitCommands.calc.module.changeCharges: Setting charge Item(ID=27419, name=Caldari Navy Mjolnir Heavy Assault Missile) at 0x2ac8eb5b688 for Module(ID=25715, name=Heavy Assault Missile Launcher II) at 0x2ac8eba6748 on fit 4
[2020-04-21 06:41:46.945273] INFO: service.fit: ==========recalc: Legion==========
[2020-04-21 06:41:46.946271] INFO: eos.saveddata.fit: Starting fit calculation on: Fit(ID=4, ship=Legion, name=Legion) at 0x2ac8ed4d788, calc: LOCAL
[2020-04-21 06:41:46.946271] INFO: eos.saveddata.fit: Fit is not yet calculated; will be running local calcs for Fit(ID=4, ship=Legion, name=Legion) at 0x2ac8ed4d788
[2020-04-21 06:41:46.950769] DEBUG: eos.gamedata: Loading missileLaunching (Effect9)
[2020-04-21 06:41:46.950769] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect9'
[2020-04-21 06:41:47.014598] DEBUG: eos.saveddata.fit: Done with fit calculation
[2020-04-21 06:41:47.014598] INFO: service.fit: ==========recalc time: 0.06932497024536133==========
[2020-04-21 06:41:47.014598] DEBUG: service.fit: Check states for fit ID: Legion (Legion)
[2020-04-21 06:41:47.347708] DEBUG: eos.gamedata: Creating a price for 27419
[2020-04-21 06:43:43.153386] DEBUG: gui.shipBrowser: Populate ship category list.
[2020-04-21 06:43:47.364071] DEBUG: service.fit: Getting count of all fits for: 628
[2020-04-21 06:43:47.374047] DEBUG: service.fit: Getting count of all fits for: 625
[2020-04-21 06:43:47.383020] DEBUG: service.fit: Getting count of all fits for: 29337
[2020-04-21 06:43:47.391996] DEBUG: service.fit: Getting count of all fits for: 624
[2020-04-21 06:43:47.400972] DEBUG: service.fit: Getting count of all fits for: 2006
[2020-04-21 06:43:47.409948] DEBUG: service.fit: Getting count of all fits for: 17709
[2020-04-21 06:43:47.418924] DEBUG: service.fit: Getting count of all fits for: 632
[2020-04-21 06:43:47.427900] DEBUG: service.fit: Getting count of all fits for: 621
[2020-04-21 06:43:47.436876] DEBUG: service.fit: Getting count of all fits for: 17634
[2020-04-21 06:43:47.445852] DEBUG: service.fit: Getting count of all fits for: 623
[2020-04-21 06:43:47.453830] DEBUG: service.fit: Getting count of all fits for: 620
[2020-04-21 06:43:47.464802] DEBUG: service.fit: Getting count of all fits for: 29340
[2020-04-21 06:43:47.473778] DEBUG: service.fit: Getting count of all fits for: 633
[2020-04-21 06:43:47.481756] DEBUG: service.fit: Getting count of all fits for: 634
[2020-04-21 06:43:47.489734] DEBUG: service.fit: Getting count of all fits for: 29344
[2020-04-21 06:43:47.497714] DEBUG: service.fit: Getting count of all fits for: 627
[2020-04-21 06:43:47.506690] DEBUG: service.fit: Getting count of all fits for: 626
[2020-04-21 06:43:47.515666] DEBUG: service.fit: Getting count of all fits for: 17843
[2020-04-21 06:43:47.523644] DEBUG: service.fit: Getting count of all fits for: 630
[2020-04-21 06:43:47.531622] DEBUG: service.fit: Getting count of all fits for: 629
[2020-04-21 06:43:47.540599] DEBUG: service.fit: Getting count of all fits for: 631
[2020-04-21 06:43:47.548577] DEBUG: service.fit: Getting count of all fits for: 29336
[2020-04-21 06:43:47.557064] DEBUG: service.fit: Getting count of all fits for: 622
[2020-04-21 06:43:47.565042] DEBUG: service.fit: Getting count of all fits for: 17713
[2020-04-21 06:43:47.574019] DEBUG: service.fit: Getting count of all fits for: 33470
[2020-04-21 06:43:47.581997] DEBUG: service.fit: Getting count of all fits for: 17722
[2020-04-21 06:43:47.590975] DEBUG: service.fit: Getting count of all fits for: 17720
[2020-04-21 06:43:47.598952] DEBUG: service.fit: Getting count of all fits for: 17922
[2020-04-21 06:43:47.606930] DEBUG: service.fit: Getting count of all fits for: 17718
[2020-04-21 06:43:47.615907] DEBUG: service.fit: Getting count of all fits for: 17715
[2020-04-21 06:43:47.625879] DEBUG: service.fit: Getting count of all fits for: 33818
[2020-04-21 06:43:47.634856] DEBUG: service.fit: Getting count of all fits for: 49712
[2020-04-21 06:43:47.642835] DEBUG: service.fit: Getting count of all fits for: 47270
[2020-04-21 06:43:55.959989] DEBUG: service.fit: Fetching all fits for ship ID: 47270
[2020-04-21 06:43:58.710407] DEBUG: gui.builtinViews.fittingView: ------------------ new fitting view -------------------
[2020-04-21 06:43:58.710407] DEBUG: gui.builtinViews.fittingView: <gui.builtinViews.fittingView.FittingView object at 0x000002AC8EBCCD38>
[2020-04-21 06:43:58.758288] DEBUG: gui.builtinViews.fittingView: ====== Fit Selected: <gui.builtinViews.fittingView.FittingView object at 0x000002AC8EBCCD38>True
[2020-04-21 06:43:58.774243] DEBUG: service.fit: Switching fit to fit ID: 6
[2020-04-21 06:44:08.222782] DEBUG: service.fit: Switching fit to fit ID: 4
[2020-04-21 06:44:08.223779] DEBUG: service.fit: Switching fit to fit ID: 4
[2020-04-21 06:44:09.576929] DEBUG: service.fit: Switching fit to fit ID: 6
[2020-04-21 06:44:09.577926] DEBUG: service.fit: Switching fit to fit ID: 6
[2020-04-21 06:44:18.399074] DEBUG: gui.fitCommands.calc.module.changeCharges: Doing change of module charges according to map {11: 47929} on fit 6
[2020-04-21 06:44:18.399074] DEBUG: gui.fitCommands.calc.module.changeCharges: Setting charge Item(ID=47929, name=Meson Exotic Plasma M) at 0x2ac8e74fd08 for Module(ID=47273, name=Heavy Entropic Disintegrator I) at 0x2ac8c1ad308 on fit 6
[2020-04-21 06:44:18.399074] INFO: service.fit: ==========recalc: Vedmak==========
[2020-04-21 06:44:18.400070] INFO: eos.saveddata.fit: Starting fit calculation on: Fit(ID=6, ship=Vedmak, name=Vedmak) at 0x2ac8e8759c8, calc: LOCAL
[2020-04-21 06:44:18.400070] INFO: eos.saveddata.fit: Fit is not yet calculated; will be running local calcs for Fit(ID=6, ship=Vedmak, name=Vedmak) at 0x2ac8e8759c8
[2020-04-21 06:44:18.456917] DEBUG: eos.saveddata.fit: Done with fit calculation
[2020-04-21 06:44:18.456917] INFO: service.fit: ==========recalc time: 0.05784296989440918==========
[2020-04-21 06:44:18.456917] DEBUG: service.fit: Check states for fit ID: Vedmak (Vedmak)
[2020-04-21 06:45:52.026127] WARNING: graphs.gui.canvasPanel: Failed to plot "Legion (Legion)" vs "Vedmak (Vedmak)"
[2020-04-21 08:53:15.727131] INFO: __main__: Starting Pyfa
[2020-04-21 08:53:15.727131] INFO: __main__:
[2020-04-21 08:53:15.727131] INFO: __main__: Writing log file to: C:\Users\JackDodgers\.pyfa\pyfa.log
[2020-04-21 08:53:15.727131] INFO: __main__: Running in a frozen state.
[2020-04-21 08:53:15.800937] INFO: eos.db: Initializing database
[2020-04-21 08:53:15.800937] INFO: eos.db: Gamedata connection: sqlite:///C:\Program Files\pyfa\eve.db?check_same_thread=False
[2020-04-21 08:53:15.801936] INFO: eos.db: Saveddata connection: sqlite:///C:\Users\JackDodgers\.pyfa\saveddata.db?check_same_thread=False
[2020-04-21 08:53:15.801936] DEBUG: eos.db: Initializing gamedata
[2020-04-21 08:53:15.807916] DEBUG: eos.db: Getting gamedata version
[2020-04-21 08:53:15.811908] DEBUG: eos.db: Initializing saveddata
[2020-04-21 08:53:15.811908] DEBUG: eos.db: Importing gamedata DB scheme
[2020-04-21 08:53:15.895679] DEBUG: eos.db: Importing saveddata DB scheme
[2020-04-21 08:53:15.975466] DEBUG: eos.db: Importing gamedata queries
[2020-04-21 08:53:15.975466] DEBUG: eos.db: Importing saveddata queries
[2020-04-21 08:53:15.976462] DEBUG: service.prefetch: Run database migration.
[2020-04-21 08:53:15.984441] DEBUG: service.prefetch: Starting database validation.
[2020-04-21 08:53:15.984441] DEBUG: eos.db.saveddata.databaseRepair: Running database cleanup for character skills.
[2020-04-21 08:53:15.986436] DEBUG: eos.db.saveddata.databaseRepair: Running database cleanup for orphaned characters attached to fits.
[2020-04-21 08:53:15.987434] DEBUG: eos.db.saveddata.databaseRepair: Running database cleanup for orphaned damage patterns attached to fits.
[2020-04-21 08:53:15.990388] ERROR: eos.db.saveddata.databaseRepair: Missing uniform damage pattern.
[2020-04-21 08:53:15.993421] DEBUG: eos.db.saveddata.databaseRepair: Running database cleanup for missing damage pattern names.
[2020-04-21 08:53:15.994415] DEBUG: eos.db.saveddata.databaseRepair: Running database cleanup for missing target resist names.
[2020-04-21 08:53:15.996409] DEBUG: eos.db.saveddata.databaseRepair: Running database cleanup for orphaned drones items.
[2020-04-21 08:53:15.997407] DEBUG: eos.db.saveddata.databaseRepair: Running database cleanup for orphaned cargo items.
[2020-04-21 08:53:15.999402] DEBUG: eos.db.saveddata.databaseRepair: Running database cleanup for orphaned fighters items.
[2020-04-21 08:53:16.001399] DEBUG: eos.db.saveddata.databaseRepair: Running database cleanup for orphaned modules items.
[2020-04-21 08:53:16.003364] DEBUG: eos.db.saveddata.databaseRepair: Running database cleanup for null damagePatterns values. (em)
[2020-04-21 08:53:16.005384] DEBUG: eos.db.saveddata.databaseRepair: Running database cleanup for null damagePatterns values. (thermal)
[2020-04-21 08:53:16.007343] DEBUG: eos.db.saveddata.databaseRepair: Running database cleanup for null damagePatterns values. (kinetic)
[2020-04-21 08:53:16.008377] DEBUG: eos.db.saveddata.databaseRepair: Running database cleanup for null damagePatterns values. (explosive)
[2020-04-21 08:53:16.010371] DEBUG: eos.db.saveddata.databaseRepair: Running database cleanup for null targetResists values. (em)
[2020-04-21 08:53:16.012365] DEBUG: eos.db.saveddata.databaseRepair: Running database cleanup for null targetResists values. (thermal)
[2020-04-21 08:53:16.013362] DEBUG: eos.db.saveddata.databaseRepair: Running database cleanup for null targetResists values. (kinetic)
[2020-04-21 08:53:16.015361] DEBUG: eos.db.saveddata.databaseRepair: Running database cleanup for null targetResists values. (explosive)
[2020-04-21 08:53:16.016354] DEBUG: eos.db.saveddata.databaseRepair: Running database cleanup for duplicated selected ammo profiles.
[2020-04-21 08:53:16.018349] DEBUG: service.prefetch: Completed database validation.
[2020-04-21 08:53:17.980550] INFO: gui.bitmap_loader: Using local image files.
[2020-04-21 08:53:18.016457] DEBUG: gui.contextMenu: registering context menu class OpenFitInNewTab
[2020-04-21 08:53:18.016457] DEBUG: gui.contextMenu: registering context menu class AddBrowsedFits
[2020-04-21 08:53:18.020430] DEBUG: gui.contextMenu: registering context menu class AddCurrentlyOpenFit
[2020-04-21 08:53:18.020430] DEBUG: gui.contextMenu: registering context menu class AddEnvironmentEffect
[2020-04-21 08:53:18.250791] DEBUG: service.market: Initialize ShipBrowserWorkerThread.
[2020-04-21 08:53:18.500282] DEBUG: service.fit: Initialize Fit class
[2020-04-21 08:53:18.568198] DEBUG: service.fit: Getting fits with modules
[2020-04-21 08:53:18.574144] DEBUG: gui.contextMenu: registering context menu class AddCommandFit
[2020-04-21 08:53:18.576138] DEBUG: gui.contextMenu: registering context menu class TargetProfileAdder
[2020-04-21 08:53:18.577135] DEBUG: gui.contextMenu: registering context menu class ChangeShipTacticalMode
[2020-04-21 08:53:18.577135] DEBUG: gui.contextMenu: registering context menu class ChangeModuleAmmo
[2020-04-21 08:53:18.578132] DEBUG: gui.contextMenu: registering context menu class ChangeModuleSpool
[2020-04-21 08:53:18.578132] DEBUG: gui.contextMenu: registering context menu class BoosterSideEffects
[2020-04-21 08:53:18.579130] DEBUG: gui.contextMenu: registering context menu class FighterAbilities
[2020-04-21 08:53:18.580127] DEBUG: gui.contextMenu: registering context menu class TargetWrapperResists
[2020-04-21 08:53:18.582122] DEBUG: gui.contextMenu: registering context menu class TargetProfileEditorMenu
[2020-04-21 08:53:18.622049] DEBUG: gui.contextMenu: registering context menu class ItemStats
[2020-04-21 08:53:18.623046] DEBUG: gui.contextMenu: registering context menu class JumpToMarketItem
[2020-04-21 08:53:18.624045] DEBUG: gui.contextMenu: registering context menu class FitSystemSecurityMenu
[2020-04-21 08:53:18.624045] DEBUG: gui.contextMenu: registering context menu class JumpToShip
[2020-04-21 08:53:18.625041] DEBUG: gui.contextMenu: registering context menu class RemoveItem
[2020-04-21 08:53:18.625041] DEBUG: gui.contextMenu: registering context menu class ChangeItemAmount
[2020-04-21 08:53:18.626073] DEBUG: gui.contextMenu: registering context menu class ChangeItemProjectionRange
[2020-04-21 08:53:18.627076] DEBUG: gui.contextMenu: registering context menu class DroneSplitStack
[2020-04-21 08:53:18.628068] DEBUG: gui.contextMenu: registering context menu class ChangeItemToVariation
[2020-04-21 08:53:18.628068] DEBUG: gui.contextMenu: registering context menu class ChangeModuleMutation
[2020-04-21 08:53:18.629066] DEBUG: gui.contextMenu: registering context menu class FillWithModule
[2020-04-21 08:53:18.701871] DEBUG: gui.contextMenu: registering context menu class ExportMutatedModule
[2020-04-21 08:53:18.702865] DEBUG: gui.contextMenu: registering context menu class ChangeAffectingSkills
[2020-04-21 08:53:18.702865] DEBUG: gui.contextMenu: registering context menu class FillWithItem
[2020-04-21 08:53:18.703865] DEBUG: gui.contextMenu: registering context menu class DroneAddStack
[2020-04-21 08:53:18.703865] DEBUG: gui.contextMenu: registering context menu class AddToCargo
[2020-04-21 08:53:18.704862] DEBUG: gui.contextMenu: registering context menu class AddToCargoAmmo
[2020-04-21 08:53:18.704862] DEBUG: gui.contextMenu: registering context menu class ProjectItem
[2020-04-21 08:53:18.705865] DEBUG: gui.contextMenu: registering context menu class AmmoToDmgPattern
[2020-04-21 08:53:18.706857] DEBUG: gui.contextMenu: registering context menu class ImplantSetApply
[2020-04-21 08:53:18.707857] DEBUG: gui.contextMenu: registering context menu class ImplantSetSave
[2020-04-21 08:53:18.707857] DEBUG: gui.contextMenu: registering context menu class DronesPrice
[2020-04-21 08:53:18.708852] DEBUG: gui.contextMenu: registering context menu class CargoPrice
[2020-04-21 08:53:18.708852] DEBUG: gui.contextMenu: registering context menu class ImplantBoosterPrice
[2020-04-21 08:53:18.708852] DEBUG: gui.contextMenu: registering context menu class ChangeDamagePattern
[2020-04-21 08:53:18.709849] DEBUG: gui.contextMenu: registering context menu class FactorReload
[2020-04-21 08:53:18.709849] DEBUG: gui.contextMenu: registering context menu class TargetProfileSwitcher
[2020-04-21 08:53:18.710846] DEBUG: gui.contextMenu: registering context menu class GraphDmgApplyProjectedMenu
[2020-04-21 08:53:18.710846] DEBUG: gui.contextMenu: registering context menu class GraphDmgIgnoreResistsMenu
[2020-04-21 08:53:18.711844] DEBUG: gui.contextMenu: registering context menu class GraphIgnoreLockRangeMenu
[2020-04-21 08:53:18.711844] DEBUG: gui.contextMenu: registering context menu class GraphIgnoreDcrMenu
[2020-04-21 08:53:18.712841] DEBUG: gui.contextMenu: registering context menu class GraphDmgDroneModeMenu
[2020-04-21 08:53:18.713838] DEBUG: gui.contextMenu: registering context menu class AdditionsExportAll
[2020-04-21 08:53:18.713838] DEBUG: gui.contextMenu: registering context menu class AdditionsExportAll
[2020-04-21 08:53:18.714802] DEBUG: gui.contextMenu: registering context menu class AdditionsImport
[2020-04-21 08:53:18.799577] DEBUG: gui.statsPane: Setting full view for: resources
[2020-04-21 08:53:18.799577] DEBUG: gui.statsPane: Setting full view for: resistances
[2020-04-21 08:53:18.799577] DEBUG: gui.statsPane: Setting full view for: recharge
[2020-04-21 08:53:18.799577] DEBUG: gui.statsPane: Setting full view for: firepower
[2020-04-21 08:53:18.799577] DEBUG: gui.statsPane: Setting full view for: outgoing
[2020-04-21 08:53:18.800576] DEBUG: gui.statsPane: Setting full view for: capacitor
[2020-04-21 08:53:18.800576] DEBUG: gui.statsPane: Setting minimal view for: targetingMisc
[2020-04-21 08:53:18.800576] DEBUG: gui.statsPane: Setting full view for: price
[2020-04-21 08:53:18.895319] DEBUG: gui.mainFrame: Done loading mainframe imports
[2020-04-21 08:53:18.936360] DEBUG: gui.mainFrame: Initialize MainFrame
[2020-04-21 08:53:19.396129] DEBUG: gui.marketBrowser: Initialize marketBrowser
[2020-04-21 08:53:19.407068] DEBUG: gui.builtinMarketBrowser.marketTree: Initialize marketTree
[2020-04-21 08:53:19.459924] DEBUG: gui.builtinMarketBrowser.itemView: Initialize ItemView
[2020-04-21 08:53:19.525747] DEBUG: gui.shipBrowser: Populate ship category list.
[2020-04-21 08:53:19.848884] DEBUG: service.fit: Changing character (1) for fit ID: None
[2020-04-21 08:53:19.876810] DEBUG: gui.statsPane: Load view: resourcesViewFull
[2020-04-21 08:53:20.020424] DEBUG: gui.statsPane: Load view: resistancesViewFull
[2020-04-21 08:53:20.106196] DEBUG: gui.statsPane: Load view: rechargeViewFull
[2020-04-21 08:53:20.166067] DEBUG: gui.statsPane: Load view: firepowerViewFull
[2020-04-21 08:53:20.204965] DEBUG: gui.statsPane: Load view: outgoingViewFull
[2020-04-21 08:53:20.230862] DEBUG: gui.statsPane: Load view: capacitorViewFull
[2020-04-21 08:53:20.260782] DEBUG: gui.statsPane: Load view: targetingMiscViewMinimal
[2020-04-21 08:53:20.311646] DEBUG: gui.statsPane: Load view: priceViewFull
[2020-04-21 08:53:20.400445] DEBUG: gui.mainMenuBar: Initialize MainMenuBar
[2020-04-21 08:53:20.942957] DEBUG: service.update: Starting Check Update Thread.
[2020-04-21 08:53:27.623513] DEBUG: service.esi: Starting server
[2020-04-21 08:53:36.040281] DEBUG: service.esi: Stopping Server
[2020-04-21 08:53:36.041279] WARNING: service.server: Setting pyfa server to stop.
[2020-04-21 08:54:11.118510] DEBUG: service.fit: Changing character (1) for fit ID: None
[2020-04-21 08:54:17.549076] ERROR: gui.patternEditor: You must supply a name for your Damage Profile!
[2020-04-21 08:54:43.297232] DEBUG: service.fit: Changing character (1) for fit ID: None
[2020-04-21 09:01:13.494739] DEBUG: service.fit: Searching for fit: nig
[2020-04-21 09:01:13.499726] DEBUG: service.fit: Fetching all fits for ship ID: 17736
[2020-04-21 09:01:13.514714] DEBUG: service.fit: Fetching all fits for ship ID: 22470
[2020-04-21 09:01:13.630048] DEBUG: service.fit: Searching for fit: nigh
[2020-04-21 09:01:13.632043] DEBUG: service.fit: Fetching all fits for ship ID: 17736
[2020-04-21 09:01:13.637071] DEBUG: service.fit: Fetching all fits for ship ID: 22470
[2020-04-21 09:01:13.908066] DEBUG: service.fit: Searching for fit: nighm
[2020-04-21 09:01:14.621355] DEBUG: service.fit: Searching for fit: nighma
[2020-04-21 09:01:14.812347] DEBUG: service.fit: Searching for fit: nighmar
[2020-04-21 09:01:14.925108] DEBUG: service.fit: Searching for fit: nighmare
[2020-04-21 09:01:18.668556] DEBUG: service.fit: Searching for fit: nighmar
[2020-04-21 09:01:18.892236] DEBUG: service.fit: Searching for fit: nighma
[2020-04-21 09:01:19.092677] DEBUG: service.fit: Searching for fit: nighm
[2020-04-21 09:01:19.293256] DEBUG: service.fit: Searching for fit: nigh
[2020-04-21 09:01:19.295249] DEBUG: service.fit: Fetching all fits for ship ID: 17736
[2020-04-21 09:01:19.301199] DEBUG: service.fit: Fetching all fits for ship ID: 22470
[2020-04-21 09:01:19.507758] DEBUG: service.fit: Searching for fit: nig
[2020-04-21 09:01:19.509756] DEBUG: service.fit: Fetching all fits for ship ID: 17736
[2020-04-21 09:01:19.515730] DEBUG: service.fit: Fetching all fits for ship ID: 22470
[2020-04-21 09:01:31.861413] DEBUG: service.fit: Creating new fit for ID: 17736
[2020-04-21 09:01:31.882356] INFO: service.fit: ==========recalc: Nightmare fit==========
[2020-04-21 09:01:31.883353] INFO: eos.saveddata.fit: Starting fit calculation on: Fit(ID=7, ship=Nightmare, name=Nightmare fit) at 0x1c4b1333148, calc: LOCAL
[2020-04-21 09:01:31.893361] INFO: eos.saveddata.fit: Fit is not yet calculated; will be running local calcs for Fit(ID=7, ship=Nightmare, name=Nightmare fit) at 0x1c4b1333148
[2020-04-21 09:01:31.898348] DEBUG: eos.gamedata: Loading skillEffect (Effect132)
[2020-04-21 09:01:31.898348] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect132'
[2020-04-21 09:01:31.901308] DEBUG: eos.gamedata: Loading oreIndustrialSkillLevelPostMulShipBonusOreIndustrial1Ship (Effect4665)
[2020-04-21 09:01:31.901308] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect4665'
[2020-04-21 09:01:31.902338] DEBUG: eos.gamedata: Loading oreIndustrialSkillLevelPostMulShipBonusOreIndustrial2Ship (Effect4666)
[2020-04-21 09:01:31.902338] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect4666'
[2020-04-21 09:01:31.903337] DEBUG: eos.gamedata: Loading gunnerySkillBoostTurretSpeeBonus (Effect413)
[2020-04-21 09:01:31.903337] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect413'
[2020-04-21 09:01:31.903337] DEBUG: eos.gamedata: Loading gunneryTurretSpeeBonusPostPercentSpeedLocationShipModulesRequiringGunnery (Effect414)
[2020-04-21 09:01:31.904297] DEBUG: eos.gamedata: Loading skillBoostDamageMultiplierBonus (Effect152)
[2020-04-21 09:01:31.904297] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect152'
[2020-04-21 09:01:31.904297] DEBUG: eos.gamedata: Loading smallHybridTurretDamageMultiplierBonusPostPercentDamageMultiplierLocationShipModulesRequiringSmallHybridTurret (Effect173)
[2020-04-21 09:01:31.905294] DEBUG: eos.gamedata: Loading smallProjectileTurretDamageMultiplierBonusPostPercentDamageMultiplierLocationShipModulesRequiringSmallProjectileTurret (Effect174)
[2020-04-21 09:01:31.905294] DEBUG: eos.gamedata: Loading smallEnergyTurretDamageMultiplierBonusPostPercentDamageMultiplierLocationShipModulesRequiringSmallEnergyTurret (Effect172)
[2020-04-21 09:01:31.906291] DEBUG: eos.gamedata: Loading mediumHybridTurretDamageMultiplierBonusPostPercentDamageMultiplierLocationShipModulesRequiringMediumHybridTurret (Effect160)
[2020-04-21 09:01:31.907288] DEBUG: eos.gamedata: Loading mediumProjectileTurretDamageMultiplierBonusPostPercentDamageMultiplierLocationShipModulesRequiringMediumProjectileTurret (Effect161)
[2020-04-21 09:01:31.908286] DEBUG: eos.gamedata: Loading mediumEnergyTurretDamageMultiplierBonusPostPercentDamageMultiplierLocationShipModulesRequiringMediumEnergyTurret (Effect159)
[2020-04-21 09:01:31.908286] DEBUG: eos.gamedata: Loading largeHybridTurretDamageMultiplierBonusPostPercentDamageMultiplierLocationShipModulesRequiringLargeHybridTurret (Effect157)
[2020-04-21 09:01:31.909283] DEBUG: eos.gamedata: Loading largeProjectileTurretDamageMultiplierBonusPostPercentDamageMultiplierLocationShipModulesRequiringLargeProjectileTurret (Effect408)
[2020-04-21 09:01:31.910280] DEBUG: eos.gamedata: Loading largeEnergyTurretDamageMultiplierBonusPostPercentDamageMultiplierLocationShipModulesRequiringLargeEnergyTurret (Effect162)
[2020-04-21 09:01:31.910280] DEBUG: eos.gamedata: Loading rapidFiringSkillBoostRofBonus (Effect163)
[2020-04-21 09:01:31.911278] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect163'
[2020-04-21 09:01:31.911278] DEBUG: eos.gamedata: Loading rapidFiringRofBonusPostPercentSpeedLocationShipModulesRequiringGunnery (Effect582)
[2020-04-21 09:01:31.911278] DEBUG: eos.gamedata: Loading sharpshooterSkillBoostRangeSkillBonus (Effect167)
[2020-04-21 09:01:31.912275] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect167'
[2020-04-21 09:01:31.912275] DEBUG: eos.gamedata: Loading sharpshooterRangeSkillBonusPostPercentMaxRangeLocationShipModulesRequiringGunnery (Effect290)
[2020-04-21 09:01:31.913308] DEBUG: eos.gamedata: Loading skillBoostTrackingSpeedBonus (Effect2846)
[2020-04-21 09:01:31.913308] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect2846'
[2020-04-21 09:01:31.913308] DEBUG: eos.gamedata: Loading trackingSpeedBonusPassiveRequiringGunneryTrackingSpeedBonus (Effect2847)
[2020-04-21 09:01:31.914299] DEBUG: eos.gamedata: Loading surgicalStrikeDamageMultiplierBonusPostPercentDamageMultiplierLocationShipGroupEnergyWeapon (Effect587)
[2020-04-21 09:01:31.914299] DEBUG: eos.gamedata: Loading surgicalStrikeDamageMultiplierBonusPostPercentDamageMultiplierLocationShipGroupProjectileWeapon (Effect588)
[2020-04-21 09:01:31.914299] DEBUG: eos.gamedata: Loading surgicalStrikeDamageMultiplierBonusPostPercentDamageMultiplierLocationShipGroupHybridWeapon (Effect589)
[2020-04-21 09:01:31.915302] DEBUG: eos.gamedata: Loading surgicalStrikeDamageMultiplierBonusPostPercentDamageMultiplierLocationShipGroupPrecursorTurret (Effect7097)
[2020-04-21 09:01:31.915302] DEBUG: eos.gamedata: Loading accerationControlSkillBoostCapNeedBonus (Effect225)
[2020-04-21 09:01:31.915302] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect225'
[2020-04-21 09:01:31.916302] DEBUG: eos.gamedata: Loading controlledBurstsCapNeedBonusPostPercentCapacitorNeedLocationShipModulesRequiringGunnery (Effect287)
[2020-04-21 09:01:31.916302] DEBUG: eos.gamedata: Loading skillBoostFalloffBonus (Effect297)
[2020-04-21 09:01:31.916302] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect297'
[2020-04-21 09:01:31.917297] DEBUG: eos.gamedata: Loading surgicalStrikeFalloffBonusPostPercentFalloffLocationShipModulesRequiringGunnery (Effect298)
[2020-04-21 09:01:31.917297] DEBUG: eos.gamedata: Loading sensorUpgradesSkillBoostCpuNeedBonus (Effect211)
[2020-04-21 09:01:31.918294] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect211'
[2020-04-21 09:01:31.918294] DEBUG: eos.gamedata: Loading weaponUpgradesCpuNeedBonusPostPercentCpuLocationShipModulesRequiringGunnery (Effect581)
[2020-04-21 09:01:31.918294] DEBUG: eos.gamedata: Loading weaponUpgradesSkillBoostCpu (Effect672)
[2020-04-21 09:01:31.918294] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect672'
[2020-04-21 09:01:31.918294] DEBUG: eos.gamedata: Loading weaponUpgradesCpuNeedBonusPostPercentCpuLocationShipModulesRequiringEnergyPulseWeapons (Effect675)
[2020-04-21 09:01:31.918294] DEBUG: eos.gamedata: Loading weaponUpgradesCpuNeedBonusPostPercentCpuLocationShipModulesRequiringMissileLauncherOperation (Effect677)
[2020-04-21 09:01:31.918294] DEBUG: eos.gamedata: Loading weaponUpgradesCpuNeedBonusPostPercentCpuLocationShipModulesRequiringBombLauncher (Effect3519)
[2020-04-21 09:01:31.919291] DEBUG: eos.gamedata: Loading missileSkillRapidLauncherRoF (Effect1763)
[2020-04-21 09:01:31.920291] DEBUG: eos.gamedata: Loading missileEMDmgBonus (Effect660)
[2020-04-21 09:01:31.920291] DEBUG: eos.gamedata: Loading missileExplosiveDmgBonus (Effect661)
[2020-04-21 09:01:31.920291] DEBUG: eos.gamedata: Loading missileThermalDmgBonus (Effect662)
[2020-04-21 09:01:31.921254] DEBUG: eos.gamedata: Loading missileKineticDmgBonus2 (Effect668)
[2020-04-21 09:01:31.923252] DEBUG: eos.gamedata: Loading skillMultiplierMissileVelocityBonus (Effect6843)
[2020-04-21 09:01:31.924247] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect6843'
[2020-04-21 09:01:31.924247] DEBUG: eos.gamedata: Loading skillMultiplierDefenderMissileVelocity (Effect6844)
[2020-04-21 09:01:31.927239] DEBUG: eos.gamedata: Loading evasiveManuveringSkillBoostAgilityBonus (Effect232)
[2020-04-21 09:01:31.927239] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect232'
[2020-04-21 09:01:31.927239] DEBUG: eos.gamedata: Loading evasiveManeuveringAgilityBonusPostPercentAgilityShip (Effect395)
[2020-04-21 09:01:31.928233] DEBUG: eos.gamedata: Loading gallenteFrigateSkillLevelPreMulShipBonusGFShip (Effect468)
[2020-04-21 09:01:31.928233] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect468'
[2020-04-21 09:01:31.929231] DEBUG: eos.gamedata: Loading gallenteFrigateSkillLevelPreMulShipBonusGF2Ship (Effect751)
[2020-04-21 09:01:31.929231] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect751'
[2020-04-21 09:01:31.929231] DEBUG: eos.gamedata: Loading gallenteFrigateSkillLevelPreMulShipBonus3GFShip (Effect4600)
[2020-04-21 09:01:31.929231] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect4600'
[2020-04-21 09:01:31.930229] DEBUG: eos.gamedata: Loading minmatarFrigateSkillLevelPreMulShipBonusMFShip (Effect453)
[2020-04-21 09:01:31.930229] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect453'
[2020-04-21 09:01:31.930229] DEBUG: eos.gamedata: Loading minmatarFrigateSkillLevelPreMulShipBonusMF2Ship (Effect762)
[2020-04-21 09:01:31.930229] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect762'
[2020-04-21 09:01:31.930229] DEBUG: eos.gamedata: Loading minmatarFrigateSkillLevelPreMulShipBonus3MFShip (Effect4601)
[2020-04-21 09:01:31.931225] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect4601'
[2020-04-21 09:01:31.931225] DEBUG: eos.gamedata: Loading caldariFrigateSkillLevelPreMulShipBonusCFShip (Effect460)
[2020-04-21 09:01:31.932222] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect460'
[2020-04-21 09:01:31.932222] DEBUG: eos.gamedata: Loading caldariFrigateSkillLevelPreMulShipBonusCF2Ship (Effect761)
[2020-04-21 09:01:31.932222] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect761'
[2020-04-21 09:01:31.932222] DEBUG: eos.gamedata: Loading caldariFrigateSkillLevelPreMulShipBonus3CFShip (Effect4599)
[2020-04-21 09:01:31.932222] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect4599'
[2020-04-21 09:01:31.933220] DEBUG: eos.gamedata: Loading amarrFrigateSkillLevelPreMulShipBonusAFShip (Effect476)
[2020-04-21 09:01:31.933220] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect476'
[2020-04-21 09:01:31.933220] DEBUG: eos.gamedata: Loading amarrFrigateSkillLevelPreMulShipBonus2AFShip (Effect510)
[2020-04-21 09:01:31.933220] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect510'
[2020-04-21 09:01:31.933220] DEBUG: eos.gamedata: Loading amarrFrigateSkillLevelPreMulShipBonus3AFShip (Effect4598)
[2020-04-21 09:01:31.934252] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect4598'
[2020-04-21 09:01:31.935215] DEBUG: eos.gamedata: Loading gallenteCruiserSkillLevelPreMulShipBonusGCShip (Effect517)
[2020-04-21 09:01:31.935215] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect517'
[2020-04-21 09:01:31.935215] DEBUG: eos.gamedata: Loading gallenteCruiserSkillLevelPreMulShipBonusGC2Ship (Effect928)
[2020-04-21 09:01:31.935215] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect928'
[2020-04-21 09:01:31.935215] DEBUG: eos.gamedata: Loading gallenteCruiserSkillLevelPreMulShipBonusGC3Ship (Effect6044)
[2020-04-21 09:01:31.936246] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect6044'
[2020-04-21 09:01:31.936246] DEBUG: eos.gamedata: Loading minmatarCruiserSkillLevelPreMulShipBonusMCShip (Effect524)
[2020-04-21 09:01:31.937243] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect524'
[2020-04-21 09:01:31.937243] DEBUG: eos.gamedata: Loading minmatarCruiserSkillLevelPreMulShipBonusMC2Ship (Effect929)
[2020-04-21 09:01:31.937243] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect929'
[2020-04-21 09:01:31.938208] DEBUG: eos.gamedata: Loading caldariCruiserSkillLevelPreMulShipBonusCCShip (Effect520)
[2020-04-21 09:01:31.938208] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect520'
[2020-04-21 09:01:31.938208] DEBUG: eos.gamedata: Loading caldariCruiserSkillLevelPreMulShipBonusCC2Ship (Effect927)
[2020-04-21 09:01:31.938208] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect927'
[2020-04-21 09:01:31.939238] DEBUG: eos.gamedata: Loading caldariCruiserSkillLevelPreMulShipBonusCC3Ship (Effect4357)
[2020-04-21 09:01:31.939238] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect4357'
[2020-04-21 09:01:31.940202] DEBUG: eos.gamedata: Loading amarrCruiserSkillLevelPreMulShipBonusACShip (Effect500)
[2020-04-21 09:01:31.940202] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect500'
[2020-04-21 09:01:31.940202] DEBUG: eos.gamedata: Loading amarrCruiserSkillLevelPreMulShipBonusAC2Ship (Effect926)
[2020-04-21 09:01:31.940202] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect926'
[2020-04-21 09:01:31.940202] DEBUG: eos.gamedata: Loading amarrCruiserSkillLevelPreMulShipBonusAC3Ship (Effect6293)
[2020-04-21 09:01:31.941233] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect6293'
[2020-04-21 09:01:31.941233] DEBUG: eos.gamedata: Loading gallenteBattleshipSkillLevelPreMulShipBonusGBShip (Effect611)
[2020-04-21 09:01:31.941233] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect611'
[2020-04-21 09:01:31.942230] DEBUG: eos.gamedata: Loading gallenteBattleshipSkillLevelPreMulShipBonusGB2Ship (Effect682)
[2020-04-21 09:01:31.942230] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect682'
[2020-04-21 09:01:31.942230] DEBUG: eos.gamedata: Loading minmatarBattleshipSkillLevelPreMulShipBonusMBShip (Effect548)
[2020-04-21 09:01:31.943226] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect548'
[2020-04-21 09:01:31.943226] DEBUG: eos.gamedata: Loading minmatarBattleshipSkillLevelPreMulShipBonusMB2Ship (Effect605)
[2020-04-21 09:01:31.943226] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect605'
[2020-04-21 09:01:31.944225] DEBUG: eos.gamedata: Loading caldariBattleshipSkillLevelPreMulShipBonusCBShip (Effect541)
[2020-04-21 09:01:31.944225] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect541'
[2020-04-21 09:01:31.944225] DEBUG: eos.gamedata: Loading caldariBattleshipSkillLevelPreMulShipBonus2CBShip (Effect556)
[2020-04-21 09:01:31.944225] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect556'
[2020-04-21 09:01:31.944225] DEBUG: eos.gamedata: Loading caldariBattleshipSkillLevelPreMulShipBonusCB3Ship (Effect797)
[2020-04-21 09:01:31.944225] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect797'
[2020-04-21 09:01:31.945224] DEBUG: eos.gamedata: Loading amarrBattleshipSkillLevelPostMulShipBonusABShip (Effect538)
[2020-04-21 09:01:31.945224] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect538'
[2020-04-21 09:01:31.945224] DEBUG: eos.gamedata: Loading amarrBattleshipSkillLevelPreMulShipBonusAB2Ship (Effect734)
[2020-04-21 09:01:31.946220] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect734'
[2020-04-21 09:01:31.946220] DEBUG: eos.gamedata: Loading gallenteIndustrialSkillLevelPreMulShipBonusGIShip (Effect532)
[2020-04-21 09:01:31.946220] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect532'
[2020-04-21 09:01:31.947217] DEBUG: eos.gamedata: Loading gallenteIndustrialSkillLevelPreMulShipBonusGI2Ship (Effect1292)
[2020-04-21 09:01:31.947217] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect1292'
[2020-04-21 09:01:31.947217] DEBUG: eos.gamedata: Loading minmatarIndustrialSkillLevelPreMulShipBonusMIShip (Effect526)
[2020-04-21 09:01:31.948218] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect526'
[2020-04-21 09:01:31.948218] DEBUG: eos.gamedata: Loading minmatarIndustrialSkillLevelPreMulShipBonusMI2Ship (Effect1293)
[2020-04-21 09:01:31.948218] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect1293'
[2020-04-21 09:01:31.949211] DEBUG: eos.gamedata: Loading caldariIndustrialSkillLevelPreMulShipBonusCIShip (Effect530)
[2020-04-21 09:01:31.949211] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect530'
[2020-04-21 09:01:31.949211] DEBUG: eos.gamedata: Loading caldariIndustrialSkillLevelPreMulShipBonusCI2Ship (Effect1291)
[2020-04-21 09:01:31.949211] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect1291'
[2020-04-21 09:01:31.950209] DEBUG: eos.gamedata: Loading amarrIndustrialSkillLevelPreMulShipBonusAI2Ship (Effect583)
[2020-04-21 09:01:31.950209] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect583'
[2020-04-21 09:01:31.950209] DEBUG: eos.gamedata: Loading amarrIndustrialSkillLevelPreMulShipBonusAI22Ship (Effect1290)
[2020-04-21 09:01:31.950209] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect1290'
[2020-04-21 09:01:31.951204] DEBUG: eos.gamedata: Loading skillMultiplierShipBonusTitanGallente (Effect6632)
[2020-04-21 09:01:31.951204] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect6632'
[2020-04-21 09:01:31.952204] DEBUG: eos.gamedata: Loading skillMultiplierShipBonusTitanMinmatar (Effect6633)
[2020-04-21 09:01:31.952204] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect6633'
[2020-04-21 09:01:31.953202] DEBUG: eos.gamedata: Loading skillMultiplierShipBonusTitanCaldari (Effect6631)
[2020-04-21 09:01:31.953202] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect6631'
[2020-04-21 09:01:31.954200] DEBUG: eos.gamedata: Loading skillMultiplierShipBonusTitanAmarr (Effect6630)
[2020-04-21 09:01:31.954200] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect6630'
[2020-04-21 09:01:31.955177] DEBUG: eos.gamedata: Loading areaOfEffectSkillBonus (Effect6768)
[2020-04-21 09:01:31.955177] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect6768'
[2020-04-21 09:01:31.955177] DEBUG: eos.gamedata: Loading commandBurstAoEBonus (Effect6769)
[2020-04-21 09:01:31.956196] DEBUG: eos.gamedata: Loading propulsionJammingSkillBoostDurationBonus (Effect208)
[2020-04-21 09:01:31.956196] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect208'
[2020-04-21 09:01:31.956196] DEBUG: eos.gamedata: Loading skirmishCommandDurationBonus (Effect6773)
[2020-04-21 09:01:31.957190] DEBUG: eos.gamedata: Loading shieldCommandDurationBonus (Effect6771)
[2020-04-21 09:01:31.958192] DEBUG: eos.gamedata: Loading commandBurstStrengthSkillBonus (Effect6775)
[2020-04-21 09:01:31.958192] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect6775'
[2020-04-21 09:01:31.958192] DEBUG: eos.gamedata: Loading shieldCommandStrengthBonus (Effect6777)
[2020-04-21 09:01:31.959183] DEBUG: eos.gamedata: Loading informationCommandStrengthBonus (Effect6778)
[2020-04-21 09:01:31.959183] DEBUG: eos.gamedata: Loading reloadTimeSkillBonus (Effect6781)
[2020-04-21 09:01:31.960182] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect6781'
[2020-04-21 09:01:31.960182] DEBUG: eos.gamedata: Loading commandBurstReloadTimeBonus (Effect6782)
[2020-04-21 09:01:31.960182] DEBUG: eos.gamedata: Loading socialSkillBoostSocialMutator (Effect406)
[2020-04-21 09:01:31.961180] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect406'
[2020-04-21 09:01:31.961180] DEBUG: eos.gamedata: Loading negotiationSkillBoostNegotiationBonus (Effect403)
[2020-04-21 09:01:31.961180] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect403'
[2020-04-21 09:01:31.962142] DEBUG: eos.gamedata: Loading negotiationNegotiationBonusPostPercentNegotiationPercentageChar (Effect404)
[2020-04-21 09:01:31.962142] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect404'
[2020-04-21 09:01:31.962142] DEBUG: eos.gamedata: Loading diplomacySkillBoostDiplomacyMutator (Effect348)
[2020-04-21 09:01:31.963139] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect348'
[2020-04-21 09:01:31.963139] DEBUG: eos.gamedata: Loading diplomacyDiplomacyMutatorModAddDiplomacyBonusChar (Effect349)
[2020-04-21 09:01:31.963139] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect349'
[2020-04-21 09:01:31.964180] DEBUG: eos.gamedata: Loading fasttalkSkillBoostFastTalkMutator (Effect350)
[2020-04-21 09:01:31.964180] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect350'
[2020-04-21 09:01:31.964180] DEBUG: eos.gamedata: Loading fasttalkFastTalkMutatorPostPercentFastTalkPercentageChar (Effect352)
[2020-04-21 09:01:31.964180] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect352'
[2020-04-21 09:01:31.965207] DEBUG: eos.gamedata: Loading connectionsSkillBoostConnectionBonusMutator (Effect344)
[2020-04-21 09:01:31.965207] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect344'
[2020-04-21 09:01:31.965207] DEBUG: eos.gamedata: Loading connectionsConnectionBonusMutatorModAddConnectionsBonusChar (Effect399)
[2020-04-21 09:01:31.966206] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect399'
[2020-04-21 09:01:31.966206] DEBUG: eos.gamedata: Loading criminalConnectionsSkillBoostCriminalConnectionsMutator (Effect346)
[2020-04-21 09:01:31.966206] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect346'
[2020-04-21 09:01:31.967203] DEBUG: eos.gamedata: Loading criminalConnectionsCriminalConnectionsMutatorModAddCriminalConnectionsBonusChar (Effect402)
[2020-04-21 09:01:31.967203] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect402'
[2020-04-21 09:01:31.967203] DEBUG: eos.gamedata: Loading corporationMemberLimitBonus (Effect82)
[2020-04-21 09:01:31.968199] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect82'
[2020-04-21 09:01:31.968199] DEBUG: eos.gamedata: Loading corporationManagementSkillBoostCorporationMemberBonus (Effect239)
[2020-04-21 09:01:31.968199] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect239'
[2020-04-21 09:01:31.969193] DEBUG: eos.gamedata: Loading skillWarAllyCostModifier (Effect4984)
[2020-04-21 09:01:31.969193] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect4984'
[2020-04-21 09:01:31.969193] DEBUG: eos.gamedata: Loading relationsAllyCostSkillBoost (Effect4985)
[2020-04-21 09:01:31.969193] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect4985'
[2020-04-21 09:01:31.970203] DEBUG: eos.gamedata: Loading baseDefenderAllyCostCharAssignment (Effect5052)
[2020-04-21 09:01:31.970203] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect5052'
[2020-04-21 09:01:31.970203] DEBUG: eos.gamedata: Loading posStructureControlAmountBonus (Effect2918)
[2020-04-21 09:01:31.971200] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect2918'
[2020-04-21 09:01:31.971200] DEBUG: eos.gamedata: Loading industrySkillBoostManufacturingTimeBonus (Effect412)
[2020-04-21 09:01:31.971200] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect412'
[2020-04-21 09:01:31.972199] DEBUG: eos.gamedata: Loading industryManufacturingTimeBonusPostPercentManufactureTimeMultiplierChar (Effect425)
[2020-04-21 09:01:31.972199] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect425'
[2020-04-21 09:01:31.972199] DEBUG: eos.gamedata: Loading refineryEfficiencySkillBoostRefiningYieldMutator (Effect331)
[2020-04-21 09:01:31.973194] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect331'
[2020-04-21 09:01:31.973194] DEBUG: eos.gamedata: Loading refineryEfficiencyRefiningYieldMutatorPostPercentRefiningYieldPercentageChar (Effect435)
[2020-04-21 09:01:31.973194] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect435'
[2020-04-21 09:01:31.974158] DEBUG: eos.gamedata: Loading astrogeologySkillBoostMiningAmountBonus (Effect389)
[2020-04-21 09:01:31.974158] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect389'
[2020-04-21 09:01:31.974158] DEBUG: eos.gamedata: Loading astrogeologyMiningAmountBonusPostPercentMiningAmountLocationShipModulesRequiringMining (Effect391)
[2020-04-21 09:01:31.975191] DEBUG: eos.gamedata: Loading massProductionSkillLevelModAddManufactureSlotLimitChar (Effect568)
[2020-04-21 09:01:31.975191] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect568'
[2020-04-21 09:01:31.976200] DEBUG: eos.gamedata: Loading advancedIndustryManufacturingTimeBonusPostPercent (Effect5903)
[2020-04-21 09:01:31.976200] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect5903'
[2020-04-21 09:01:31.976200] DEBUG: eos.gamedata: Loading advancedIndustryCopyTimeBonusPostPercent (Effect5906)
[2020-04-21 09:01:31.976200] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect5906'
[2020-04-21 09:01:31.976200] DEBUG: eos.gamedata: Loading advancedIndustryInventionTimeBonusPostPercent (Effect5907)
[2020-04-21 09:01:31.977238] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect5907'
[2020-04-21 09:01:31.977238] DEBUG: eos.gamedata: Loading advancedIndustrySkillBoostAdvancedIndustrySkillIndustryJobTimeBonus (Effect5908)
[2020-04-21 09:01:31.977238] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect5908'
[2020-04-21 09:01:31.977238] DEBUG: eos.gamedata: Loading advancedIndustryManufactureTimeResearchTimeBonusPostPercent (Effect5909)
[2020-04-21 09:01:31.977238] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect5909'
[2020-04-21 09:01:31.977238] DEBUG: eos.gamedata: Loading advancedIndustryMaterialResearchTimeBonusPostPercent (Effect5910)
[2020-04-21 09:01:31.977238] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect5910'
[2020-04-21 09:01:31.979231] DEBUG: eos.gamedata: Loading hullUpgradesSkillBoostHullHpBonus (Effect251)
[2020-04-21 09:01:31.979231] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect251'
[2020-04-21 09:01:31.979231] DEBUG: eos.gamedata: Loading mechanicHullHpBonusPostPercentHpShip (Effect392)
[2020-04-21 09:01:31.980230] DEBUG: eos.gamedata: Loading electronicWarfareSkillBoostDurationBonus (Effect216)
[2020-04-21 09:01:31.980230] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect216'
[2020-04-21 09:01:31.980230] DEBUG: eos.gamedata: Loading repairSystemsDurationBonusPostPercentDurationLocationShipModulesRequiringRepairSystems (Effect272)
[2020-04-21 09:01:31.981225] DEBUG: eos.gamedata: Loading hullUpgradesSkillBoostArmorHpBonus (Effect270)
[2020-04-21 09:01:31.981225] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect270'
[2020-04-21 09:01:31.981225] DEBUG: eos.gamedata: Loading hullUpgradesArmorHpBonusPostPercentHpLocationShip (Effect271)
[2020-04-21 09:01:31.982227] DEBUG: eos.gamedata: Loading frigateConstructionSkillBoostFrigateConstructionTimeBonus (Effect340)
[2020-04-21 09:01:31.982227] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect340'
[2020-04-21 09:01:31.982227] DEBUG: eos.gamedata: Loading frigateConstructionFrigateConstructionTimeBonusPostPercentFrigateConstructionTimeChar (Effect341)
[2020-04-21 09:01:31.982227] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect341'
[2020-04-21 09:01:31.983220] DEBUG: eos.gamedata: Loading industrialConstructionSkillBoostIndustrialConstructionTimeBonus (Effect342)
[2020-04-21 09:01:31.983220] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect342'
[2020-04-21 09:01:31.984217] DEBUG: eos.gamedata: Loading industrialConstructionIndustrialConstructionTimeBonusPostPercentIndustrialConstructionTimeChar (Effect343)
[2020-04-21 09:01:31.984217] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect343'
[2020-04-21 09:01:31.984217] DEBUG: eos.gamedata: Loading cruiserConstructionSkillBoostCruiserConstructionTimeBonus (Effect338)
[2020-04-21 09:01:31.985222] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect338'
[2020-04-21 09:01:31.985222] DEBUG: eos.gamedata: Loading cruiserConstructionCruiserConstructionTimeBonusPostPercentCruiserConstructionTimeChar (Effect339)
[2020-04-21 09:01:31.985222] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect339'
[2020-04-21 09:01:31.986213] DEBUG: eos.gamedata: Loading battleshipConstructionSkillBoostBattleshipConstructionTimeBonus (Effect336)
[2020-04-21 09:01:31.986213] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect336'
[2020-04-21 09:01:31.986213] DEBUG: eos.gamedata: Loading battleshipConstructionBattleshipConstructionTimeBonusPostPercentBattleshipConstructionTimeChar (Effect337)
[2020-04-21 09:01:31.986213] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect337'
[2020-04-21 09:01:31.987209] DEBUG: eos.gamedata: Loading scienceSkillBoostCopySpeedBonus (Effect430)
[2020-04-21 09:01:31.987209] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect430'
[2020-04-21 09:01:31.987209] DEBUG: eos.gamedata: Loading scienceCopySpeedBonusPostPercentCopySpeedPercentChar (Effect431)
[2020-04-21 09:01:31.988208] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect431'
[2020-04-21 09:01:31.988208] DEBUG: eos.gamedata: Loading researchSkillBoostBlueprintmanufactureTimeBonus (Effect432)
[2020-04-21 09:01:31.988208] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect432'
[2020-04-21 09:01:31.989204] DEBUG: eos.gamedata: Loading researchBlueprintmanufactureTimeBonusPostPercentProductionTimeResearchSpeedChar (Effect433)
[2020-04-21 09:01:31.989204] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect433'
[2020-04-21 09:01:31.989204] DEBUG: eos.gamedata: Loading biologyTimeBonusFixed (Effect2866)
[2020-04-21 09:01:31.990204] DEBUG: eos.gamedata: Loading laboratoryOperationSkillLevelModAddMaxLaborotorySlotsChar (Effect566)
[2020-04-21 09:01:31.990204] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect566'
[2020-04-21 09:01:31.991198] DEBUG: eos.gamedata: Loading inventionSkillBoostInventionBonus (Effect498)
[2020-04-21 09:01:31.991198] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect498'
[2020-04-21 09:01:31.991198] DEBUG: eos.gamedata: Loading reverseEngineeringInventionBonusModAddReverseEngineeringChanceLocationChar (Effect571)
[2020-04-21 09:01:31.992197] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect571'
[2020-04-21 09:01:31.992197] DEBUG: eos.gamedata: Loading metallurgySkillBoostMineralNeedResearchBonus (Effect481)
[2020-04-21 09:01:31.992197] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect481'
[2020-04-21 09:01:31.993190] DEBUG: eos.gamedata: Loading metallurgyMineralNeedResearchBonusPostPercentMineralNeedResearchSpeedChar (Effect558)
[2020-04-21 09:01:31.993190] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect558'
[2020-04-21 09:01:31.995156] DEBUG: eos.gamedata: Loading systemScanDurationSkillAstrometrics (Effect1409)
[2020-04-21 09:01:31.995156] DEBUG: eos.gamedata: Loading scanStrengthBonusSkillLevelIncrease (Effect2656)
[2020-04-21 09:01:31.995156] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect2656'
[2020-04-21 09:01:31.995156] DEBUG: eos.gamedata: Loading maxScanDeviationSelfSkillModifier (Effect2820)
[2020-04-21 09:01:31.995156] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect2820'
[2020-04-21 09:01:31.996187] DEBUG: eos.gamedata: Loading baseMaxScanDeviationModifierRequiringAstrometrics (Effect4161)
[2020-04-21 09:01:31.996187] DEBUG: eos.gamedata: Loading baseSensorStrengthModifierRequiringAstrometrics (Effect4162)
[2020-04-21 09:01:31.996187] DEBUG: eos.gamedata: Loading engineeringSkillBoostPowerOutputBonus (Effect218)
[2020-04-21 09:01:31.997183] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect218'
[2020-04-21 09:01:31.997183] DEBUG: eos.gamedata: Loading engineeringPowerEngineeringOutputBonusPostPercentPowerOutputLocationShipGroupPowerCore (Effect490)
[2020-04-21 09:01:31.998182] DEBUG: eos.gamedata: Loading shieldoperationSkillBoostRechargeratebonus (Effect283)
[2020-04-21 09:01:31.998182] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect283'
[2020-04-21 09:01:31.998182] DEBUG: eos.gamedata: Loading shieldOperationRechargeratebonusPostPercentRechargeRateLocationShipGroupShield (Effect486)
[2020-04-21 09:01:31.999178] DEBUG: eos.gamedata: Loading energyManagementSkillBoostCapRechargeBonus (Effect220)
[2020-04-21 09:01:31.999178] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect220'
[2020-04-21 09:01:31.999178] DEBUG: eos.gamedata: Loading energysystemsoperationCapRechargeBonusPostPercentRechargeRateLocationShipGroupCapacitor (Effect485)
[2020-04-21 09:01:32.000175] DEBUG: eos.gamedata: Loading energyManagementSkillBoostCapacitorCapacityBonus (Effect2431)
[2020-04-21 09:01:32.000175] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect2431'
[2020-04-21 09:01:32.000175] DEBUG: eos.gamedata: Loading energyManagementCapacitorBonusPostPercentCapacityLocationShipGroupCapacitorCapacityBonus (Effect2432)
[2020-04-21 09:01:32.001174] DEBUG: eos.gamedata: Loading shieldManagementSkillBoostShieldCapacityBonus (Effect280)
[2020-04-21 09:01:32.001174] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect280'
[2020-04-21 09:01:32.001174] DEBUG: eos.gamedata: Loading shieldManagementShieldCapacityBonusPostPercentCapacityLocationShipGroupShield (Effect446)
[2020-04-21 09:01:32.002171] DEBUG: eos.gamedata: Loading tacticalshieldManipulationSkillBoostUniformityBonus (Effect277)
[2020-04-21 09:01:32.002171] DEBUG: eos.gamedata: Loading tacticalShieldManipulationBonus2 (Effect3254)
[2020-04-21 09:01:32.002171] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect3254'
[2020-04-21 09:01:32.003167] DEBUG: eos.gamedata: Loading energyPulseWeaponsDurationBonusPostPercentDurationLocationShipModulesRequiringEnergyPulseWeapons (Effect590)
[2020-04-21 09:01:32.003167] DEBUG: eos.gamedata: Loading shieldEmmisionSystemsCapNeedBonusPostPercentCapacitorNeedLocationShipModulesRequiringShieldEmmisionSystems (Effect279)
[2020-04-21 09:01:32.004166] DEBUG: eos.gamedata: Loading capacitorEmissionSystemskill (Effect5607)
[2020-04-21 09:01:32.005161] DEBUG: eos.gamedata: Loading energyGridUpgradesCpuNeedBonusPostPercentCpuLocationShipModulesRequiringEnergyGridUpgrades (Effect396)
[2020-04-21 09:01:32.006160] DEBUG: eos.gamedata: Loading sensorUpgradesSkillBoostPowerNeedBonus (Effect246)
[2020-04-21 09:01:32.006160] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect246'
[2020-04-21 09:01:32.006160] DEBUG: eos.gamedata: Loading shieldUpgradesPowerNeedBonusPostPercentPowerLocationShipModulesRequiringShieldUpgrades (Effect273)
[2020-04-21 09:01:32.007156] DEBUG: eos.gamedata: Loading gallenteFrigateSkillBoostCpuOutputBonus (Effect368)
[2020-04-21 09:01:32.007156] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect368'
[2020-04-21 09:01:32.007156] DEBUG: eos.gamedata: Loading electronicsCpuOutputBonusPostPercentCpuOutputLocationShipGroupComputer (Effect397)
[2020-04-21 09:01:32.008154] DEBUG: eos.gamedata: Loading ewSkillEwCapNeedSkillLevel (Effect1372)
[2020-04-21 09:01:32.008154] DEBUG: eos.gamedata: Loading ewSkillEcmBurstCapNeedBonus (Effect2492)
[2020-04-21 09:01:32.009153] DEBUG: eos.gamedata: Loading longRangeTargetingSkillBoostMaxTargetRangeBonus (Effect206)
[2020-04-21 09:01:32.009153] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect206'
[2020-04-21 09:01:32.009153] DEBUG: eos.gamedata: Loading longRangeTargetingMaxTargetRangeBonusPostPercentMaxTargetRangeLocationShipGroupElectronic (Effect507)
[2020-04-21 09:01:32.010148] DEBUG: eos.gamedata: Loading targetingSkillBoostMaxTargetBonus (Effect213)
[2020-04-21 09:01:32.010148] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect213'
[2020-04-21 09:01:32.010148] DEBUG: eos.gamedata: Loading targetingMaxTargetBonusModAddMaxLockedTargetsLocationChar (Effect214)
[2020-04-21 09:01:32.012145] DEBUG: eos.gamedata: Loading signatureAnalysisSkillLevelPreMulScanResolutionBonusSelf (Effect698)
[2020-04-21 09:01:32.012145] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect698'
[2020-04-21 09:01:32.012145] DEBUG: eos.gamedata: Loading signatureAnalysisScanResolutionBonusPostPercentScanResolutionShip (Effect699)
[2020-04-21 09:01:32.013140] DEBUG: eos.gamedata: Loading sensorUpgradesCpuNeedBonusPostPercentCpuLocationShipModulesRequiringSensorUpgrades (Effect212)
[2020-04-21 09:01:32.013140] DEBUG: eos.gamedata: Loading ewSkillRsdCapNeedBonusSkillLevel (Effect1360)
[2020-04-21 09:01:32.014142] DEBUG: eos.gamedata: Loading ewSkillTdCapNeedBonusSkillLevel (Effect1361)
[2020-04-21 09:01:32.015135] DEBUG: eos.gamedata: Loading propulsionSkillCapNeedBonusSkillLevel (Effect1410)
[2020-04-21 09:01:32.015135] DEBUG: eos.gamedata: Loading dronesSkillBoostMaxActiveDroneBonus (Effect315)
[2020-04-21 09:01:32.016132] DEBUG: eos.gamedata: Loading dronesMaxActiveDroneBonusModAddMaxActiveLocationChar (Effect316)
[2020-04-21 09:01:32.016132] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect316'
[2020-04-21 09:01:32.016132] DEBUG: eos.gamedata: Loading scoutDroneOperationSkillBoostDroneRangeBonus (Effect448)
[2020-04-21 09:01:32.017131] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect448'
[2020-04-21 09:01:32.017131] DEBUG: eos.gamedata: Loading scoutDroneOperationDroneRangeBonusModAddDroneControlDistanceChar (Effect504)
[2020-04-21 09:01:32.017131] DEBUG: eos.gamedata: Loading miningDroneOperationMiningAmountBonusPostPercentMiningDroneAmountPercentChar (Effect623)
[2020-04-21 09:01:32.018126] DEBUG: eos.gamedata: Loading damageRepairedSkillBonus (Effect2018)
[2020-04-21 09:01:32.019124] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect2018'
[2020-04-21 09:01:32.019124] DEBUG: eos.gamedata: Loading repairDroneShieldBonusBonus (Effect2019)
[2020-04-21 09:01:32.019124] DEBUG: eos.gamedata: Loading repairDroneArmorDamageAmountBonus (Effect2020)
[2020-04-21 09:01:32.019124] DEBUG: eos.gamedata: Loading repairDroneHullBonusBonus (Effect5769)
[2020-04-21 09:01:32.020123] DEBUG: eos.gamedata: Loading droneSalvageBonus (Effect5168)
[2020-04-21 09:01:32.020123] DEBUG: eos.gamedata: Loading droneSalvageSkillBonus (Effect5170)
[2020-04-21 09:01:32.020123] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect5170'
[2020-04-21 09:01:32.021118] DEBUG: eos.gamedata: Loading damageMultiplierSkillBonus (Effect146)
[2020-04-21 09:01:32.021118] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect146'
[2020-04-21 09:01:32.021118] DEBUG: eos.gamedata: Loading droneDmgBonus (Effect1730)
[2020-04-21 09:01:32.023114] DEBUG: eos.gamedata: Loading skillBonusDroneInterfacing (Effect6663)
[2020-04-21 09:01:32.023114] DEBUG: eos.gamedata: Loading tradeSkillBoostTradePremiumBonus (Effect415)
[2020-04-21 09:01:32.023114] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect415'
[2020-04-21 09:01:32.024110] DEBUG: eos.gamedata: Loading tradeTradePremiumBonusPostPercentTradePremiumChar (Effect416)
[2020-04-21 09:01:32.024110] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect416'
[2020-04-21 09:01:32.026105] DEBUG: eos.gamedata: Loading navigationSkillBoostVelocityBonus (Effect222)
[2020-04-21 09:01:32.026105] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect222'
[2020-04-21 09:01:32.026105] DEBUG: eos.gamedata: Loading navigationVelocityBonusPostPercentMaxVelocityShip (Effect394)
[2020-04-21 09:01:32.027102] DEBUG: eos.gamedata: Loading afterburnerDurationBonusPostPercentDurationLocationShipModulesRequiringAfterburner (Effect230)
[2020-04-21 09:01:32.027102] DEBUG: eos.gamedata: Loading fuelConservationCapNeedBonusPostPercentCapacitorNeedLocationShipModulesRequiringAfterburner (Effect506)
[2020-04-21 09:01:32.028102] DEBUG: eos.gamedata: Loading accerationControlSkillBoostSpeedFBonus (Effect228)
[2020-04-21 09:01:32.028102] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect228'
[2020-04-21 09:01:32.029098] DEBUG: eos.gamedata: Loading accerationControlSkillAb&MwdSpeedBoost (Effect1176)
[2020-04-21 09:01:32.030097] DEBUG: eos.gamedata: Loading highSpeedManuveringSkillBoostCapacitorNeedMultiplier (Effect243)
[2020-04-21 09:01:32.030097] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect243'
[2020-04-21 09:01:32.030097] DEBUG: eos.gamedata: Loading highSpeedManuveringCapacitorNeedMultiplierPostPercentCapacitorNeedLocationShipModulesRequiringHighSpeedManuvering (Effect244)
[2020-04-21 09:01:32.031092] DEBUG: eos.gamedata: Loading warpdriveoperationSkillBoostWarpCapacitorNeedBonus (Effect234)
[2020-04-21 09:01:32.031092] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect234'
[2020-04-21 09:01:32.031092] DEBUG: eos.gamedata: Loading warpDriveOperationWarpCapacitorNeedBonusPostPercentWarpCapacitorNeedLocationShipGroupPropulsion (Effect494)
[2020-04-21 09:01:32.032092] DEBUG: eos.gamedata: Loading jumpDriveSkillsCapacitorNeedBonus (Effect1722)
[2020-04-21 09:01:32.032092] DEBUG: eos.gamedata: Loading jumpDriveSkillsCapacitorNeedBonusSkillLevel (Effect1723)
[2020-04-21 09:01:32.032092] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect1723'
[2020-04-21 09:01:32.033089] DEBUG: eos.gamedata: Loading signatureAnalysisSkillBoostScanspeedBonus (Effect204)
[2020-04-21 09:01:32.033089] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect204'
[2020-04-21 09:01:32.034084] DEBUG: eos.gamedata: Loading signatureAnalysisScanspeedBonusPostPercentScanSpeedLocationShip (Effect205)
[2020-04-21 09:01:32.034084] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect205'
[2020-04-21 09:01:32.034084] DEBUG: eos.gamedata: Loading surveyScanspeedBonusPostPercentDurationLocationShipModulesRequiringElectronics (Effect744)
[2020-04-21 09:01:32.037076] DEBUG: eos.gamedata: Loading skillMJDdurationBonus (Effect4923)
[2020-04-21 09:01:32.038076] DEBUG: eos.gamedata: Loading skillTargetBreakerDurationBonus2 (Effect4945)
[2020-04-21 09:01:32.038076] DEBUG: eos.gamedata: Loading skillTargetBreakerCapNeedBonus2 (Effect4946)
[2020-04-21 09:01:32.039071] DEBUG: eos.gamedata: Loading selfT2SmallHybridRailDamageBonus (Effect1006)
[2020-04-21 09:01:32.040067] DEBUG: eos.gamedata: Loading selfT2SmallLaserBeamDamageBonus (Effect1004)
[2020-04-21 09:01:32.041067] DEBUG: eos.gamedata: Loading selfT2SmallProjectileACDamageBonus (Effect1007)
[2020-04-21 09:01:32.042067] DEBUG: eos.gamedata: Loading skillAdvancedWeaponUpgradesPowerNeedBonus (Effect1638)
[2020-04-21 09:01:32.042067] DEBUG: eos.gamedata: Loading skillAdvancedWeaponUpgradesPowerNeedBonusBombLaunchers (Effect3520)
[2020-04-21 09:01:32.043026] DEBUG: eos.gamedata: Loading damageCloudChanceReductionFixed (Effect5372)
[2020-04-21 09:01:32.043026] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect5372'
[2020-04-21 09:01:32.043026] DEBUG: eos.gamedata: Loading deepCoreMiningSkillBoostDamageCloudChanceReductionMul (Effect5373)
[2020-04-21 09:01:32.044059] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect5373'
[2020-04-21 09:01:32.052038] DEBUG: eos.gamedata: Loading shieldCompensationSkillBoostHardeningBonus (Effect1897)
[2020-04-21 09:01:32.052038] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect1897'
[2020-04-21 09:01:32.053033] DEBUG: eos.gamedata: Loading thermalShieldCompensationHardeningBonusGroupShieldAmp (Effect2056)
[2020-04-21 09:01:32.053033] DEBUG: eos.gamedata: Loading armoredCommandStrengthBonus (Effect6776)
[2020-04-21 09:01:32.054033] DEBUG: eos.gamedata: Loading skirmishCommandStrengthBonus (Effect6779)
[2020-04-21 09:01:32.055027] DEBUG: eos.gamedata: Loading cloakingTargetingDelayBonusPostPercentCloakingTargetingDelayBonusForShipModulesRequiringCloaking (Effect848)
[2020-04-21 09:01:32.055027] DEBUG: eos.gamedata: Loading cloakingSkillBoostCloakingTargetingDelayBonus (Effect850)
[2020-04-21 09:01:32.056025] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect850'
[2020-04-21 09:01:32.057025] DEBUG: eos.gamedata: Loading interceptorsSkillLevelPreMulEliteBonusInterceptorShip (Effect703)
[2020-04-21 09:01:32.057025] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect703'
[2020-04-21 09:01:32.057025] DEBUG: eos.gamedata: Loading interceptors2SkillLevelPreMulEliteBonusInterceptorShip (Effect1279)
[2020-04-21 09:01:32.057025] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect1279'
[2020-04-21 09:01:32.058020] DEBUG: eos.gamedata: Loading covertOpsSkillLevelPreMulEliteBonusCoverOpsShip (Effect704)
[2020-04-21 09:01:32.059017] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect704'
[2020-04-21 09:01:32.059017] DEBUG: eos.gamedata: Loading covertOpsSkillLevelPreMulEliteBonusCoverOpsShip2 (Effect1405)
[2020-04-21 09:01:32.059017] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect1405'
[2020-04-21 09:01:32.059017] DEBUG: eos.gamedata: Loading covertOpsSkillLevelPreMulEliteBonusCoverOpsShip3 (Effect4480)
[2020-04-21 09:01:32.059017] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect4480'
[2020-04-21 09:01:32.059017] DEBUG: eos.gamedata: Loading covertOpsSkillLevelPreMulEliteBonusCoverOpsShip4 (Effect6998)
[2020-04-21 09:01:32.059017] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect6998'
[2020-04-21 09:01:32.060016] DEBUG: eos.gamedata: Loading gunshipSkillMultiplier1 (Effect987)
[2020-04-21 09:01:32.060016] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect987'
[2020-04-21 09:01:32.060016] DEBUG: eos.gamedata: Loading gunshipSkillMultiplier2 (Effect988)
[2020-04-21 09:01:32.061012] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect988'
[2020-04-21 09:01:32.061012] DEBUG: eos.gamedata: Loading logisticSkillMultiplier1 (Effect1052)
[2020-04-21 09:01:32.061012] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect1052'
[2020-04-21 09:01:32.062012] DEBUG: eos.gamedata: Loading logisticSkillMultiplier2 (Effect1053)
[2020-04-21 09:01:32.062012] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect1053'
[2020-04-21 09:01:32.062012] DEBUG: eos.gamedata: Loading logisticSkillMultiplier3 (Effect6718)
[2020-04-21 09:01:32.062012] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect6718'
[2020-04-21 09:01:32.063006] DEBUG: eos.gamedata: Loading skillInterdictorEliteBonus1SkillLevel (Effect2426)
[2020-04-21 09:01:32.063006] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect2426'
[2020-04-21 09:01:32.063006] DEBUG: eos.gamedata: Loading skillInterdictorEliteBonus2SkillLevel (Effect2427)
[2020-04-21 09:01:32.063006] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect2427'
[2020-04-21 09:01:32.064004] DEBUG: eos.gamedata: Loading cSOTrainingSkillBoostResearchGangSizeBonus (Effect334)
[2020-04-21 09:01:32.064004] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect334'
[2020-04-21 09:01:32.064004] DEBUG: eos.gamedata: Loading cSOTrainingResearchGangSizeBonusModAddMaxResearchGangSizeShip (Effect335)
[2020-04-21 09:01:32.064004] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect335'
[2020-04-21 09:01:32.071982] DEBUG: eos.gamedata: Loading selfT2SmallProjectileArtyDamageBonus (Effect1008)
[2020-04-21 09:01:32.072982] DEBUG: eos.gamedata: Loading selfT2MediumProjectileArtyDamageBonus (Effect1014)
[2020-04-21 09:01:32.073977] DEBUG: eos.gamedata: Loading selfT2LargeProjectileArtyDamageBonus (Effect1020)
[2020-04-21 09:01:32.074940] DEBUG: eos.gamedata: Loading selfT2MediumLaserBeamDamageBonus (Effect1010)
[2020-04-21 09:01:32.074940] DEBUG: eos.gamedata: Loading selfT2LargeLaserBeamDamageBonus (Effect1016)
[2020-04-21 09:01:32.075974] DEBUG: eos.gamedata: Loading selfT2MediumHybridRailDamageBonus (Effect1012)
[2020-04-21 09:01:32.076969] DEBUG: eos.gamedata: Loading selfT2LargeHybridRailDamageBonus (Effect1018)
[2020-04-21 09:01:32.076969] DEBUG: eos.gamedata: Loading selfT2MediumProjectileACDamageBonus (Effect1013)
[2020-04-21 09:01:32.077969] DEBUG: eos.gamedata: Loading selfT2LargeProjectileACDamageBonus (Effect1019)
[2020-04-21 09:01:32.078965] DEBUG: eos.gamedata: Loading selfT2SmallHybridBlasterDamageBonus (Effect1005)
[2020-04-21 09:01:32.079927] DEBUG: eos.gamedata: Loading selfT2MediumHybridBlasterDamageBonus (Effect1011)
[2020-04-21 09:01:32.080961] DEBUG: eos.gamedata: Loading selfT2LargeHybridBlasterDamageBonus (Effect1017)
[2020-04-21 09:01:32.080961] DEBUG: eos.gamedata: Loading selfT2SmallLaserPulseDamageBonus (Effect1003)
[2020-04-21 09:01:32.081956] DEBUG: eos.gamedata: Loading selfT2MediumLaserPulseDamageBonus (Effect1009)
[2020-04-21 09:01:32.082953] DEBUG: eos.gamedata: Loading selfT2LargeLaserPulseDamageBonus (Effect1015)
[2020-04-21 09:01:32.083952] DEBUG: eos.gamedata: Loading skillMultiplierMaxVelocityBonus (Effect6666)
[2020-04-21 09:01:32.083952] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect6666'
[2020-04-21 09:01:32.083952] DEBUG: eos.gamedata: Loading skillBonusDroneNavigation (Effect6667)
[2020-04-21 09:01:32.084948] DEBUG: eos.gamedata: Loading emShieldCompensationHardeningBonusGroupShieldAmp (Effect2053)
[2020-04-21 09:01:32.085948] DEBUG: eos.gamedata: Loading kineticShieldCompensationHardeningBonusGroupShieldAmp (Effect2055)
[2020-04-21 09:01:32.085948] DEBUG: eos.gamedata: Loading explosiveShieldCompensationHardeningBonusGroupShieldAmp (Effect2054)
[2020-04-21 09:01:32.086942] DEBUG: eos.gamedata: Loading heavyMissilesSkillBoostMaxflightTimeBonus (Effect663)
[2020-04-21 09:01:32.086942] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect663'
[2020-04-21 09:01:32.086942] DEBUG: eos.gamedata: Loading missileBombardmentMaxFlightTimeBonusPostPercentExplosionDelayOwnerCharModulesRequiringMissileLauncherOperation (Effect784)
[2020-04-21 09:01:32.087939] DEBUG: eos.gamedata: Loading missileSkillMissileProjectileVelocityBonus (Effect1764)
[2020-04-21 09:01:32.087939] DEBUG: eos.gamedata: Loading missileSkillMissileProjectileVelocityBonusSkillLevel (Effect1765)
[2020-04-21 09:01:32.088944] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect1765'
[2020-04-21 09:01:32.091895] DEBUG: eos.gamedata: Loading archaeologyAccessDifficultyBonusMultiplier (Effect4803)
[2020-04-21 09:01:32.091895] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect4803'
[2020-04-21 09:01:32.091895] DEBUG: eos.gamedata: Loading dataMiningSkillBoostAccessDifficultyBonusAbsolutePercent (Effect4804)
[2020-04-21 09:01:32.091895] DEBUG: eos.gamedata: Loading dataMiningSkillLevelVirusCoherenceBonusModifier2 (Effect5435)
[2020-04-21 09:01:32.091895] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect5435'
[2020-04-21 09:01:32.092926] DEBUG: eos.gamedata: Loading archaeologySkillVirusBonus (Effect5437)
[2020-04-21 09:01:32.093927] DEBUG: eos.gamedata: Loading remoteArmorSystemsCapNeedBonusPostPercentCapacitorNeedLocationShipModulesRequiringRemoteArmorSystems (Effect1030)
[2020-04-21 09:01:32.094921] DEBUG: eos.gamedata: Loading iceHarvestCycleTimeModulesRequiringIceHarvesting (Effect1190)
[2020-04-21 09:01:32.094921] DEBUG: eos.gamedata: Loading iceHarvestCycleTimeBonus (Effect1191)
[2020-04-21 09:01:32.094921] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect1191'
[2020-04-21 09:01:32.095918] DEBUG: eos.gamedata: Loading warshipSkillMultiplier2 (Effect1077)
[2020-04-21 09:01:32.096918] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect1077'
[2020-04-21 09:01:32.096918] DEBUG: eos.gamedata: Loading warshipSkillMultiplier1 (Effect1079)
[2020-04-21 09:01:32.096918] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect1079'
[2020-04-21 09:01:32.100871] DEBUG: eos.gamedata: Loading miningBargeSkillLevelPostMulShipBonusORE2Ship (Effect1188)
[2020-04-21 09:01:32.100871] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect1188'
[2020-04-21 09:01:32.100871] DEBUG: eos.gamedata: Loading miningBargeSkillLevelPostMulShipBonusORE3Ship (Effect1849)
[2020-04-21 09:01:32.100871] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect1849'
[2020-04-21 09:01:32.102900] DEBUG: eos.gamedata: Loading eliteIndustrial1SkillLevelPreMulEliteBonusEliteIndustrialShip (Effect1282)
[2020-04-21 09:01:32.102900] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect1282'
[2020-04-21 09:01:32.102900] DEBUG: eos.gamedata: Loading eliteIndustrial2SkillLevelPreMulEliteBonusEliteIndustrialShip (Effect1283)
[2020-04-21 09:01:32.102900] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect1283'
[2020-04-21 09:01:32.103897] DEBUG: eos.gamedata: Loading eliteIndustrialExtenderSkillBonus (Effect3753)
[2020-04-21 09:01:32.103897] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect3753'
[2020-04-21 09:01:32.103897] DEBUG: eos.gamedata: Loading zColinSkillTransportCovertCloakMod (Effect3755)
[2020-04-21 09:01:32.103897] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect3755'
[2020-04-21 09:01:32.104897] DEBUG: eos.gamedata: Loading ewSkillRsdMaxRangeBonus (Effect1445)
[2020-04-21 09:01:32.104897] DEBUG: eos.gamedata: Loading ewSkillTpMaxRangeBonus (Effect1446)
[2020-04-21 09:01:32.104897] DEBUG: eos.gamedata: Loading ewSkillTdMaxRangeBonus (Effect1448)
[2020-04-21 09:01:32.104897] DEBUG: eos.gamedata: Loading ewSkillEwMaxRangeBonus (Effect1452)
[2020-04-21 09:01:32.104897] DEBUG: eos.gamedata: Loading ewSkillEcmBurstRangeBonus (Effect2491)
[2020-04-21 09:01:32.105892] DEBUG: eos.gamedata: Loading ewSkillRsdFallOffBonus (Effect1449)
[2020-04-21 09:01:32.105892] DEBUG: eos.gamedata: Loading ewSkillTpFallOffBonus (Effect1450)
[2020-04-21 09:01:32.105892] DEBUG: eos.gamedata: Loading ewSkillTdFallOffBonus (Effect1451)
[2020-04-21 09:01:32.106889] DEBUG: eos.gamedata: Loading ewSkillEwFallOffBonus (Effect1453)
[2020-04-21 09:01:32.106889] DEBUG: eos.gamedata: Loading ewSkillScanStrengthBonus (Effect1318)
[2020-04-21 09:01:32.106889] DEBUG: eos.gamedata: Loading ewSkillScanStrengthBonusSkillLevel (Effect1321)
[2020-04-21 09:01:32.107888] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect1321'
[2020-04-21 09:01:32.107888] DEBUG: eos.gamedata: Loading ewSkillSignalSuppressionScanResolutionBonus (Effect3586)
[2020-04-21 09:01:32.107888] DEBUG: eos.gamedata: Loading ewSkillSignalSuppressionMaxTargetRangeBonus (Effect3591)
[2020-04-21 09:01:32.108890] DEBUG: eos.gamedata: Loading ewSkillTrackingDisruptionTrackingSpeedBonus (Effect3561)
[2020-04-21 09:01:32.108890] DEBUG: eos.gamedata: Loading ewSkillTrackingDisruptionRangeDisruptionBonus (Effect5793)
[2020-04-21 09:01:32.109884] DEBUG: eos.gamedata: Loading ewSkillGuidanceDisruptionBonus (Effect6386)
[2020-04-21 09:01:32.109884] DEBUG: eos.gamedata: Loading ewSkillTpCapNeedBonusSkillLevel (Effect1370)
[2020-04-21 09:01:32.110878] DEBUG: eos.gamedata: Loading ewSkillTargetPaintingStrengthBonusSkillLevel (Effect1373)
[2020-04-21 09:01:32.110878] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect1373'
[2020-04-21 09:01:32.110878] DEBUG: eos.gamedata: Loading ewSkillTargetPaintingStrengthBonus (Effect1550)
[2020-04-21 09:01:32.111876] DEBUG: eos.gamedata: Loading selfRof (Effect1851)
[2020-04-21 09:01:32.114867] DEBUG: eos.gamedata: Loading missileSkillAoeCloudSizeBonus (Effect1472)
[2020-04-21 09:01:32.114867] DEBUG: eos.gamedata: Loading missileSkillAoeCloudSizeBonusSkillLevel (Effect1473)
[2020-04-21 09:01:32.114867] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect1473'
[2020-04-21 09:01:32.115869] DEBUG: eos.gamedata: Loading missileSkillAoeVelocityBonusSkillLevel (Effect1467)
[2020-04-21 09:01:32.115869] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect1467'
[2020-04-21 09:01:32.115869] DEBUG: eos.gamedata: Loading missileSkillAoeVelocityBonus (Effect1590)
[2020-04-21 09:01:32.116863] DEBUG: eos.gamedata: Loading missileSkillWarheadUpgradesEmDamageBonus (Effect1595)
[2020-04-21 09:01:32.116863] DEBUG: eos.gamedata: Loading missileSkillWarheadUpgradesExplosiveDamageBonus (Effect1596)
[2020-04-21 09:01:32.116863] DEBUG: eos.gamedata: Loading missileSkillWarheadUpgradesKineticDamageBonus (Effect1597)
[2020-04-21 09:01:32.116863] DEBUG: eos.gamedata: Loading missileSkillWarheadUpgradesThermalDamageBonus (Effect1657)
[2020-04-21 09:01:32.117865] DEBUG: eos.gamedata: Loading capitalTurretSkillLaserDamage (Effect1585)
[2020-04-21 09:01:32.118857] DEBUG: eos.gamedata: Loading skillAdvancedSpaceshipAgilityBonus (Effect1614)
[2020-04-21 09:01:32.118857] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect1614'
[2020-04-21 09:01:32.119855] DEBUG: eos.gamedata: Loading armoredCommandDurationBonus (Effect6770)
[2020-04-21 09:01:32.120854] DEBUG: eos.gamedata: Loading informationCommandDurationBonus (Effect6772)
[2020-04-21 09:01:32.121849] DEBUG: eos.gamedata: Loading freighterA1SkillLevel (Effect1659)
[2020-04-21 09:01:32.121849] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect1659'
[2020-04-21 09:01:32.121849] DEBUG: eos.gamedata: Loading freighterA2SkillLevel (Effect1660)
[2020-04-21 09:01:32.121849] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect1660'
[2020-04-21 09:01:32.122846] DEBUG: eos.gamedata: Loading skillMultiplierShipBonusDreadnoughtAmarr (Effect6489)
[2020-04-21 09:01:32.122846] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect6489'
[2020-04-21 09:01:32.123845] DEBUG: eos.gamedata: Loading freighterC1SkillLevel (Effect1661)
[2020-04-21 09:01:32.123845] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect1661'
[2020-04-21 09:01:32.123845] DEBUG: eos.gamedata: Loading freighterC2SkillLevel (Effect1663)
[2020-04-21 09:01:32.124847] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect1663'
[2020-04-21 09:01:32.124847] DEBUG: eos.gamedata: Loading freighterG1SkillLevel (Effect1664)
[2020-04-21 09:01:32.125841] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect1664'
[2020-04-21 09:01:32.125841] DEBUG: eos.gamedata: Loading freighterG2SkillLevel (Effect1665)
[2020-04-21 09:01:32.125841] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect1665'
[2020-04-21 09:01:32.126836] DEBUG: eos.gamedata: Loading freighterM1SkillLevel (Effect1666)
[2020-04-21 09:01:32.126836] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect1666'
[2020-04-21 09:01:32.126836] DEBUG: eos.gamedata: Loading freighterM2SkillLevel (Effect1667)
[2020-04-21 09:01:32.126836] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect1667'
[2020-04-21 09:01:32.127841] DEBUG: eos.gamedata: Loading skillMultiplierShipBonusDreadnoughtCaldari (Effect6492)
[2020-04-21 09:01:32.128798] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect6492'
[2020-04-21 09:01:32.128798] DEBUG: eos.gamedata: Loading skillMultiplierShipBonusDreadnoughtGallente (Effect6495)
[2020-04-21 09:01:32.129795] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect6495'
[2020-04-21 09:01:32.129795] DEBUG: eos.gamedata: Loading skillMultiplierShipBonusDreadnoughtMinmatar (Effect6498)
[2020-04-21 09:01:32.130826] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect6498'
[2020-04-21 09:01:32.130826] DEBUG: eos.gamedata: Loading skillCapitalShipsAdvancedAgility (Effect1616)
[2020-04-21 09:01:32.131824] DEBUG: eos.gamedata: Loading shieldOperationSkillBoostCapacitorNeedBonusSkillLevel (Effect1499)
[2020-04-21 09:01:32.131824] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect1499'
[2020-04-21 09:01:32.132819] DEBUG: eos.gamedata: Loading shieldOperationSkillBoostCapacitorNeedBonus (Effect1500)
[2020-04-21 09:01:32.133821] DEBUG: eos.gamedata: Loading cynosuralTheoryConsumptionBonus (Effect3526)
[2020-04-21 09:01:32.133821] DEBUG: eos.gamedata: Loading skillConsumptionQuantityBonusPercentageSkillLevel (Effect3527)
[2020-04-21 09:01:32.133821] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect3527'
[2020-04-21 09:01:32.134815] DEBUG: eos.gamedata: Loading skillJumpDriveConsumptionAmountBonusPercentage (Effect3532)
[2020-04-21 09:01:32.135811] DEBUG: eos.gamedata: Loading jumpDriveSkillsRangeBonus (Effect1581)
[2020-04-21 09:01:32.135811] DEBUG: eos.gamedata: Loading jumpDriveSkillsRangeBonusSkillLevel (Effect1582)
[2020-04-21 09:01:32.135811] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect1582'
[2020-04-21 09:01:32.136811] DEBUG: eos.gamedata: Loading capitalTurretSkillHybridDamage (Effect1587)
[2020-04-21 09:01:32.137807] DEBUG: eos.gamedata: Loading capitalTurretSkillProjectileDamage (Effect1586)
[2020-04-21 09:01:32.137807] DEBUG: eos.gamedata: Loading capitalLauncherSkillCitadelKineticDamage (Effect1588)
[2020-04-21 09:01:32.138812] DEBUG: eos.gamedata: Loading capitalLauncherSkillCitadelEmDamage (Effect1592)
[2020-04-21 09:01:32.138812] DEBUG: eos.gamedata: Loading capitalLauncherSkillCitadelExplosiveDamage (Effect1593)
[2020-04-21 09:01:32.138812] DEBUG: eos.gamedata: Loading capitalLauncherSkillCitadelThermalDamage (Effect1594)
[2020-04-21 09:01:32.139803] DEBUG: eos.gamedata: Loading hackingAccessDifficultyBonusMultiplier (Effect4802)
[2020-04-21 09:01:32.139803] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect4802'
[2020-04-21 09:01:32.139803] DEBUG: eos.gamedata: Loading hackingSkillVirusBonus (Effect5433)
[2020-04-21 09:01:32.141798] DEBUG: eos.gamedata: Loading capitalShieldOperationSkillCapacitorNeedBonus (Effect1634)
[2020-04-21 09:01:32.142793] DEBUG: eos.gamedata: Loading capitalRepairSystemsSkillDurationBonus (Effect1635)
[2020-04-21 09:01:32.142793] DEBUG: eos.gamedata: Loading skillSiegeModuleConsumptionQuantityBonus (Effect1650)
[2020-04-21 09:01:32.143790] DEBUG: eos.gamedata: Loading skillCynosural&SiegeConsumQuantityBonusSkillLevel (Effect1651)
[2020-04-21 09:01:32.143790] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect1651'
[2020-04-21 09:01:32.144754] DEBUG: eos.gamedata: Loading miningForemanDurationBonus (Effect6774)
[2020-04-21 09:01:32.145785] DEBUG: eos.gamedata: Loading miningDroneSpecBonus (Effect6762)
[2020-04-21 09:01:32.146782] DEBUG: eos.gamedata: Loading eliteBargeSkillMultiplier1 (Effect1838)
[2020-04-21 09:01:32.146782] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect1838'
[2020-04-21 09:01:32.146782] DEBUG: eos.gamedata: Loading eliteBargeSkillMultiplier2 (Effect1839)
[2020-04-21 09:01:32.146782] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect1839'
[2020-04-21 09:01:32.147782] DEBUG: eos.gamedata: Loading miningForemanStrengthBonus (Effect6780)
[2020-04-21 09:01:32.148777] DEBUG: eos.gamedata: Loading miningUpgradeCPUReductionBonus (Effect1895)
[2020-04-21 09:01:32.148777] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect1895'
[2020-04-21 09:01:32.148777] DEBUG: eos.gamedata: Loading miningUpgradeCPUPenaltyReductionModulesRequiringMiningUpgradePercent (Effect2456)
[2020-04-21 09:01:32.149777] DEBUG: eos.gamedata: Loading reconShipSkillMultiplier1 (Effect1908)
[2020-04-21 09:01:32.149777] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect1908'
[2020-04-21 09:01:32.149777] DEBUG: eos.gamedata: Loading reconShipSkillMultiplier2 (Effect1909)
[2020-04-21 09:01:32.149777] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect1909'
[2020-04-21 09:01:32.149777] DEBUG: eos.gamedata: Loading reconShipSkillMultiplier3 (Effect6022)
[2020-04-21 09:01:32.150772] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect6022'
[2020-04-21 09:01:32.150772] DEBUG: eos.gamedata: Loading emArmorCompensationHardeningBonusGroupArmorCoating (Effect2105)
[2020-04-21 09:01:32.150772] DEBUG: eos.gamedata: Loading emArmorCompensationHardeningBonusGroupEnergized (Effect2109)
[2020-04-21 09:01:32.151769] DEBUG: eos.gamedata: Loading explosiveArmorCompensationHardeningBonusGroupArmorCoating (Effect2106)
[2020-04-21 09:01:32.151769] DEBUG: eos.gamedata: Loading explosiveArmorCompensationHardeningBonusGroupEnergized (Effect2110)
[2020-04-21 09:01:32.152769] DEBUG: eos.gamedata: Loading kineticArmorCompensationHardeningBonusGroupArmorCoating (Effect2107)
[2020-04-21 09:01:32.152769] DEBUG: eos.gamedata: Loading kineticArmorCompensationHardeningBonusGroupEnergized (Effect2111)
[2020-04-21 09:01:32.153764] DEBUG: eos.gamedata: Loading thermicArmorCompensationHardeningBonusGroupArmorCoating (Effect2108)
[2020-04-21 09:01:32.153764] DEBUG: eos.gamedata: Loading thermicArmorCompensationHardeningBonusGroupEnergized (Effect2112)
[2020-04-21 09:01:32.154761] DEBUG: eos.gamedata: Loading skillBonusFighters (Effect6560)
[2020-04-21 09:01:32.158750] DEBUG: eos.gamedata: Loading skillBonusDroneSharpshooting (Effect6664)
[2020-04-21 09:01:32.158750] DEBUG: eos.gamedata: Loading skillBonusDroneDurability (Effect6665)
[2020-04-21 09:01:32.159748] DEBUG: eos.gamedata: Loading commandShipSkillMultiplier1 (Effect2451)
[2020-04-21 09:01:32.160747] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect2451'
[2020-04-21 09:01:32.160747] DEBUG: eos.gamedata: Loading commandShipSkillMultiplier2 (Effect2452)
[2020-04-21 09:01:32.160747] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect2452'
[2020-04-21 09:01:32.160747] DEBUG: eos.gamedata: Loading commandShipSkillMultiplier3 (Effect5571)
[2020-04-21 09:01:32.160747] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect5571'
[2020-04-21 09:01:32.161742] DEBUG: eos.gamedata: Loading skillADDmaxJumpClones (Effect2311)
[2020-04-21 09:01:32.162747] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect2311'
[2020-04-21 09:01:32.163739] DEBUG: eos.gamedata: Loading skillMultiplierShipBonusForceAuxiliaryAmarr (Effect6514)
[2020-04-21 09:01:32.163739] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect6514'
[2020-04-21 09:01:32.164734] DEBUG: eos.gamedata: Loading skillMultiplierShipBonusCarrierAmarr (Effect6583)
[2020-04-21 09:01:32.164734] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect6583'
[2020-04-21 09:01:32.164734] DEBUG: eos.gamedata: Loading skillMultiplierShipBonusSupercarrierAmarr (Effect6587)
[2020-04-21 09:01:32.164734] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect6587'
[2020-04-21 09:01:32.165734] DEBUG: eos.gamedata: Loading skillMultiplierShipBonusForceAuxiliaryCaldari (Effect6517)
[2020-04-21 09:01:32.165734] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect6517'
[2020-04-21 09:01:32.165734] DEBUG: eos.gamedata: Loading skillMultiplierShipBonusCarrierCaldari (Effect6584)
[2020-04-21 09:01:32.165734] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect6584'
[2020-04-21 09:01:32.165734] DEBUG: eos.gamedata: Loading skillMultiplierShipBonusSupercarrierCaldari (Effect6588)
[2020-04-21 09:01:32.165734] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect6588'
[2020-04-21 09:01:32.166732] DEBUG: eos.gamedata: Loading skillMultiplierShipBonusForceAuxiliaryGallente (Effect6520)
[2020-04-21 09:01:32.166732] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect6520'
[2020-04-21 09:01:32.166732] DEBUG: eos.gamedata: Loading skillMultiplierShipBonusCarrierGallente (Effect6585)
[2020-04-21 09:01:32.167726] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect6585'
[2020-04-21 09:01:32.167726] DEBUG: eos.gamedata: Loading skillMultiplierShipBonusSupercarrierGallente (Effect6589)
[2020-04-21 09:01:32.167726] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect6589'
[2020-04-21 09:01:32.168726] DEBUG: eos.gamedata: Loading skillMultiplierShipBonusForceAuxiliaryMinmatar (Effect6523)
[2020-04-21 09:01:32.168726] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect6523'
[2020-04-21 09:01:32.168726] DEBUG: eos.gamedata: Loading skillMultiplierShipBonusCarrierMinmatar (Effect6586)
[2020-04-21 09:01:32.168726] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect6586'
[2020-04-21 09:01:32.168726] DEBUG: eos.gamedata: Loading skillMultiplierShipBonusSupercarrierMinmatar (Effect6590)
[2020-04-21 09:01:32.168726] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect6590'
[2020-04-21 09:01:32.169721] DEBUG: eos.gamedata: Loading skillConsumptionQuantityBonusPercentSkillLevel (Effect4813)
[2020-04-21 09:01:32.169721] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect4813'
[2020-04-21 09:01:32.169721] DEBUG: eos.gamedata: Loading jumpPortalConsumptionBonusPercentSkill (Effect4814)
[2020-04-21 09:01:32.170718] DEBUG: eos.gamedata: Loading skillSuperWeaponDmgBonus (Effect2402)
[2020-04-21 09:01:32.171718] DEBUG: eos.gamedata: Loading capitalRemoteArmorRepairerCapNeedBonusSkill (Effect2354)
[2020-04-21 09:01:32.171718] DEBUG: eos.gamedata: Loading capitalRemoteShieldTransferCapNeedBonusSkill (Effect2355)
[2020-04-21 09:01:32.172713] DEBUG: eos.gamedata: Loading capitalRemoteEnergyTransferCapNeedBonusSkill (Effect2356)
[2020-04-21 09:01:32.173713] DEBUG: eos.gamedata: Loading cloneVatMaxJumpCloneBonusSkillLevel (Effect2411)
[2020-04-21 09:01:32.173713] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect2411'
[2020-04-21 09:01:32.173713] DEBUG: eos.gamedata: Loading cloneVatMaxJumpCloneBonusSkillNew (Effect3313)
[2020-04-21 09:01:32.174708] DEBUG: eos.gamedata: Loading skillMultiplierFighterHangarSize (Effect6569)
[2020-04-21 09:01:32.174708] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect6569'
[2020-04-21 09:01:32.174708] DEBUG: eos.gamedata: Loading skillBonusFighterHangarManagement (Effect6570)
[2020-04-21 09:01:32.177700] DEBUG: eos.gamedata: Loading neurotoxinRecoverySkillBoostChanceBonus (Effect2580)
[2020-04-21 09:01:32.178697] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect2580'
[2020-04-21 09:01:32.178697] DEBUG: eos.gamedata: Loading modifyBoosterEffectChanceWithBoosterChanceBonusPostPercent (Effect2589)
[2020-04-21 09:01:32.179696] DEBUG: eos.gamedata: Loading naniteControlSkillBoostBoosterAttributeModifier (Effect2590)
[2020-04-21 09:01:32.179696] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect2590'
[2020-04-21 09:01:32.179696] DEBUG: eos.gamedata: Loading boosterModifyBoosterArmorPenalties (Effect2760)
[2020-04-21 09:01:32.181692] DEBUG: eos.gamedata: Loading boosterModifyBoosterShieldPenalty (Effect2763)
[2020-04-21 09:01:32.182686] DEBUG: eos.gamedata: Loading boosterModifyBoosterMaxVelocityAndCapacitorPenalty (Effect2766)
[2020-04-21 09:01:32.182686] DEBUG: eos.gamedata: Loading boosterModifyBoosterMissilePenalty (Effect2776)
[2020-04-21 09:01:32.182686] DEBUG: eos.gamedata: Loading boosterModifyBoosterTurretPenalty (Effect2778)
[2020-04-21 09:01:32.183684] DEBUG: eos.gamedata: Loading gasCloudHarvestingMaxGroupSkillLevel (Effect2727)
[2020-04-21 09:01:32.186676] DEBUG: eos.gamedata: Loading salvagingAccessDifficultyBonusMultiplier (Effect4801)
[2020-04-21 09:01:32.186676] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect4801'
[2020-04-21 09:01:32.188670] DEBUG: eos.gamedata: Loading rigDrawbackSkillEffect (Effect2725)
[2020-04-21 09:01:32.188670] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect2725'
[2020-04-21 09:01:32.188670] DEBUG: eos.gamedata: Loading rigDrawbackReductionArmor (Effect6697)
[2020-04-21 09:01:32.189670] DEBUG: eos.gamedata: Loading rigDrawbackReductionAstronautics (Effect6698)
[2020-04-21 09:01:32.190665] DEBUG: eos.gamedata: Loading rigDrawbackReductionDrones (Effect6699)
[2020-04-21 09:01:32.190665] DEBUG: eos.gamedata: Loading rigDrawbackReductionElectronic (Effect6700)
[2020-04-21 09:01:32.191662] DEBUG: eos.gamedata: Loading rigDrawbackReductionProjectile (Effect6701)
[2020-04-21 09:01:32.192662] DEBUG: eos.gamedata: Loading rigDrawbackReductionEnergyWeapon (Effect6702)
[2020-04-21 09:01:32.193657] DEBUG: eos.gamedata: Loading rigDrawbackReductionHybrid (Effect6703)
[2020-04-21 09:01:32.193657] DEBUG: eos.gamedata: Loading rigDrawbackReductionLauncher (Effect6704)
[2020-04-21 09:01:32.194654] DEBUG: eos.gamedata: Loading rigDrawbackReductionShield (Effect6705)
[2020-04-21 09:01:32.195654] DEBUG: eos.gamedata: Loading skillRemoteHullRepairSystemsCapNeedBonus (Effect2979)
[2020-04-21 09:01:32.196649] DEBUG: eos.gamedata: Loading skillTriageModuleConsumptionQuantityBonus (Effect2967)
[2020-04-21 09:01:32.196649] DEBUG: eos.gamedata: Loading skillRemoteECMDurationBonusSkillLevel (Effect2974)
[2020-04-21 09:01:32.197649] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect2974'
[2020-04-21 09:01:32.197649] DEBUG: eos.gamedata: Loading skillRemoteECMDurationBonus (Effect2982)
[2020-04-21 09:01:32.198660] DEBUG: eos.gamedata: Loading skillCapitalRemoteHullRepairSystemsCapNeedBonus (Effect2980)
[2020-04-21 09:01:32.199703] DEBUG: eos.gamedata: Loading skillBombDeploymentModuleReactivationDelayBonus (Effect3036)
[2020-04-21 09:01:32.199703] DEBUG: eos.gamedata: Loading thermodynamicsSkillLevel (Effect3195)
[2020-04-21 09:01:32.199703] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect3195'
[2020-04-21 09:01:32.200704] DEBUG: eos.gamedata: Loading thermodynamicsSkillDamageBonus (Effect3196)
[2020-04-21 09:01:32.200704] DEBUG: eos.gamedata: Loading oreCapitalShipSkillMultiplier1 (Effect3262)
[2020-04-21 09:01:32.200704] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect3262'
[2020-04-21 09:01:32.201695] DEBUG: eos.gamedata: Loading oreCapitalShipSkillMultiplier2 (Effect3263)
[2020-04-21 09:01:32.201695] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect3263'
[2020-04-21 09:01:32.201695] DEBUG: eos.gamedata: Loading oreCapitalShipSkillMultiplier3 (Effect3311)
[2020-04-21 09:01:32.201695] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect3311'
[2020-04-21 09:01:32.201695] DEBUG: eos.gamedata: Loading oreCapitalShipSkillMultiplier4 (Effect3327)
[2020-04-21 09:01:32.201695] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect3327'
[2020-04-21 09:01:32.201695] DEBUG: eos.gamedata: Loading oreCapitalShipSkillMultiplier5 (Effect6791)
[2020-04-21 09:01:32.202693] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect6791'
[2020-04-21 09:01:32.203693] DEBUG: eos.gamedata: Loading skillIndustrialReconfigurationConsumptionQuantityBonus (Effect3264)
[2020-04-21 09:01:32.203693] DEBUG: eos.gamedata: Loading heavyInterdictorsSkillMultiplier1 (Effect3344)
[2020-04-21 09:01:32.203693] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect3344'
[2020-04-21 09:01:32.204687] DEBUG: eos.gamedata: Loading heavyInterdictorsSkillMultiplier2 (Effect3345)
[2020-04-21 09:01:32.204687] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect3345'
[2020-04-21 09:01:32.205685] DEBUG: eos.gamedata: Loading electronicAttackShipsSkillMultiplier1 (Effect3358)
[2020-04-21 09:01:32.205685] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect3358'
[2020-04-21 09:01:32.205685] DEBUG: eos.gamedata: Loading electronicAttackShipsSkillMultiplier2 (Effect3359)
[2020-04-21 09:01:32.205685] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect3359'
[2020-04-21 09:01:32.205685] DEBUG: eos.gamedata: Loading electronicAttackShipsSkillMultiplier3 (Effect6279)
[2020-04-21 09:01:32.205685] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect6279'
[2020-04-21 09:01:32.206681] DEBUG: eos.gamedata: Loading blackOpsSkillMultiplier1 (Effect3404)
[2020-04-21 09:01:32.206681] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect3404'
[2020-04-21 09:01:32.206681] DEBUG: eos.gamedata: Loading blackOpsSkillMultiplier2 (Effect3405)
[2020-04-21 09:01:32.206681] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect3405'
[2020-04-21 09:01:32.207682] DEBUG: eos.gamedata: Loading blackOpsSkillMultiplier3 (Effect6875)
[2020-04-21 09:01:32.207682] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect6875'
[2020-04-21 09:01:32.207682] DEBUG: eos.gamedata: Loading blackOpsSkillMultiplier4 (Effect6876)
[2020-04-21 09:01:32.207682] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect6876'
[2020-04-21 09:01:32.208676] DEBUG: eos.gamedata: Loading violatorsSkillMultiplier1 (Effect3408)
[2020-04-21 09:01:32.208676] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect3408'
[2020-04-21 09:01:32.208676] DEBUG: eos.gamedata: Loading violatorsSkillMultiplier2 (Effect3409)
[2020-04-21 09:01:32.208676] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect3409'
[2020-04-21 09:01:32.209673] DEBUG: eos.gamedata: Loading skillNaniteOperationRepairCost (Effect3521)
[2020-04-21 09:01:32.209673] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect3521'
[2020-04-21 09:01:32.210677] DEBUG: eos.gamedata: Loading skillNaniteOperationRepairCostLevel (Effect3522)
[2020-04-21 09:01:32.210677] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect3522'
[2020-04-21 09:01:32.210677] DEBUG: eos.gamedata: Loading skillNaniteInterfacingRepairTimeLevel (Effect3524)
[2020-04-21 09:01:32.211668] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect3524'
[2020-04-21 09:01:32.211668] DEBUG: eos.gamedata: Loading skillNaniteInterfacingRepairTime2 (Effect3723)
[2020-04-21 09:01:32.211668] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect3723'
[2020-04-21 09:01:32.212666] DEBUG: eos.gamedata: Loading jumpFreightersSkillMultiplier1 (Effect3595)
[2020-04-21 09:01:32.212666] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect3595'
[2020-04-21 09:01:32.212666] DEBUG: eos.gamedata: Loading jumpFreightersSkillMultiplier2 (Effect3596)
[2020-04-21 09:01:32.212666] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect3596'
[2020-04-21 09:01:32.213664] DEBUG: eos.gamedata: Loading industrialCommandShipSkillLevelMultiplierICS1 (Effect3741)
[2020-04-21 09:01:32.213664] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect3741'
[2020-04-21 09:01:32.213664] DEBUG: eos.gamedata: Loading industrialCommandShipSkillLevelMultiplierICS2 (Effect3743)
[2020-04-21 09:01:32.213664] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect3743'
[2020-04-21 09:01:32.213664] DEBUG: eos.gamedata: Loading industrialCommandShipSkillLevelMultiplierICS3 (Effect6739)
[2020-04-21 09:01:32.214660] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect6739'
[2020-04-21 09:01:32.214660] DEBUG: eos.gamedata: Loading industrialCommandShipSkillLevelMultiplierICS4 (Effect6740)
[2020-04-21 09:01:32.214660] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect6740'
[2020-04-21 09:01:32.214660] DEBUG: eos.gamedata: Loading industrialCommandShipSkillLevelMultiplierICS5 (Effect6785)
[2020-04-21 09:01:32.214660] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect6785'
[2020-04-21 09:01:32.217652] DEBUG: eos.gamedata: Loading subsystemSkillLevelAmarrDefensive (Effect3832)
[2020-04-21 09:01:32.217652] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect3832'
[2020-04-21 09:01:32.217652] DEBUG: eos.gamedata: Loading subsystemSkillLevelAmarrDefensive2 (Effect4195)
[2020-04-21 09:01:32.217652] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect4195'
[2020-04-21 09:01:32.217652] DEBUG: eos.gamedata: Loading subsystemSkillLevelAmarrDefensive3 (Effect6912)
[2020-04-21 09:01:32.217652] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect6912'
[2020-04-21 09:01:32.218651] DEBUG: eos.gamedata: Loading subsystemSkillLevelAmarrOffensive (Effect3847)
[2020-04-21 09:01:32.218651] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect3847'
[2020-04-21 09:01:32.218651] DEBUG: eos.gamedata: Loading subsystemSkillLevelAmarrOffensive2 (Effect4210)
[2020-04-21 09:01:32.218651] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect4210'
[2020-04-21 09:01:32.219650] DEBUG: eos.gamedata: Loading subsystemSkillLevelAmarrOffensive3 (Effect4338)
[2020-04-21 09:01:32.219650] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect4338'
[2020-04-21 09:01:32.219650] DEBUG: eos.gamedata: Loading subsystemSkillLevelAmarrPropulsion (Effect3848)
[2020-04-21 09:01:32.219650] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect3848'
[2020-04-21 09:01:32.220644] DEBUG: eos.gamedata: Loading subsystemSkillLevelAmarrPropulsion2 (Effect4211)
[2020-04-21 09:01:32.220644] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect4211'
[2020-04-21 09:01:32.220644] DEBUG: eos.gamedata: Loading subsystemSkillLevelAmarrEngineering (Effect3840)
[2020-04-21 09:01:32.221642] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect3840'
[2020-04-21 09:01:32.221642] DEBUG: eos.gamedata: Loading subsystemSkillLevelAmarrEngineering2 (Effect4203)
[2020-04-21 09:01:32.221642] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect4203'
[2020-04-21 09:01:32.221642] DEBUG: eos.gamedata: Loading subsystemSkillLevelAmarrEngineering3 (Effect6913)
[2020-04-21 09:01:32.221642] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect6913'
[2020-04-21 09:01:32.222640] DEBUG: eos.gamedata: Loading subsystemSkillLevelGallenteDefensive (Effect3834)
[2020-04-21 09:01:32.222640] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect3834'
[2020-04-21 09:01:32.222640] DEBUG: eos.gamedata: Loading subsystemSkillLevelGallenteDefensive2 (Effect4197)
[2020-04-21 09:01:32.222640] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect4197'
[2020-04-21 09:01:32.222640] DEBUG: eos.gamedata: Loading subsystemSkillLevelGallenteDefensive3 (Effect6917)
[2020-04-21 09:01:32.223639] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect6917'
[2020-04-21 09:01:32.223639] DEBUG: eos.gamedata: Loading subsystemSkillLevelCaldariDefensive (Effect3833)
[2020-04-21 09:01:32.223639] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect3833'
[2020-04-21 09:01:32.224633] DEBUG: eos.gamedata: Loading subsystemSkillLevelCaldariDefensive2 (Effect4196)
[2020-04-21 09:01:32.224633] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect4196'
[2020-04-21 09:01:32.224633] DEBUG: eos.gamedata: Loading subsystemSkillLevelCaldariDefensive3 (Effect6915)
[2020-04-21 09:01:32.224633] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect6915'
[2020-04-21 09:01:32.225631] DEBUG: eos.gamedata: Loading subsystemSkillLevelMinmatarDefensive (Effect3835)
[2020-04-21 09:01:32.225631] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect3835'
[2020-04-21 09:01:32.225631] DEBUG: eos.gamedata: Loading subsystemSkillLevelMinmatarDefensive2 (Effect4198)
[2020-04-21 09:01:32.225631] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect4198'
[2020-04-21 09:01:32.225631] DEBUG: eos.gamedata: Loading subsystemSkillLevelMinmatarDefensive3 (Effect6919)
[2020-04-21 09:01:32.225631] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect6919'
[2020-04-21 09:01:32.226629] DEBUG: eos.gamedata: Loading subsystemSkillLevelGallenteEngineering (Effect3842)
[2020-04-21 09:01:32.226629] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect3842'
[2020-04-21 09:01:32.226629] DEBUG: eos.gamedata: Loading subsystemSkillLevelGallenteEngineering2 (Effect4205)
[2020-04-21 09:01:32.227625] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect4205'
[2020-04-21 09:01:32.227625] DEBUG: eos.gamedata: Loading subsystemSkillLevelGallenteEngineering3 (Effect6916)
[2020-04-21 09:01:32.227625] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect6916'
[2020-04-21 09:01:32.228623] DEBUG: eos.gamedata: Loading subsystemSkillLevelMinmatarEngineering (Effect3843)
[2020-04-21 09:01:32.228623] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect3843'
[2020-04-21 09:01:32.228623] DEBUG: eos.gamedata: Loading subsystemSkillLevelMinmatarEngineering2 (Effect4206)
[2020-04-21 09:01:32.228623] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect4206'
[2020-04-21 09:01:32.228623] DEBUG: eos.gamedata: Loading subsystemSkillLevelMinmatarEngineering3 (Effect6918)
[2020-04-21 09:01:32.228623] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect6918'
[2020-04-21 09:01:32.229620] DEBUG: eos.gamedata: Loading subsystemSkillLevelCaldariEngineering (Effect3841)
[2020-04-21 09:01:32.230618] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect3841'
[2020-04-21 09:01:32.230618] DEBUG: eos.gamedata: Loading subsystemSkillLevelCaldariEngineering2 (Effect4204)
[2020-04-21 09:01:32.230618] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect4204'
[2020-04-21 09:01:32.230618] DEBUG: eos.gamedata: Loading subsystemSkillLevelCaldariEngineering3 (Effect6914)
[2020-04-21 09:01:32.230618] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect6914'
[2020-04-21 09:01:32.231617] DEBUG: eos.gamedata: Loading subsystemSkillLevelCaldariOffensive (Effect3846)
[2020-04-21 09:01:32.231617] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect3846'
[2020-04-21 09:01:32.231617] DEBUG: eos.gamedata: Loading subsystemSkillLevelCaldariOffensive2 (Effect4209)
[2020-04-21 09:01:32.231617] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect4209'
[2020-04-21 09:01:32.231617] DEBUG: eos.gamedata: Loading subsystemSkillLevelCaldariOffensive3 (Effect4339)
[2020-04-21 09:01:32.232612] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect4339'
[2020-04-21 09:01:32.232612] DEBUG: eos.gamedata: Loading subsystemSkillLevelGallenteOffensive (Effect3845)
[2020-04-21 09:01:32.233609] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect3845'
[2020-04-21 09:01:32.233609] DEBUG: eos.gamedata: Loading subsystemSkillLevelGallenteOffensive2 (Effect4208)
[2020-04-21 09:01:32.233609] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect4208'
[2020-04-21 09:01:32.233609] DEBUG: eos.gamedata: Loading subsystemSkillLevelGallenteOffensive3 (Effect4341)
[2020-04-21 09:01:32.233609] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect4341'
[2020-04-21 09:01:32.234608] DEBUG: eos.gamedata: Loading subsystemSkillLevelMinmatarOffensive (Effect3844)
[2020-04-21 09:01:32.234608] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect3844'
[2020-04-21 09:01:32.234608] DEBUG: eos.gamedata: Loading subsystemSkillLevelMinmatarOffensive2 (Effect4207)
[2020-04-21 09:01:32.234608] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect4207'
[2020-04-21 09:01:32.234608] DEBUG: eos.gamedata: Loading subsystemSkillLevelMinmatarOffensive3 (Effect4350)
[2020-04-21 09:01:32.234608] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect4350'
[2020-04-21 09:01:32.235604] DEBUG: eos.gamedata: Loading subsystemSkillLevelCaldariPropulsion (Effect3849)
[2020-04-21 09:01:32.235604] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect3849'
[2020-04-21 09:01:32.235604] DEBUG: eos.gamedata: Loading subsystemSkillLevelCaldariPropulsion2 (Effect4212)
[2020-04-21 09:01:32.236601] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect4212'
[2020-04-21 09:01:32.236601] DEBUG: eos.gamedata: Loading subsystemSkillLevelGallentePropulsion (Effect3850)
[2020-04-21 09:01:32.236601] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect3850'
[2020-04-21 09:01:32.237599] DEBUG: eos.gamedata: Loading subsystemSkillLevelGallentePropulsion2 (Effect4213)
[2020-04-21 09:01:32.237599] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect4213'
[2020-04-21 09:01:32.237599] DEBUG: eos.gamedata: Loading subsystemSkillLevelMinmatarPropulsion (Effect3851)
[2020-04-21 09:01:32.238597] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect3851'
[2020-04-21 09:01:32.238597] DEBUG: eos.gamedata: Loading subsystemSkillLevelMinmatarPropulsion2 (Effect4214)
[2020-04-21 09:01:32.238597] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect4214'
[2020-04-21 09:01:32.239596] DEBUG: eos.gamedata: Loading strategicCruiserAmarrSkillLevel1 (Effect4191)
[2020-04-21 09:01:32.239596] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect4191'
[2020-04-21 09:01:32.239596] DEBUG: eos.gamedata: Loading strategicCruiserAmarrSkillLevel2 (Effect6905)
[2020-04-21 09:01:32.239596] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect6905'
[2020-04-21 09:01:32.240591] DEBUG: eos.gamedata: Loading strategicCruiserCaldariSkillLevel1 (Effect4192)
[2020-04-21 09:01:32.240591] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect4192'
[2020-04-21 09:01:32.240591] DEBUG: eos.gamedata: Loading strategicCruiserCaldariSkillLevel2 (Effect6906)
[2020-04-21 09:01:32.240591] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect6906'
[2020-04-21 09:01:32.241588] DEBUG: eos.gamedata: Loading strategicCruiserGallenteSkillLevel1 (Effect4193)
[2020-04-21 09:01:32.241588] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect4193'
[2020-04-21 09:01:32.241588] DEBUG: eos.gamedata: Loading strategicCruiserGallenteSkillLevel2 (Effect6907)
[2020-04-21 09:01:32.241588] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect6907'
[2020-04-21 09:01:32.242586] DEBUG: eos.gamedata: Loading strategicCruiserMinmatarSkillLevel1 (Effect4194)
[2020-04-21 09:01:32.242586] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect4194'
[2020-04-21 09:01:32.242586] DEBUG: eos.gamedata: Loading strategicCruiserMinmatarSkillLevel2 (Effect6904)
[2020-04-21 09:01:32.242586] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect6904'
[2020-04-21 09:01:32.244542] DEBUG: eos.gamedata: Loading skillBonusHeavyFighters (Effect6563)
[2020-04-21 09:01:32.245578] DEBUG: eos.gamedata: Loading capitalLauncherSkillCruiseCitadelEmDamage1 (Effect4555)
[2020-04-21 09:01:32.245578] DEBUG: eos.gamedata: Loading capitalLauncherSkillCruiseCitadelExplosiveDamage1 (Effect4556)
[2020-04-21 09:01:32.245578] DEBUG: eos.gamedata: Loading capitalLauncherSkillCruiseCitadelKineticDamage1 (Effect4557)
[2020-04-21 09:01:32.245578] DEBUG: eos.gamedata: Loading capitalLauncherSkillCruiseCitadelThermalDamage1 (Effect4558)
[2020-04-21 09:01:32.246575] DEBUG: eos.gamedata: Loading skillReactiveArmorHardenerDurationBonus (Effect4976)
[2020-04-21 09:01:32.246575] DEBUG: eos.gamedata: Loading skillReactiveArmorHardenerCapNeedBonus (Effect5162)
[2020-04-21 09:01:32.247570] DEBUG: eos.gamedata: Loading miningFrigateSkillLevelPostMulShipBonusORE1frig (Effect5137)
[2020-04-21 09:01:32.247570] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect5137'
[2020-04-21 09:01:32.247570] DEBUG: eos.gamedata: Loading miningFrigateSkillLevelPostMulShipBonusORE2frig (Effect5138)
[2020-04-21 09:01:32.248569] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect5138'
[2020-04-21 09:01:32.248569] DEBUG: eos.gamedata: Loading sensorIntegritySkillLevelPreMulSensorStrengthBonusSelf (Effect5172)
[2020-04-21 09:01:32.248569] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect5172'
[2020-04-21 09:01:32.249566] DEBUG: eos.gamedata: Loading sensorCompensationSensorStrengthBonusMagnetometric (Effect5182)
[2020-04-21 09:01:32.249566] DEBUG: eos.gamedata: Loading sensorCompensationSensorStrengthBonusGravimetric (Effect5180)
[2020-04-21 09:01:32.250565] DEBUG: eos.gamedata: Loading sensorCompensationSensorStrengthBonusLadar (Effect5181)
[2020-04-21 09:01:32.251562] DEBUG: eos.gamedata: Loading sensorCompensationSensorStrengthBonusRadar (Effect5183)
[2020-04-21 09:01:32.251562] DEBUG: eos.gamedata: Loading armorUpgradesSkillBoostMassPenaltyReduction (Effect5200)
[2020-04-21 09:01:32.252559] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect5200'
[2020-04-21 09:01:32.252559] DEBUG: eos.gamedata: Loading armorUpgradesMassPenaltyReductionBonus (Effect5201)
[2020-04-21 09:01:32.253518] DEBUG: eos.gamedata: Loading destroyerSkillLevelPreMulShipBonusAD1Ship (Effect5276)
[2020-04-21 09:01:32.253518] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect5276'
[2020-04-21 09:01:32.253518] DEBUG: eos.gamedata: Loading destroyerSkillLevelPreMulShipBonusAD2Ship (Effect5277)
[2020-04-21 09:01:32.253518] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect5277'
[2020-04-21 09:01:32.254554] DEBUG: eos.gamedata: Loading destroyerSkillLevelPreMulShipBonusCD1Ship (Effect5278)
[2020-04-21 09:01:32.254554] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect5278'
[2020-04-21 09:01:32.254554] DEBUG: eos.gamedata: Loading destroyerSkillLevelPreMulShipBonusCD2Ship (Effect5279)
[2020-04-21 09:01:32.254554] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect5279'
[2020-04-21 09:01:32.255553] DEBUG: eos.gamedata: Loading destroyerSkillLevelPreMulShipBonusGD1Ship (Effect5280)
[2020-04-21 09:01:32.255553] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect5280'
[2020-04-21 09:01:32.255553] DEBUG: eos.gamedata: Loading destroyerSkillLevelPreMulShipBonusGD2Ship (Effect5281)
[2020-04-21 09:01:32.255553] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect5281'
[2020-04-21 09:01:32.257545] DEBUG: eos.gamedata: Loading destroyerSkillLevelPreMulShipBonusMD1Ship (Effect5282)
[2020-04-21 09:01:32.257545] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect5282'
[2020-04-21 09:01:32.257545] DEBUG: eos.gamedata: Loading destroyerSkillLevelPreMulShipBonusMD2Ship (Effect5283)
[2020-04-21 09:01:32.257545] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect5283'
[2020-04-21 09:01:32.258544] DEBUG: eos.gamedata: Loading battlecruiserSkillLevelPreMulShipBonusABC1Ship (Effect5284)
[2020-04-21 09:01:32.258544] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect5284'
[2020-04-21 09:01:32.258544] DEBUG: eos.gamedata: Loading battlecruiserSkillLevelPreMulShipBonusABC2Ship (Effect5285)
[2020-04-21 09:01:32.258544] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect5285'
[2020-04-21 09:01:32.259541] DEBUG: eos.gamedata: Loading battlecruiserSkillLevelPreMulShipBonusCBC1Ship (Effect5286)
[2020-04-21 09:01:32.259541] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect5286'
[2020-04-21 09:01:32.259541] DEBUG: eos.gamedata: Loading battlecruiserSkillLevelPreMulShipBonusCBC2Ship (Effect5287)
[2020-04-21 09:01:32.260538] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect5287'
[2020-04-21 09:01:32.260538] DEBUG: eos.gamedata: Loading battlecruiserSkillLevelPreMulShipBonusGBC1Ship (Effect5288)
[2020-04-21 09:01:32.260538] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect5288'
[2020-04-21 09:01:32.261535] DEBUG: eos.gamedata: Loading battlecruiserSkillLevelPreMulShipBonusGBC2Ship (Effect5289)
[2020-04-21 09:01:32.261535] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect5289'
[2020-04-21 09:01:32.261535] DEBUG: eos.gamedata: Loading battlecruiserSkillLevelPreMulShipBonusMBC1Ship (Effect5290)
[2020-04-21 09:01:32.262536] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect5290'
[2020-04-21 09:01:32.262536] DEBUG: eos.gamedata: Loading battlecruiserSkillLevelPreMulShipBonusMBC2Ship (Effect5291)
[2020-04-21 09:01:32.262536] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect5291'
[2020-04-21 09:01:32.263491] DEBUG: eos.gamedata: Loading skillJumpCloneCooldownReduction (Effect5527)
[2020-04-21 09:01:32.263491] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect5527'
[2020-04-21 09:01:32.264526] DEBUG: eos.gamedata: Loading piCustomsOfficeTaxReduction (Effect5614)
[2020-04-21 09:01:32.264526] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect5614'
[2020-04-21 09:01:32.265524] DEBUG: eos.gamedata: Loading piTaxReductionModifierSkillModifier (Effect5615)
[2020-04-21 09:01:32.265524] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect5615'
[2020-04-21 09:01:32.266523] DEBUG: eos.gamedata: Loading expeditionFrigateSkillLevelPostMulEliteBonusExpedition1 (Effect5850)
[2020-04-21 09:01:32.266523] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect5850'
[2020-04-21 09:01:32.267518] DEBUG: eos.gamedata: Loading expeditionFrigateSkillLevelPostMulEliteBonusExpedition2 (Effect5851)
[2020-04-21 09:01:32.267518] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect5851'
[2020-04-21 09:01:32.268516] DEBUG: eos.gamedata: Loading freighterO1SkillLevel (Effect5996)
[2020-04-21 09:01:32.268516] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect5996'
[2020-04-21 09:01:32.268516] DEBUG: eos.gamedata: Loading freighterO2SkillLevel (Effect5997)
[2020-04-21 09:01:32.268516] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect5997'
[2020-04-21 09:01:32.269519] DEBUG: eos.gamedata: Loading tacticalDestroyerAmarrSkillLevel1 (Effect6003)
[2020-04-21 09:01:32.269519] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect6003'
[2020-04-21 09:01:32.269519] DEBUG: eos.gamedata: Loading tacticalDestroyerAmarrSkillLevel2 (Effect6004)
[2020-04-21 09:01:32.269519] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect6004'
[2020-04-21 09:01:32.269519] DEBUG: eos.gamedata: Loading tacticalDestroyerAmarrSkillLevel3 (Effect6005)
[2020-04-21 09:01:32.270511] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect6005'
[2020-04-21 09:01:32.270511] DEBUG: eos.gamedata: Loading tacticalDestroyerMinmatarSkillLevel1 (Effect6033)
[2020-04-21 09:01:32.271511] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect6033'
[2020-04-21 09:01:32.271511] DEBUG: eos.gamedata: Loading tacticalDestroyerMinmatarSkillLevel2 (Effect6034)
[2020-04-21 09:01:32.271511] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect6034'
[2020-04-21 09:01:32.271511] DEBUG: eos.gamedata: Loading tacticalDestroyerMinmatarSkillLevel3 (Effect6035)
[2020-04-21 09:01:32.271511] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect6035'
[2020-04-21 09:01:32.272508] DEBUG: eos.gamedata: Loading tacticalDestroyerCaldariSkillLevel1 (Effect6078)
[2020-04-21 09:01:32.272508] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect6078'
[2020-04-21 09:01:32.272508] DEBUG: eos.gamedata: Loading tacticalDestroyerCaldariSkillLevel2 (Effect6079)
[2020-04-21 09:01:32.272508] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect6079'
[2020-04-21 09:01:32.272508] DEBUG: eos.gamedata: Loading tacticalDestroyerCaldariSkillLevel3 (Effect6080)
[2020-04-21 09:01:32.273502] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect6080'
[2020-04-21 09:01:32.274501] DEBUG: eos.gamedata: Loading tacticalDestroyerGallenteSkillLevel1 (Effect6145)
[2020-04-21 09:01:32.274501] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect6145'
[2020-04-21 09:01:32.274501] DEBUG: eos.gamedata: Loading tacticalDestroyerGallenteSkillLevel2 (Effect6146)
[2020-04-21 09:01:32.274501] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect6146'
[2020-04-21 09:01:32.274501] DEBUG: eos.gamedata: Loading tacticalDestroyerGallenteSkillLevel3 (Effect6147)
[2020-04-21 09:01:32.274501] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect6147'
[2020-04-21 09:01:32.275497] DEBUG: eos.gamedata: Loading commandDestroyerSkillMultiplier1 (Effect6209)
[2020-04-21 09:01:32.276495] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect6209'
[2020-04-21 09:01:32.276495] DEBUG: eos.gamedata: Loading commandDestroyerSkillMultiplier2 (Effect6210)
[2020-04-21 09:01:32.276495] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect6210'
[2020-04-21 09:01:32.276495] DEBUG: eos.gamedata: Loading commandDestroyerSkillMultiplier3 (Effect6211)
[2020-04-21 09:01:32.276495] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect6211'
[2020-04-21 09:01:32.277490] DEBUG: eos.gamedata: Loading skillStructureMissileDamageBonus (Effect6396)
[2020-04-21 09:01:32.278493] DEBUG: eos.gamedata: Loading skillStructureDoomsdayDurationBonus (Effect6679)
[2020-04-21 09:01:32.278493] DEBUG: eos.gamedata: Loading skillStructureElectronicSystemsCapNeedBonus (Effect6400)
[2020-04-21 09:01:32.279490] DEBUG: eos.gamedata: Loading skillStructureEngineeringSystemsCapNeedBonus (Effect6401)
[2020-04-21 09:01:32.280485] DEBUG: eos.gamedata: Loading logiFrigSkillMultiplier1 (Effect6375)
[2020-04-21 09:01:32.280485] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect6375'
[2020-04-21 09:01:32.280485] DEBUG: eos.gamedata: Loading logiFrigSkillMultiplier2 (Effect6376)
[2020-04-21 09:01:32.281481] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect6376'
[2020-04-21 09:01:32.281481] DEBUG: eos.gamedata: Loading skillBonusLightFighters (Effect6561)
[2020-04-21 09:01:32.282479] DEBUG: eos.gamedata: Loading skillBonusSupportFightersShield (Effect6562)
[2020-04-21 09:01:32.283479] DEBUG: eos.gamedata: Loading skillBonusCapitalAutocannonSpecialization (Effect6571)
[2020-04-21 09:01:32.284474] DEBUG: eos.gamedata: Loading skillBonusCapitalArtillerySpecialization (Effect6572)
[2020-04-21 09:01:32.284474] DEBUG: eos.gamedata: Loading skillBonusCapitalBlasterSpecialization (Effect6573)
[2020-04-21 09:01:32.285472] DEBUG: eos.gamedata: Loading skillBonusCapitalRailgunSpecialization (Effect6574)
[2020-04-21 09:01:32.286469] DEBUG: eos.gamedata: Loading skillBonusCapitalPulseLaserSpecialization (Effect6575)
[2020-04-21 09:01:32.287468] DEBUG: eos.gamedata: Loading skillBonusCapitalBeamLaserSpecialization (Effect6576)
[2020-04-21 09:01:32.287468] DEBUG: eos.gamedata: Loading skillBonusXLTorpedoSpecialization (Effect6578)
[2020-04-21 09:01:32.288463] DEBUG: eos.gamedata: Loading skillBonusXLCruiseMissileSpecialization (Effect6577)
[2020-04-21 09:01:32.289460] DEBUG: eos.gamedata: Loading skillBonusDoomsdayRapidFiring (Effect6642)
[2020-04-21 09:01:32.290459] DEBUG: eos.gamedata: Loading iceHarvestingDroneOperationDurationBonus (Effect6763)
[2020-04-21 09:01:32.291455] DEBUG: eos.gamedata: Loading iceHarvestingDroneSpecBonus (Effect6764)
[2020-04-21 09:01:32.292452] DEBUG: eos.gamedata: Loading spatialPhenomenaGenerationDurationBonus (Effect6765)
[2020-04-21 09:01:32.292452] DEBUG: eos.gamedata: Loading invulnerabilityCoreDurationBonus (Effect6807)
[2020-04-21 09:01:32.293447] DEBUG: eos.gamedata: Loading reactionTimeBonusPostPercentManufactureTimeMultiplierChar (Effect6891)
[2020-04-21 09:01:32.294446] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect6891'
[2020-04-21 09:01:32.294446] DEBUG: eos.gamedata: Loading reactionSkillBoostManufacturingTimeBonus (Effect6892)
[2020-04-21 09:01:32.294446] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect6892'
[2020-04-21 09:01:32.295447] DEBUG: eos.gamedata: Loading massReactionSkillLevelModAddReactionSlotLimitChar (Effect6893)
[2020-04-21 09:01:32.295447] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect6893'
[2020-04-21 09:01:32.299462] DEBUG: eos.gamedata: Loading flagCruiserSkillMultiplier1 (Effect7041)
[2020-04-21 09:01:32.299462] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect7041'
[2020-04-21 09:01:32.300485] DEBUG: eos.gamedata: Loading precursorFrigateSkillLevelPreMulShipBonusPF1 (Effect7065)
[2020-04-21 09:01:32.300485] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect7065'
[2020-04-21 09:01:32.300485] DEBUG: eos.gamedata: Loading precursorFrigateSkillLevelPreMulShipBonusPF2 (Effect7066)
[2020-04-21 09:01:32.300485] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect7066'
[2020-04-21 09:01:32.301525] DEBUG: eos.gamedata: Loading precursorCruiserSkillLevelPreMulShipBonusPC1 (Effect7067)
[2020-04-21 09:01:32.301525] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect7067'
[2020-04-21 09:01:32.301525] DEBUG: eos.gamedata: Loading precursorCruiserSkillLevelPreMulShipBonusPC2 (Effect7068)
[2020-04-21 09:01:32.302526] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect7068'
[2020-04-21 09:01:32.302526] DEBUG: eos.gamedata: Loading precursorBattleShipSkillLevelPreMulShipBonusPBS1 (Effect7069)
[2020-04-21 09:01:32.302526] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect7069'
[2020-04-21 09:01:32.303521] DEBUG: eos.gamedata: Loading precursorBattleshipSkillLevelPreMulShipBonusPBS2 (Effect7070)
[2020-04-21 09:01:32.303521] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect7070'
[2020-04-21 09:01:32.303521] DEBUG: eos.gamedata: Loading smallPrecursorTurretDmgBonusRequiredSkill (Effect7071)
[2020-04-21 09:01:32.304517] DEBUG: eos.gamedata: Loading mediumPrecursorTurretDmgBonusRequiredSkill (Effect7072)
[2020-04-21 09:01:32.305514] DEBUG: eos.gamedata: Loading largePrecursorTurretDmgBonusRequiredSkill (Effect7073)
[2020-04-21 09:01:32.306513] DEBUG: eos.gamedata: Loading smallDisintegratorSkillDmgBonus (Effect7074)
[2020-04-21 09:01:32.306513] DEBUG: eos.gamedata: Loading mediumDisintegratorSkillDmgBonus (Effect7075)
[2020-04-21 09:01:32.307514] DEBUG: eos.gamedata: Loading largeDisintegratorSkillDmgBonus (Effect7076)
[2020-04-21 09:01:32.308507] DEBUG: eos.gamedata: Loading precursorDestroyerSkillLevelPreMulShipBonusPD1 (Effect7150)
[2020-04-21 09:01:32.308507] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect7150'
[2020-04-21 09:01:32.308507] DEBUG: eos.gamedata: Loading precursorDestroyerSkillLevelPreMulShipBonusPD2 (Effect7151)
[2020-04-21 09:01:32.309504] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect7151'
[2020-04-21 09:01:32.309504] DEBUG: eos.gamedata: Loading precursorBattlecruiserSkillLevelPreMulShipBonusPBC1 (Effect7152)
[2020-04-21 09:01:32.310462] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect7152'
[2020-04-21 09:01:32.310462] DEBUG: eos.gamedata: Loading precursorBattlecruiserSkillLevelPreMulShipBonusPBC2 (Effect7153)
[2020-04-21 09:01:32.310462] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect7153'
[2020-04-21 09:01:32.312496] DEBUG: eos.gamedata: Loading skillMultiplierShipBonusDreadnoughtPrecursor (Effect7241)
[2020-04-21 09:01:32.312496] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect7241'
[2020-04-21 09:01:32.313495] DEBUG: eos.gamedata: Loading capitalPrecursorTurretDmgBonusRequiredSkill (Effect7242)
[2020-04-21 09:01:32.314491] DEBUG: eos.gamedata: Loading shipLaserDamagePirateBattleship (Effect3478)
[2020-04-21 09:01:32.314491] DEBUG: eos.gamedata: Loading shipTrackingBonusAB (Effect3480)
[2020-04-21 09:01:32.314491] DEBUG: eos.gamedata: Loading shipBonusAfterburnerSpeedFactor2CB (Effect5802)
[2020-04-21 09:01:32.629716] DEBUG: eos.saveddata.fit: Done with fit calculation
[2020-04-21 09:01:32.629716] INFO: service.fit: ==========recalc time: 0.7473597526550293==========
[2020-04-21 09:01:32.639688] DEBUG: service.fit: Fetching all fits for ship ID: 17736
[2020-04-21 09:01:32.690562] DEBUG: gui.builtinViews.fittingView: ------------------ new fitting view -------------------
[2020-04-21 09:01:32.690562] DEBUG: gui.builtinViews.fittingView: <gui.builtinViews.fittingView.FittingView object at 0x000001C4B132DA68>
[2020-04-21 09:01:32.690562] DEBUG: gui.builtinViews.fittingView: ###################### Created new view:<gui.builtinViews.fittingView.FittingView object at 0x000001C4B132DA68>
[2020-04-21 09:01:32.694587] DEBUG: gui.builtinViews.fittingView: ====== Fit Selected: <gui.builtinViews.fittingView.FittingView object at 0x000001C4B132DA68>True
[2020-04-21 09:01:32.698574] INFO: service.fit: ==========recalc: Nightmare fit==========
[2020-04-21 09:01:32.699571] INFO: eos.saveddata.fit: Starting fit calculation on: Fit(ID=7, ship=Nightmare, name=Nightmare fit) at 0x1c4b1333148, calc: LOCAL
[2020-04-21 09:01:32.699571] INFO: eos.saveddata.fit: Fit is not yet calculated; will be running local calcs for Fit(ID=7, ship=Nightmare, name=Nightmare fit) at 0x1c4b1333148
[2020-04-21 09:01:32.716528] DEBUG: eos.saveddata.fit: Done with fit calculation
[2020-04-21 09:01:32.716528] INFO: service.fit: ==========recalc time: 0.01795363426208496==========
[2020-04-21 09:01:32.716528] DEBUG: service.fit: Check states for fit ID: Nightmare fit (Nightmare)
[2020-04-21 09:01:32.750443] DEBUG: service.fit: Switching fit to fit ID: 7
[2020-04-21 09:01:33.075712] DEBUG: service.price: Initialize PriceWorkerThread.
[2020-04-21 09:01:33.079701] DEBUG: eos.gamedata: Creating a price for 17736
[2020-04-21 09:01:35.610101] DEBUG: gui.contextMenu: 186 new IDs created for this menu
[2020-04-21 09:05:14.075397] DEBUG: service.fit: Searching for fit: mae
[2020-04-21 09:05:14.079352] DEBUG: service.fit: Fetching all fits for ship ID: 24694
[2020-04-21 09:05:14.092316] DEBUG: service.fit: Fetching all fits for ship ID: 2863
[2020-04-21 09:05:14.508515] DEBUG: service.fit: Searching for fit: mael
[2020-04-21 09:05:14.510511] DEBUG: service.fit: Fetching all fits for ship ID: 24694
[2020-04-21 09:05:26.950128] DEBUG: eos.gamedata: Loading shipBonusShieldBoosterMB1a (Effect4950)
[2020-04-21 09:05:26.951128] DEBUG: eos.gamedata: Loading shipPTspeedBonusMB2 (Effect604)
[2020-04-22 05:19:44.725414] INFO: __main__: Starting Pyfa
[2020-04-22 05:19:44.725414] INFO: __main__:
[2020-04-22 05:19:44.725414] INFO: __main__: Writing log file to: C:\Users\JackDodgers\.pyfa\pyfa.log
[2020-04-22 05:19:44.725414] INFO: __main__: Running in a frozen state.
[2020-04-22 05:19:44.821120] INFO: eos.db: Initializing database
[2020-04-22 05:19:44.821120] INFO: eos.db: Gamedata connection: sqlite:///C:\Program Files\pyfa\eve.db?check_same_thread=False
[2020-04-22 05:19:44.821120] INFO: eos.db: Saveddata connection: sqlite:///C:\Users\JackDodgers\.pyfa\saveddata.db?check_same_thread=False
[2020-04-22 05:19:44.822152] DEBUG: eos.db: Initializing gamedata
[2020-04-22 05:19:44.829100] DEBUG: eos.db: Getting gamedata version
[2020-04-22 05:19:44.850072] DEBUG: eos.db: Initializing saveddata
[2020-04-22 05:19:44.851041] DEBUG: eos.db: Importing gamedata DB scheme
[2020-04-22 05:19:44.939842] DEBUG: eos.db: Importing saveddata DB scheme
[2020-04-22 05:19:45.021678] DEBUG: eos.db: Importing gamedata queries
[2020-04-22 05:19:45.022717] DEBUG: eos.db: Importing saveddata queries
[2020-04-22 05:19:45.023711] DEBUG: service.prefetch: Run database migration.
[2020-04-22 05:19:45.036638] DEBUG: service.prefetch: Starting database validation.
[2020-04-22 05:19:45.037635] DEBUG: eos.db.saveddata.databaseRepair: Running database cleanup for character skills.
[2020-04-22 05:19:45.039630] DEBUG: eos.db.saveddata.databaseRepair: Running database cleanup for orphaned characters attached to fits.
[2020-04-22 05:19:45.041625] DEBUG: eos.db.saveddata.databaseRepair: Running database cleanup for orphaned damage patterns attached to fits.
[2020-04-22 05:19:45.044615] ERROR: eos.db.saveddata.databaseRepair: Missing uniform damage pattern.
[2020-04-22 05:19:45.047607] DEBUG: eos.db.saveddata.databaseRepair: Running database cleanup for missing damage pattern names.
[2020-04-22 05:19:45.049602] DEBUG: eos.db.saveddata.databaseRepair: Running database cleanup for missing target resist names.
[2020-04-22 05:19:45.051597] DEBUG: eos.db.saveddata.databaseRepair: Running database cleanup for orphaned drones items.
[2020-04-22 05:19:45.053591] DEBUG: eos.db.saveddata.databaseRepair: Running database cleanup for orphaned cargo items.
[2020-04-22 05:19:45.055621] DEBUG: eos.db.saveddata.databaseRepair: Running database cleanup for orphaned fighters items.
[2020-04-22 05:19:45.058579] DEBUG: eos.db.saveddata.databaseRepair: Running database cleanup for orphaned modules items.
[2020-04-22 05:19:45.060573] DEBUG: eos.db.saveddata.databaseRepair: Running database cleanup for null damagePatterns values. (em)
[2020-04-22 05:19:45.062605] DEBUG: eos.db.saveddata.databaseRepair: Running database cleanup for null damagePatterns values. (thermal)
[2020-04-22 05:19:45.064597] DEBUG: eos.db.saveddata.databaseRepair: Running database cleanup for null damagePatterns values. (kinetic)
[2020-04-22 05:19:45.065597] DEBUG: eos.db.saveddata.databaseRepair: Running database cleanup for null damagePatterns values. (explosive)
[2020-04-22 05:19:45.067590] DEBUG: eos.db.saveddata.databaseRepair: Running database cleanup for null targetResists values. (em)
[2020-04-22 05:19:45.068589] DEBUG: eos.db.saveddata.databaseRepair: Running database cleanup for null targetResists values. (thermal)
[2020-04-22 05:19:45.070548] DEBUG: eos.db.saveddata.databaseRepair: Running database cleanup for null targetResists values. (kinetic)
[2020-04-22 05:19:45.072542] DEBUG: eos.db.saveddata.databaseRepair: Running database cleanup for null targetResists values. (explosive)
[2020-04-22 05:19:45.073576] DEBUG: eos.db.saveddata.databaseRepair: Running database cleanup for duplicated selected ammo profiles.
[2020-04-22 05:19:45.075568] DEBUG: service.prefetch: Completed database validation.
[2020-04-22 05:19:47.663344] INFO: gui.bitmap_loader: Using local image files.
[2020-04-22 05:19:47.703237] DEBUG: gui.contextMenu: registering context menu class OpenFitInNewTab
[2020-04-22 05:19:47.704235] DEBUG: gui.contextMenu: registering context menu class AddBrowsedFits
[2020-04-22 05:19:47.708224] DEBUG: gui.contextMenu: registering context menu class AddCurrentlyOpenFit
[2020-04-22 05:19:47.709221] DEBUG: gui.contextMenu: registering context menu class AddEnvironmentEffect
[2020-04-22 05:19:47.939604] DEBUG: service.market: Initialize ShipBrowserWorkerThread.
[2020-04-22 05:19:48.200239] DEBUG: service.fit: Initialize Fit class
[2020-04-22 05:19:48.272069] DEBUG: service.fit: Getting fits with modules
[2020-04-22 05:19:48.278052] DEBUG: gui.contextMenu: registering context menu class AddCommandFit
[2020-04-22 05:19:48.280048] DEBUG: gui.contextMenu: registering context menu class TargetProfileAdder
[2020-04-22 05:19:48.281049] DEBUG: gui.contextMenu: registering context menu class ChangeShipTacticalMode
[2020-04-22 05:19:48.282041] DEBUG: gui.contextMenu: registering context menu class ChangeModuleAmmo
[2020-04-22 05:19:48.283039] DEBUG: gui.contextMenu: registering context menu class ChangeModuleSpool
[2020-04-22 05:19:48.283039] DEBUG: gui.contextMenu: registering context menu class BoosterSideEffects
[2020-04-22 05:19:48.284037] DEBUG: gui.contextMenu: registering context menu class FighterAbilities
[2020-04-22 05:19:48.285034] DEBUG: gui.contextMenu: registering context menu class TargetWrapperResists
[2020-04-22 05:19:48.287028] DEBUG: gui.contextMenu: registering context menu class TargetProfileEditorMenu
[2020-04-22 05:19:48.347865] DEBUG: gui.contextMenu: registering context menu class ItemStats
[2020-04-22 05:19:48.348864] DEBUG: gui.contextMenu: registering context menu class JumpToMarketItem
[2020-04-22 05:19:48.349861] DEBUG: gui.contextMenu: registering context menu class FitSystemSecurityMenu
[2020-04-22 05:19:48.350860] DEBUG: gui.contextMenu: registering context menu class JumpToShip
[2020-04-22 05:19:48.350860] DEBUG: gui.contextMenu: registering context menu class RemoveItem
[2020-04-22 05:19:48.351855] DEBUG: gui.contextMenu: registering context menu class ChangeItemAmount
[2020-04-22 05:19:48.351855] DEBUG: gui.contextMenu: registering context menu class ChangeItemProjectionRange
[2020-04-22 05:19:48.352853] DEBUG: gui.contextMenu: registering context menu class DroneSplitStack
[2020-04-22 05:19:48.353850] DEBUG: gui.contextMenu: registering context menu class ChangeItemToVariation
[2020-04-22 05:19:48.353850] DEBUG: gui.contextMenu: registering context menu class ChangeModuleMutation
[2020-04-22 05:19:48.354847] DEBUG: gui.contextMenu: registering context menu class FillWithModule
[2020-04-22 05:19:48.433636] DEBUG: gui.contextMenu: registering context menu class ExportMutatedModule
[2020-04-22 05:19:48.434634] DEBUG: gui.contextMenu: registering context menu class ChangeAffectingSkills
[2020-04-22 05:19:48.434634] DEBUG: gui.contextMenu: registering context menu class FillWithItem
[2020-04-22 05:19:48.435632] DEBUG: gui.contextMenu: registering context menu class DroneAddStack
[2020-04-22 05:19:48.435632] DEBUG: gui.contextMenu: registering context menu class AddToCargo
[2020-04-22 05:19:48.436629] DEBUG: gui.contextMenu: registering context menu class AddToCargoAmmo
[2020-04-22 05:19:48.437626] DEBUG: gui.contextMenu: registering context menu class ProjectItem
[2020-04-22 05:19:48.437626] DEBUG: gui.contextMenu: registering context menu class AmmoToDmgPattern
[2020-04-22 05:19:48.439623] DEBUG: gui.contextMenu: registering context menu class ImplantSetApply
[2020-04-22 05:19:48.440620] DEBUG: gui.contextMenu: registering context menu class ImplantSetSave
[2020-04-22 05:19:48.440620] DEBUG: gui.contextMenu: registering context menu class DronesPrice
[2020-04-22 05:19:48.441615] DEBUG: gui.contextMenu: registering context menu class CargoPrice
[2020-04-22 05:19:48.441615] DEBUG: gui.contextMenu: registering context menu class ImplantBoosterPrice
[2020-04-22 05:19:48.441615] DEBUG: gui.contextMenu: registering context menu class ChangeDamagePattern
[2020-04-22 05:19:48.442613] DEBUG: gui.contextMenu: registering context menu class FactorReload
[2020-04-22 05:19:48.442613] DEBUG: gui.contextMenu: registering context menu class TargetProfileSwitcher
[2020-04-22 05:19:48.443611] DEBUG: gui.contextMenu: registering context menu class GraphDmgApplyProjectedMenu
[2020-04-22 05:19:48.443611] DEBUG: gui.contextMenu: registering context menu class GraphDmgIgnoreResistsMenu
[2020-04-22 05:19:48.444608] DEBUG: gui.contextMenu: registering context menu class GraphIgnoreLockRangeMenu
[2020-04-22 05:19:48.444608] DEBUG: gui.contextMenu: registering context menu class GraphIgnoreDcrMenu
[2020-04-22 05:19:48.445604] DEBUG: gui.contextMenu: registering context menu class GraphDmgDroneModeMenu
[2020-04-22 05:19:48.446602] DEBUG: gui.contextMenu: registering context menu class AdditionsExportAll
[2020-04-22 05:19:48.446602] DEBUG: gui.contextMenu: registering context menu class AdditionsExportAll
[2020-04-22 05:19:48.447599] DEBUG: gui.contextMenu: registering context menu class AdditionsImport
[2020-04-22 05:19:48.555880] DEBUG: gui.statsPane: Setting full view for: resources
[2020-04-22 05:19:48.556878] DEBUG: gui.statsPane: Setting full view for: resistances
[2020-04-22 05:19:48.556878] DEBUG: gui.statsPane: Setting full view for: recharge
[2020-04-22 05:19:48.556878] DEBUG: gui.statsPane: Setting full view for: firepower
[2020-04-22 05:19:48.556878] DEBUG: gui.statsPane: Setting full view for: outgoing
[2020-04-22 05:19:48.556878] DEBUG: gui.statsPane: Setting full view for: capacitor
[2020-04-22 05:19:48.556878] DEBUG: gui.statsPane: Setting minimal view for: targetingMisc
[2020-04-22 05:19:48.556878] DEBUG: gui.statsPane: Setting full view for: price
[2020-04-22 05:19:48.655129] DEBUG: gui.mainFrame: Done loading mainframe imports
[2020-04-22 05:19:48.681092] DEBUG: gui.mainFrame: Initialize MainFrame
[2020-04-22 05:19:49.212671] DEBUG: gui.marketBrowser: Initialize marketBrowser
[2020-04-22 05:19:49.233616] DEBUG: gui.builtinMarketBrowser.marketTree: Initialize marketTree
[2020-04-22 05:19:49.290535] DEBUG: gui.builtinMarketBrowser.itemView: Initialize ItemView
[2020-04-22 05:19:49.350372] DEBUG: gui.shipBrowser: Populate ship category list.
[2020-04-22 05:19:49.753805] DEBUG: service.fit: Changing character (1) for fit ID: None
[2020-04-22 05:19:49.789709] DEBUG: gui.statsPane: Load view: resourcesViewFull
[2020-04-22 05:19:49.935590] DEBUG: gui.statsPane: Load view: resistancesViewFull
[2020-04-22 05:19:50.022046] DEBUG: gui.statsPane: Load view: rechargeViewFull
[2020-04-22 05:19:50.087872] DEBUG: gui.statsPane: Load view: firepowerViewFull
[2020-04-22 05:19:50.133712] DEBUG: gui.statsPane: Load view: outgoingViewFull
[2020-04-22 05:19:50.165627] DEBUG: gui.statsPane: Load view: capacitorViewFull
[2020-04-22 05:19:50.204524] DEBUG: gui.statsPane: Load view: targetingMiscViewMinimal
[2020-04-22 05:19:50.261371] DEBUG: gui.statsPane: Load view: priceViewFull
[2020-04-22 05:19:50.314893] DEBUG: gui.mainMenuBar: Initialize MainMenuBar
[2020-04-22 05:19:50.690336] DEBUG: service.update: Starting Check Update Thread.
[2020-04-22 05:20:03.790705] DEBUG: eos.gamedata: Loading loPower (Effect11)
[2020-04-22 05:20:03.790705] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect11'
[2020-04-22 05:20:03.791703] DEBUG: eos.gamedata: Loading online (Effect16)
[2020-04-22 05:20:03.791703] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect16'
[2020-04-22 05:20:03.791703] DEBUG: eos.gamedata: Loading armorReinforcerMassAdd (Effect1959)
[2020-04-22 05:20:03.791703] DEBUG: eos.gamedata: Loading armorHPBonusAdd (Effect2837)
[2020-04-22 05:20:03.798720] DEBUG: eos.gamedata: Loading missileDMGBonus (Effect763)
[2020-04-22 05:20:03.798720] DEBUG: eos.gamedata: Loading missileLauncherSpeedMultiplier (Effect889)
[2020-04-22 05:20:03.807661] DEBUG: eos.gamedata: Loading shieldBoosting (Effect4)
[2020-04-22 05:20:03.815639] DEBUG: eos.gamedata: Loading medPower (Effect13)
[2020-04-22 05:20:03.815639] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect13'
[2020-04-22 05:20:03.816636] DEBUG: eos.gamedata: Loading overloadSelfHardeningInvulnerabilityBonus (Effect3035)
[2020-04-22 05:20:03.816636] DEBUG: eos.gamedata: Loading modifyActiveShieldResonancePostPercent (Effect5230)
[2020-04-22 05:20:03.822656] DEBUG: eos.gamedata: Loading capacitorCapacityMultiply (Effect58)
[2020-04-22 05:20:03.822656] DEBUG: eos.gamedata: Loading overloadSelfSpeedBonus (Effect3175)
[2020-04-22 05:20:03.822656] DEBUG: eos.gamedata: Loading moduleBonusMicrowarpdrive (Effect6730)
[2020-04-22 05:20:03.829635] DEBUG: eos.gamedata: Loading overloadSelfRangeBonus (Effect3174)
[2020-04-22 05:20:03.829635] DEBUG: eos.gamedata: Loading remoteWebifierFalloff (Effect6426)
[2020-04-22 05:20:03.835622] DEBUG: eos.gamedata: Loading warpDisrupt (Effect39)
[2020-04-22 05:20:03.843565] DEBUG: eos.gamedata: Loading hiPower (Effect12)
[2020-04-22 05:20:03.843565] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect12'
[2020-04-22 05:20:03.844562] DEBUG: eos.gamedata: Loading cloaking (Effect607)
[2020-04-22 05:20:03.849554] DEBUG: eos.gamedata: Loading launcherFitted (Effect40)
[2020-04-22 05:20:03.850574] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect40'
[2020-04-22 05:20:03.850574] DEBUG: eos.gamedata: Loading useMissiles (Effect101)
[2020-04-22 05:20:03.856543] DEBUG: eos.gamedata: Loading rigSlot (Effect2663)
[2020-04-22 05:20:03.857540] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect2663'
[2020-04-22 05:20:03.857540] DEBUG: eos.gamedata: Loading drawbackCPUNeedLaunchers (Effect2714)
[2020-04-22 05:20:03.857540] DEBUG: eos.gamedata: Loading missileDMGBonusPassive (Effect2851)
[2020-04-22 05:20:03.883508] INFO: service.fit: ==========recalc: Caracal Navy Issue==========
[2020-04-22 05:20:03.899427] INFO: eos.saveddata.fit: Starting fit calculation on: Fit(ID=None, ship=Caracal Navy Issue, name=Caracal Navy Issue) at 0x14d7bd92148, calc: LOCAL
[2020-04-22 05:20:03.899427] INFO: eos.saveddata.fit: Fit is not yet calculated; will be running local calcs for Fit(ID=None, ship=Caracal Navy Issue, name=Caracal Navy Issue) at 0x14d7bd92148
[2020-04-22 05:20:03.925358] DEBUG: eos.gamedata: Loading skillEffect (Effect132)
[2020-04-22 05:20:03.925358] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect132'
[2020-04-22 05:20:03.928349] DEBUG: eos.gamedata: Loading oreIndustrialSkillLevelPostMulShipBonusOreIndustrial1Ship (Effect4665)
[2020-04-22 05:20:03.928349] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect4665'
[2020-04-22 05:20:03.928349] DEBUG: eos.gamedata: Loading oreIndustrialSkillLevelPostMulShipBonusOreIndustrial2Ship (Effect4666)
[2020-04-22 05:20:03.929380] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect4666'
[2020-04-22 05:20:03.930349] DEBUG: eos.gamedata: Loading gunnerySkillBoostTurretSpeeBonus (Effect413)
[2020-04-22 05:20:03.930349] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect413'
[2020-04-22 05:20:03.930349] DEBUG: eos.gamedata: Loading gunneryTurretSpeeBonusPostPercentSpeedLocationShipModulesRequiringGunnery (Effect414)
[2020-04-22 05:20:03.931379] DEBUG: eos.gamedata: Loading skillBoostDamageMultiplierBonus (Effect152)
[2020-04-22 05:20:03.931379] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect152'
[2020-04-22 05:20:03.931379] DEBUG: eos.gamedata: Loading smallHybridTurretDamageMultiplierBonusPostPercentDamageMultiplierLocationShipModulesRequiringSmallHybridTurret (Effect173)
[2020-04-22 05:20:03.932372] DEBUG: eos.gamedata: Loading smallProjectileTurretDamageMultiplierBonusPostPercentDamageMultiplierLocationShipModulesRequiringSmallProjectileTurret (Effect174)
[2020-04-22 05:20:03.933335] DEBUG: eos.gamedata: Loading smallEnergyTurretDamageMultiplierBonusPostPercentDamageMultiplierLocationShipModulesRequiringSmallEnergyTurret (Effect172)
[2020-04-22 05:20:03.933335] DEBUG: eos.gamedata: Loading mediumHybridTurretDamageMultiplierBonusPostPercentDamageMultiplierLocationShipModulesRequiringMediumHybridTurret (Effect160)
[2020-04-22 05:20:03.934367] DEBUG: eos.gamedata: Loading mediumProjectileTurretDamageMultiplierBonusPostPercentDamageMultiplierLocationShipModulesRequiringMediumProjectileTurret (Effect161)
[2020-04-22 05:20:03.935364] DEBUG: eos.gamedata: Loading mediumEnergyTurretDamageMultiplierBonusPostPercentDamageMultiplierLocationShipModulesRequiringMediumEnergyTurret (Effect159)
[2020-04-22 05:20:03.936329] DEBUG: eos.gamedata: Loading largeHybridTurretDamageMultiplierBonusPostPercentDamageMultiplierLocationShipModulesRequiringLargeHybridTurret (Effect157)
[2020-04-22 05:20:03.936329] DEBUG: eos.gamedata: Loading largeProjectileTurretDamageMultiplierBonusPostPercentDamageMultiplierLocationShipModulesRequiringLargeProjectileTurret (Effect408)
[2020-04-22 05:20:03.937364] DEBUG: eos.gamedata: Loading largeEnergyTurretDamageMultiplierBonusPostPercentDamageMultiplierLocationShipModulesRequiringLargeEnergyTurret (Effect162)
[2020-04-22 05:20:03.938359] DEBUG: eos.gamedata: Loading rapidFiringSkillBoostRofBonus (Effect163)
[2020-04-22 05:20:03.938359] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect163'
[2020-04-22 05:20:03.938359] DEBUG: eos.gamedata: Loading rapidFiringRofBonusPostPercentSpeedLocationShipModulesRequiringGunnery (Effect582)
[2020-04-22 05:20:03.939359] DEBUG: eos.gamedata: Loading sharpshooterSkillBoostRangeSkillBonus (Effect167)
[2020-04-22 05:20:03.939359] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect167'
[2020-04-22 05:20:03.939359] DEBUG: eos.gamedata: Loading sharpshooterRangeSkillBonusPostPercentMaxRangeLocationShipModulesRequiringGunnery (Effect290)
[2020-04-22 05:20:03.940319] DEBUG: eos.gamedata: Loading skillBoostTrackingSpeedBonus (Effect2846)
[2020-04-22 05:20:03.940319] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect2846'
[2020-04-22 05:20:03.941319] DEBUG: eos.gamedata: Loading trackingSpeedBonusPassiveRequiringGunneryTrackingSpeedBonus (Effect2847)
[2020-04-22 05:20:03.942312] DEBUG: eos.gamedata: Loading surgicalStrikeDamageMultiplierBonusPostPercentDamageMultiplierLocationShipGroupEnergyWeapon (Effect587)
[2020-04-22 05:20:03.942312] DEBUG: eos.gamedata: Loading surgicalStrikeDamageMultiplierBonusPostPercentDamageMultiplierLocationShipGroupProjectileWeapon (Effect588)
[2020-04-22 05:20:03.942312] DEBUG: eos.gamedata: Loading surgicalStrikeDamageMultiplierBonusPostPercentDamageMultiplierLocationShipGroupHybridWeapon (Effect589)
[2020-04-22 05:20:03.942312] DEBUG: eos.gamedata: Loading surgicalStrikeDamageMultiplierBonusPostPercentDamageMultiplierLocationShipGroupPrecursorTurret (Effect7097)
[2020-04-22 05:20:03.943345] DEBUG: eos.gamedata: Loading accerationControlSkillBoostCapNeedBonus (Effect225)
[2020-04-22 05:20:03.943345] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect225'
[2020-04-22 05:20:03.943345] DEBUG: eos.gamedata: Loading controlledBurstsCapNeedBonusPostPercentCapacitorNeedLocationShipModulesRequiringGunnery (Effect287)
[2020-04-22 05:20:03.944342] DEBUG: eos.gamedata: Loading skillBoostFalloffBonus (Effect297)
[2020-04-22 05:20:03.944342] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect297'
[2020-04-22 05:20:03.944342] DEBUG: eos.gamedata: Loading surgicalStrikeFalloffBonusPostPercentFalloffLocationShipModulesRequiringGunnery (Effect298)
[2020-04-22 05:20:03.946303] DEBUG: eos.gamedata: Loading sensorUpgradesSkillBoostCpuNeedBonus (Effect211)
[2020-04-22 05:20:03.946303] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect211'
[2020-04-22 05:20:03.946303] DEBUG: eos.gamedata: Loading weaponUpgradesCpuNeedBonusPostPercentCpuLocationShipModulesRequiringGunnery (Effect581)
[2020-04-22 05:20:03.946303] DEBUG: eos.gamedata: Loading weaponUpgradesSkillBoostCpu (Effect672)
[2020-04-22 05:20:03.946303] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect672'
[2020-04-22 05:20:03.946303] DEBUG: eos.gamedata: Loading weaponUpgradesCpuNeedBonusPostPercentCpuLocationShipModulesRequiringEnergyPulseWeapons (Effect675)
[2020-04-22 05:20:03.947337] DEBUG: eos.gamedata: Loading weaponUpgradesCpuNeedBonusPostPercentCpuLocationShipModulesRequiringMissileLauncherOperation (Effect677)
[2020-04-22 05:20:03.947337] DEBUG: eos.gamedata: Loading weaponUpgradesCpuNeedBonusPostPercentCpuLocationShipModulesRequiringBombLauncher (Effect3519)
[2020-04-22 05:20:03.947337] DEBUG: eos.gamedata: Loading missileSkillRapidLauncherRoF (Effect1763)
[2020-04-22 05:20:03.948298] DEBUG: eos.gamedata: Loading missileEMDmgBonus (Effect660)
[2020-04-22 05:20:03.948298] DEBUG: eos.gamedata: Loading missileExplosiveDmgBonus (Effect661)
[2020-04-22 05:20:03.949329] DEBUG: eos.gamedata: Loading missileThermalDmgBonus (Effect662)
[2020-04-22 05:20:03.949329] DEBUG: eos.gamedata: Loading missileKineticDmgBonus2 (Effect668)
[2020-04-22 05:20:03.950895] DEBUG: eos.gamedata: Loading skillMultiplierMissileVelocityBonus (Effect6843)
[2020-04-22 05:20:03.951872] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect6843'
[2020-04-22 05:20:03.951872] DEBUG: eos.gamedata: Loading skillMultiplierDefenderMissileVelocity (Effect6844)
[2020-04-22 05:20:03.953831] DEBUG: eos.gamedata: Loading evasiveManuveringSkillBoostAgilityBonus (Effect232)
[2020-04-22 05:20:03.953831] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect232'
[2020-04-22 05:20:03.954832] DEBUG: eos.gamedata: Loading evasiveManeuveringAgilityBonusPostPercentAgilityShip (Effect395)
[2020-04-22 05:20:03.954832] DEBUG: eos.gamedata: Loading gallenteFrigateSkillLevelPreMulShipBonusGFShip (Effect468)
[2020-04-22 05:20:03.954832] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect468'
[2020-04-22 05:20:03.955861] DEBUG: eos.gamedata: Loading gallenteFrigateSkillLevelPreMulShipBonusGF2Ship (Effect751)
[2020-04-22 05:20:03.955861] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect751'
[2020-04-22 05:20:03.955861] DEBUG: eos.gamedata: Loading gallenteFrigateSkillLevelPreMulShipBonus3GFShip (Effect4600)
[2020-04-22 05:20:03.955861] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect4600'
[2020-04-22 05:20:03.956824] DEBUG: eos.gamedata: Loading minmatarFrigateSkillLevelPreMulShipBonusMFShip (Effect453)
[2020-04-22 05:20:03.956824] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect453'
[2020-04-22 05:20:03.956824] DEBUG: eos.gamedata: Loading minmatarFrigateSkillLevelPreMulShipBonusMF2Ship (Effect762)
[2020-04-22 05:20:03.956824] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect762'
[2020-04-22 05:20:03.956824] DEBUG: eos.gamedata: Loading minmatarFrigateSkillLevelPreMulShipBonus3MFShip (Effect4601)
[2020-04-22 05:20:03.957854] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect4601'
[2020-04-22 05:20:03.957854] DEBUG: eos.gamedata: Loading caldariFrigateSkillLevelPreMulShipBonusCFShip (Effect460)
[2020-04-22 05:20:03.958853] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect460'
[2020-04-22 05:20:03.958853] DEBUG: eos.gamedata: Loading caldariFrigateSkillLevelPreMulShipBonusCF2Ship (Effect761)
[2020-04-22 05:20:03.958853] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect761'
[2020-04-22 05:20:03.958853] DEBUG: eos.gamedata: Loading caldariFrigateSkillLevelPreMulShipBonus3CFShip (Effect4599)
[2020-04-22 05:20:03.958853] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect4599'
[2020-04-22 05:20:03.959853] DEBUG: eos.gamedata: Loading amarrFrigateSkillLevelPreMulShipBonusAFShip (Effect476)
[2020-04-22 05:20:03.959853] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect476'
[2020-04-22 05:20:03.959853] DEBUG: eos.gamedata: Loading amarrFrigateSkillLevelPreMulShipBonus2AFShip (Effect510)
[2020-04-22 05:20:03.960812] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect510'
[2020-04-22 05:20:03.960812] DEBUG: eos.gamedata: Loading amarrFrigateSkillLevelPreMulShipBonus3AFShip (Effect4598)
[2020-04-22 05:20:03.960812] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect4598'
[2020-04-22 05:20:03.961809] DEBUG: eos.gamedata: Loading gallenteCruiserSkillLevelPreMulShipBonusGCShip (Effect517)
[2020-04-22 05:20:03.961809] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect517'
[2020-04-22 05:20:03.961809] DEBUG: eos.gamedata: Loading gallenteCruiserSkillLevelPreMulShipBonusGC2Ship (Effect928)
[2020-04-22 05:20:03.961809] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect928'
[2020-04-22 05:20:03.961809] DEBUG: eos.gamedata: Loading gallenteCruiserSkillLevelPreMulShipBonusGC3Ship (Effect6044)
[2020-04-22 05:20:03.962843] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect6044'
[2020-04-22 05:20:03.962843] DEBUG: eos.gamedata: Loading minmatarCruiserSkillLevelPreMulShipBonusMCShip (Effect524)
[2020-04-22 05:20:03.962843] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect524'
[2020-04-22 05:20:03.963806] DEBUG: eos.gamedata: Loading minmatarCruiserSkillLevelPreMulShipBonusMC2Ship (Effect929)
[2020-04-22 05:20:03.963806] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect929'
[2020-04-22 05:20:03.964801] DEBUG: eos.gamedata: Loading caldariCruiserSkillLevelPreMulShipBonusCCShip (Effect520)
[2020-04-22 05:20:03.964801] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect520'
[2020-04-22 05:20:03.964801] DEBUG: eos.gamedata: Loading caldariCruiserSkillLevelPreMulShipBonusCC2Ship (Effect927)
[2020-04-22 05:20:03.964801] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect927'
[2020-04-22 05:20:03.964801] DEBUG: eos.gamedata: Loading caldariCruiserSkillLevelPreMulShipBonusCC3Ship (Effect4357)
[2020-04-22 05:20:03.965834] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect4357'
[2020-04-22 05:20:03.966831] DEBUG: eos.gamedata: Loading amarrCruiserSkillLevelPreMulShipBonusACShip (Effect500)
[2020-04-22 05:20:03.966831] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect500'
[2020-04-22 05:20:03.966831] DEBUG: eos.gamedata: Loading amarrCruiserSkillLevelPreMulShipBonusAC2Ship (Effect926)
[2020-04-22 05:20:03.966831] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect926'
[2020-04-22 05:20:03.966831] DEBUG: eos.gamedata: Loading amarrCruiserSkillLevelPreMulShipBonusAC3Ship (Effect6293)
[2020-04-22 05:20:03.966831] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect6293'
[2020-04-22 05:20:03.967829] DEBUG: eos.gamedata: Loading gallenteBattleshipSkillLevelPreMulShipBonusGBShip (Effect611)
[2020-04-22 05:20:03.967829] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect611'
[2020-04-22 05:20:03.967829] DEBUG: eos.gamedata: Loading gallenteBattleshipSkillLevelPreMulShipBonusGB2Ship (Effect682)
[2020-04-22 05:20:03.968793] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect682'
[2020-04-22 05:20:03.968793] DEBUG: eos.gamedata: Loading minmatarBattleshipSkillLevelPreMulShipBonusMBShip (Effect548)
[2020-04-22 05:20:03.969826] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect548'
[2020-04-22 05:20:03.969826] DEBUG: eos.gamedata: Loading minmatarBattleshipSkillLevelPreMulShipBonusMB2Ship (Effect605)
[2020-04-22 05:20:03.969826] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect605'
[2020-04-22 05:20:03.970792] DEBUG: eos.gamedata: Loading caldariBattleshipSkillLevelPreMulShipBonusCBShip (Effect541)
[2020-04-22 05:20:03.971819] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect541'
[2020-04-22 05:20:03.971819] DEBUG: eos.gamedata: Loading caldariBattleshipSkillLevelPreMulShipBonus2CBShip (Effect556)
[2020-04-22 05:20:03.971819] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect556'
[2020-04-22 05:20:03.971819] DEBUG: eos.gamedata: Loading caldariBattleshipSkillLevelPreMulShipBonusCB3Ship (Effect797)
[2020-04-22 05:20:03.971819] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect797'
[2020-04-22 05:20:03.972815] DEBUG: eos.gamedata: Loading amarrBattleshipSkillLevelPostMulShipBonusABShip (Effect538)
[2020-04-22 05:20:03.972815] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect538'
[2020-04-22 05:20:03.972815] DEBUG: eos.gamedata: Loading amarrBattleshipSkillLevelPreMulShipBonusAB2Ship (Effect734)
[2020-04-22 05:20:03.972815] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect734'
[2020-04-22 05:20:03.973811] DEBUG: eos.gamedata: Loading gallenteIndustrialSkillLevelPreMulShipBonusGIShip (Effect532)
[2020-04-22 05:20:03.974808] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect532'
[2020-04-22 05:20:03.974808] DEBUG: eos.gamedata: Loading gallenteIndustrialSkillLevelPreMulShipBonusGI2Ship (Effect1292)
[2020-04-22 05:20:03.974808] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect1292'
[2020-04-22 05:20:03.975808] DEBUG: eos.gamedata: Loading minmatarIndustrialSkillLevelPreMulShipBonusMIShip (Effect526)
[2020-04-22 05:20:03.975808] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect526'
[2020-04-22 05:20:03.975808] DEBUG: eos.gamedata: Loading minmatarIndustrialSkillLevelPreMulShipBonusMI2Ship (Effect1293)
[2020-04-22 05:20:03.976806] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect1293'
[2020-04-22 05:20:03.977807] DEBUG: eos.gamedata: Loading caldariIndustrialSkillLevelPreMulShipBonusCIShip (Effect530)
[2020-04-22 05:20:03.977807] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect530'
[2020-04-22 05:20:03.977807] DEBUG: eos.gamedata: Loading caldariIndustrialSkillLevelPreMulShipBonusCI2Ship (Effect1291)
[2020-04-22 05:20:03.977807] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect1291'
[2020-04-22 05:20:03.978799] DEBUG: eos.gamedata: Loading amarrIndustrialSkillLevelPreMulShipBonusAI2Ship (Effect583)
[2020-04-22 05:20:03.978799] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect583'
[2020-04-22 05:20:03.978799] DEBUG: eos.gamedata: Loading amarrIndustrialSkillLevelPreMulShipBonusAI22Ship (Effect1290)
[2020-04-22 05:20:03.978799] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect1290'
[2020-04-22 05:20:03.980762] DEBUG: eos.gamedata: Loading skillMultiplierShipBonusTitanGallente (Effect6632)
[2020-04-22 05:20:03.980762] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect6632'
[2020-04-22 05:20:03.981757] DEBUG: eos.gamedata: Loading skillMultiplierShipBonusTitanMinmatar (Effect6633)
[2020-04-22 05:20:03.981757] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect6633'
[2020-04-22 05:20:03.981757] DEBUG: eos.gamedata: Loading skillMultiplierShipBonusTitanCaldari (Effect6631)
[2020-04-22 05:20:03.982755] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect6631'
[2020-04-22 05:20:03.982755] DEBUG: eos.gamedata: Loading skillMultiplierShipBonusTitanAmarr (Effect6630)
[2020-04-22 05:20:03.982755] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect6630'
[2020-04-22 05:20:03.984748] DEBUG: eos.gamedata: Loading areaOfEffectSkillBonus (Effect6768)
[2020-04-22 05:20:03.984748] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect6768'
[2020-04-22 05:20:03.984748] DEBUG: eos.gamedata: Loading commandBurstAoEBonus (Effect6769)
[2020-04-22 05:20:03.985781] DEBUG: eos.gamedata: Loading propulsionJammingSkillBoostDurationBonus (Effect208)
[2020-04-22 05:20:03.985781] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect208'
[2020-04-22 05:20:03.985781] DEBUG: eos.gamedata: Loading skirmishCommandDurationBonus (Effect6773)
[2020-04-22 05:20:03.986744] DEBUG: eos.gamedata: Loading shieldCommandDurationBonus (Effect6771)
[2020-04-22 05:20:03.987776] DEBUG: eos.gamedata: Loading commandBurstStrengthSkillBonus (Effect6775)
[2020-04-22 05:20:03.987776] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect6775'
[2020-04-22 05:20:03.987776] DEBUG: eos.gamedata: Loading shieldCommandStrengthBonus (Effect6777)
[2020-04-22 05:20:03.988773] DEBUG: eos.gamedata: Loading informationCommandStrengthBonus (Effect6778)
[2020-04-22 05:20:03.988773] DEBUG: eos.gamedata: Loading reloadTimeSkillBonus (Effect6781)
[2020-04-22 05:20:03.988773] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect6781'
[2020-04-22 05:20:03.989774] DEBUG: eos.gamedata: Loading commandBurstReloadTimeBonus (Effect6782)
[2020-04-22 05:20:03.989774] DEBUG: eos.gamedata: Loading socialSkillBoostSocialMutator (Effect406)
[2020-04-22 05:20:03.990740] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect406'
[2020-04-22 05:20:03.991732] DEBUG: eos.gamedata: Loading negotiationSkillBoostNegotiationBonus (Effect403)
[2020-04-22 05:20:03.991732] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect403'
[2020-04-22 05:20:03.991732] DEBUG: eos.gamedata: Loading negotiationNegotiationBonusPostPercentNegotiationPercentageChar (Effect404)
[2020-04-22 05:20:03.991732] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect404'
[2020-04-22 05:20:03.992764] DEBUG: eos.gamedata: Loading diplomacySkillBoostDiplomacyMutator (Effect348)
[2020-04-22 05:20:03.992764] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect348'
[2020-04-22 05:20:03.992764] DEBUG: eos.gamedata: Loading diplomacyDiplomacyMutatorModAddDiplomacyBonusChar (Effect349)
[2020-04-22 05:20:03.992764] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect349'
[2020-04-22 05:20:03.993724] DEBUG: eos.gamedata: Loading fasttalkSkillBoostFastTalkMutator (Effect350)
[2020-04-22 05:20:03.994757] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect350'
[2020-04-22 05:20:03.994757] DEBUG: eos.gamedata: Loading fasttalkFastTalkMutatorPostPercentFastTalkPercentageChar (Effect352)
[2020-04-22 05:20:03.994757] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect352'
[2020-04-22 05:20:03.995755] DEBUG: eos.gamedata: Loading connectionsSkillBoostConnectionBonusMutator (Effect344)
[2020-04-22 05:20:03.995755] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect344'
[2020-04-22 05:20:03.995755] DEBUG: eos.gamedata: Loading connectionsConnectionBonusMutatorModAddConnectionsBonusChar (Effect399)
[2020-04-22 05:20:03.995755] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect399'
[2020-04-22 05:20:03.996752] DEBUG: eos.gamedata: Loading criminalConnectionsSkillBoostCriminalConnectionsMutator (Effect346)
[2020-04-22 05:20:03.996752] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect346'
[2020-04-22 05:20:03.996752] DEBUG: eos.gamedata: Loading criminalConnectionsCriminalConnectionsMutatorModAddCriminalConnectionsBonusChar (Effect402)
[2020-04-22 05:20:03.996752] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect402'
[2020-04-22 05:20:03.997715] DEBUG: eos.gamedata: Loading corporationMemberLimitBonus (Effect82)
[2020-04-22 05:20:03.997715] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect82'
[2020-04-22 05:20:03.997715] DEBUG: eos.gamedata: Loading corporationManagementSkillBoostCorporationMemberBonus (Effect239)
[2020-04-22 05:20:03.998751] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect239'
[2020-04-22 05:20:03.999709] DEBUG: eos.gamedata: Loading skillWarAllyCostModifier (Effect4984)
[2020-04-22 05:20:03.999709] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect4984'
[2020-04-22 05:20:03.999709] DEBUG: eos.gamedata: Loading relationsAllyCostSkillBoost (Effect4985)
[2020-04-22 05:20:03.999709] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect4985'
[2020-04-22 05:20:03.999709] DEBUG: eos.gamedata: Loading baseDefenderAllyCostCharAssignment (Effect5052)
[2020-04-22 05:20:03.999709] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect5052'
[2020-04-22 05:20:04.000745] DEBUG: eos.gamedata: Loading posStructureControlAmountBonus (Effect2918)
[2020-04-22 05:20:04.000745] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect2918'
[2020-04-22 05:20:04.001739] DEBUG: eos.gamedata: Loading industrySkillBoostManufacturingTimeBonus (Effect412)
[2020-04-22 05:20:04.001739] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect412'
[2020-04-22 05:20:04.001739] DEBUG: eos.gamedata: Loading industryManufacturingTimeBonusPostPercentManufactureTimeMultiplierChar (Effect425)
[2020-04-22 05:20:04.001739] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect425'
[2020-04-22 05:20:04.002736] DEBUG: eos.gamedata: Loading refineryEfficiencySkillBoostRefiningYieldMutator (Effect331)
[2020-04-22 05:20:04.002736] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect331'
[2020-04-22 05:20:04.002736] DEBUG: eos.gamedata: Loading refineryEfficiencyRefiningYieldMutatorPostPercentRefiningYieldPercentageChar (Effect435)
[2020-04-22 05:20:04.003733] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect435'
[2020-04-22 05:20:04.003733] DEBUG: eos.gamedata: Loading astrogeologySkillBoostMiningAmountBonus (Effect389)
[2020-04-22 05:20:04.003733] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect389'
[2020-04-22 05:20:04.004730] DEBUG: eos.gamedata: Loading astrogeologyMiningAmountBonusPostPercentMiningAmountLocationShipModulesRequiringMining (Effect391)
[2020-04-22 05:20:04.004730] DEBUG: eos.gamedata: Loading massProductionSkillLevelModAddManufactureSlotLimitChar (Effect568)
[2020-04-22 05:20:04.004730] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect568'
[2020-04-22 05:20:04.006725] DEBUG: eos.gamedata: Loading advancedIndustryManufacturingTimeBonusPostPercent (Effect5903)
[2020-04-22 05:20:04.006725] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect5903'
[2020-04-22 05:20:04.006725] DEBUG: eos.gamedata: Loading advancedIndustryCopyTimeBonusPostPercent (Effect5906)
[2020-04-22 05:20:04.006725] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect5906'
[2020-04-22 05:20:04.006725] DEBUG: eos.gamedata: Loading advancedIndustryInventionTimeBonusPostPercent (Effect5907)
[2020-04-22 05:20:04.006725] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect5907'
[2020-04-22 05:20:04.007720] DEBUG: eos.gamedata: Loading advancedIndustrySkillBoostAdvancedIndustrySkillIndustryJobTimeBonus (Effect5908)
[2020-04-22 05:20:04.007720] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect5908'
[2020-04-22 05:20:04.007720] DEBUG: eos.gamedata: Loading advancedIndustryManufactureTimeResearchTimeBonusPostPercent (Effect5909)
[2020-04-22 05:20:04.007720] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect5909'
[2020-04-22 05:20:04.007720] DEBUG: eos.gamedata: Loading advancedIndustryMaterialResearchTimeBonusPostPercent (Effect5910)
[2020-04-22 05:20:04.007720] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect5910'
[2020-04-22 05:20:04.009724] DEBUG: eos.gamedata: Loading hullUpgradesSkillBoostHullHpBonus (Effect251)
[2020-04-22 05:20:04.009724] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect251'
[2020-04-22 05:20:04.009724] DEBUG: eos.gamedata: Loading mechanicHullHpBonusPostPercentHpShip (Effect392)
[2020-04-22 05:20:04.010686] DEBUG: eos.gamedata: Loading electronicWarfareSkillBoostDurationBonus (Effect216)
[2020-04-22 05:20:04.010686] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect216'
[2020-04-22 05:20:04.010686] DEBUG: eos.gamedata: Loading repairSystemsDurationBonusPostPercentDurationLocationShipModulesRequiringRepairSystems (Effect272)
[2020-04-22 05:20:04.011712] DEBUG: eos.gamedata: Loading hullUpgradesSkillBoostArmorHpBonus (Effect270)
[2020-04-22 05:20:04.011712] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect270'
[2020-04-22 05:20:04.011712] DEBUG: eos.gamedata: Loading hullUpgradesArmorHpBonusPostPercentHpLocationShip (Effect271)
[2020-04-22 05:20:04.012709] DEBUG: eos.gamedata: Loading frigateConstructionSkillBoostFrigateConstructionTimeBonus (Effect340)
[2020-04-22 05:20:04.012709] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect340'
[2020-04-22 05:20:04.012709] DEBUG: eos.gamedata: Loading frigateConstructionFrigateConstructionTimeBonusPostPercentFrigateConstructionTimeChar (Effect341)
[2020-04-22 05:20:04.012709] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect341'
[2020-04-22 05:20:04.013704] DEBUG: eos.gamedata: Loading industrialConstructionSkillBoostIndustrialConstructionTimeBonus (Effect342)
[2020-04-22 05:20:04.013704] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect342'
[2020-04-22 05:20:04.013704] DEBUG: eos.gamedata: Loading industrialConstructionIndustrialConstructionTimeBonusPostPercentIndustrialConstructionTimeChar (Effect343)
[2020-04-22 05:20:04.013704] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect343'
[2020-04-22 05:20:04.014703] DEBUG: eos.gamedata: Loading cruiserConstructionSkillBoostCruiserConstructionTimeBonus (Effect338)
[2020-04-22 05:20:04.014703] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect338'
[2020-04-22 05:20:04.015701] DEBUG: eos.gamedata: Loading cruiserConstructionCruiserConstructionTimeBonusPostPercentCruiserConstructionTimeChar (Effect339)
[2020-04-22 05:20:04.015701] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect339'
[2020-04-22 05:20:04.015701] DEBUG: eos.gamedata: Loading battleshipConstructionSkillBoostBattleshipConstructionTimeBonus (Effect336)
[2020-04-22 05:20:04.016664] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect336'
[2020-04-22 05:20:04.016664] DEBUG: eos.gamedata: Loading battleshipConstructionBattleshipConstructionTimeBonusPostPercentBattleshipConstructionTimeChar (Effect337)
[2020-04-22 05:20:04.016664] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect337'
[2020-04-22 05:20:04.017662] DEBUG: eos.gamedata: Loading scienceSkillBoostCopySpeedBonus (Effect430)
[2020-04-22 05:20:04.017662] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect430'
[2020-04-22 05:20:04.017662] DEBUG: eos.gamedata: Loading scienceCopySpeedBonusPostPercentCopySpeedPercentChar (Effect431)
[2020-04-22 05:20:04.018708] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect431'
[2020-04-22 05:20:04.018708] DEBUG: eos.gamedata: Loading researchSkillBoostBlueprintmanufactureTimeBonus (Effect432)
[2020-04-22 05:20:04.018708] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect432'
[2020-04-22 05:20:04.019692] DEBUG: eos.gamedata: Loading researchBlueprintmanufactureTimeBonusPostPercentProductionTimeResearchSpeedChar (Effect433)
[2020-04-22 05:20:04.019692] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect433'
[2020-04-22 05:20:04.019692] DEBUG: eos.gamedata: Loading biologyTimeBonusFixed (Effect2866)
[2020-04-22 05:20:04.021685] DEBUG: eos.gamedata: Loading laboratoryOperationSkillLevelModAddMaxLaborotorySlotsChar (Effect566)
[2020-04-22 05:20:04.021685] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect566'
[2020-04-22 05:20:04.022687] DEBUG: eos.gamedata: Loading inventionSkillBoostInventionBonus (Effect498)
[2020-04-22 05:20:04.022687] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect498'
[2020-04-22 05:20:04.022687] DEBUG: eos.gamedata: Loading reverseEngineeringInventionBonusModAddReverseEngineeringChanceLocationChar (Effect571)
[2020-04-22 05:20:04.022687] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect571'
[2020-04-22 05:20:04.023691] DEBUG: eos.gamedata: Loading metallurgySkillBoostMineralNeedResearchBonus (Effect481)
[2020-04-22 05:20:04.023691] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect481'
[2020-04-22 05:20:04.023691] DEBUG: eos.gamedata: Loading metallurgyMineralNeedResearchBonusPostPercentMineralNeedResearchSpeedChar (Effect558)
[2020-04-22 05:20:04.023691] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect558'
[2020-04-22 05:20:04.026676] DEBUG: eos.gamedata: Loading systemScanDurationSkillAstrometrics (Effect1409)
[2020-04-22 05:20:04.026676] DEBUG: eos.gamedata: Loading scanStrengthBonusSkillLevelIncrease (Effect2656)
[2020-04-22 05:20:04.026676] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect2656'
[2020-04-22 05:20:04.026676] DEBUG: eos.gamedata: Loading maxScanDeviationSelfSkillModifier (Effect2820)
[2020-04-22 05:20:04.026676] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect2820'
[2020-04-22 05:20:04.026676] DEBUG: eos.gamedata: Loading baseMaxScanDeviationModifierRequiringAstrometrics (Effect4161)
[2020-04-22 05:20:04.026676] DEBUG: eos.gamedata: Loading baseSensorStrengthModifierRequiringAstrometrics (Effect4162)
[2020-04-22 05:20:04.027670] DEBUG: eos.gamedata: Loading engineeringSkillBoostPowerOutputBonus (Effect218)
[2020-04-22 05:20:04.027670] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect218'
[2020-04-22 05:20:04.028642] DEBUG: eos.gamedata: Loading engineeringPowerEngineeringOutputBonusPostPercentPowerOutputLocationShipGroupPowerCore (Effect490)
[2020-04-22 05:20:04.028642] DEBUG: eos.gamedata: Loading shieldoperationSkillBoostRechargeratebonus (Effect283)
[2020-04-22 05:20:04.028642] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect283'
[2020-04-22 05:20:04.029663] DEBUG: eos.gamedata: Loading shieldOperationRechargeratebonusPostPercentRechargeRateLocationShipGroupShield (Effect486)
[2020-04-22 05:20:04.029663] DEBUG: eos.gamedata: Loading energyManagementSkillBoostCapRechargeBonus (Effect220)
[2020-04-22 05:20:04.029663] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect220'
[2020-04-22 05:20:04.030663] DEBUG: eos.gamedata: Loading energysystemsoperationCapRechargeBonusPostPercentRechargeRateLocationShipGroupCapacitor (Effect485)
[2020-04-22 05:20:04.030663] DEBUG: eos.gamedata: Loading energyManagementSkillBoostCapacitorCapacityBonus (Effect2431)
[2020-04-22 05:20:04.030663] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect2431'
[2020-04-22 05:20:04.031658] DEBUG: eos.gamedata: Loading energyManagementCapacitorBonusPostPercentCapacityLocationShipGroupCapacitorCapacityBonus (Effect2432)
[2020-04-22 05:20:04.031658] DEBUG: eos.gamedata: Loading shieldManagementSkillBoostShieldCapacityBonus (Effect280)
[2020-04-22 05:20:04.031658] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect280'
[2020-04-22 05:20:04.032657] DEBUG: eos.gamedata: Loading shieldManagementShieldCapacityBonusPostPercentCapacityLocationShipGroupShield (Effect446)
[2020-04-22 05:20:04.032657] DEBUG: eos.gamedata: Loading tacticalshieldManipulationSkillBoostUniformityBonus (Effect277)
[2020-04-22 05:20:04.032657] DEBUG: eos.gamedata: Loading tacticalShieldManipulationBonus2 (Effect3254)
[2020-04-22 05:20:04.033653] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect3254'
[2020-04-22 05:20:04.033653] DEBUG: eos.gamedata: Loading energyPulseWeaponsDurationBonusPostPercentDurationLocationShipModulesRequiringEnergyPulseWeapons (Effect590)
[2020-04-22 05:20:04.034650] DEBUG: eos.gamedata: Loading shieldEmmisionSystemsCapNeedBonusPostPercentCapacitorNeedLocationShipModulesRequiringShieldEmmisionSystems (Effect279)
[2020-04-22 05:20:04.035648] DEBUG: eos.gamedata: Loading capacitorEmissionSystemskill (Effect5607)
[2020-04-22 05:20:04.036645] DEBUG: eos.gamedata: Loading energyGridUpgradesCpuNeedBonusPostPercentCpuLocationShipModulesRequiringEnergyGridUpgrades (Effect396)
[2020-04-22 05:20:04.037642] DEBUG: eos.gamedata: Loading sensorUpgradesSkillBoostPowerNeedBonus (Effect246)
[2020-04-22 05:20:04.037642] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect246'
[2020-04-22 05:20:04.037642] DEBUG: eos.gamedata: Loading shieldUpgradesPowerNeedBonusPostPercentPowerLocationShipModulesRequiringShieldUpgrades (Effect273)
[2020-04-22 05:20:04.038639] DEBUG: eos.gamedata: Loading gallenteFrigateSkillBoostCpuOutputBonus (Effect368)
[2020-04-22 05:20:04.038639] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect368'
[2020-04-22 05:20:04.038639] DEBUG: eos.gamedata: Loading electronicsCpuOutputBonusPostPercentCpuOutputLocationShipGroupComputer (Effect397)
[2020-04-22 05:20:04.039637] DEBUG: eos.gamedata: Loading ewSkillEwCapNeedSkillLevel (Effect1372)
[2020-04-22 05:20:04.039637] DEBUG: eos.gamedata: Loading ewSkillEcmBurstCapNeedBonus (Effect2492)
[2020-04-22 05:20:04.040639] DEBUG: eos.gamedata: Loading longRangeTargetingSkillBoostMaxTargetRangeBonus (Effect206)
[2020-04-22 05:20:04.040639] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect206'
[2020-04-22 05:20:04.041632] DEBUG: eos.gamedata: Loading longRangeTargetingMaxTargetRangeBonusPostPercentMaxTargetRangeLocationShipGroupElectronic (Effect507)
[2020-04-22 05:20:04.041632] DEBUG: eos.gamedata: Loading targetingSkillBoostMaxTargetBonus (Effect213)
[2020-04-22 05:20:04.041632] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect213'
[2020-04-22 05:20:04.042630] DEBUG: eos.gamedata: Loading targetingMaxTargetBonusModAddMaxLockedTargetsLocationChar (Effect214)
[2020-04-22 05:20:04.043627] DEBUG: eos.gamedata: Loading signatureAnalysisSkillLevelPreMulScanResolutionBonusSelf (Effect698)
[2020-04-22 05:20:04.043627] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect698'
[2020-04-22 05:20:04.043627] DEBUG: eos.gamedata: Loading signatureAnalysisScanResolutionBonusPostPercentScanResolutionShip (Effect699)
[2020-04-22 05:20:04.044628] DEBUG: eos.gamedata: Loading sensorUpgradesCpuNeedBonusPostPercentCpuLocationShipModulesRequiringSensorUpgrades (Effect212)
[2020-04-22 05:20:04.045621] DEBUG: eos.gamedata: Loading ewSkillRsdCapNeedBonusSkillLevel (Effect1360)
[2020-04-22 05:20:04.045621] DEBUG: eos.gamedata: Loading ewSkillTdCapNeedBonusSkillLevel (Effect1361)
[2020-04-22 05:20:04.046618] DEBUG: eos.gamedata: Loading propulsionSkillCapNeedBonusSkillLevel (Effect1410)
[2020-04-22 05:20:04.047616] DEBUG: eos.gamedata: Loading dronesSkillBoostMaxActiveDroneBonus (Effect315)
[2020-04-22 05:20:04.048614] DEBUG: eos.gamedata: Loading dronesMaxActiveDroneBonusModAddMaxActiveLocationChar (Effect316)
[2020-04-22 05:20:04.048614] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect316'
[2020-04-22 05:20:04.049611] DEBUG: eos.gamedata: Loading scoutDroneOperationSkillBoostDroneRangeBonus (Effect448)
[2020-04-22 05:20:04.049611] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect448'
[2020-04-22 05:20:04.049611] DEBUG: eos.gamedata: Loading scoutDroneOperationDroneRangeBonusModAddDroneControlDistanceChar (Effect504)
[2020-04-22 05:20:04.049611] DEBUG: eos.gamedata: Loading miningDroneOperationMiningAmountBonusPostPercentMiningDroneAmountPercentChar (Effect623)
[2020-04-22 05:20:04.051036] DEBUG: eos.gamedata: Loading damageRepairedSkillBonus (Effect2018)
[2020-04-22 05:20:04.052056] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect2018'
[2020-04-22 05:20:04.052056] DEBUG: eos.gamedata: Loading repairDroneShieldBonusBonus (Effect2019)
[2020-04-22 05:20:04.052056] DEBUG: eos.gamedata: Loading repairDroneArmorDamageAmountBonus (Effect2020)
[2020-04-22 05:20:04.052056] DEBUG: eos.gamedata: Loading repairDroneHullBonusBonus (Effect5769)
[2020-04-22 05:20:04.053053] DEBUG: eos.gamedata: Loading droneSalvageBonus (Effect5168)
[2020-04-22 05:20:04.053053] DEBUG: eos.gamedata: Loading droneSalvageSkillBonus (Effect5170)
[2020-04-22 05:20:04.053053] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect5170'
[2020-04-22 05:20:04.054016] DEBUG: eos.gamedata: Loading damageMultiplierSkillBonus (Effect146)
[2020-04-22 05:20:04.054016] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect146'
[2020-04-22 05:20:04.054016] DEBUG: eos.gamedata: Loading droneDmgBonus (Effect1730)
[2020-04-22 05:20:04.055048] DEBUG: eos.gamedata: Loading skillBonusDroneInterfacing (Effect6663)
[2020-04-22 05:20:04.056047] DEBUG: eos.gamedata: Loading tradeSkillBoostTradePremiumBonus (Effect415)
[2020-04-22 05:20:04.056047] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect415'
[2020-04-22 05:20:04.056047] DEBUG: eos.gamedata: Loading tradeTradePremiumBonusPostPercentTradePremiumChar (Effect416)
[2020-04-22 05:20:04.056047] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect416'
[2020-04-22 05:20:04.058039] DEBUG: eos.gamedata: Loading navigationSkillBoostVelocityBonus (Effect222)
[2020-04-22 05:20:04.059037] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect222'
[2020-04-22 05:20:04.059037] DEBUG: eos.gamedata: Loading navigationVelocityBonusPostPercentMaxVelocityShip (Effect394)
[2020-04-22 05:20:04.059037] DEBUG: eos.gamedata: Loading afterburnerDurationBonusPostPercentDurationLocationShipModulesRequiringAfterburner (Effect230)
[2020-04-22 05:20:04.060036] DEBUG: eos.gamedata: Loading fuelConservationCapNeedBonusPostPercentCapacitorNeedLocationShipModulesRequiringAfterburner (Effect506)
[2020-04-22 05:20:04.060997] DEBUG: eos.gamedata: Loading accerationControlSkillBoostSpeedFBonus (Effect228)
[2020-04-22 05:20:04.062030] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect228'
[2020-04-22 05:20:04.062030] DEBUG: eos.gamedata: Loading accerationControlSkillAb&MwdSpeedBoost (Effect1176)
[2020-04-22 05:20:04.062993] DEBUG: eos.gamedata: Loading highSpeedManuveringSkillBoostCapacitorNeedMultiplier (Effect243)
[2020-04-22 05:20:04.062993] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect243'
[2020-04-22 05:20:04.062993] DEBUG: eos.gamedata: Loading highSpeedManuveringCapacitorNeedMultiplierPostPercentCapacitorNeedLocationShipModulesRequiringHighSpeedManuvering (Effect244)
[2020-04-22 05:20:04.063988] DEBUG: eos.gamedata: Loading warpdriveoperationSkillBoostWarpCapacitorNeedBonus (Effect234)
[2020-04-22 05:20:04.063988] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect234'
[2020-04-22 05:20:04.063988] DEBUG: eos.gamedata: Loading warpDriveOperationWarpCapacitorNeedBonusPostPercentWarpCapacitorNeedLocationShipGroupPropulsion (Effect494)
[2020-04-22 05:20:04.065022] DEBUG: eos.gamedata: Loading jumpDriveSkillsCapacitorNeedBonus (Effect1722)
[2020-04-22 05:20:04.066022] DEBUG: eos.gamedata: Loading jumpDriveSkillsCapacitorNeedBonusSkillLevel (Effect1723)
[2020-04-22 05:20:04.066022] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect1723'
[2020-04-22 05:20:04.067018] DEBUG: eos.gamedata: Loading signatureAnalysisSkillBoostScanspeedBonus (Effect204)
[2020-04-22 05:20:04.067018] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect204'
[2020-04-22 05:20:04.067018] DEBUG: eos.gamedata: Loading signatureAnalysisScanspeedBonusPostPercentScanSpeedLocationShip (Effect205)
[2020-04-22 05:20:04.067979] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect205'
[2020-04-22 05:20:04.067979] DEBUG: eos.gamedata: Loading surveyScanspeedBonusPostPercentDurationLocationShipModulesRequiringElectronics (Effect744)
[2020-04-22 05:20:04.070973] DEBUG: eos.gamedata: Loading skillMJDdurationBonus (Effect4923)
[2020-04-22 05:20:04.072003] DEBUG: eos.gamedata: Loading skillTargetBreakerDurationBonus2 (Effect4945)
[2020-04-22 05:20:04.072003] DEBUG: eos.gamedata: Loading skillTargetBreakerCapNeedBonus2 (Effect4946)
[2020-04-22 05:20:04.072966] DEBUG: eos.gamedata: Loading selfT2SmallHybridRailDamageBonus (Effect1006)
[2020-04-22 05:20:04.073961] DEBUG: eos.gamedata: Loading selfT2SmallLaserBeamDamageBonus (Effect1004)
[2020-04-22 05:20:04.074994] DEBUG: eos.gamedata: Loading selfT2SmallProjectileACDamageBonus (Effect1007)
[2020-04-22 05:20:04.074994] DEBUG: eos.gamedata: Loading skillAdvancedWeaponUpgradesPowerNeedBonus (Effect1638)
[2020-04-22 05:20:04.075955] DEBUG: eos.gamedata: Loading skillAdvancedWeaponUpgradesPowerNeedBonusBombLaunchers (Effect3520)
[2020-04-22 05:20:04.076951] DEBUG: eos.gamedata: Loading damageCloudChanceReductionFixed (Effect5372)
[2020-04-22 05:20:04.076951] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect5372'
[2020-04-22 05:20:04.076951] DEBUG: eos.gamedata: Loading deepCoreMiningSkillBoostDamageCloudChanceReductionMul (Effect5373)
[2020-04-22 05:20:04.076951] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect5373'
[2020-04-22 05:20:04.085928] DEBUG: eos.gamedata: Loading shieldCompensationSkillBoostHardeningBonus (Effect1897)
[2020-04-22 05:20:04.085928] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect1897'
[2020-04-22 05:20:04.085928] DEBUG: eos.gamedata: Loading thermalShieldCompensationHardeningBonusGroupShieldAmp (Effect2056)
[2020-04-22 05:20:04.086925] DEBUG: eos.gamedata: Loading armoredCommandStrengthBonus (Effect6776)
[2020-04-22 05:20:04.087922] DEBUG: eos.gamedata: Loading skirmishCommandStrengthBonus (Effect6779)
[2020-04-22 05:20:04.088920] DEBUG: eos.gamedata: Loading cloakingTargetingDelayBonusPostPercentCloakingTargetingDelayBonusForShipModulesRequiringCloaking (Effect848)
[2020-04-22 05:20:04.088920] DEBUG: eos.gamedata: Loading cloakingSkillBoostCloakingTargetingDelayBonus (Effect850)
[2020-04-22 05:20:04.088920] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect850'
[2020-04-22 05:20:04.090914] DEBUG: eos.gamedata: Loading interceptorsSkillLevelPreMulEliteBonusInterceptorShip (Effect703)
[2020-04-22 05:20:04.090914] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect703'
[2020-04-22 05:20:04.090914] DEBUG: eos.gamedata: Loading interceptors2SkillLevelPreMulEliteBonusInterceptorShip (Effect1279)
[2020-04-22 05:20:04.090914] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect1279'
[2020-04-22 05:20:04.091912] DEBUG: eos.gamedata: Loading covertOpsSkillLevelPreMulEliteBonusCoverOpsShip (Effect704)
[2020-04-22 05:20:04.091912] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect704'
[2020-04-22 05:20:04.092909] DEBUG: eos.gamedata: Loading covertOpsSkillLevelPreMulEliteBonusCoverOpsShip2 (Effect1405)
[2020-04-22 05:20:04.092909] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect1405'
[2020-04-22 05:20:04.092909] DEBUG: eos.gamedata: Loading covertOpsSkillLevelPreMulEliteBonusCoverOpsShip3 (Effect4480)
[2020-04-22 05:20:04.092909] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect4480'
[2020-04-22 05:20:04.092909] DEBUG: eos.gamedata: Loading covertOpsSkillLevelPreMulEliteBonusCoverOpsShip4 (Effect6998)
[2020-04-22 05:20:04.092909] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect6998'
[2020-04-22 05:20:04.093907] DEBUG: eos.gamedata: Loading gunshipSkillMultiplier1 (Effect987)
[2020-04-22 05:20:04.093907] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect987'
[2020-04-22 05:20:04.093907] DEBUG: eos.gamedata: Loading gunshipSkillMultiplier2 (Effect988)
[2020-04-22 05:20:04.094904] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect988'
[2020-04-22 05:20:04.094904] DEBUG: eos.gamedata: Loading logisticSkillMultiplier1 (Effect1052)
[2020-04-22 05:20:04.094904] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect1052'
[2020-04-22 05:20:04.095901] DEBUG: eos.gamedata: Loading logisticSkillMultiplier2 (Effect1053)
[2020-04-22 05:20:04.095901] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect1053'
[2020-04-22 05:20:04.095901] DEBUG: eos.gamedata: Loading logisticSkillMultiplier3 (Effect6718)
[2020-04-22 05:20:04.095901] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect6718'
[2020-04-22 05:20:04.096898] DEBUG: eos.gamedata: Loading skillInterdictorEliteBonus1SkillLevel (Effect2426)
[2020-04-22 05:20:04.096898] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect2426'
[2020-04-22 05:20:04.096898] DEBUG: eos.gamedata: Loading skillInterdictorEliteBonus2SkillLevel (Effect2427)
[2020-04-22 05:20:04.096898] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect2427'
[2020-04-22 05:20:04.097896] DEBUG: eos.gamedata: Loading cSOTrainingSkillBoostResearchGangSizeBonus (Effect334)
[2020-04-22 05:20:04.097896] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect334'
[2020-04-22 05:20:04.097896] DEBUG: eos.gamedata: Loading cSOTrainingResearchGangSizeBonusModAddMaxResearchGangSizeShip (Effect335)
[2020-04-22 05:20:04.097896] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect335'
[2020-04-22 05:20:04.106871] DEBUG: eos.gamedata: Loading selfT2SmallProjectileArtyDamageBonus (Effect1008)
[2020-04-22 05:20:04.107869] DEBUG: eos.gamedata: Loading selfT2MediumProjectileArtyDamageBonus (Effect1014)
[2020-04-22 05:20:04.107869] DEBUG: eos.gamedata: Loading selfT2LargeProjectileArtyDamageBonus (Effect1020)
[2020-04-22 05:20:04.108867] DEBUG: eos.gamedata: Loading selfT2MediumLaserBeamDamageBonus (Effect1010)
[2020-04-22 05:20:04.109864] DEBUG: eos.gamedata: Loading selfT2LargeLaserBeamDamageBonus (Effect1016)
[2020-04-22 05:20:04.110862] DEBUG: eos.gamedata: Loading selfT2MediumHybridRailDamageBonus (Effect1012)
[2020-04-22 05:20:04.110862] DEBUG: eos.gamedata: Loading selfT2LargeHybridRailDamageBonus (Effect1018)
[2020-04-22 05:20:04.111891] DEBUG: eos.gamedata: Loading selfT2MediumProjectileACDamageBonus (Effect1013)
[2020-04-22 05:20:04.112891] DEBUG: eos.gamedata: Loading selfT2LargeProjectileACDamageBonus (Effect1019)
[2020-04-22 05:20:04.113855] DEBUG: eos.gamedata: Loading selfT2SmallHybridBlasterDamageBonus (Effect1005)
[2020-04-22 05:20:04.114888] DEBUG: eos.gamedata: Loading selfT2MediumHybridBlasterDamageBonus (Effect1011)
[2020-04-22 05:20:04.115848] DEBUG: eos.gamedata: Loading selfT2LargeHybridBlasterDamageBonus (Effect1017)
[2020-04-22 05:20:04.115848] DEBUG: eos.gamedata: Loading selfT2SmallLaserPulseDamageBonus (Effect1003)
[2020-04-22 05:20:04.116850] DEBUG: eos.gamedata: Loading selfT2MediumLaserPulseDamageBonus (Effect1009)
[2020-04-22 05:20:04.117879] DEBUG: eos.gamedata: Loading selfT2LargeLaserPulseDamageBonus (Effect1015)
[2020-04-22 05:20:04.118841] DEBUG: eos.gamedata: Loading skillMultiplierMaxVelocityBonus (Effect6666)
[2020-04-22 05:20:04.118841] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect6666'
[2020-04-22 05:20:04.118841] DEBUG: eos.gamedata: Loading skillBonusDroneNavigation (Effect6667)
[2020-04-22 05:20:04.119888] DEBUG: eos.gamedata: Loading emShieldCompensationHardeningBonusGroupShieldAmp (Effect2053)
[2020-04-22 05:20:04.120872] DEBUG: eos.gamedata: Loading kineticShieldCompensationHardeningBonusGroupShieldAmp (Effect2055)
[2020-04-22 05:20:04.121868] DEBUG: eos.gamedata: Loading explosiveShieldCompensationHardeningBonusGroupShieldAmp (Effect2054)
[2020-04-22 05:20:04.121868] DEBUG: eos.gamedata: Loading heavyMissilesSkillBoostMaxflightTimeBonus (Effect663)
[2020-04-22 05:20:04.122866] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect663'
[2020-04-22 05:20:04.122866] DEBUG: eos.gamedata: Loading missileBombardmentMaxFlightTimeBonusPostPercentExplosionDelayOwnerCharModulesRequiringMissileLauncherOperation (Effect784)
[2020-04-22 05:20:04.122866] DEBUG: eos.gamedata: Loading missileSkillMissileProjectileVelocityBonus (Effect1764)
[2020-04-22 05:20:04.123861] DEBUG: eos.gamedata: Loading missileSkillMissileProjectileVelocityBonusSkillLevel (Effect1765)
[2020-04-22 05:20:04.123861] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect1765'
[2020-04-22 05:20:04.126854] DEBUG: eos.gamedata: Loading archaeologyAccessDifficultyBonusMultiplier (Effect4803)
[2020-04-22 05:20:04.126854] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect4803'
[2020-04-22 05:20:04.126854] DEBUG: eos.gamedata: Loading dataMiningSkillBoostAccessDifficultyBonusAbsolutePercent (Effect4804)
[2020-04-22 05:20:04.127849] DEBUG: eos.gamedata: Loading dataMiningSkillLevelVirusCoherenceBonusModifier2 (Effect5435)
[2020-04-22 05:20:04.127849] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect5435'
[2020-04-22 05:20:04.127849] DEBUG: eos.gamedata: Loading archaeologySkillVirusBonus (Effect5437)
[2020-04-22 05:20:04.128848] DEBUG: eos.gamedata: Loading remoteArmorSystemsCapNeedBonusPostPercentCapacitorNeedLocationShipModulesRequiringRemoteArmorSystems (Effect1030)
[2020-04-22 05:20:04.129846] DEBUG: eos.gamedata: Loading iceHarvestCycleTimeModulesRequiringIceHarvesting (Effect1190)
[2020-04-22 05:20:04.130813] DEBUG: eos.gamedata: Loading iceHarvestCycleTimeBonus (Effect1191)
[2020-04-22 05:20:04.130813] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect1191'
[2020-04-22 05:20:04.131806] DEBUG: eos.gamedata: Loading warshipSkillMultiplier2 (Effect1077)
[2020-04-22 05:20:04.131806] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect1077'
[2020-04-22 05:20:04.131806] DEBUG: eos.gamedata: Loading warshipSkillMultiplier1 (Effect1079)
[2020-04-22 05:20:04.131806] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect1079'
[2020-04-22 05:20:04.135832] DEBUG: eos.gamedata: Loading miningBargeSkillLevelPostMulShipBonusORE2Ship (Effect1188)
[2020-04-22 05:20:04.135832] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect1188'
[2020-04-22 05:20:04.136793] DEBUG: eos.gamedata: Loading miningBargeSkillLevelPostMulShipBonusORE3Ship (Effect1849)
[2020-04-22 05:20:04.136793] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect1849'
[2020-04-22 05:20:04.138791] DEBUG: eos.gamedata: Loading eliteIndustrial1SkillLevelPreMulEliteBonusEliteIndustrialShip (Effect1282)
[2020-04-22 05:20:04.138791] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect1282'
[2020-04-22 05:20:04.138791] DEBUG: eos.gamedata: Loading eliteIndustrial2SkillLevelPreMulEliteBonusEliteIndustrialShip (Effect1283)
[2020-04-22 05:20:04.139821] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect1283'
[2020-04-22 05:20:04.139821] DEBUG: eos.gamedata: Loading eliteIndustrialExtenderSkillBonus (Effect3753)
[2020-04-22 05:20:04.139821] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect3753'
[2020-04-22 05:20:04.139821] DEBUG: eos.gamedata: Loading zColinSkillTransportCovertCloakMod (Effect3755)
[2020-04-22 05:20:04.139821] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect3755'
[2020-04-22 05:20:04.140821] DEBUG: eos.gamedata: Loading ewSkillRsdMaxRangeBonus (Effect1445)
[2020-04-22 05:20:04.140821] DEBUG: eos.gamedata: Loading ewSkillTpMaxRangeBonus (Effect1446)
[2020-04-22 05:20:04.141783] DEBUG: eos.gamedata: Loading ewSkillTdMaxRangeBonus (Effect1448)
[2020-04-22 05:20:04.141783] DEBUG: eos.gamedata: Loading ewSkillEwMaxRangeBonus (Effect1452)
[2020-04-22 05:20:04.141783] DEBUG: eos.gamedata: Loading ewSkillEcmBurstRangeBonus (Effect2491)
[2020-04-22 05:20:04.142778] DEBUG: eos.gamedata: Loading ewSkillRsdFallOffBonus (Effect1449)
[2020-04-22 05:20:04.142778] DEBUG: eos.gamedata: Loading ewSkillTpFallOffBonus (Effect1450)
[2020-04-22 05:20:04.142778] DEBUG: eos.gamedata: Loading ewSkillTdFallOffBonus (Effect1451)
[2020-04-22 05:20:04.142778] DEBUG: eos.gamedata: Loading ewSkillEwFallOffBonus (Effect1453)
[2020-04-22 05:20:04.143810] DEBUG: eos.gamedata: Loading ewSkillScanStrengthBonus (Effect1318)
[2020-04-22 05:20:04.143810] DEBUG: eos.gamedata: Loading ewSkillScanStrengthBonusSkillLevel (Effect1321)
[2020-04-22 05:20:04.144808] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect1321'
[2020-04-22 05:20:04.144808] DEBUG: eos.gamedata: Loading ewSkillSignalSuppressionScanResolutionBonus (Effect3586)
[2020-04-22 05:20:04.144808] DEBUG: eos.gamedata: Loading ewSkillSignalSuppressionMaxTargetRangeBonus (Effect3591)
[2020-04-22 05:20:04.145768] DEBUG: eos.gamedata: Loading ewSkillTrackingDisruptionTrackingSpeedBonus (Effect3561)
[2020-04-22 05:20:04.145768] DEBUG: eos.gamedata: Loading ewSkillTrackingDisruptionRangeDisruptionBonus (Effect5793)
[2020-04-22 05:20:04.146804] DEBUG: eos.gamedata: Loading ewSkillGuidanceDisruptionBonus (Effect6386)
[2020-04-22 05:20:04.146804] DEBUG: eos.gamedata: Loading ewSkillTpCapNeedBonusSkillLevel (Effect1370)
[2020-04-22 05:20:04.147764] DEBUG: eos.gamedata: Loading ewSkillTargetPaintingStrengthBonusSkillLevel (Effect1373)
[2020-04-22 05:20:04.147764] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect1373'
[2020-04-22 05:20:04.147764] DEBUG: eos.gamedata: Loading ewSkillTargetPaintingStrengthBonus (Effect1550)
[2020-04-22 05:20:04.148761] DEBUG: eos.gamedata: Loading selfRof (Effect1851)
[2020-04-22 05:20:04.152790] DEBUG: eos.gamedata: Loading missileSkillAoeCloudSizeBonus (Effect1472)
[2020-04-22 05:20:04.152790] DEBUG: eos.gamedata: Loading missileSkillAoeCloudSizeBonusSkillLevel (Effect1473)
[2020-04-22 05:20:04.152790] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect1473'
[2020-04-22 05:20:04.153772] DEBUG: eos.gamedata: Loading missileSkillAoeVelocityBonusSkillLevel (Effect1467)
[2020-04-22 05:20:04.153772] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect1467'
[2020-04-22 05:20:04.153772] DEBUG: eos.gamedata: Loading missileSkillAoeVelocityBonus (Effect1590)
[2020-04-22 05:20:04.154783] DEBUG: eos.gamedata: Loading missileSkillWarheadUpgradesEmDamageBonus (Effect1595)
[2020-04-22 05:20:04.154783] DEBUG: eos.gamedata: Loading missileSkillWarheadUpgradesExplosiveDamageBonus (Effect1596)
[2020-04-22 05:20:04.154783] DEBUG: eos.gamedata: Loading missileSkillWarheadUpgradesKineticDamageBonus (Effect1597)
[2020-04-22 05:20:04.154783] DEBUG: eos.gamedata: Loading missileSkillWarheadUpgradesThermalDamageBonus (Effect1657)
[2020-04-22 05:20:04.155778] DEBUG: eos.gamedata: Loading capitalTurretSkillLaserDamage (Effect1585)
[2020-04-22 05:20:04.156742] DEBUG: eos.gamedata: Loading skillAdvancedSpaceshipAgilityBonus (Effect1614)
[2020-04-22 05:20:04.156742] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect1614'
[2020-04-22 05:20:04.157739] DEBUG: eos.gamedata: Loading armoredCommandDurationBonus (Effect6770)
[2020-04-22 05:20:04.158771] DEBUG: eos.gamedata: Loading informationCommandDurationBonus (Effect6772)
[2020-04-22 05:20:04.159771] DEBUG: eos.gamedata: Loading freighterA1SkillLevel (Effect1659)
[2020-04-22 05:20:04.159771] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect1659'
[2020-04-22 05:20:04.159771] DEBUG: eos.gamedata: Loading freighterA2SkillLevel (Effect1660)
[2020-04-22 05:20:04.159771] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect1660'
[2020-04-22 05:20:04.160734] DEBUG: eos.gamedata: Loading skillMultiplierShipBonusDreadnoughtAmarr (Effect6489)
[2020-04-22 05:20:04.161728] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect6489'
[2020-04-22 05:20:04.161728] DEBUG: eos.gamedata: Loading freighterC1SkillLevel (Effect1661)
[2020-04-22 05:20:04.162760] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect1661'
[2020-04-22 05:20:04.162760] DEBUG: eos.gamedata: Loading freighterC2SkillLevel (Effect1663)
[2020-04-22 05:20:04.162760] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect1663'
[2020-04-22 05:20:04.163720] DEBUG: eos.gamedata: Loading freighterG1SkillLevel (Effect1664)
[2020-04-22 05:20:04.163720] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect1664'
[2020-04-22 05:20:04.164718] DEBUG: eos.gamedata: Loading freighterG2SkillLevel (Effect1665)
[2020-04-22 05:20:04.164718] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect1665'
[2020-04-22 05:20:04.165715] DEBUG: eos.gamedata: Loading freighterM1SkillLevel (Effect1666)
[2020-04-22 05:20:04.165715] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect1666'
[2020-04-22 05:20:04.165715] DEBUG: eos.gamedata: Loading freighterM2SkillLevel (Effect1667)
[2020-04-22 05:20:04.165715] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect1667'
[2020-04-22 05:20:04.166712] DEBUG: eos.gamedata: Loading skillMultiplierShipBonusDreadnoughtCaldari (Effect6492)
[2020-04-22 05:20:04.166712] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect6492'
[2020-04-22 05:20:04.167742] DEBUG: eos.gamedata: Loading skillMultiplierShipBonusDreadnoughtGallente (Effect6495)
[2020-04-22 05:20:04.167742] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect6495'
[2020-04-22 05:20:04.168742] DEBUG: eos.gamedata: Loading skillMultiplierShipBonusDreadnoughtMinmatar (Effect6498)
[2020-04-22 05:20:04.168742] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect6498'
[2020-04-22 05:20:04.168742] DEBUG: eos.gamedata: Loading skillCapitalShipsAdvancedAgility (Effect1616)
[2020-04-22 05:20:04.170702] DEBUG: eos.gamedata: Loading shieldOperationSkillBoostCapacitorNeedBonusSkillLevel (Effect1499)
[2020-04-22 05:20:04.170702] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect1499'
[2020-04-22 05:20:04.170702] DEBUG: eos.gamedata: Loading shieldOperationSkillBoostCapacitorNeedBonus (Effect1500)
[2020-04-22 05:20:04.172699] DEBUG: eos.gamedata: Loading cynosuralTheoryConsumptionBonus (Effect3526)
[2020-04-22 05:20:04.172699] DEBUG: eos.gamedata: Loading skillConsumptionQuantityBonusPercentageSkillLevel (Effect3527)
[2020-04-22 05:20:04.172699] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect3527'
[2020-04-22 05:20:04.173694] DEBUG: eos.gamedata: Loading skillJumpDriveConsumptionAmountBonusPercentage (Effect3532)
[2020-04-22 05:20:04.174695] DEBUG: eos.gamedata: Loading jumpDriveSkillsRangeBonus (Effect1581)
[2020-04-22 05:20:04.174695] DEBUG: eos.gamedata: Loading jumpDriveSkillsRangeBonusSkillLevel (Effect1582)
[2020-04-22 05:20:04.174695] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect1582'
[2020-04-22 05:20:04.175691] DEBUG: eos.gamedata: Loading capitalTurretSkillHybridDamage (Effect1587)
[2020-04-22 05:20:04.176688] DEBUG: eos.gamedata: Loading capitalTurretSkillProjectileDamage (Effect1586)
[2020-04-22 05:20:04.177686] DEBUG: eos.gamedata: Loading capitalLauncherSkillCitadelKineticDamage (Effect1588)
[2020-04-22 05:20:04.177686] DEBUG: eos.gamedata: Loading capitalLauncherSkillCitadelEmDamage (Effect1592)
[2020-04-22 05:20:04.177686] DEBUG: eos.gamedata: Loading capitalLauncherSkillCitadelExplosiveDamage (Effect1593)
[2020-04-22 05:20:04.177686] DEBUG: eos.gamedata: Loading capitalLauncherSkillCitadelThermalDamage (Effect1594)
[2020-04-22 05:20:04.178684] DEBUG: eos.gamedata: Loading hackingAccessDifficultyBonusMultiplier (Effect4802)
[2020-04-22 05:20:04.178684] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect4802'
[2020-04-22 05:20:04.179681] DEBUG: eos.gamedata: Loading hackingSkillVirusBonus (Effect5433)
[2020-04-22 05:20:04.181675] DEBUG: eos.gamedata: Loading capitalShieldOperationSkillCapacitorNeedBonus (Effect1634)
[2020-04-22 05:20:04.182672] DEBUG: eos.gamedata: Loading capitalRepairSystemsSkillDurationBonus (Effect1635)
[2020-04-22 05:20:04.182672] DEBUG: eos.gamedata: Loading skillSiegeModuleConsumptionQuantityBonus (Effect1650)
[2020-04-22 05:20:04.183670] DEBUG: eos.gamedata: Loading skillCynosural&SiegeConsumQuantityBonusSkillLevel (Effect1651)
[2020-04-22 05:20:04.183670] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect1651'
[2020-04-22 05:20:04.184667] DEBUG: eos.gamedata: Loading miningForemanDurationBonus (Effect6774)
[2020-04-22 05:20:04.185665] DEBUG: eos.gamedata: Loading miningDroneSpecBonus (Effect6762)
[2020-04-22 05:20:04.186662] DEBUG: eos.gamedata: Loading eliteBargeSkillMultiplier1 (Effect1838)
[2020-04-22 05:20:04.186662] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect1838'
[2020-04-22 05:20:04.186662] DEBUG: eos.gamedata: Loading eliteBargeSkillMultiplier2 (Effect1839)
[2020-04-22 05:20:04.187659] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect1839'
[2020-04-22 05:20:04.187659] DEBUG: eos.gamedata: Loading miningForemanStrengthBonus (Effect6780)
[2020-04-22 05:20:04.188656] DEBUG: eos.gamedata: Loading miningUpgradeCPUReductionBonus (Effect1895)
[2020-04-22 05:20:04.188656] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect1895'
[2020-04-22 05:20:04.188656] DEBUG: eos.gamedata: Loading miningUpgradeCPUPenaltyReductionModulesRequiringMiningUpgradePercent (Effect2456)
[2020-04-22 05:20:04.189654] DEBUG: eos.gamedata: Loading reconShipSkillMultiplier1 (Effect1908)
[2020-04-22 05:20:04.189654] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect1908'
[2020-04-22 05:20:04.189654] DEBUG: eos.gamedata: Loading reconShipSkillMultiplier2 (Effect1909)
[2020-04-22 05:20:04.190654] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect1909'
[2020-04-22 05:20:04.190654] DEBUG: eos.gamedata: Loading reconShipSkillMultiplier3 (Effect6022)
[2020-04-22 05:20:04.190654] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect6022'
[2020-04-22 05:20:04.191648] DEBUG: eos.gamedata: Loading emArmorCompensationHardeningBonusGroupArmorCoating (Effect2105)
[2020-04-22 05:20:04.191648] DEBUG: eos.gamedata: Loading emArmorCompensationHardeningBonusGroupEnergized (Effect2109)
[2020-04-22 05:20:04.192645] DEBUG: eos.gamedata: Loading explosiveArmorCompensationHardeningBonusGroupArmorCoating (Effect2106)
[2020-04-22 05:20:04.192645] DEBUG: eos.gamedata: Loading explosiveArmorCompensationHardeningBonusGroupEnergized (Effect2110)
[2020-04-22 05:20:04.192645] DEBUG: eos.gamedata: Loading kineticArmorCompensationHardeningBonusGroupArmorCoating (Effect2107)
[2020-04-22 05:20:04.193643] DEBUG: eos.gamedata: Loading kineticArmorCompensationHardeningBonusGroupEnergized (Effect2111)
[2020-04-22 05:20:04.193643] DEBUG: eos.gamedata: Loading thermicArmorCompensationHardeningBonusGroupArmorCoating (Effect2108)
[2020-04-22 05:20:04.194640] DEBUG: eos.gamedata: Loading thermicArmorCompensationHardeningBonusGroupEnergized (Effect2112)
[2020-04-22 05:20:04.195669] DEBUG: eos.gamedata: Loading skillBonusFighters (Effect6560)
[2020-04-22 05:20:04.198662] DEBUG: eos.gamedata: Loading skillBonusDroneSharpshooting (Effect6664)
[2020-04-22 05:20:04.199656] DEBUG: eos.gamedata: Loading skillBonusDroneDurability (Effect6665)
[2020-04-22 05:20:04.200628] DEBUG: eos.gamedata: Loading commandShipSkillMultiplier1 (Effect2451)
[2020-04-22 05:20:04.200628] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect2451'
[2020-04-22 05:20:04.201656] DEBUG: eos.gamedata: Loading commandShipSkillMultiplier2 (Effect2452)
[2020-04-22 05:20:04.201656] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect2452'
[2020-04-22 05:20:04.201656] DEBUG: eos.gamedata: Loading commandShipSkillMultiplier3 (Effect5571)
[2020-04-22 05:20:04.201656] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect5571'
[2020-04-22 05:20:04.202619] DEBUG: eos.gamedata: Loading skillADDmaxJumpClones (Effect2311)
[2020-04-22 05:20:04.202619] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect2311'
[2020-04-22 05:20:04.204648] DEBUG: eos.gamedata: Loading skillMultiplierShipBonusForceAuxiliaryAmarr (Effect6514)
[2020-04-22 05:20:04.204648] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect6514'
[2020-04-22 05:20:04.204648] DEBUG: eos.gamedata: Loading skillMultiplierShipBonusCarrierAmarr (Effect6583)
[2020-04-22 05:20:04.205645] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect6583'
[2020-04-22 05:20:04.205645] DEBUG: eos.gamedata: Loading skillMultiplierShipBonusSupercarrierAmarr (Effect6587)
[2020-04-22 05:20:04.205645] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect6587'
[2020-04-22 05:20:04.206645] DEBUG: eos.gamedata: Loading skillMultiplierShipBonusForceAuxiliaryCaldari (Effect6517)
[2020-04-22 05:20:04.206645] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect6517'
[2020-04-22 05:20:04.206645] DEBUG: eos.gamedata: Loading skillMultiplierShipBonusCarrierCaldari (Effect6584)
[2020-04-22 05:20:04.206645] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect6584'
[2020-04-22 05:20:04.206645] DEBUG: eos.gamedata: Loading skillMultiplierShipBonusSupercarrierCaldari (Effect6588)
[2020-04-22 05:20:04.206645] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect6588'
[2020-04-22 05:20:04.207640] DEBUG: eos.gamedata: Loading skillMultiplierShipBonusForceAuxiliaryGallente (Effect6520)
[2020-04-22 05:20:04.207640] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect6520'
[2020-04-22 05:20:04.208637] DEBUG: eos.gamedata: Loading skillMultiplierShipBonusCarrierGallente (Effect6585)
[2020-04-22 05:20:04.208637] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect6585'
[2020-04-22 05:20:04.208637] DEBUG: eos.gamedata: Loading skillMultiplierShipBonusSupercarrierGallente (Effect6589)
[2020-04-22 05:20:04.208637] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect6589'
[2020-04-22 05:20:04.209638] DEBUG: eos.gamedata: Loading skillMultiplierShipBonusForceAuxiliaryMinmatar (Effect6523)
[2020-04-22 05:20:04.209638] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect6523'
[2020-04-22 05:20:04.209638] DEBUG: eos.gamedata: Loading skillMultiplierShipBonusCarrierMinmatar (Effect6586)
[2020-04-22 05:20:04.209638] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect6586'
[2020-04-22 05:20:04.209638] DEBUG: eos.gamedata: Loading skillMultiplierShipBonusSupercarrierMinmatar (Effect6590)
[2020-04-22 05:20:04.209638] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect6590'
[2020-04-22 05:20:04.210634] DEBUG: eos.gamedata: Loading skillConsumptionQuantityBonusPercentSkillLevel (Effect4813)
[2020-04-22 05:20:04.210634] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect4813'
[2020-04-22 05:20:04.210634] DEBUG: eos.gamedata: Loading jumpPortalConsumptionBonusPercentSkill (Effect4814)
[2020-04-22 05:20:04.211629] DEBUG: eos.gamedata: Loading skillSuperWeaponDmgBonus (Effect2402)
[2020-04-22 05:20:04.212627] DEBUG: eos.gamedata: Loading capitalRemoteArmorRepairerCapNeedBonusSkill (Effect2354)
[2020-04-22 05:20:04.213589] DEBUG: eos.gamedata: Loading capitalRemoteShieldTransferCapNeedBonusSkill (Effect2355)
[2020-04-22 05:20:04.213589] DEBUG: eos.gamedata: Loading capitalRemoteEnergyTransferCapNeedBonusSkill (Effect2356)
[2020-04-22 05:20:04.214621] DEBUG: eos.gamedata: Loading cloneVatMaxJumpCloneBonusSkillLevel (Effect2411)
[2020-04-22 05:20:04.214621] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect2411'
[2020-04-22 05:20:04.214621] DEBUG: eos.gamedata: Loading cloneVatMaxJumpCloneBonusSkillNew (Effect3313)
[2020-04-22 05:20:04.215619] DEBUG: eos.gamedata: Loading skillMultiplierFighterHangarSize (Effect6569)
[2020-04-22 05:20:04.215619] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect6569'
[2020-04-22 05:20:04.215619] DEBUG: eos.gamedata: Loading skillBonusFighterHangarManagement (Effect6570)
[2020-04-22 05:20:04.219574] DEBUG: eos.gamedata: Loading neurotoxinRecoverySkillBoostChanceBonus (Effect2580)
[2020-04-22 05:20:04.219574] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect2580'
[2020-04-22 05:20:04.219574] DEBUG: eos.gamedata: Loading modifyBoosterEffectChanceWithBoosterChanceBonusPostPercent (Effect2589)
[2020-04-22 05:20:04.220569] DEBUG: eos.gamedata: Loading naniteControlSkillBoostBoosterAttributeModifier (Effect2590)
[2020-04-22 05:20:04.220569] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect2590'
[2020-04-22 05:20:04.220569] DEBUG: eos.gamedata: Loading boosterModifyBoosterArmorPenalties (Effect2760)
[2020-04-22 05:20:04.223562] DEBUG: eos.gamedata: Loading boosterModifyBoosterShieldPenalty (Effect2763)
[2020-04-22 05:20:04.223562] DEBUG: eos.gamedata: Loading boosterModifyBoosterMaxVelocityAndCapacitorPenalty (Effect2766)
[2020-04-22 05:20:04.223562] DEBUG: eos.gamedata: Loading boosterModifyBoosterMissilePenalty (Effect2776)
[2020-04-22 05:20:04.223562] DEBUG: eos.gamedata: Loading boosterModifyBoosterTurretPenalty (Effect2778)
[2020-04-22 05:20:04.224559] DEBUG: eos.gamedata: Loading gasCloudHarvestingMaxGroupSkillLevel (Effect2727)
[2020-04-22 05:20:04.228549] DEBUG: eos.gamedata: Loading salvagingAccessDifficultyBonusMultiplier (Effect4801)
[2020-04-22 05:20:04.228549] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect4801'
[2020-04-22 05:20:04.230548] DEBUG: eos.gamedata: Loading rigDrawbackSkillEffect (Effect2725)
[2020-04-22 05:20:04.231542] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect2725'
[2020-04-22 05:20:04.231542] DEBUG: eos.gamedata: Loading rigDrawbackReductionArmor (Effect6697)
[2020-04-22 05:20:04.232538] DEBUG: eos.gamedata: Loading rigDrawbackReductionAstronautics (Effect6698)
[2020-04-22 05:20:04.233535] DEBUG: eos.gamedata: Loading rigDrawbackReductionDrones (Effect6699)
[2020-04-22 05:20:04.233535] DEBUG: eos.gamedata: Loading rigDrawbackReductionElectronic (Effect6700)
[2020-04-22 05:20:04.234568] DEBUG: eos.gamedata: Loading rigDrawbackReductionProjectile (Effect6701)
[2020-04-22 05:20:04.235563] DEBUG: eos.gamedata: Loading rigDrawbackReductionEnergyWeapon (Effect6702)
[2020-04-22 05:20:04.235563] DEBUG: eos.gamedata: Loading rigDrawbackReductionHybrid (Effect6703)
[2020-04-22 05:20:04.236563] DEBUG: eos.gamedata: Loading rigDrawbackReductionLauncher (Effect6704)
[2020-04-22 05:20:04.237558] DEBUG: eos.gamedata: Loading rigDrawbackReductionShield (Effect6705)
[2020-04-22 05:20:04.238524] DEBUG: eos.gamedata: Loading skillRemoteHullRepairSystemsCapNeedBonus (Effect2979)
[2020-04-22 05:20:04.239557] DEBUG: eos.gamedata: Loading skillTriageModuleConsumptionQuantityBonus (Effect2967)
[2020-04-22 05:20:04.240516] DEBUG: eos.gamedata: Loading skillRemoteECMDurationBonusSkillLevel (Effect2974)
[2020-04-22 05:20:04.240516] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect2974'
[2020-04-22 05:20:04.240516] DEBUG: eos.gamedata: Loading skillRemoteECMDurationBonus (Effect2982)
[2020-04-22 05:20:04.241513] DEBUG: eos.gamedata: Loading skillCapitalRemoteHullRepairSystemsCapNeedBonus (Effect2980)
[2020-04-22 05:20:04.242552] DEBUG: eos.gamedata: Loading skillBombDeploymentModuleReactivationDelayBonus (Effect3036)
[2020-04-22 05:20:04.242552] DEBUG: eos.gamedata: Loading thermodynamicsSkillLevel (Effect3195)
[2020-04-22 05:20:04.243510] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect3195'
[2020-04-22 05:20:04.243510] DEBUG: eos.gamedata: Loading thermodynamicsSkillDamageBonus (Effect3196)
[2020-04-22 05:20:04.243510] DEBUG: eos.gamedata: Loading oreCapitalShipSkillMultiplier1 (Effect3262)
[2020-04-22 05:20:04.244541] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect3262'
[2020-04-22 05:20:04.244541] DEBUG: eos.gamedata: Loading oreCapitalShipSkillMultiplier2 (Effect3263)
[2020-04-22 05:20:04.244541] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect3263'
[2020-04-22 05:20:04.244541] DEBUG: eos.gamedata: Loading oreCapitalShipSkillMultiplier3 (Effect3311)
[2020-04-22 05:20:04.244541] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect3311'
[2020-04-22 05:20:04.244541] DEBUG: eos.gamedata: Loading oreCapitalShipSkillMultiplier4 (Effect3327)
[2020-04-22 05:20:04.244541] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect3327'
[2020-04-22 05:20:04.245538] DEBUG: eos.gamedata: Loading oreCapitalShipSkillMultiplier5 (Effect6791)
[2020-04-22 05:20:04.245538] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect6791'
[2020-04-22 05:20:04.246500] DEBUG: eos.gamedata: Loading skillIndustrialReconfigurationConsumptionQuantityBonus (Effect3264)
[2020-04-22 05:20:04.246500] DEBUG: eos.gamedata: Loading heavyInterdictorsSkillMultiplier1 (Effect3344)
[2020-04-22 05:20:04.247535] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect3344'
[2020-04-22 05:20:04.247535] DEBUG: eos.gamedata: Loading heavyInterdictorsSkillMultiplier2 (Effect3345)
[2020-04-22 05:20:04.247535] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect3345'
[2020-04-22 05:20:04.248495] DEBUG: eos.gamedata: Loading electronicAttackShipsSkillMultiplier1 (Effect3358)
[2020-04-22 05:20:04.248495] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect3358'
[2020-04-22 05:20:04.248495] DEBUG: eos.gamedata: Loading electronicAttackShipsSkillMultiplier2 (Effect3359)
[2020-04-22 05:20:04.248495] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect3359'
[2020-04-22 05:20:04.248495] DEBUG: eos.gamedata: Loading electronicAttackShipsSkillMultiplier3 (Effect6279)
[2020-04-22 05:20:04.248495] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect6279'
[2020-04-22 05:20:04.250490] DEBUG: eos.gamedata: Loading blackOpsSkillMultiplier1 (Effect3404)
[2020-04-22 05:20:04.250490] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect3404'
[2020-04-22 05:20:04.250490] DEBUG: eos.gamedata: Loading blackOpsSkillMultiplier2 (Effect3405)
[2020-04-22 05:20:04.250490] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect3405'
[2020-04-22 05:20:04.250490] DEBUG: eos.gamedata: Loading blackOpsSkillMultiplier3 (Effect6875)
[2020-04-22 05:20:04.250490] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect6875'
[2020-04-22 05:20:04.251488] DEBUG: eos.gamedata: Loading blackOpsSkillMultiplier4 (Effect6876)
[2020-04-22 05:20:04.251488] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect6876'
[2020-04-22 05:20:04.252486] DEBUG: eos.gamedata: Loading violatorsSkillMultiplier1 (Effect3408)
[2020-04-22 05:20:04.252486] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect3408'
[2020-04-22 05:20:04.252486] DEBUG: eos.gamedata: Loading violatorsSkillMultiplier2 (Effect3409)
[2020-04-22 05:20:04.253484] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect3409'
[2020-04-22 05:20:04.254479] DEBUG: eos.gamedata: Loading skillNaniteOperationRepairCost (Effect3521)
[2020-04-22 05:20:04.254479] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect3521'
[2020-04-22 05:20:04.254479] DEBUG: eos.gamedata: Loading skillNaniteOperationRepairCostLevel (Effect3522)
[2020-04-22 05:20:04.254479] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect3522'
[2020-04-22 05:20:04.256474] DEBUG: eos.gamedata: Loading skillNaniteInterfacingRepairTimeLevel (Effect3524)
[2020-04-22 05:20:04.256474] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect3524'
[2020-04-22 05:20:04.256474] DEBUG: eos.gamedata: Loading skillNaniteInterfacingRepairTime2 (Effect3723)
[2020-04-22 05:20:04.256474] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect3723'
[2020-04-22 05:20:04.257472] DEBUG: eos.gamedata: Loading jumpFreightersSkillMultiplier1 (Effect3595)
[2020-04-22 05:20:04.258470] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect3595'
[2020-04-22 05:20:04.258470] DEBUG: eos.gamedata: Loading jumpFreightersSkillMultiplier2 (Effect3596)
[2020-04-22 05:20:04.258470] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect3596'
[2020-04-22 05:20:04.259466] DEBUG: eos.gamedata: Loading industrialCommandShipSkillLevelMultiplierICS1 (Effect3741)
[2020-04-22 05:20:04.259466] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect3741'
[2020-04-22 05:20:04.259466] DEBUG: eos.gamedata: Loading industrialCommandShipSkillLevelMultiplierICS2 (Effect3743)
[2020-04-22 05:20:04.260469] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect3743'
[2020-04-22 05:20:04.260469] DEBUG: eos.gamedata: Loading industrialCommandShipSkillLevelMultiplierICS3 (Effect6739)
[2020-04-22 05:20:04.260469] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect6739'
[2020-04-22 05:20:04.260469] DEBUG: eos.gamedata: Loading industrialCommandShipSkillLevelMultiplierICS4 (Effect6740)
[2020-04-22 05:20:04.260469] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect6740'
[2020-04-22 05:20:04.260469] DEBUG: eos.gamedata: Loading industrialCommandShipSkillLevelMultiplierICS5 (Effect6785)
[2020-04-22 05:20:04.260469] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect6785'
[2020-04-22 05:20:04.263490] DEBUG: eos.gamedata: Loading subsystemSkillLevelAmarrDefensive (Effect3832)
[2020-04-22 05:20:04.263490] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect3832'
[2020-04-22 05:20:04.263490] DEBUG: eos.gamedata: Loading subsystemSkillLevelAmarrDefensive2 (Effect4195)
[2020-04-22 05:20:04.263490] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect4195'
[2020-04-22 05:20:04.264452] DEBUG: eos.gamedata: Loading subsystemSkillLevelAmarrDefensive3 (Effect6912)
[2020-04-22 05:20:04.264452] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect6912'
[2020-04-22 05:20:04.265492] DEBUG: eos.gamedata: Loading subsystemSkillLevelAmarrOffensive (Effect3847)
[2020-04-22 05:20:04.265492] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect3847'
[2020-04-22 05:20:04.265492] DEBUG: eos.gamedata: Loading subsystemSkillLevelAmarrOffensive2 (Effect4210)
[2020-04-22 05:20:04.265492] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect4210'
[2020-04-22 05:20:04.266482] DEBUG: eos.gamedata: Loading subsystemSkillLevelAmarrOffensive3 (Effect4338)
[2020-04-22 05:20:04.266482] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect4338'
[2020-04-22 05:20:04.267477] DEBUG: eos.gamedata: Loading subsystemSkillLevelAmarrPropulsion (Effect3848)
[2020-04-22 05:20:04.267477] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect3848'
[2020-04-22 05:20:04.267477] DEBUG: eos.gamedata: Loading subsystemSkillLevelAmarrPropulsion2 (Effect4211)
[2020-04-22 05:20:04.267477] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect4211'
[2020-04-22 05:20:04.268443] DEBUG: eos.gamedata: Loading subsystemSkillLevelAmarrEngineering (Effect3840)
[2020-04-22 05:20:04.268443] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect3840'
[2020-04-22 05:20:04.268443] DEBUG: eos.gamedata: Loading subsystemSkillLevelAmarrEngineering2 (Effect4203)
[2020-04-22 05:20:04.269472] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect4203'
[2020-04-22 05:20:04.269472] DEBUG: eos.gamedata: Loading subsystemSkillLevelAmarrEngineering3 (Effect6913)
[2020-04-22 05:20:04.269472] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect6913'
[2020-04-22 05:20:04.270442] DEBUG: eos.gamedata: Loading subsystemSkillLevelGallenteDefensive (Effect3834)
[2020-04-22 05:20:04.270442] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect3834'
[2020-04-22 05:20:04.270442] DEBUG: eos.gamedata: Loading subsystemSkillLevelGallenteDefensive2 (Effect4197)
[2020-04-22 05:20:04.270442] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect4197'
[2020-04-22 05:20:04.270442] DEBUG: eos.gamedata: Loading subsystemSkillLevelGallenteDefensive3 (Effect6917)
[2020-04-22 05:20:04.270442] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect6917'
[2020-04-22 05:20:04.271469] DEBUG: eos.gamedata: Loading subsystemSkillLevelCaldariDefensive (Effect3833)
[2020-04-22 05:20:04.271469] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect3833'
[2020-04-22 05:20:04.271469] DEBUG: eos.gamedata: Loading subsystemSkillLevelCaldariDefensive2 (Effect4196)
[2020-04-22 05:20:04.272433] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect4196'
[2020-04-22 05:20:04.272433] DEBUG: eos.gamedata: Loading subsystemSkillLevelCaldariDefensive3 (Effect6915)
[2020-04-22 05:20:04.272433] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect6915'
[2020-04-22 05:20:04.273464] DEBUG: eos.gamedata: Loading subsystemSkillLevelMinmatarDefensive (Effect3835)
[2020-04-22 05:20:04.273464] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect3835'
[2020-04-22 05:20:04.273464] DEBUG: eos.gamedata: Loading subsystemSkillLevelMinmatarDefensive2 (Effect4198)
[2020-04-22 05:20:04.273464] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect4198'
[2020-04-22 05:20:04.273464] DEBUG: eos.gamedata: Loading subsystemSkillLevelMinmatarDefensive3 (Effect6919)
[2020-04-22 05:20:04.273464] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect6919'
[2020-04-22 05:20:04.274461] DEBUG: eos.gamedata: Loading subsystemSkillLevelGallenteEngineering (Effect3842)
[2020-04-22 05:20:04.274461] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect3842'
[2020-04-22 05:20:04.274461] DEBUG: eos.gamedata: Loading subsystemSkillLevelGallenteEngineering2 (Effect4205)
[2020-04-22 05:20:04.275465] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect4205'
[2020-04-22 05:20:04.275465] DEBUG: eos.gamedata: Loading subsystemSkillLevelGallenteEngineering3 (Effect6916)
[2020-04-22 05:20:04.275465] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect6916'
[2020-04-22 05:20:04.276420] DEBUG: eos.gamedata: Loading subsystemSkillLevelMinmatarEngineering (Effect3843)
[2020-04-22 05:20:04.276420] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect3843'
[2020-04-22 05:20:04.276420] DEBUG: eos.gamedata: Loading subsystemSkillLevelMinmatarEngineering2 (Effect4206)
[2020-04-22 05:20:04.276420] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect4206'
[2020-04-22 05:20:04.276420] DEBUG: eos.gamedata: Loading subsystemSkillLevelMinmatarEngineering3 (Effect6918)
[2020-04-22 05:20:04.276420] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect6918'
[2020-04-22 05:20:04.277453] DEBUG: eos.gamedata: Loading subsystemSkillLevelCaldariEngineering (Effect3841)
[2020-04-22 05:20:04.278416] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect3841'
[2020-04-22 05:20:04.278416] DEBUG: eos.gamedata: Loading subsystemSkillLevelCaldariEngineering2 (Effect4204)
[2020-04-22 05:20:04.278416] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect4204'
[2020-04-22 05:20:04.278416] DEBUG: eos.gamedata: Loading subsystemSkillLevelCaldariEngineering3 (Effect6914)
[2020-04-22 05:20:04.278416] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect6914'
[2020-04-22 05:20:04.279413] DEBUG: eos.gamedata: Loading subsystemSkillLevelCaldariOffensive (Effect3846)
[2020-04-22 05:20:04.279413] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect3846'
[2020-04-22 05:20:04.279413] DEBUG: eos.gamedata: Loading subsystemSkillLevelCaldariOffensive2 (Effect4209)
[2020-04-22 05:20:04.279413] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect4209'
[2020-04-22 05:20:04.280414] DEBUG: eos.gamedata: Loading subsystemSkillLevelCaldariOffensive3 (Effect4339)
[2020-04-22 05:20:04.280414] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect4339'
[2020-04-22 05:20:04.280414] DEBUG: eos.gamedata: Loading subsystemSkillLevelGallenteOffensive (Effect3845)
[2020-04-22 05:20:04.281408] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect3845'
[2020-04-22 05:20:04.281408] DEBUG: eos.gamedata: Loading subsystemSkillLevelGallenteOffensive2 (Effect4208)
[2020-04-22 05:20:04.281408] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect4208'
[2020-04-22 05:20:04.281408] DEBUG: eos.gamedata: Loading subsystemSkillLevelGallenteOffensive3 (Effect4341)
[2020-04-22 05:20:04.281408] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect4341'
[2020-04-22 05:20:04.282405] DEBUG: eos.gamedata: Loading subsystemSkillLevelMinmatarOffensive (Effect3844)
[2020-04-22 05:20:04.282405] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect3844'
[2020-04-22 05:20:04.282405] DEBUG: eos.gamedata: Loading subsystemSkillLevelMinmatarOffensive2 (Effect4207)
[2020-04-22 05:20:04.282405] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect4207'
[2020-04-22 05:20:04.282405] DEBUG: eos.gamedata: Loading subsystemSkillLevelMinmatarOffensive3 (Effect4350)
[2020-04-22 05:20:04.283402] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect4350'
[2020-04-22 05:20:04.283402] DEBUG: eos.gamedata: Loading subsystemSkillLevelCaldariPropulsion (Effect3849)
[2020-04-22 05:20:04.284400] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect3849'
[2020-04-22 05:20:04.284400] DEBUG: eos.gamedata: Loading subsystemSkillLevelCaldariPropulsion2 (Effect4212)
[2020-04-22 05:20:04.284400] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect4212'
[2020-04-22 05:20:04.285397] DEBUG: eos.gamedata: Loading subsystemSkillLevelGallentePropulsion (Effect3850)
[2020-04-22 05:20:04.285397] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect3850'
[2020-04-22 05:20:04.285397] DEBUG: eos.gamedata: Loading subsystemSkillLevelGallentePropulsion2 (Effect4213)
[2020-04-22 05:20:04.285397] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect4213'
[2020-04-22 05:20:04.286395] DEBUG: eos.gamedata: Loading subsystemSkillLevelMinmatarPropulsion (Effect3851)
[2020-04-22 05:20:04.286395] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect3851'
[2020-04-22 05:20:04.286395] DEBUG: eos.gamedata: Loading subsystemSkillLevelMinmatarPropulsion2 (Effect4214)
[2020-04-22 05:20:04.286395] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect4214'
[2020-04-22 05:20:04.287392] DEBUG: eos.gamedata: Loading strategicCruiserAmarrSkillLevel1 (Effect4191)
[2020-04-22 05:20:04.287392] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect4191'
[2020-04-22 05:20:04.287392] DEBUG: eos.gamedata: Loading strategicCruiserAmarrSkillLevel2 (Effect6905)
[2020-04-22 05:20:04.287392] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect6905'
[2020-04-22 05:20:04.288389] DEBUG: eos.gamedata: Loading strategicCruiserCaldariSkillLevel1 (Effect4192)
[2020-04-22 05:20:04.288389] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect4192'
[2020-04-22 05:20:04.288389] DEBUG: eos.gamedata: Loading strategicCruiserCaldariSkillLevel2 (Effect6906)
[2020-04-22 05:20:04.288389] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect6906'
[2020-04-22 05:20:04.289387] DEBUG: eos.gamedata: Loading strategicCruiserGallenteSkillLevel1 (Effect4193)
[2020-04-22 05:20:04.289387] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect4193'
[2020-04-22 05:20:04.289387] DEBUG: eos.gamedata: Loading strategicCruiserGallenteSkillLevel2 (Effect6907)
[2020-04-22 05:20:04.290387] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect6907'
[2020-04-22 05:20:04.291382] DEBUG: eos.gamedata: Loading strategicCruiserMinmatarSkillLevel1 (Effect4194)
[2020-04-22 05:20:04.291382] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect4194'
[2020-04-22 05:20:04.291382] DEBUG: eos.gamedata: Loading strategicCruiserMinmatarSkillLevel2 (Effect6904)
[2020-04-22 05:20:04.291382] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect6904'
[2020-04-22 05:20:04.293376] DEBUG: eos.gamedata: Loading skillBonusHeavyFighters (Effect6563)
[2020-04-22 05:20:04.294374] DEBUG: eos.gamedata: Loading capitalLauncherSkillCruiseCitadelEmDamage1 (Effect4555)
[2020-04-22 05:20:04.294374] DEBUG: eos.gamedata: Loading capitalLauncherSkillCruiseCitadelExplosiveDamage1 (Effect4556)
[2020-04-22 05:20:04.294374] DEBUG: eos.gamedata: Loading capitalLauncherSkillCruiseCitadelKineticDamage1 (Effect4557)
[2020-04-22 05:20:04.295372] DEBUG: eos.gamedata: Loading capitalLauncherSkillCruiseCitadelThermalDamage1 (Effect4558)
[2020-04-22 05:20:04.296369] DEBUG: eos.gamedata: Loading skillReactiveArmorHardenerDurationBonus (Effect4976)
[2020-04-22 05:20:04.296369] DEBUG: eos.gamedata: Loading skillReactiveArmorHardenerCapNeedBonus (Effect5162)
[2020-04-22 05:20:04.297365] DEBUG: eos.gamedata: Loading miningFrigateSkillLevelPostMulShipBonusORE1frig (Effect5137)
[2020-04-22 05:20:04.297365] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect5137'
[2020-04-22 05:20:04.298364] DEBUG: eos.gamedata: Loading miningFrigateSkillLevelPostMulShipBonusORE2frig (Effect5138)
[2020-04-22 05:20:04.298364] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect5138'
[2020-04-22 05:20:04.299361] DEBUG: eos.gamedata: Loading sensorIntegritySkillLevelPreMulSensorStrengthBonusSelf (Effect5172)
[2020-04-22 05:20:04.299361] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect5172'
[2020-04-22 05:20:04.299361] DEBUG: eos.gamedata: Loading sensorCompensationSensorStrengthBonusMagnetometric (Effect5182)
[2020-04-22 05:20:04.300363] DEBUG: eos.gamedata: Loading sensorCompensationSensorStrengthBonusGravimetric (Effect5180)
[2020-04-22 05:20:04.301358] DEBUG: eos.gamedata: Loading sensorCompensationSensorStrengthBonusLadar (Effect5181)
[2020-04-22 05:20:04.301358] DEBUG: eos.gamedata: Loading sensorCompensationSensorStrengthBonusRadar (Effect5183)
[2020-04-22 05:20:04.302352] DEBUG: eos.gamedata: Loading armorUpgradesSkillBoostMassPenaltyReduction (Effect5200)
[2020-04-22 05:20:04.302352] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect5200'
[2020-04-22 05:20:04.302352] DEBUG: eos.gamedata: Loading armorUpgradesMassPenaltyReductionBonus (Effect5201)
[2020-04-22 05:20:04.303350] DEBUG: eos.gamedata: Loading destroyerSkillLevelPreMulShipBonusAD1Ship (Effect5276)
[2020-04-22 05:20:04.304347] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect5276'
[2020-04-22 05:20:04.304347] DEBUG: eos.gamedata: Loading destroyerSkillLevelPreMulShipBonusAD2Ship (Effect5277)
[2020-04-22 05:20:04.304347] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect5277'
[2020-04-22 05:20:04.305344] DEBUG: eos.gamedata: Loading destroyerSkillLevelPreMulShipBonusCD1Ship (Effect5278)
[2020-04-22 05:20:04.305344] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect5278'
[2020-04-22 05:20:04.305344] DEBUG: eos.gamedata: Loading destroyerSkillLevelPreMulShipBonusCD2Ship (Effect5279)
[2020-04-22 05:20:04.305344] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect5279'
[2020-04-22 05:20:04.306341] DEBUG: eos.gamedata: Loading destroyerSkillLevelPreMulShipBonusGD1Ship (Effect5280)
[2020-04-22 05:20:04.306341] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect5280'
[2020-04-22 05:20:04.306341] DEBUG: eos.gamedata: Loading destroyerSkillLevelPreMulShipBonusGD2Ship (Effect5281)
[2020-04-22 05:20:04.306341] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect5281'
[2020-04-22 05:20:04.307339] DEBUG: eos.gamedata: Loading destroyerSkillLevelPreMulShipBonusMD1Ship (Effect5282)
[2020-04-22 05:20:04.307339] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect5282'
[2020-04-22 05:20:04.307339] DEBUG: eos.gamedata: Loading destroyerSkillLevelPreMulShipBonusMD2Ship (Effect5283)
[2020-04-22 05:20:04.308336] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect5283'
[2020-04-22 05:20:04.308336] DEBUG: eos.gamedata: Loading battlecruiserSkillLevelPreMulShipBonusABC1Ship (Effect5284)
[2020-04-22 05:20:04.309334] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect5284'
[2020-04-22 05:20:04.309334] DEBUG: eos.gamedata: Loading battlecruiserSkillLevelPreMulShipBonusABC2Ship (Effect5285)
[2020-04-22 05:20:04.309334] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect5285'
[2020-04-22 05:20:04.310335] DEBUG: eos.gamedata: Loading battlecruiserSkillLevelPreMulShipBonusCBC1Ship (Effect5286)
[2020-04-22 05:20:04.310335] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect5286'
[2020-04-22 05:20:04.310335] DEBUG: eos.gamedata: Loading battlecruiserSkillLevelPreMulShipBonusCBC2Ship (Effect5287)
[2020-04-22 05:20:04.310335] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect5287'
[2020-04-22 05:20:04.311328] DEBUG: eos.gamedata: Loading battlecruiserSkillLevelPreMulShipBonusGBC1Ship (Effect5288)
[2020-04-22 05:20:04.311328] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect5288'
[2020-04-22 05:20:04.311328] DEBUG: eos.gamedata: Loading battlecruiserSkillLevelPreMulShipBonusGBC2Ship (Effect5289)
[2020-04-22 05:20:04.311328] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect5289'
[2020-04-22 05:20:04.312326] DEBUG: eos.gamedata: Loading battlecruiserSkillLevelPreMulShipBonusMBC1Ship (Effect5290)
[2020-04-22 05:20:04.312326] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect5290'
[2020-04-22 05:20:04.312326] DEBUG: eos.gamedata: Loading battlecruiserSkillLevelPreMulShipBonusMBC2Ship (Effect5291)
[2020-04-22 05:20:04.313323] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect5291'
[2020-04-22 05:20:04.314318] DEBUG: eos.gamedata: Loading skillJumpCloneCooldownReduction (Effect5527)
[2020-04-22 05:20:04.314318] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect5527'
[2020-04-22 05:20:04.315353] DEBUG: eos.gamedata: Loading piCustomsOfficeTaxReduction (Effect5614)
[2020-04-22 05:20:04.315353] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect5614'
[2020-04-22 05:20:04.315353] DEBUG: eos.gamedata: Loading piTaxReductionModifierSkillModifier (Effect5615)
[2020-04-22 05:20:04.315353] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect5615'
[2020-04-22 05:20:04.317347] DEBUG: eos.gamedata: Loading expeditionFrigateSkillLevelPostMulEliteBonusExpedition1 (Effect5850)
[2020-04-22 05:20:04.317347] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect5850'
[2020-04-22 05:20:04.317347] DEBUG: eos.gamedata: Loading expeditionFrigateSkillLevelPostMulEliteBonusExpedition2 (Effect5851)
[2020-04-22 05:20:04.318308] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect5851'
[2020-04-22 05:20:04.318308] DEBUG: eos.gamedata: Loading freighterO1SkillLevel (Effect5996)
[2020-04-22 05:20:04.318308] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect5996'
[2020-04-22 05:20:04.318308] DEBUG: eos.gamedata: Loading freighterO2SkillLevel (Effect5997)
[2020-04-22 05:20:04.319348] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect5997'
[2020-04-22 05:20:04.319348] DEBUG: eos.gamedata: Loading tacticalDestroyerAmarrSkillLevel1 (Effect6003)
[2020-04-22 05:20:04.320343] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect6003'
[2020-04-22 05:20:04.320343] DEBUG: eos.gamedata: Loading tacticalDestroyerAmarrSkillLevel2 (Effect6004)
[2020-04-22 05:20:04.320343] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect6004'
[2020-04-22 05:20:04.320343] DEBUG: eos.gamedata: Loading tacticalDestroyerAmarrSkillLevel3 (Effect6005)
[2020-04-22 05:20:04.320343] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect6005'
[2020-04-22 05:20:04.321335] DEBUG: eos.gamedata: Loading tacticalDestroyerMinmatarSkillLevel1 (Effect6033)
[2020-04-22 05:20:04.321335] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect6033'
[2020-04-22 05:20:04.321335] DEBUG: eos.gamedata: Loading tacticalDestroyerMinmatarSkillLevel2 (Effect6034)
[2020-04-22 05:20:04.321335] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect6034'
[2020-04-22 05:20:04.321335] DEBUG: eos.gamedata: Loading tacticalDestroyerMinmatarSkillLevel3 (Effect6035)
[2020-04-22 05:20:04.322299] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect6035'
[2020-04-22 05:20:04.322299] DEBUG: eos.gamedata: Loading tacticalDestroyerCaldariSkillLevel1 (Effect6078)
[2020-04-22 05:20:04.322299] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect6078'
[2020-04-22 05:20:04.323331] DEBUG: eos.gamedata: Loading tacticalDestroyerCaldariSkillLevel2 (Effect6079)
[2020-04-22 05:20:04.323331] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect6079'
[2020-04-22 05:20:04.323331] DEBUG: eos.gamedata: Loading tacticalDestroyerCaldariSkillLevel3 (Effect6080)
[2020-04-22 05:20:04.323331] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect6080'
[2020-04-22 05:20:04.324308] DEBUG: eos.gamedata: Loading tacticalDestroyerGallenteSkillLevel1 (Effect6145)
[2020-04-22 05:20:04.324308] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect6145'
[2020-04-22 05:20:04.324308] DEBUG: eos.gamedata: Loading tacticalDestroyerGallenteSkillLevel2 (Effect6146)
[2020-04-22 05:20:04.325326] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect6146'
[2020-04-22 05:20:04.325326] DEBUG: eos.gamedata: Loading tacticalDestroyerGallenteSkillLevel3 (Effect6147)
[2020-04-22 05:20:04.325326] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect6147'
[2020-04-22 05:20:04.326305] DEBUG: eos.gamedata: Loading commandDestroyerSkillMultiplier1 (Effect6209)
[2020-04-22 05:20:04.326305] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect6209'
[2020-04-22 05:20:04.326305] DEBUG: eos.gamedata: Loading commandDestroyerSkillMultiplier2 (Effect6210)
[2020-04-22 05:20:04.326305] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect6210'
[2020-04-22 05:20:04.327322] DEBUG: eos.gamedata: Loading commandDestroyerSkillMultiplier3 (Effect6211)
[2020-04-22 05:20:04.327322] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect6211'
[2020-04-22 05:20:04.328282] DEBUG: eos.gamedata: Loading skillStructureMissileDamageBonus (Effect6396)
[2020-04-22 05:20:04.329278] DEBUG: eos.gamedata: Loading skillStructureDoomsdayDurationBonus (Effect6679)
[2020-04-22 05:20:04.330277] DEBUG: eos.gamedata: Loading skillStructureElectronicSystemsCapNeedBonus (Effect6400)
[2020-04-22 05:20:04.331310] DEBUG: eos.gamedata: Loading skillStructureEngineeringSystemsCapNeedBonus (Effect6401)
[2020-04-22 05:20:04.332307] DEBUG: eos.gamedata: Loading logiFrigSkillMultiplier1 (Effect6375)
[2020-04-22 05:20:04.332307] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect6375'
[2020-04-22 05:20:04.333304] DEBUG: eos.gamedata: Loading logiFrigSkillMultiplier2 (Effect6376)
[2020-04-22 05:20:04.333304] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect6376'
[2020-04-22 05:20:04.333304] DEBUG: eos.gamedata: Loading skillBonusLightFighters (Effect6561)
[2020-04-22 05:20:04.334267] DEBUG: eos.gamedata: Loading skillBonusSupportFightersShield (Effect6562)
[2020-04-22 05:20:04.335261] DEBUG: eos.gamedata: Loading skillBonusCapitalAutocannonSpecialization (Effect6571)
[2020-04-22 05:20:04.336295] DEBUG: eos.gamedata: Loading skillBonusCapitalArtillerySpecialization (Effect6572)
[2020-04-22 05:20:04.337297] DEBUG: eos.gamedata: Loading skillBonusCapitalBlasterSpecialization (Effect6573)
[2020-04-22 05:20:04.338292] DEBUG: eos.gamedata: Loading skillBonusCapitalRailgunSpecialization (Effect6574)
[2020-04-22 05:20:04.339252] DEBUG: eos.gamedata: Loading skillBonusCapitalPulseLaserSpecialization (Effect6575)
[2020-04-22 05:20:04.339252] DEBUG: eos.gamedata: Loading skillBonusCapitalBeamLaserSpecialization (Effect6576)
[2020-04-22 05:20:04.340285] DEBUG: eos.gamedata: Loading skillBonusXLTorpedoSpecialization (Effect6578)
[2020-04-22 05:20:04.341283] DEBUG: eos.gamedata: Loading skillBonusXLCruiseMissileSpecialization (Effect6577)
[2020-04-22 05:20:04.342280] DEBUG: eos.gamedata: Loading skillBonusDoomsdayRapidFiring (Effect6642)
[2020-04-22 05:20:04.343277] DEBUG: eos.gamedata: Loading iceHarvestingDroneOperationDurationBonus (Effect6763)
[2020-04-22 05:20:04.344275] DEBUG: eos.gamedata: Loading iceHarvestingDroneSpecBonus (Effect6764)
[2020-04-22 05:20:04.345238] DEBUG: eos.gamedata: Loading spatialPhenomenaGenerationDurationBonus (Effect6765)
[2020-04-22 05:20:04.345238] DEBUG: eos.gamedata: Loading invulnerabilityCoreDurationBonus (Effect6807)
[2020-04-22 05:20:04.346233] DEBUG: eos.gamedata: Loading reactionTimeBonusPostPercentManufactureTimeMultiplierChar (Effect6891)
[2020-04-22 05:20:04.347265] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect6891'
[2020-04-22 05:20:04.347265] DEBUG: eos.gamedata: Loading reactionSkillBoostManufacturingTimeBonus (Effect6892)
[2020-04-22 05:20:04.347265] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect6892'
[2020-04-22 05:20:04.348265] DEBUG: eos.gamedata: Loading massReactionSkillLevelModAddReactionSlotLimitChar (Effect6893)
[2020-04-22 05:20:04.348265] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect6893'
[2020-04-22 05:20:04.352217] DEBUG: eos.gamedata: Loading flagCruiserSkillMultiplier1 (Effect7041)
[2020-04-22 05:20:04.352217] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect7041'
[2020-04-22 05:20:04.353250] DEBUG: eos.gamedata: Loading precursorFrigateSkillLevelPreMulShipBonusPF1 (Effect7065)
[2020-04-22 05:20:04.353250] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect7065'
[2020-04-22 05:20:04.354249] DEBUG: eos.gamedata: Loading precursorFrigateSkillLevelPreMulShipBonusPF2 (Effect7066)
[2020-04-22 05:20:04.354249] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect7066'
[2020-04-22 05:20:04.355246] DEBUG: eos.gamedata: Loading precursorCruiserSkillLevelPreMulShipBonusPC1 (Effect7067)
[2020-04-22 05:20:04.355246] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect7067'
[2020-04-22 05:20:04.355246] DEBUG: eos.gamedata: Loading precursorCruiserSkillLevelPreMulShipBonusPC2 (Effect7068)
[2020-04-22 05:20:04.356243] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect7068'
[2020-04-22 05:20:04.357238] DEBUG: eos.gamedata: Loading precursorBattleShipSkillLevelPreMulShipBonusPBS1 (Effect7069)
[2020-04-22 05:20:04.357238] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect7069'
[2020-04-22 05:20:04.357238] DEBUG: eos.gamedata: Loading precursorBattleshipSkillLevelPreMulShipBonusPBS2 (Effect7070)
[2020-04-22 05:20:04.357238] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect7070'
[2020-04-22 05:20:04.358199] DEBUG: eos.gamedata: Loading smallPrecursorTurretDmgBonusRequiredSkill (Effect7071)
[2020-04-22 05:20:04.358199] DEBUG: eos.gamedata: Loading mediumPrecursorTurretDmgBonusRequiredSkill (Effect7072)
[2020-04-22 05:20:04.359234] DEBUG: eos.gamedata: Loading largePrecursorTurretDmgBonusRequiredSkill (Effect7073)
[2020-04-22 05:20:04.360237] DEBUG: eos.gamedata: Loading smallDisintegratorSkillDmgBonus (Effect7074)
[2020-04-22 05:20:04.361193] DEBUG: eos.gamedata: Loading mediumDisintegratorSkillDmgBonus (Effect7075)
[2020-04-22 05:20:04.362228] DEBUG: eos.gamedata: Loading largeDisintegratorSkillDmgBonus (Effect7076)
[2020-04-22 05:20:04.363187] DEBUG: eos.gamedata: Loading precursorDestroyerSkillLevelPreMulShipBonusPD1 (Effect7150)
[2020-04-22 05:20:04.363187] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect7150'
[2020-04-22 05:20:04.363187] DEBUG: eos.gamedata: Loading precursorDestroyerSkillLevelPreMulShipBonusPD2 (Effect7151)
[2020-04-22 05:20:04.363187] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect7151'
[2020-04-22 05:20:04.364221] DEBUG: eos.gamedata: Loading precursorBattlecruiserSkillLevelPreMulShipBonusPBC1 (Effect7152)
[2020-04-22 05:20:04.364221] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect7152'
[2020-04-22 05:20:04.364221] DEBUG: eos.gamedata: Loading precursorBattlecruiserSkillLevelPreMulShipBonusPBC2 (Effect7153)
[2020-04-22 05:20:04.364221] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect7153'
[2020-04-22 05:20:04.367177] DEBUG: eos.gamedata: Loading skillMultiplierShipBonusDreadnoughtPrecursor (Effect7241)
[2020-04-22 05:20:04.367177] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect7241'
[2020-04-22 05:20:04.368210] DEBUG: eos.gamedata: Loading capitalPrecursorTurretDmgBonusRequiredSkill (Effect7242)
[2020-04-22 05:20:04.369207] DEBUG: eos.gamedata: Loading shipMissileRofCC (Effect5131)
[2020-04-22 05:20:04.369207] DEBUG: eos.gamedata: Loading shipHeavyAssaultMissileAOECloudSizeCC2 (Effect5387)
[2020-04-22 05:20:04.369207] DEBUG: eos.gamedata: Loading shipHeavyMissileAOECloudSizeCC2 (Effect5388)
[2020-04-22 05:20:04.700325] DEBUG: eos.saveddata.fit: Done with fit calculation
[2020-04-22 05:20:04.700325] INFO: service.fit: ==========recalc time: 0.8168165683746338==========
[2020-04-22 05:20:04.832959] DEBUG: gui.builtinViews.fittingView: ------------------ new fitting view -------------------
[2020-04-22 05:20:04.833954] DEBUG: gui.builtinViews.fittingView: <gui.builtinViews.fittingView.FittingView object at 0x0000014D7B563C18>
[2020-04-22 05:20:04.833954] DEBUG: gui.builtinViews.fittingView: ###################### Created new view:<gui.builtinViews.fittingView.FittingView object at 0x0000014D7B563C18>
[2020-04-22 05:20:04.837959] DEBUG: gui.builtinViews.fittingView: ====== Fit Selected: <gui.builtinViews.fittingView.FittingView object at 0x0000014D7B563C18>True
[2020-04-22 05:20:04.843902] INFO: service.fit: ==========recalc: Caracal Navy Issue==========
[2020-04-22 05:20:04.849924] INFO: eos.saveddata.fit: Starting fit calculation on: Fit(ID=8, ship=Caracal Navy Issue, name=Caracal Navy Issue) at 0x14d7bd92148, calc: LOCAL
[2020-04-22 05:20:04.850888] INFO: eos.saveddata.fit: Fit is not yet calculated; will be running local calcs for Fit(ID=8, ship=Caracal Navy Issue, name=Caracal Navy Issue) at 0x14d7bd92148
[2020-04-22 05:20:04.853876] DEBUG: eos.gamedata: Loading targetAttack (Effect10)
[2020-04-22 05:20:04.854908] DEBUG: eos.gamedata: Loading salvageDroneEffect (Effect5163)
[2020-04-22 05:20:04.854908] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect5163'
[2020-04-22 05:20:04.854908] DEBUG: eos.gamedata: Loading overloadSelfShieldBonusDurationBonus (Effect3201)
[2020-04-22 05:20:04.855909] DEBUG: eos.gamedata: Loading cloakingScanResolutionMultiplier (Effect854)
[2020-04-22 05:20:04.855909] DEBUG: eos.gamedata: Loading overloadRofBonus (Effect3001)
[2020-04-22 05:20:04.903775] DEBUG: eos.saveddata.fit: Done with fit calculation
[2020-04-22 05:20:04.903775] INFO: service.fit: ==========recalc time: 0.05987286567687988==========
[2020-04-22 05:20:04.903775] DEBUG: service.fit: Check states for fit ID: Caracal Navy Issue (Caracal Navy Issue)
[2020-04-22 05:20:04.926682] DEBUG: service.fit: Switching fit to fit ID: 8
[2020-04-22 05:20:04.939648] DEBUG: service.fit: Fetching all fits for ship ID: 17634
[2020-04-22 05:20:04.995532] DEBUG: eos.gamedata: Creating a price for 8027
[2020-04-22 05:20:04.998490] DEBUG: service.price: Initialize PriceWorkerThread.
[2020-04-22 05:20:05.033432] DEBUG: eos.gamedata: Creating a price for 10850
[2020-04-22 05:20:05.042373] DEBUG: eos.gamedata: Creating a price for 35659
[2020-04-22 05:20:05.056335] DEBUG: eos.gamedata: Creating a price for 5399
[2020-04-22 05:20:05.063877] DEBUG: eos.gamedata: Creating a price for 11309
[2020-04-22 05:20:05.075878] DEBUG: eos.gamedata: Creating a price for 31622
[2020-04-22 05:20:05.457912] DEBUG: eos.gamedata: Creating a price for 32787
[2020-04-22 05:20:05.459968] DEBUG: eos.gamedata: Creating a price for 17634
[2020-04-22 05:20:05.460953] DEBUG: eos.gamedata: Creating a price for 2466
[2020-04-22 05:20:05.462979] DEBUG: eos.gamedata: Creating a price for 27383
[2020-04-22 05:21:05.548149] DEBUG: service.fit: Clearing fit for fit ID: 8
[2020-04-22 05:21:05.579064] DEBUG: service.fit: Changing character (1) for fit ID: 8
[2020-04-22 05:21:05.580062] INFO: service.fit: ==========recalc: Caracal Navy Issue==========
[2020-04-22 05:21:05.580062] INFO: eos.saveddata.fit: Starting fit calculation on: Fit(ID=8, ship=Caracal Navy Issue, name=Caracal Navy Issue) at 0x14d7bd92148, calc: LOCAL
[2020-04-22 05:21:05.581063] INFO: eos.saveddata.fit: Fit is not yet calculated; will be running local calcs for Fit(ID=8, ship=Caracal Navy Issue, name=Caracal Navy Issue) at 0x14d7bd92148
[2020-04-22 05:21:05.636243] DEBUG: eos.saveddata.fit: Done with fit calculation
[2020-04-22 05:21:05.636243] INFO: service.fit: ==========recalc time: 0.056180477142333984==========
[2020-04-22 05:54:40.698673] DEBUG: eos.gamedata: Loading overloadSelfSensorModuleBonus (Effect5757)
[2020-04-22 05:54:40.699670] DEBUG: eos.gamedata: Loading remoteSensorDampFalloff (Effect6422)
[2020-04-22 05:54:40.715626] DEBUG: eos.gamedata: Loading cloakingWarpSafe (Effect980)
[2020-04-22 05:54:40.735575] DEBUG: eos.gamedata: Loading missileLauncherSpeedMultiplierPassive (Effect2799)
[2020-04-22 05:54:40.748541] INFO: service.fit: ==========recalc: *Simulated Manticore Fitting==========
[2020-04-22 05:54:40.750533] INFO: eos.saveddata.fit: Starting fit calculation on: Fit(ID=None, ship=Manticore, name=*Simulated Manticore Fitting) at 0x14d7b5be788, calc: LOCAL
[2020-04-22 05:54:40.751534] INFO: eos.saveddata.fit: Fit is not yet calculated; will be running local calcs for Fit(ID=None, ship=Manticore, name=*Simulated Manticore Fitting) at 0x14d7b5be788
[2020-04-22 05:54:40.756526] DEBUG: eos.gamedata: Loading covertOpsCpuBonus1 (Effect896)
[2020-04-22 05:54:40.756526] DEBUG: eos.gamedata: Loading covertOpsAndReconOpsCloakModuleDelayBonus (Effect2252)
[2020-04-22 05:54:40.757515] DEBUG: eos.gamedata: Loading covertOpsStealthBomberTargettingDelayBonus (Effect2253)
[2020-04-22 05:54:40.757515] DEBUG: eos.gamedata: Loading eliteBonusCoverOpsBombKineticDmg1 (Effect3026)
[2020-04-22 05:54:40.757515] DEBUG: eos.gamedata: Loading covertOpsStealthBomberSiegeMissileLauncherPowerNeedBonus (Effect3765)
[2020-04-22 05:54:40.757515] DEBUG: eos.gamedata: Loading shipBonusTorpedoVelocityCF2 (Effect4380)
[2020-04-22 05:54:40.757515] DEBUG: eos.gamedata: Loading shipBonusEliteCover2TorpedoKineticDamage (Effect4396)
[2020-04-22 05:54:40.757515] DEBUG: eos.gamedata: Loading shipBonusCF1TorpedoExplosionVelocity (Effect4399)
[2020-04-22 05:54:40.757515] DEBUG: eos.gamedata: Loading shipBonusCF1TorpedoFlightTime (Effect4416)
[2020-04-22 05:54:40.775466] DEBUG: eos.saveddata.fit: Done with fit calculation
[2020-04-22 05:54:40.775466] INFO: service.fit: ==========recalc time: 0.02692556381225586==========
[2020-04-22 05:54:40.959973] DEBUG: gui.builtinViews.fittingView: ------------------ new fitting view -------------------
[2020-04-22 05:54:40.959973] DEBUG: gui.builtinViews.fittingView: <gui.builtinViews.fittingView.FittingView object at 0x0000014D007C3A68>
[2020-04-22 05:54:40.960971] DEBUG: gui.builtinViews.fittingView: ###################### Created new view:<gui.builtinViews.fittingView.FittingView object at 0x0000014D007C3A68>
[2020-04-22 05:54:40.963964] DEBUG: gui.builtinViews.fittingView: ====== Fit Selected: <gui.builtinViews.fittingView.FittingView object at 0x0000014D007C3A68>True
[2020-04-22 05:54:40.976928] INFO: service.fit: ==========recalc: *Simulated Manticore Fitting==========
[2020-04-22 05:54:40.977925] INFO: eos.saveddata.fit: Starting fit calculation on: Fit(ID=9, ship=Manticore, name=*Simulated Manticore Fitting) at 0x14d7b5be788, calc: LOCAL
[2020-04-22 05:54:40.977925] INFO: eos.saveddata.fit: Fit is not yet calculated; will be running local calcs for Fit(ID=9, ship=Manticore, name=*Simulated Manticore Fitting) at 0x14d7b5be788
[2020-04-22 05:54:40.979920] DEBUG: eos.gamedata: Loading CovertCloakCPUAddition (Effect5261)
[2020-04-22 05:54:40.980918] DEBUG: eos.gamedata: Loading addToSignatureRadius2 (Effect2029)
[2020-04-22 05:54:41.018818] DEBUG: eos.saveddata.fit: Done with fit calculation
[2020-04-22 05:54:41.018818] INFO: service.fit: ==========recalc time: 0.04189038276672363==========
[2020-04-22 05:54:41.019814] DEBUG: service.fit: Check states for fit ID: *Simulated Manticore Fitting (Manticore)
[2020-04-22 05:54:41.043749] DEBUG: service.fit: Switching fit to fit ID: 9
[2020-04-22 05:54:41.046742] DEBUG: service.fit: Fetching all fits for ship ID: 12032
[2020-04-22 05:54:41.079653] DEBUG: eos.gamedata: Creating a price for 8089
[2020-04-22 05:54:41.116556] DEBUG: eos.gamedata: Creating a price for 27914
[2020-04-22 05:54:41.125533] DEBUG: eos.gamedata: Creating a price for 4027
[2020-04-22 05:54:41.134507] DEBUG: eos.gamedata: Creating a price for 434
[2020-04-22 05:54:41.160438] DEBUG: eos.gamedata: Creating a price for 5302
[2020-04-22 05:54:41.173404] DEBUG: eos.gamedata: Creating a price for 31620
[2020-04-22 05:54:41.177393] DEBUG: eos.gamedata: Creating a price for 31586
[2020-04-22 05:54:41.387843] DEBUG: eos.gamedata: Creating a price for 12032
[2020-04-22 05:54:41.392826] DEBUG: eos.gamedata: Creating a price for 29015
[2020-04-22 05:54:41.394820] DEBUG: eos.gamedata: Creating a price for 27916
[2020-04-22 05:55:44.454029] DEBUG: eos.gamedata: Loading sensorBoosterActivePercentage (Effect2670)
[2020-04-22 05:55:44.460012] INFO: service.fit: ==========recalc: *Simulated Manticore Fitting==========
[2020-04-22 05:55:44.461009] INFO: eos.saveddata.fit: Starting fit calculation on: Fit(ID=None, ship=Manticore, name=*Simulated Manticore Fitting) at 0x14d00d73ac8, calc: LOCAL
[2020-04-22 05:55:44.462007] INFO: eos.saveddata.fit: Fit is not yet calculated; will be running local calcs for Fit(ID=None, ship=Manticore, name=*Simulated Manticore Fitting) at 0x14d00d73ac8
[2020-04-22 05:55:44.478962] DEBUG: eos.saveddata.fit: Done with fit calculation
[2020-04-22 05:55:44.478962] INFO: service.fit: ==========recalc time: 0.018949270248413086==========
[2020-04-22 05:55:44.641581] DEBUG: gui.builtinViews.fittingView: ------------------ new fitting view -------------------
[2020-04-22 05:55:44.642533] DEBUG: gui.builtinViews.fittingView: <gui.builtinViews.fittingView.FittingView object at 0x0000014D7B0B34C8>
[2020-04-22 05:55:44.642533] DEBUG: gui.builtinViews.fittingView: ###################### Created new view:<gui.builtinViews.fittingView.FittingView object at 0x0000014D7B0B34C8>
[2020-04-22 05:55:44.646522] DEBUG: gui.builtinViews.fittingView: ====== Fit Selected: <gui.builtinViews.fittingView.FittingView object at 0x0000014D7B0B34C8>True
[2020-04-22 05:55:44.660484] INFO: service.fit: ==========recalc: *Simulated Manticore Fitting==========
[2020-04-22 05:55:44.661481] INFO: eos.saveddata.fit: Starting fit calculation on: Fit(ID=10, ship=Manticore, name=*Simulated Manticore Fitting) at 0x14d00d73ac8, calc: LOCAL
[2020-04-22 05:55:44.661481] INFO: eos.saveddata.fit: Fit is not yet calculated; will be running local calcs for Fit(ID=10, ship=Manticore, name=*Simulated Manticore Fitting) at 0x14d00d73ac8
[2020-04-22 05:55:44.698388] DEBUG: eos.saveddata.fit: Done with fit calculation
[2020-04-22 05:55:44.698388] INFO: service.fit: ==========recalc time: 0.03790426254272461==========
[2020-04-22 05:55:44.699381] DEBUG: service.fit: Check states for fit ID: *Simulated Manticore Fitting (Manticore)
[2020-04-22 05:55:44.727304] DEBUG: service.fit: Switching fit to fit ID: 10
[2020-04-22 05:55:44.731295] DEBUG: service.fit: Fetching all fits for ship ID: 12032
[2020-04-22 05:55:44.807242] DEBUG: eos.gamedata: Creating a price for 6160
[2020-04-22 05:55:44.965350] DEBUG: eos.gamedata: Creating a price for 29011
[2020-04-22 06:57:08.402743] DEBUG: gui.contextMenu: 281 new IDs created for this menu
[2020-04-22 06:57:14.293544] DEBUG: gui.fitCommands.calc.module.changeCharges: Doing change of module charges according to map {6: 27387} on fit 10
[2020-04-22 06:57:14.293544] DEBUG: gui.fitCommands.calc.module.changeCharges: Setting charge Item(ID=27387, name=Caldari Navy Mjolnir Light Missile) at 0x14d7bddbc48 for Module(ID=8089, name=Arbalest Compact Light Missile Launcher) at 0x14d00d65f88 on fit 10
[2020-04-22 06:57:14.294534] INFO: service.fit: ==========recalc: *Simulated Manticore Fitting==========
[2020-04-22 06:57:14.295535] INFO: eos.saveddata.fit: Starting fit calculation on: Fit(ID=10, ship=Manticore, name=*Simulated Manticore Fitting) at 0x14d00d73ac8, calc: LOCAL
[2020-04-22 06:57:14.295535] INFO: eos.saveddata.fit: Fit is not yet calculated; will be running local calcs for Fit(ID=10, ship=Manticore, name=*Simulated Manticore Fitting) at 0x14d00d73ac8
[2020-04-22 06:57:14.303521] DEBUG: eos.gamedata: Loading missileLaunching (Effect9)
[2020-04-22 06:57:14.304509] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect9'
[2020-04-22 06:57:14.368338] DEBUG: eos.saveddata.fit: Done with fit calculation
[2020-04-22 06:57:14.368338] INFO: service.fit: ==========recalc time: 0.07380366325378418==========
[2020-04-22 06:57:14.368338] DEBUG: service.fit: Check states for fit ID: *Simulated Manticore Fitting (Manticore)
[2020-04-22 06:57:21.477285] DEBUG: gui.fitCommands.calc.module.changeCharges: Doing change of module charges according to map {7: 27387} on fit 10
[2020-04-22 06:57:21.477285] DEBUG: gui.fitCommands.calc.module.changeCharges: Setting charge Item(ID=27387, name=Caldari Navy Mjolnir Light Missile) at 0x14d7bddbc48 for Module(ID=8089, name=Arbalest Compact Light Missile Launcher) at 0x14d00d65ec8 on fit 10
[2020-04-22 06:57:21.477285] INFO: service.fit: ==========recalc: *Simulated Manticore Fitting==========
[2020-04-22 06:57:21.478285] INFO: eos.saveddata.fit: Starting fit calculation on: Fit(ID=10, ship=Manticore, name=*Simulated Manticore Fitting) at 0x14d00d73ac8, calc: LOCAL
[2020-04-22 06:57:21.478285] INFO: eos.saveddata.fit: Fit is not yet calculated; will be running local calcs for Fit(ID=10, ship=Manticore, name=*Simulated Manticore Fitting) at 0x14d00d73ac8
[2020-04-22 06:57:21.524161] DEBUG: eos.saveddata.fit: Done with fit calculation
[2020-04-22 06:57:21.524161] INFO: service.fit: ==========recalc time: 0.04687619209289551==========
[2020-04-22 06:57:21.524161] DEBUG: service.fit: Check states for fit ID: *Simulated Manticore Fitting (Manticore)
[2020-04-22 06:57:27.913382] DEBUG: gui.fitCommands.calc.module.changeCharges: Doing change of module charges according to map {8: 27387} on fit 10
[2020-04-22 06:57:27.915406] DEBUG: gui.fitCommands.calc.module.changeCharges: Setting charge Item(ID=27387, name=Caldari Navy Mjolnir Light Missile) at 0x14d7bddbc48 for Module(ID=8089, name=Arbalest Compact Light Missile Launcher) at 0x14d00d7a648 on fit 10
[2020-04-22 06:57:27.916392] INFO: service.fit: ==========recalc: *Simulated Manticore Fitting==========
[2020-04-22 06:57:27.917372] INFO: eos.saveddata.fit: Starting fit calculation on: Fit(ID=10, ship=Manticore, name=*Simulated Manticore Fitting) at 0x14d00d73ac8, calc: LOCAL
[2020-04-22 06:57:27.917372] INFO: eos.saveddata.fit: Fit is not yet calculated; will be running local calcs for Fit(ID=10, ship=Manticore, name=*Simulated Manticore Fitting) at 0x14d00d73ac8
[2020-04-22 06:57:27.974219] DEBUG: eos.saveddata.fit: Done with fit calculation
[2020-04-22 06:57:27.974219] INFO: service.fit: ==========recalc time: 0.05782723426818848==========
[2020-04-22 06:57:27.974219] DEBUG: service.fit: Check states for fit ID: *Simulated Manticore Fitting (Manticore)
[2020-04-22 06:57:37.779277] DEBUG: gui.fitCommands.calc.module.changeCharges: Doing change of module charges according to map {10: 27912} on fit 10
[2020-04-22 06:57:37.780277] DEBUG: gui.fitCommands.calc.module.changeCharges: Setting charge Item(ID=27912, name=Concussion Bomb) at 0x14d0125dec8 for Module(ID=27914, name=Bomb Launcher I) at 0x14d00d79f08 on fit 10
[2020-04-22 06:57:37.786262] INFO: service.fit: ==========recalc: *Simulated Manticore Fitting==========
[2020-04-22 06:57:37.787261] INFO: eos.saveddata.fit: Starting fit calculation on: Fit(ID=10, ship=Manticore, name=*Simulated Manticore Fitting) at 0x14d00d73ac8, calc: LOCAL
[2020-04-22 06:57:37.787261] INFO: eos.saveddata.fit: Fit is not yet calculated; will be running local calcs for Fit(ID=10, ship=Manticore, name=*Simulated Manticore Fitting) at 0x14d00d73ac8
[2020-04-22 06:57:37.792244] DEBUG: eos.gamedata: Loading bombLaunching (Effect2971)
[2020-04-22 06:57:37.793254] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect2971'
[2020-04-22 06:57:37.837157] DEBUG: eos.saveddata.fit: Done with fit calculation
[2020-04-22 06:57:37.838160] INFO: service.fit: ==========recalc time: 0.05189776420593262==========
[2020-04-22 06:57:37.838160] DEBUG: service.fit: Check states for fit ID: *Simulated Manticore Fitting (Manticore)
[2020-04-22 06:57:38.153827] DEBUG: eos.gamedata: Creating a price for 27912
This file has been truncated, but you can view the full file.
[2020-04-25 19:17:31.348020] INFO: __main__: Starting Pyfa
[2020-04-25 19:17:31.348020] INFO: __main__:
[2020-04-25 19:17:31.349018] INFO: __main__: Writing log file to: C:\Users\JackDodgers\.pyfa\pyfa.log
[2020-04-25 19:17:31.349018] INFO: __main__: Running in a frozen state.
[2020-04-25 19:17:31.434786] INFO: eos.db: Initializing database
[2020-04-25 19:17:31.434786] INFO: eos.db: Gamedata connection: sqlite:///C:\Program Files\pyfa\eve.db?check_same_thread=False
[2020-04-25 19:17:31.434786] INFO: eos.db: Saveddata connection: sqlite:///C:\Users\JackDodgers\.pyfa\saveddata.db?check_same_thread=False
[2020-04-25 19:17:31.435785] DEBUG: eos.db: Initializing gamedata
[2020-04-25 19:17:31.443763] DEBUG: eos.db: Getting gamedata version
[2020-04-25 19:17:31.478668] DEBUG: eos.db: Initializing saveddata
[2020-04-25 19:17:31.479666] DEBUG: eos.db: Importing gamedata DB scheme
[2020-04-25 19:17:31.588376] DEBUG: eos.db: Importing saveddata DB scheme
[2020-04-25 19:17:31.684122] DEBUG: eos.db: Importing gamedata queries
[2020-04-25 19:17:31.684122] DEBUG: eos.db: Importing saveddata queries
[2020-04-25 19:17:31.686115] DEBUG: service.prefetch: Run database migration.
[2020-04-25 19:17:31.697085] DEBUG: service.prefetch: Starting database validation.
[2020-04-25 19:17:31.697085] DEBUG: eos.db.saveddata.databaseRepair: Running database cleanup for character skills.
[2020-04-25 19:17:31.700077] DEBUG: eos.db.saveddata.databaseRepair: Running database cleanup for orphaned characters attached to fits.
[2020-04-25 19:17:31.702071] DEBUG: eos.db.saveddata.databaseRepair: Running database cleanup for orphaned damage patterns attached to fits.
[2020-04-25 19:17:31.705064] ERROR: eos.db.saveddata.databaseRepair: Missing uniform damage pattern.
[2020-04-25 19:17:31.708055] DEBUG: eos.db.saveddata.databaseRepair: Running database cleanup for missing damage pattern names.
[2020-04-25 19:17:31.710050] DEBUG: eos.db.saveddata.databaseRepair: Running database cleanup for missing target resist names.
[2020-04-25 19:17:31.712045] DEBUG: eos.db.saveddata.databaseRepair: Running database cleanup for orphaned drones items.
[2020-04-25 19:17:31.714040] DEBUG: eos.db.saveddata.databaseRepair: Running database cleanup for orphaned cargo items.
[2020-04-25 19:17:31.348020] INFO: __main__: Starting Pyfa
[2020-04-25 19:17:31.348020] INFO: __main__:
[2020-04-25 19:17:31.349018] INFO: __main__: Writing log file to: C:\Users\JackDodgers\.pyfa\pyfa.log
[2020-04-25 19:17:31.349018] INFO: __main__: Running in a frozen state.
[2020-04-25 19:17:31.446754] INFO: eos.db: Initializing database
[2020-04-25 19:17:31.446754] INFO: eos.db: Gamedata connection: sqlite:///C:\Program Files\pyfa\eve.db?check_same_thread=False
[2020-04-25 19:17:31.446754] INFO: eos.db: Saveddata connection: sqlite:///C:\Users\JackDodgers\.pyfa\saveddata.db?check_same_thread=False
[2020-04-25 19:17:31.446754] DEBUG: eos.db: Initializing gamedata
[2020-04-25 19:17:31.454737] DEBUG: eos.db: Getting gamedata version
[2020-04-25 19:17:31.477671] DEBUG: eos.db: Initializing saveddata
[2020-04-25 19:17:31.715037] DEBUG: eos.db.saveddata.databaseRepair: Running database cleanup for orphaned fighters items.
[2020-04-25 19:17:31.594358] DEBUG: eos.db: Importing saveddata DB scheme
[2020-04-25 19:17:31.695090] DEBUG: eos.db: Importing gamedata queries
[2020-04-25 19:17:31.695090] DEBUG: eos.db: Importing saveddata queries
[2020-04-25 19:17:31.697085] DEBUG: service.prefetch: Run database migration.
[2020-04-25 19:17:31.707058] DEBUG: service.prefetch: Starting database validation.
[2020-04-25 19:17:31.707058] DEBUG: eos.db.saveddata.databaseRepair: Running database cleanup for character skills.
[2020-04-25 19:17:31.709052] DEBUG: eos.db.saveddata.databaseRepair: Running database cleanup for orphaned characters attached to fits.
[2020-04-25 19:17:31.711047] DEBUG: eos.db.saveddata.databaseRepair: Running database cleanup for orphaned damage patterns attached to fits.
[2020-04-25 19:17:31.714040] ERROR: eos.db.saveddata.databaseRepair: Missing uniform damage pattern.
[2020-04-25 19:17:31.716033] DEBUG: eos.db.saveddata.databaseRepair: Running database cleanup for missing damage pattern names.
[2020-04-25 19:17:31.717031] DEBUG: eos.db.saveddata.databaseRepair: Running database cleanup for orphaned modules items.
[2020-04-25 19:17:31.718033] DEBUG: eos.db.saveddata.databaseRepair: Running database cleanup for missing target resist names.
[2020-04-25 19:17:31.720025] DEBUG: eos.db.saveddata.databaseRepair: Running database cleanup for orphaned drones items.
[2020-04-25 19:17:31.720025] DEBUG: eos.db.saveddata.databaseRepair: Running database cleanup for null damagePatterns values. (em)
[2020-04-25 19:17:31.721021] DEBUG: eos.db.saveddata.databaseRepair: Running database cleanup for orphaned cargo items.
[2020-04-25 19:17:31.722018] DEBUG: eos.db.saveddata.databaseRepair: Running database cleanup for null damagePatterns values. (thermal)
[2020-04-25 19:17:31.723015] DEBUG: eos.db.saveddata.databaseRepair: Running database cleanup for orphaned fighters items.
[2020-04-25 19:17:31.724012] DEBUG: eos.db.saveddata.databaseRepair: Running database cleanup for null damagePatterns values. (kinetic)
[2020-04-25 19:17:31.725010] DEBUG: eos.db.saveddata.databaseRepair: Running database cleanup for orphaned modules items.
[2020-04-25 19:17:31.726009] DEBUG: eos.db.saveddata.databaseRepair: Running database cleanup for null damagePatterns values. (explosive)
[2020-04-25 19:17:31.727005] DEBUG: eos.db.saveddata.databaseRepair: Running database cleanup for null damagePatterns values. (em)
[2020-04-25 19:17:31.729001] DEBUG: eos.db.saveddata.databaseRepair: Running database cleanup for null targetResists values. (em)
[2020-04-25 19:17:31.729997] DEBUG: eos.db.saveddata.databaseRepair: Running database cleanup for null damagePatterns values. (thermal)
[2020-04-25 19:17:31.731991] DEBUG: eos.db.saveddata.databaseRepair: Running database cleanup for null targetResists values. (thermal)
[2020-04-25 19:17:31.732988] DEBUG: eos.db.saveddata.databaseRepair: Running database cleanup for null damagePatterns values. (kinetic)
[2020-04-25 19:17:31.734984] DEBUG: eos.db.saveddata.databaseRepair: Running database cleanup for null targetResists values. (kinetic)
[2020-04-25 19:17:31.735981] DEBUG: eos.db.saveddata.databaseRepair: Running database cleanup for null damagePatterns values. (explosive)
[2020-04-25 19:17:31.736980] DEBUG: eos.db.saveddata.databaseRepair: Running database cleanup for null targetResists values. (explosive)
[2020-04-25 19:17:31.737975] DEBUG: eos.db.saveddata.databaseRepair: Running database cleanup for null targetResists values. (em)
[2020-04-25 19:17:31.739973] DEBUG: eos.db.saveddata.databaseRepair: Running database cleanup for duplicated selected ammo profiles.
[2020-04-25 19:17:31.740970] DEBUG: eos.db.saveddata.databaseRepair: Running database cleanup for null targetResists values. (thermal)
[2020-04-25 19:17:31.741969] DEBUG: service.prefetch: Completed database validation.
[2020-04-25 19:17:31.743961] DEBUG: eos.db.saveddata.databaseRepair: Running database cleanup for null targetResists values. (kinetic)
[2020-04-25 19:17:31.745954] DEBUG: eos.db.saveddata.databaseRepair: Running database cleanup for null targetResists values. (explosive)
[2020-04-25 19:17:31.749944] DEBUG: eos.db.saveddata.databaseRepair: Running database cleanup for duplicated selected ammo profiles.
[2020-04-25 19:17:31.751938] DEBUG: service.prefetch: Completed database validation.
[2020-04-25 19:17:31.474679] INFO: __main__: Starting Pyfa
[2020-04-25 19:17:31.475677] INFO: __main__:
[2020-04-25 19:17:31.475677] INFO: __main__: Writing log file to: C:\Users\JackDodgers\.pyfa\pyfa.log
[2020-04-25 19:17:31.475677] INFO: __main__: Running in a frozen state.
[2020-04-25 19:17:31.563443] INFO: eos.db: Initializing database
[2020-04-25 19:17:31.563443] INFO: eos.db: Gamedata connection: sqlite:///C:\Program Files\pyfa\eve.db?check_same_thread=False
[2020-04-25 19:17:31.563443] INFO: eos.db: Saveddata connection: sqlite:///C:\Users\JackDodgers\.pyfa\saveddata.db?check_same_thread=False
[2020-04-25 19:17:31.563443] DEBUG: eos.db: Initializing gamedata
[2020-04-25 19:17:31.573418] DEBUG: eos.db: Getting gamedata version
[2020-04-25 19:17:31.578402] DEBUG: eos.db: Initializing saveddata
[2020-04-25 19:17:31.579401] DEBUG: eos.db: Importing gamedata DB scheme
[2020-04-25 19:17:31.697085] DEBUG: eos.db: Importing saveddata DB scheme
[2020-04-25 19:17:31.811779] DEBUG: eos.db: Importing gamedata queries
[2020-04-25 19:17:31.811779] DEBUG: eos.db: Importing saveddata queries
[2020-04-25 19:17:31.813773] DEBUG: service.prefetch: Run database migration.
[2020-04-25 19:17:31.824744] DEBUG: service.prefetch: Starting database validation.
[2020-04-25 19:17:31.824744] DEBUG: eos.db.saveddata.databaseRepair: Running database cleanup for character skills.
[2020-04-25 19:17:31.826739] DEBUG: eos.db.saveddata.databaseRepair: Running database cleanup for orphaned characters attached to fits.
[2020-04-25 19:17:31.827735] DEBUG: eos.db.saveddata.databaseRepair: Running database cleanup for orphaned damage patterns attached to fits.
[2020-04-25 19:17:31.830727] ERROR: eos.db.saveddata.databaseRepair: Missing uniform damage pattern.
[2020-04-25 19:17:31.833719] DEBUG: eos.db.saveddata.databaseRepair: Running database cleanup for missing damage pattern names.
[2020-04-25 19:17:31.835713] DEBUG: eos.db.saveddata.databaseRepair: Running database cleanup for missing target resist names.
[2020-04-25 19:17:31.837708] DEBUG: eos.db.saveddata.databaseRepair: Running database cleanup for orphaned drones items.
[2020-04-25 19:17:31.838705] DEBUG: eos.db.saveddata.databaseRepair: Running database cleanup for orphaned cargo items.
[2020-04-25 19:17:31.840700] DEBUG: eos.db.saveddata.databaseRepair: Running database cleanup for orphaned fighters items.
[2020-04-25 19:17:31.842695] DEBUG: eos.db.saveddata.databaseRepair: Running database cleanup for orphaned modules items.
[2020-04-25 19:17:31.844690] DEBUG: eos.db.saveddata.databaseRepair: Running database cleanup for null damagePatterns values. (em)
[2020-04-25 19:17:31.846686] DEBUG: eos.db.saveddata.databaseRepair: Running database cleanup for null damagePatterns values. (thermal)
[2020-04-25 19:17:31.848687] DEBUG: eos.db.saveddata.databaseRepair: Running database cleanup for null damagePatterns values. (kinetic)
[2020-04-25 19:17:31.849676] DEBUG: eos.db.saveddata.databaseRepair: Running database cleanup for null damagePatterns values. (explosive)
[2020-04-25 19:17:31.851671] DEBUG: eos.db.saveddata.databaseRepair: Running database cleanup for null targetResists values. (em)
[2020-04-25 19:17:31.854663] DEBUG: eos.db.saveddata.databaseRepair: Running database cleanup for null targetResists values. (thermal)
[2020-04-25 19:17:31.856658] DEBUG: eos.db.saveddata.databaseRepair: Running database cleanup for null targetResists values. (kinetic)
[2020-04-25 19:17:31.859650] DEBUG: eos.db.saveddata.databaseRepair: Running database cleanup for null targetResists values. (explosive)
[2020-04-25 19:17:31.861644] DEBUG: eos.db.saveddata.databaseRepair: Running database cleanup for duplicated selected ammo profiles.
[2020-04-25 19:17:31.863639] DEBUG: service.prefetch: Completed database validation.
[2020-04-25 19:17:33.414494] INFO: __main__: Starting Pyfa
[2020-04-25 19:17:33.414494] INFO: __main__:
[2020-04-25 19:17:33.415491] INFO: __main__: Writing log file to: C:\Users\JackDodgers\.pyfa\pyfa.log
[2020-04-25 19:17:33.416488] INFO: __main__: Running in a frozen state.
[2020-04-25 19:17:33.549133] INFO: eos.db: Initializing database
[2020-04-25 19:17:33.549133] INFO: eos.db: Gamedata connection: sqlite:///C:\Program Files\pyfa\eve.db?check_same_thread=False
[2020-04-25 19:17:33.549133] INFO: eos.db: Saveddata connection: sqlite:///C:\Users\JackDodgers\.pyfa\saveddata.db?check_same_thread=False
[2020-04-25 19:17:33.549133] DEBUG: eos.db: Initializing gamedata
[2020-04-25 19:17:33.615954] DEBUG: eos.db: Getting gamedata version
[2020-04-25 19:17:33.620941] DEBUG: eos.db: Initializing saveddata
[2020-04-25 19:17:33.621938] DEBUG: eos.db: Importing gamedata DB scheme
[2020-04-25 19:17:33.888227] DEBUG: eos.db: Importing saveddata DB scheme
[2020-04-25 19:17:34.112922] DEBUG: eos.db: Importing gamedata queries
[2020-04-25 19:17:34.112922] DEBUG: eos.db: Importing saveddata queries
[2020-04-25 19:17:34.119903] DEBUG: service.prefetch: Run database migration.
[2020-04-25 19:17:34.131909] DEBUG: service.prefetch: Starting database validation.
[2020-04-25 19:17:34.131909] DEBUG: eos.db.saveddata.databaseRepair: Running database cleanup for character skills.
[2020-04-25 19:17:34.134939] DEBUG: eos.db.saveddata.databaseRepair: Running database cleanup for orphaned characters attached to fits.
[2020-04-25 19:17:34.136933] DEBUG: eos.db.saveddata.databaseRepair: Running database cleanup for orphaned damage patterns attached to fits.
[2020-04-25 19:17:34.141920] ERROR: eos.db.saveddata.databaseRepair: Missing uniform damage pattern.
[2020-04-25 19:17:34.144948] DEBUG: eos.db.saveddata.databaseRepair: Running database cleanup for missing damage pattern names.
[2020-04-25 19:17:34.153966] DEBUG: eos.db.saveddata.databaseRepair: Running database cleanup for missing target resist names.
[2020-04-25 19:17:34.158959] DEBUG: eos.db.saveddata.databaseRepair: Running database cleanup for orphaned drones items.
[2020-04-25 19:17:34.161951] DEBUG: eos.db.saveddata.databaseRepair: Running database cleanup for orphaned cargo items.
[2020-04-25 19:17:34.164942] DEBUG: eos.db.saveddata.databaseRepair: Running database cleanup for orphaned fighters items.
[2020-04-25 19:17:34.167935] DEBUG: eos.db.saveddata.databaseRepair: Running database cleanup for orphaned modules items.
[2020-04-25 19:17:34.170926] DEBUG: eos.db.saveddata.databaseRepair: Running database cleanup for null damagePatterns values. (em)
[2020-04-25 19:17:34.173438] DEBUG: eos.db.saveddata.databaseRepair: Running database cleanup for null damagePatterns values. (thermal)
[2020-04-25 19:17:34.176939] DEBUG: eos.db.saveddata.databaseRepair: Running database cleanup for null damagePatterns values. (kinetic)
[2020-04-25 19:17:34.179934] DEBUG: eos.db.saveddata.databaseRepair: Running database cleanup for null damagePatterns values. (explosive)
[2020-04-25 19:17:34.187942] DEBUG: eos.db.saveddata.databaseRepair: Running database cleanup for null targetResists values. (em)
[2020-04-25 19:17:34.191932] DEBUG: eos.db.saveddata.databaseRepair: Running database cleanup for null targetResists values. (thermal)
[2020-04-25 19:17:34.209957] DEBUG: eos.db.saveddata.databaseRepair: Running database cleanup for null targetResists values. (kinetic)
[2020-04-25 19:17:34.212949] DEBUG: eos.db.saveddata.databaseRepair: Running database cleanup for null targetResists values. (explosive)
[2020-04-25 19:17:34.215970] DEBUG: eos.db.saveddata.databaseRepair: Running database cleanup for duplicated selected ammo profiles.
[2020-04-25 19:17:34.218962] DEBUG: service.prefetch: Completed database validation.
[2020-04-25 19:17:33.937096] INFO: __main__: Starting Pyfa
[2020-04-25 19:17:33.937096] INFO: __main__:
[2020-04-25 19:17:33.937096] INFO: __main__: Writing log file to: C:\Users\JackDodgers\.pyfa\pyfa.log
[2020-04-25 19:17:33.937096] INFO: __main__: Running in a frozen state.
[2020-04-25 19:17:34.119903] INFO: eos.db: Initializing database
[2020-04-25 19:17:34.119903] INFO: eos.db: Gamedata connection: sqlite:///C:\Program Files\pyfa\eve.db?check_same_thread=False
[2020-04-25 19:17:34.120901] INFO: eos.db: Saveddata connection: sqlite:///C:\Users\JackDodgers\.pyfa\saveddata.db?check_same_thread=False
[2020-04-25 19:17:34.120901] DEBUG: eos.db: Initializing gamedata
[2020-04-25 19:17:34.133431] DEBUG: eos.db: Getting gamedata version
[2020-04-25 19:17:34.138929] DEBUG: eos.db: Initializing saveddata
[2020-04-25 19:17:34.140923] DEBUG: eos.db: Importing gamedata DB scheme
[2020-04-25 19:17:34.489087] DEBUG: eos.db: Importing saveddata DB scheme
[2020-04-25 19:17:34.716109] DEBUG: eos.db: Importing gamedata queries
[2020-04-25 19:17:34.717107] DEBUG: eos.db: Importing saveddata queries
[2020-04-25 19:17:34.724134] DEBUG: service.prefetch: Run database migration.
[2020-04-25 19:17:34.740110] DEBUG: service.prefetch: Starting database validation.
[2020-04-25 19:17:34.740110] DEBUG: eos.db.saveddata.databaseRepair: Running database cleanup for character skills.
[2020-04-25 19:17:34.743622] DEBUG: eos.db.saveddata.databaseRepair: Running database cleanup for orphaned characters attached to fits.
[2020-04-25 19:17:34.746126] DEBUG: eos.db.saveddata.databaseRepair: Running database cleanup for orphaned damage patterns attached to fits.
[2020-04-25 19:17:34.751112] ERROR: eos.db.saveddata.databaseRepair: Missing uniform damage pattern.
[2020-04-25 19:17:34.754153] DEBUG: eos.db.saveddata.databaseRepair: Running database cleanup for missing damage pattern names.
[2020-04-25 19:17:34.763642] DEBUG: eos.db.saveddata.databaseRepair: Running database cleanup for missing target resist names.
[2020-04-25 19:17:34.770135] DEBUG: eos.db.saveddata.databaseRepair: Running database cleanup for orphaned drones items.
[2020-04-25 19:17:34.773657] DEBUG: eos.db.saveddata.databaseRepair: Running database cleanup for orphaned cargo items.
[2020-04-25 19:17:34.777161] DEBUG: eos.db.saveddata.databaseRepair: Running database cleanup for orphaned fighters items.
[2020-04-25 19:17:34.780153] DEBUG: eos.db.saveddata.databaseRepair: Running database cleanup for orphaned modules items.
[2020-04-25 19:17:34.782147] DEBUG: eos.db.saveddata.databaseRepair: Running database cleanup for null damagePatterns values. (em)
[2020-04-25 19:17:34.785139] DEBUG: eos.db.saveddata.databaseRepair: Running database cleanup for null damagePatterns values. (thermal)
[2020-04-25 19:17:34.788132] DEBUG: eos.db.saveddata.databaseRepair: Running database cleanup for null damagePatterns values. (kinetic)
[2020-04-25 19:17:34.791123] DEBUG: eos.db.saveddata.databaseRepair: Running database cleanup for null damagePatterns values. (explosive)
[2020-04-25 19:17:34.794167] DEBUG: eos.db.saveddata.databaseRepair: Running database cleanup for null targetResists values. (em)
[2020-04-25 19:17:34.806159] DEBUG: eos.db.saveddata.databaseRepair: Running database cleanup for null targetResists values. (thermal)
[2020-04-25 19:17:34.823154] DEBUG: eos.db.saveddata.databaseRepair: Running database cleanup for null targetResists values. (kinetic)
[2020-04-25 19:17:34.825150] DEBUG: eos.db.saveddata.databaseRepair: Running database cleanup for null targetResists values. (explosive)
[2020-04-25 19:17:34.828141] DEBUG: eos.db.saveddata.databaseRepair: Running database cleanup for duplicated selected ammo profiles.
[2020-04-25 19:17:34.830137] DEBUG: service.prefetch: Completed database validation.
[2020-04-25 19:17:34.276983] INFO: __main__: Starting Pyfa
[2020-04-25 19:17:34.276983] INFO: __main__:
[2020-04-25 19:17:34.276983] INFO: __main__: Writing log file to: C:\Users\JackDodgers\.pyfa\pyfa.log
[2020-04-25 19:17:34.276983] INFO: __main__: Running in a frozen state.
[2020-04-25 19:17:34.549087] INFO: eos.db: Initializing database
[2020-04-25 19:17:34.549087] INFO: eos.db: Gamedata connection: sqlite:///C:\Program Files\pyfa\eve.db?check_same_thread=False
[2020-04-25 19:17:34.549087] INFO: eos.db: Saveddata connection: sqlite:///C:\Users\JackDodgers\.pyfa\saveddata.db?check_same_thread=False
[2020-04-25 19:17:34.550084] DEBUG: eos.db: Initializing gamedata
[2020-04-25 19:17:34.576090] DEBUG: eos.db: Getting gamedata version
[2020-04-25 19:17:34.616099] DEBUG: eos.db: Initializing saveddata
[2020-04-25 19:17:34.618095] DEBUG: eos.db: Importing gamedata DB scheme
[2020-04-25 19:17:34.885173] DEBUG: eos.db: Importing saveddata DB scheme
[2020-04-25 19:17:35.088215] DEBUG: eos.db: Importing gamedata queries
[2020-04-25 19:17:35.088215] DEBUG: eos.db: Importing saveddata queries
[2020-04-25 19:17:35.090209] DEBUG: service.prefetch: Run database migration.
[2020-04-25 19:17:35.105210] DEBUG: service.prefetch: Starting database validation.
[2020-04-25 19:17:35.106208] DEBUG: eos.db.saveddata.databaseRepair: Running database cleanup for character skills.
[2020-04-25 19:17:35.109199] DEBUG: eos.db.saveddata.databaseRepair: Running database cleanup for orphaned characters attached to fits.
[2020-04-25 19:17:35.151209] DEBUG: eos.db.saveddata.databaseRepair: Running database cleanup for orphaned damage patterns attached to fits.
[2020-04-25 19:17:35.161243] ERROR: eos.db.saveddata.databaseRepair: Missing uniform damage pattern.
[2020-04-25 19:17:35.166229] DEBUG: eos.db.saveddata.databaseRepair: Running database cleanup for missing damage pattern names.
[2020-04-25 19:17:35.180194] DEBUG: eos.db.saveddata.databaseRepair: Running database cleanup for missing target resist names.
[2020-04-25 19:17:35.186176] DEBUG: eos.db.saveddata.databaseRepair: Running database cleanup for orphaned drones items.
[2020-04-25 19:17:35.190166] DEBUG: eos.db.saveddata.databaseRepair: Running database cleanup for orphaned cargo items.
[2020-04-25 19:17:35.200188] DEBUG: eos.db.saveddata.databaseRepair: Running database cleanup for orphaned fighters items.
[2020-04-25 19:17:35.232152] DEBUG: eos.db.saveddata.databaseRepair: Running database cleanup for orphaned modules items.
[2020-04-25 19:17:35.239178] DEBUG: eos.db.saveddata.databaseRepair: Running database cleanup for null damagePatterns values. (em)
[2020-04-25 19:17:35.243165] DEBUG: eos.db.saveddata.databaseRepair: Running database cleanup for null damagePatterns values. (thermal)
[2020-04-25 19:17:35.247207] DEBUG: eos.db.saveddata.databaseRepair: Running database cleanup for null damagePatterns values. (kinetic)
[2020-04-25 19:17:35.250199] DEBUG: eos.db.saveddata.databaseRepair: Running database cleanup for null damagePatterns values. (explosive)
[2020-04-25 19:17:35.255184] DEBUG: eos.db.saveddata.databaseRepair: Running database cleanup for null targetResists values. (em)
[2020-04-25 19:17:35.258176] DEBUG: eos.db.saveddata.databaseRepair: Running database cleanup for null targetResists values. (thermal)
[2020-04-25 19:17:35.265216] DEBUG: eos.db.saveddata.databaseRepair: Running database cleanup for null targetResists values. (kinetic)
[2020-04-25 19:17:35.269204] DEBUG: eos.db.saveddata.databaseRepair: Running database cleanup for null targetResists values. (explosive)
[2020-04-25 19:17:35.273194] DEBUG: eos.db.saveddata.databaseRepair: Running database cleanup for duplicated selected ammo profiles.
[2020-04-25 19:17:35.287185] DEBUG: service.prefetch: Completed database validation.
[2020-04-25 19:17:36.238872] INFO: gui.bitmap_loader: Using local image files.
[2020-04-25 19:17:36.249886] INFO: gui.bitmap_loader: Using local image files.
[2020-04-25 19:17:36.252877] INFO: gui.bitmap_loader: Using local image files.
[2020-04-25 19:17:36.377773] DEBUG: gui.contextMenu: registering context menu class OpenFitInNewTab
[2020-04-25 19:17:36.378771] DEBUG: gui.contextMenu: registering context menu class AddBrowsedFits
[2020-04-25 19:17:36.383813] DEBUG: gui.contextMenu: registering context menu class AddCurrentlyOpenFit
[2020-04-25 19:17:36.383813] DEBUG: gui.contextMenu: registering context menu class OpenFitInNewTab
[2020-04-25 19:17:36.384800] DEBUG: gui.contextMenu: registering context menu class AddEnvironmentEffect
[2020-04-25 19:17:36.384800] DEBUG: gui.contextMenu: registering context menu class AddBrowsedFits
[2020-04-25 19:17:36.389787] DEBUG: gui.contextMenu: registering context menu class AddCurrentlyOpenFit
[2020-04-25 19:17:36.391781] DEBUG: gui.contextMenu: registering context menu class AddEnvironmentEffect
[2020-04-25 19:17:36.394773] DEBUG: gui.contextMenu: registering context menu class OpenFitInNewTab
[2020-04-25 19:17:36.395770] DEBUG: gui.contextMenu: registering context menu class AddBrowsedFits
[2020-04-25 19:17:36.400757] DEBUG: gui.contextMenu: registering context menu class AddCurrentlyOpenFit
[2020-04-25 19:17:36.401755] DEBUG: gui.contextMenu: registering context menu class AddEnvironmentEffect
[2020-04-25 19:17:37.114329] DEBUG: service.market: Initialize ShipBrowserWorkerThread.
[2020-04-25 19:17:37.198249] DEBUG: service.market: Initialize ShipBrowserWorkerThread.
[2020-04-25 19:17:37.295185] DEBUG: service.market: Initialize ShipBrowserWorkerThread.
[2020-04-25 19:17:37.863570] DEBUG: service.fit: Initialize Fit class
[2020-04-25 19:17:37.938371] DEBUG: service.fit: Initialize Fit class
[2020-04-25 19:17:38.015165] DEBUG: service.fit: Getting fits with modules
[2020-04-25 19:17:38.025141] DEBUG: service.fit: Initialize Fit class
[2020-04-25 19:17:38.032120] DEBUG: gui.contextMenu: registering context menu class AddCommandFit
[2020-04-25 19:17:38.034115] DEBUG: gui.contextMenu: registering context menu class TargetProfileAdder
[2020-04-25 19:17:38.035112] DEBUG: gui.contextMenu: registering context menu class ChangeShipTacticalMode
[2020-04-25 19:17:38.035112] DEBUG: service.fit: Getting fits with modules
[2020-04-25 19:17:38.036109] DEBUG: gui.contextMenu: registering context menu class ChangeModuleAmmo
[2020-04-25 19:17:38.037106] DEBUG: gui.contextMenu: registering context menu class ChangeModuleSpool
[2020-04-25 19:17:38.038105] DEBUG: gui.contextMenu: registering context menu class BoosterSideEffects
[2020-04-25 19:17:38.039102] DEBUG: gui.contextMenu: registering context menu class FighterAbilities
[2020-04-25 19:17:38.040100] DEBUG: gui.contextMenu: registering context menu class TargetWrapperResists
[2020-04-25 19:17:38.046083] DEBUG: gui.contextMenu: registering context menu class TargetProfileEditorMenu
[2020-04-25 19:17:38.057053] DEBUG: gui.contextMenu: registering context menu class AddCommandFit
[2020-04-25 19:17:38.059048] DEBUG: gui.contextMenu: registering context menu class TargetProfileAdder
[2020-04-25 19:17:38.059048] DEBUG: gui.contextMenu: registering context menu class ChangeShipTacticalMode
[2020-04-25 19:17:38.060046] INFO: gui.bitmap_loader: Using local image files.
[2020-04-25 19:17:38.061042] DEBUG: gui.contextMenu: registering context menu class ChangeModuleAmmo
[2020-04-25 19:17:38.062040] DEBUG: gui.contextMenu: registering context menu class ChangeModuleSpool
[2020-04-25 19:17:38.062040] DEBUG: gui.contextMenu: registering context menu class BoosterSideEffects
[2020-04-25 19:17:38.063037] DEBUG: gui.contextMenu: registering context menu class FighterAbilities
[2020-04-25 19:17:38.065031] DEBUG: gui.contextMenu: registering context menu class TargetWrapperResists
[2020-04-25 19:17:38.068024] DEBUG: gui.contextMenu: registering context menu class TargetProfileEditorMenu
[2020-04-25 19:17:38.146988] DEBUG: service.fit: Getting fits with modules
[2020-04-25 19:17:38.164987] DEBUG: gui.contextMenu: registering context menu class AddCommandFit
[2020-04-25 19:17:38.167978] DEBUG: gui.contextMenu: registering context menu class OpenFitInNewTab
[2020-04-25 19:17:38.167978] DEBUG: gui.contextMenu: registering context menu class TargetProfileAdder
[2020-04-25 19:17:38.168976] DEBUG: gui.contextMenu: registering context menu class ChangeShipTacticalMode
[2020-04-25 19:17:38.169972] DEBUG: gui.contextMenu: registering context menu class ChangeModuleAmmo
[2020-04-25 19:17:38.171968] DEBUG: gui.contextMenu: registering context menu class ChangeModuleSpool
[2020-04-25 19:17:38.173336] DEBUG: gui.contextMenu: registering context menu class BoosterSideEffects
[2020-04-25 19:17:38.174321] DEBUG: gui.contextMenu: registering context menu class FighterAbilities
[2020-04-25 19:17:38.175318] DEBUG: gui.contextMenu: registering context menu class AddCurrentlyOpenFit
[2020-04-25 19:17:38.176315] DEBUG: gui.contextMenu: registering context menu class TargetWrapperResists
[2020-04-25 19:17:38.176315] DEBUG: gui.contextMenu: registering context menu class AddEnvironmentEffect
[2020-04-25 19:17:38.179307] DEBUG: gui.contextMenu: registering context menu class TargetProfileEditorMenu
[2020-04-25 19:17:38.190279] DEBUG: gui.contextMenu: registering context menu class ItemStats
[2020-04-25 19:17:38.191276] DEBUG: gui.contextMenu: registering context menu class JumpToMarketItem
[2020-04-25 19:17:38.192273] DEBUG: gui.contextMenu: registering context menu class FitSystemSecurityMenu
[2020-04-25 19:17:38.193270] DEBUG: gui.contextMenu: registering context menu class JumpToShip
[2020-04-25 19:17:38.194267] DEBUG: gui.contextMenu: registering context menu class RemoveItem
[2020-04-25 19:17:38.195266] DEBUG: gui.contextMenu: registering context menu class ChangeItemAmount
[2020-04-25 19:17:38.196263] DEBUG: gui.contextMenu: registering context menu class ChangeItemProjectionRange
[2020-04-25 19:17:38.197260] DEBUG: gui.contextMenu: registering context menu class DroneSplitStack
[2020-04-25 19:17:38.198257] DEBUG: gui.contextMenu: registering context menu class ItemStats
[2020-04-25 19:17:38.198257] DEBUG: gui.contextMenu: registering context menu class ChangeItemToVariation
[2020-04-25 19:17:38.198257] DEBUG: gui.contextMenu: registering context menu class JumpToMarketItem
[2020-04-25 19:17:38.199254] DEBUG: gui.contextMenu: registering context menu class ChangeModuleMutation
[2020-04-25 19:17:38.199254] DEBUG: gui.contextMenu: registering context menu class FitSystemSecurityMenu
[2020-04-25 19:17:38.200252] DEBUG: gui.contextMenu: registering context menu class FillWithModule
[2020-04-25 19:17:38.200252] DEBUG: gui.contextMenu: registering context menu class JumpToShip
[2020-04-25 19:17:38.201248] DEBUG: gui.contextMenu: registering context menu class RemoveItem
[2020-04-25 19:17:38.202247] DEBUG: gui.contextMenu: registering context menu class ChangeItemAmount
[2020-04-25 19:17:38.207234] DEBUG: gui.contextMenu: registering context menu class ChangeItemProjectionRange
[2020-04-25 19:17:38.209227] DEBUG: gui.contextMenu: registering context menu class DroneSplitStack
[2020-04-25 19:17:38.212220] DEBUG: gui.contextMenu: registering context menu class ChangeItemToVariation
[2020-04-25 19:17:38.213216] DEBUG: gui.contextMenu: registering context menu class ChangeModuleMutation
[2020-04-25 19:17:38.213216] DEBUG: gui.contextMenu: registering context menu class FillWithModule
[2020-04-25 19:17:38.214214] DEBUG: gui.contextMenu: registering context menu class ItemStats
[2020-04-25 19:17:38.215213] DEBUG: gui.contextMenu: registering context menu class JumpToMarketItem
[2020-04-25 19:17:38.216209] DEBUG: gui.contextMenu: registering context menu class FitSystemSecurityMenu
[2020-04-25 19:17:38.217207] DEBUG: gui.contextMenu: registering context menu class JumpToShip
[2020-04-25 19:17:38.218203] DEBUG: gui.contextMenu: registering context menu class RemoveItem
[2020-04-25 19:17:38.219201] DEBUG: gui.contextMenu: registering context menu class ChangeItemAmount
[2020-04-25 19:17:38.220198] DEBUG: gui.contextMenu: registering context menu class ChangeItemProjectionRange
[2020-04-25 19:17:38.221195] DEBUG: gui.contextMenu: registering context menu class DroneSplitStack
[2020-04-25 19:17:38.222194] DEBUG: gui.contextMenu: registering context menu class ChangeItemToVariation
[2020-04-25 19:17:38.223191] DEBUG: gui.contextMenu: registering context menu class ChangeModuleMutation
[2020-04-25 19:17:38.224187] DEBUG: gui.contextMenu: registering context menu class FillWithModule
[2020-04-25 19:17:38.401028] DEBUG: gui.contextMenu: registering context menu class ExportMutatedModule
[2020-04-25 19:17:38.402026] DEBUG: gui.contextMenu: registering context menu class ExportMutatedModule
[2020-04-25 19:17:38.402551] DEBUG: gui.contextMenu: registering context menu class ChangeAffectingSkills
[2020-04-25 19:17:38.403080] DEBUG: gui.contextMenu: registering context menu class ChangeAffectingSkills
[2020-04-25 19:17:38.403080] DEBUG: gui.contextMenu: registering context menu class FillWithItem
[2020-04-25 19:17:38.404058] DEBUG: gui.contextMenu: registering context menu class FillWithItem
[2020-04-25 19:17:38.404058] DEBUG: gui.contextMenu: registering context menu class DroneAddStack
[2020-04-25 19:17:38.405054] DEBUG: gui.contextMenu: registering context menu class AddToCargo
[2020-04-25 19:17:38.405054] DEBUG: gui.contextMenu: registering context menu class DroneAddStack
[2020-04-25 19:17:38.406052] DEBUG: gui.contextMenu: registering context menu class AddToCargoAmmo
[2020-04-25 19:17:38.406052] DEBUG: gui.contextMenu: registering context menu class ProjectItem
[2020-04-25 19:17:38.406052] DEBUG: gui.contextMenu: registering context menu class AddToCargo
[2020-04-25 19:17:38.407049] DEBUG: gui.contextMenu: registering context menu class ExportMutatedModule
[2020-04-25 19:17:38.407049] DEBUG: gui.contextMenu: registering context menu class AmmoToDmgPattern
[2020-04-25 19:17:38.408046] DEBUG: gui.contextMenu: registering context menu class ChangeAffectingSkills
[2020-04-25 19:17:38.409044] DEBUG: gui.contextMenu: registering context menu class AddToCargoAmmo
[2020-04-25 19:17:38.409044] DEBUG: gui.contextMenu: registering context menu class ImplantSetApply
[2020-04-25 19:17:38.410043] DEBUG: gui.contextMenu: registering context menu class DroneAddStack
[2020-04-25 19:17:38.410043] DEBUG: gui.contextMenu: registering context menu class ProjectItem
[2020-04-25 19:17:38.410043] DEBUG: gui.contextMenu: registering context menu class ImplantSetSave
[2020-04-25 19:17:38.410043] DEBUG: gui.contextMenu: registering context menu class AddToCargo
[2020-04-25 19:17:38.411038] DEBUG: gui.contextMenu: registering context menu class AddToCargoAmmo
[2020-04-25 19:17:38.411038] DEBUG: gui.contextMenu: registering context menu class CargoPrice
[2020-04-25 19:17:38.412036] DEBUG: gui.contextMenu: registering context menu class ImplantBoosterPrice
[2020-04-25 19:17:38.412036] DEBUG: gui.contextMenu: registering context menu class ProjectItem
[2020-04-25 19:17:38.412560] DEBUG: gui.contextMenu: registering context menu class ChangeDamagePattern
[2020-04-25 19:17:38.413083] DEBUG: gui.contextMenu: registering context menu class AmmoToDmgPattern
[2020-04-25 19:17:38.413083] DEBUG: gui.contextMenu: registering context menu class FactorReload
[2020-04-25 19:17:38.414069] DEBUG: gui.contextMenu: registering context menu class TargetProfileSwitcher
[2020-04-25 19:17:38.415065] DEBUG: gui.contextMenu: registering context menu class GraphDmgApplyProjectedMenu
[2020-04-25 19:17:38.416064] DEBUG: gui.contextMenu: registering context menu class GraphDmgIgnoreResistsMenu
[2020-04-25 19:17:38.416064] DEBUG: gui.contextMenu: registering context menu class ImplantSetApply
[2020-04-25 19:17:38.417060] DEBUG: gui.contextMenu: registering context menu class GraphIgnoreLockRangeMenu
[2020-04-25 19:17:38.417060] DEBUG: gui.contextMenu: registering context menu class ImplantSetSave
[2020-04-25 19:17:38.417060] DEBUG: gui.contextMenu: registering context menu class ImplantSetApply
[2020-04-25 19:17:38.418058] DEBUG: gui.contextMenu: registering context menu class GraphIgnoreDcrMenu
[2020-04-25 19:17:38.418058] DEBUG: gui.contextMenu: registering context menu class DronesPrice
[2020-04-25 19:17:38.418058] DEBUG: gui.contextMenu: registering context menu class CargoPrice
ve
[2020-04-25 19:17:38.418058] DEBUG: gui.contextMenu: registering context menu class ImplantBoosterPrice
[2020-04-25 19:17:38.418058] DEBUG: gui.contextMenu: registering context menu class GraphDmgDroneModeMenu
[2020-04-25 19:17:38.419056] DEBUG: gui.contextMenu: registering context menu class DronesPrice
[2020-04-25 19:17:38.419056] DEBUG: gui.contextMenu: registering context menu class ChangeDamagePattern
[2020-04-25 19:17:38.419056] DEBUG: gui.contextMenu: registering context menu class CargoPrice
[2020-04-25 19:17:38.419056] DEBUG: gui.contextMenu: registering context menu class AdditionsExportAll
[2020-04-25 19:17:38.419056] DEBUG: gui.contextMenu: registering context menu class ImplantBoosterPrice
[2020-04-25 19:17:38.420053] DEBUG: gui.contextMenu: registering context menu class FactorReload
[2020-04-25 19:17:38.420053] DEBUG: gui.contextMenu: registering context menu class AdditionsExportAll
[2020-04-25 19:17:38.420053] DEBUG: gui.contextMenu: registering context menu class ChangeDamagePattern
[2020-04-25 19:17:38.421050] DEBUG: gui.contextMenu: registering context menu class TargetProfileSwitcher
[2020-04-25 19:17:38.421050] DEBUG: gui.contextMenu: registering context menu class AdditionsImport
[2020-04-25 19:17:38.421050] DEBUG: gui.contextMenu: registering context menu class FactorReload
[2020-04-25 19:17:38.421050] DEBUG: gui.contextMenu: registering context menu class GraphDmgApplyProjectedMenu
[2020-04-25 19:17:38.422047] DEBUG: gui.contextMenu: registering context menu class TargetProfileSwitcher
[2020-04-25 19:17:38.422047] DEBUG: gui.contextMenu: registering context menu class GraphDmgIgnoreResistsMenu
[2020-04-25 19:17:38.423045] DEBUG: gui.contextMenu: registering context menu class GraphDmgApplyProjectedMenu
[2020-04-25 19:17:38.423045] DEBUG: gui.contextMenu: registering context menu class GraphIgnoreLockRangeMenu
[2020-04-25 19:17:38.424043] DEBUG: gui.contextMenu: registering context menu class GraphIgnoreDcrMenu
[2020-04-25 19:17:38.424043] DEBUG: gui.contextMenu: registering context menu class GraphDmgIgnoreResistsMenu
[2020-04-25 19:17:38.424043] DEBUG: gui.contextMenu: registering context menu class GraphDmgDroneModeMenu
u
[2020-04-25 19:17:38.425039] DEBUG: gui.contextMenu: registering context menu class AdditionsExportAll
[2020-04-25 19:17:38.425039] DEBUG: gui.contextMenu: registering context menu class GraphIgnoreDcrMenu
[2020-04-25 19:17:38.427034] DEBUG: gui.contextMenu: registering context menu class AdditionsExportAll
[2020-04-25 19:17:38.427034] DEBUG: gui.contextMenu: registering context menu class GraphDmgDroneModeMenu
[2020-04-25 19:17:38.427034] DEBUG: gui.contextMenu: registering context menu class AdditionsImport
[2020-04-25 19:17:38.428032] DEBUG: gui.contextMenu: registering context menu class AdditionsExportAll
[2020-04-25 19:17:38.428032] DEBUG: gui.contextMenu: registering context menu class AdditionsExportAll
[2020-04-25 19:17:38.429029] DEBUG: gui.contextMenu: registering context menu class AdditionsImport
[2020-04-25 19:17:38.596072] DEBUG: gui.statsPane: Setting full view for: resources
[2020-04-25 19:17:38.596072] DEBUG: gui.statsPane: Setting full view for: resistances
[2020-04-25 19:17:38.597073] DEBUG: gui.statsPane: Setting full view for: recharge
[2020-04-25 19:17:38.597073] DEBUG: gui.statsPane: Setting full view for: firepower
[2020-04-25 19:17:38.597073] DEBUG: gui.statsPane: Setting full view for: outgoing
[2020-04-25 19:17:38.597073] DEBUG: gui.statsPane: Setting full view for: capacitor
[2020-04-25 19:17:38.598068] DEBUG: gui.statsPane: Setting minimal view for: targetingMisc
[2020-04-25 19:17:38.598068] DEBUG: gui.statsPane: Setting full view for: price
[2020-04-25 19:17:38.604085] DEBUG: gui.statsPane: Setting full view for: resources
[2020-04-25 19:17:38.604085] DEBUG: gui.statsPane: Setting full view for: resistances
[2020-04-25 19:17:38.604085] DEBUG: gui.statsPane: Setting full view for: recharge
[2020-04-25 19:17:38.605082] DEBUG: gui.statsPane: Setting full view for: firepower
[2020-04-25 19:17:38.605082] DEBUG: gui.statsPane: Setting full view for: resources
[2020-04-25 19:17:38.605082] DEBUG: gui.statsPane: Setting full view for: capacitor
[2020-04-25 19:17:38.605082] DEBUG: gui.statsPane: Setting full view for: resistances
[2020-04-25 19:17:38.605082] DEBUG: gui.statsPane: Setting minimal view for: targetingMisc
[2020-04-25 19:17:38.606080] DEBUG: gui.statsPane: Setting full view for: price
[2020-04-25 19:17:38.606080] DEBUG: gui.statsPane: Setting full view for: recharge
[2020-04-25 19:17:38.607077] DEBUG: gui.statsPane: Setting full view for: firepower
[2020-04-25 19:17:38.608074] DEBUG: gui.statsPane: Setting full view for: outgoing
[2020-04-25 19:17:38.609071] DEBUG: gui.statsPane: Setting full view for: capacitor
[2020-04-25 19:17:38.609071] DEBUG: gui.statsPane: Setting minimal view for: targetingMisc
[2020-04-25 19:17:38.609071] DEBUG: gui.statsPane: Setting full view for: price
[2020-04-25 19:17:38.678069] INFO: gui.bitmap_loader: Using local image files.
[2020-04-25 19:17:38.744103] DEBUG: gui.contextMenu: registering context menu class OpenFitInNewTab
[2020-04-25 19:17:38.745101] DEBUG: gui.contextMenu: registering context menu class AddBrowsedFits
[2020-04-25 19:17:38.749090] DEBUG: gui.contextMenu: registering context menu class AddCurrentlyOpenFit
[2020-04-25 19:17:38.750087] DEBUG: gui.contextMenu: registering context menu class AddEnvironmentEffect
[2020-04-25 19:17:38.795088] DEBUG: service.market: Initialize ShipBrowserWorkerThread.
[2020-04-25 19:17:38.883119] DEBUG: gui.mainFrame: Done loading mainframe imports
[2020-04-25 19:17:38.891088] DEBUG: gui.mainFrame: Done loading mainframe imports
[2020-04-25 19:17:38.897071] DEBUG: gui.mainFrame: Done loading mainframe imports
[2020-04-25 19:17:38.939094] DEBUG: gui.mainFrame: Initialize MainFrame
[2020-04-25 19:17:38.939094] DEBUG: gui.mainFrame: Initialize MainFrame
[2020-04-25 19:17:38.941088] DEBUG: gui.mainFrame: Initialize MainFrame
[2020-04-25 19:17:39.306138] DEBUG: service.market: Initialize ShipBrowserWorkerThread.
[2020-04-25 19:17:39.313120] DEBUG: service.fit: Initialize Fit class
[2020-04-25 19:17:39.424822] DEBUG: service.fit: Getting fits with modules
[2020-04-25 19:17:39.434795] DEBUG: gui.contextMenu: registering context menu class AddCommandFit
[2020-04-25 19:17:39.437788] DEBUG: gui.contextMenu: registering context menu class TargetProfileAdder
[2020-04-25 19:17:39.437788] DEBUG: gui.contextMenu: registering context menu class ChangeShipTacticalMode
[2020-04-25 19:17:39.439781] DEBUG: gui.contextMenu: registering context menu class ChangeModuleAmmo
[2020-04-25 19:17:39.439781] DEBUG: gui.contextMenu: registering context menu class ChangeModuleSpool
[2020-04-25 19:17:39.440779] DEBUG: gui.contextMenu: registering context menu class BoosterSideEffects
[2020-04-25 19:17:39.441776] DEBUG: gui.contextMenu: registering context menu class FighterAbilities
[2020-04-25 19:17:39.443770] DEBUG: gui.contextMenu: registering context menu class TargetWrapperResists
[2020-04-25 19:17:39.447761] DEBUG: gui.contextMenu: registering context menu class TargetProfileEditorMenu
[2020-04-25 19:17:39.481669] DEBUG: gui.contextMenu: registering context menu class ItemStats
[2020-04-25 19:17:39.482667] DEBUG: gui.contextMenu: registering context menu class JumpToMarketItem
[2020-04-25 19:17:39.483664] DEBUG: gui.contextMenu: registering context menu class FitSystemSecurityMenu
[2020-04-25 19:17:39.484662] DEBUG: gui.contextMenu: registering context menu class JumpToShip
[2020-04-25 19:17:39.485658] DEBUG: gui.contextMenu: registering context menu class RemoveItem
[2020-04-25 19:17:39.486657] DEBUG: gui.contextMenu: registering context menu class ChangeItemAmount
[2020-04-25 19:17:39.487654] DEBUG: gui.contextMenu: registering context menu class ChangeItemProjectionRange
[2020-04-25 19:17:39.488650] DEBUG: gui.contextMenu: registering context menu class DroneSplitStack
[2020-04-25 19:17:39.489648] DEBUG: gui.contextMenu: registering context menu class ChangeItemToVariation
[2020-04-25 19:17:39.490645] DEBUG: gui.contextMenu: registering context menu class ChangeModuleMutation
[2020-04-25 19:17:39.491643] DEBUG: gui.contextMenu: registering context menu class FillWithModule
[2020-04-25 19:17:39.651218] DEBUG: gui.contextMenu: registering context menu class ExportMutatedModule
[2020-04-25 19:17:39.653210] DEBUG: gui.contextMenu: registering context menu class ChangeAffectingSkills
[2020-04-25 19:17:39.654208] DEBUG: gui.contextMenu: registering context menu class FillWithItem
[2020-04-25 19:17:39.655206] DEBUG: gui.contextMenu: registering context menu class DroneAddStack
[2020-04-25 19:17:39.657199] DEBUG: gui.contextMenu: registering context menu class AddToCargo
[2020-04-25 19:17:39.658199] DEBUG: gui.contextMenu: registering context menu class AddToCargoAmmo
[2020-04-25 19:17:39.661189] DEBUG: gui.contextMenu: registering context menu class ProjectItem
[2020-04-25 19:17:39.662187] DEBUG: gui.contextMenu: registering context menu class AmmoToDmgPattern
[2020-04-25 19:17:39.664182] DEBUG: gui.contextMenu: registering context menu class ImplantSetApply
[2020-04-25 19:17:39.665179] DEBUG: gui.contextMenu: registering context menu class ImplantSetSave
[2020-04-25 19:17:39.668171] DEBUG: gui.contextMenu: registering context menu class DronesPrice
[2020-04-25 19:17:39.668171] DEBUG: gui.contextMenu: registering context menu class CargoPrice
[2020-04-25 19:17:39.668171] DEBUG: gui.contextMenu: registering context menu class ImplantBoosterPrice
[2020-04-25 19:17:39.670165] DEBUG: gui.contextMenu: registering context menu class ChangeDamagePattern
[2020-04-25 19:17:39.671163] DEBUG: gui.contextMenu: registering context menu class FactorReload
[2020-04-25 19:17:39.673157] DEBUG: gui.contextMenu: registering context menu class TargetProfileSwitcher
[2020-04-25 19:17:39.674155] DEBUG: gui.contextMenu: registering context menu class GraphDmgApplyProjectedMenu
[2020-04-25 19:17:39.675153] DEBUG: gui.contextMenu: registering context menu class GraphDmgIgnoreResistsMenu
[2020-04-25 19:17:39.676149] DEBUG: gui.contextMenu: registering context menu class GraphIgnoreLockRangeMenu
[2020-04-25 19:17:39.677147] DEBUG: gui.contextMenu: registering context menu class GraphIgnoreDcrMenu
[2020-04-25 19:17:39.678145] DEBUG: gui.contextMenu: registering context menu class GraphDmgDroneModeMenu
[2020-04-25 19:17:39.678145] DEBUG: gui.contextMenu: registering context menu class AdditionsExportAll
[2020-04-25 19:17:39.679142] DEBUG: gui.contextMenu: registering context menu class AdditionsExportAll
[2020-04-25 19:17:39.680138] DEBUG: gui.contextMenu: registering context menu class AdditionsImport
[2020-04-25 19:17:39.748956] INFO: gui.bitmap_loader: Using local image files.
[2020-04-25 19:17:39.848689] DEBUG: gui.contextMenu: registering context menu class OpenFitInNewTab
[2020-04-25 19:17:39.848689] DEBUG: gui.contextMenu: registering context menu class AddBrowsedFits
[2020-04-25 19:17:39.851681] DEBUG: gui.statsPane: Setting full view for: resources
[2020-04-25 19:17:39.852678] DEBUG: gui.statsPane: Setting full view for: resistances
[2020-04-25 19:17:39.852678] DEBUG: gui.statsPane: Setting full view for: recharge
[2020-04-25 19:17:39.852678] DEBUG: gui.statsPane: Setting full view for: firepower
[2020-04-25 19:17:39.853675] DEBUG: gui.statsPane: Setting full view for: outgoing
[2020-04-25 19:17:39.853675] DEBUG: gui.statsPane: Setting full view for: capacitor
[2020-04-25 19:17:39.853675] DEBUG: gui.statsPane: Setting minimal view for: targetingMisc
[2020-04-25 19:17:39.853675] DEBUG: gui.statsPane: Setting full view for: price
[2020-04-25 19:17:39.855669] DEBUG: gui.contextMenu: registering context menu class AddCurrentlyOpenFit
[2020-04-25 19:17:39.856667] DEBUG: gui.contextMenu: registering context menu class AddEnvironmentEffect
[2020-04-25 19:17:39.871626] DEBUG: service.fit: Initialize Fit class
[2020-04-25 19:17:39.916507] DEBUG: gui.mainFrame: Done loading mainframe imports
[2020-04-25 19:17:39.926479] DEBUG: gui.mainFrame: Initialize MainFrame
[2020-04-25 19:17:39.950416] DEBUG: gui.marketBrowser: Initialize marketBrowser
[2020-04-25 19:17:39.954406] DEBUG: gui.marketBrowser: Initialize marketBrowser
[2020-04-25 19:17:39.972358] DEBUG: service.fit: Getting fits with modules
[2020-04-25 19:17:39.981334] DEBUG: gui.builtinMarketBrowser.marketTree: Initialize marketTree
[2020-04-25 19:17:39.981334] DEBUG: gui.builtinMarketBrowser.marketTree: Initialize marketTree
[2020-04-25 19:17:39.983328] DEBUG: gui.builtinMarketBrowser.marketTree: Initialize marketTree
[2020-04-25 19:17:39.988316] DEBUG: gui.contextMenu: registering context menu class AddCommandFit
[2020-04-25 19:17:39.990310] DEBUG: gui.contextMenu: registering context menu class TargetProfileAdder
[2020-04-25 19:17:39.991307] DEBUG: gui.contextMenu: registering context menu class ChangeShipTacticalMode
[2020-04-25 19:17:39.993303] DEBUG: gui.contextMenu: registering context menu class ChangeModuleAmmo
[2020-04-25 19:17:39.994298] DEBUG: gui.contextMenu: registering context menu class ChangeModuleSpool
[2020-04-25 19:17:39.995296] DEBUG: gui.contextMenu: registering context menu class BoosterSideEffects
[2020-04-25 19:17:39.995296] DEBUG: gui.contextMenu: registering context menu class FighterAbilities
[2020-04-25 19:17:39.997291] DEBUG: gui.contextMenu: registering context menu class TargetWrapperResists
[2020-04-25 19:17:40.001280] DEBUG: gui.contextMenu: registering context menu class TargetProfileEditorMenu
[2020-04-25 19:17:40.051147] DEBUG: gui.contextMenu: registering context menu class ItemStats
[2020-04-25 19:17:40.052145] DEBUG: gui.contextMenu: registering context menu class JumpToMarketItem
[2020-04-25 19:17:40.053142] DEBUG: gui.contextMenu: registering context menu class FitSystemSecurityMenu
[2020-04-25 19:17:40.054139] DEBUG: gui.contextMenu: registering context menu class JumpToShip
[2020-04-25 19:17:40.055136] DEBUG: gui.contextMenu: registering context menu class RemoveItem
[2020-04-25 19:17:40.056134] DEBUG: gui.contextMenu: registering context menu class ChangeItemAmount
[2020-04-25 19:17:40.057131] DEBUG: gui.contextMenu: registering context menu class ChangeItemProjectionRange
[2020-04-25 19:17:40.058128] DEBUG: gui.contextMenu: registering context menu class DroneSplitStack
[2020-04-25 19:17:40.059125] DEBUG: gui.contextMenu: registering context menu class ChangeItemToVariation
[2020-04-25 19:17:40.060123] DEBUG: gui.contextMenu: registering context menu class ChangeModuleMutation
[2020-04-25 19:17:40.061120] DEBUG: gui.contextMenu: registering context menu class FillWithModule
[2020-04-25 19:17:40.101015] DEBUG: gui.builtinMarketBrowser.itemView: Initialize ItemView
[2020-04-25 19:17:40.102017] DEBUG: gui.builtinMarketBrowser.itemView: Initialize ItemView
[2020-04-25 19:17:40.108991] DEBUG: gui.builtinMarketBrowser.itemView: Initialize ItemView
[2020-04-25 19:17:40.231664] DEBUG: gui.shipBrowser: Populate ship category list.
[2020-04-25 19:17:40.231664] DEBUG: gui.shipBrowser: Populate ship category list.
[2020-04-25 19:17:40.231664] DEBUG: gui.shipBrowser: Populate ship category list.
[2020-04-25 19:17:40.280533] DEBUG: gui.contextMenu: registering context menu class ExportMutatedModule
[2020-04-25 19:17:40.281530] DEBUG: gui.contextMenu: registering context menu class ChangeAffectingSkills
[2020-04-25 19:17:40.282529] DEBUG: gui.contextMenu: registering context menu class FillWithItem
[2020-04-25 19:17:40.284525] DEBUG: gui.contextMenu: registering context menu class DroneAddStack
[2020-04-25 19:17:40.285520] DEBUG: gui.contextMenu: registering context menu class AddToCargo
[2020-04-25 19:17:40.286518] DEBUG: gui.contextMenu: registering context menu class AddToCargoAmmo
[2020-04-25 19:17:40.287515] DEBUG: gui.contextMenu: registering context menu class ProjectItem
[2020-04-25 19:17:40.287515] DEBUG: gui.contextMenu: registering context menu class AmmoToDmgPattern
[2020-04-25 19:17:40.289510] DEBUG: gui.contextMenu: registering context menu class ImplantSetApply
[2020-04-25 19:17:40.290507] DEBUG: gui.contextMenu: registering context menu class ImplantSetSave
[2020-04-25 19:17:40.291505] DEBUG: gui.contextMenu: registering context menu class DronesPrice
[2020-04-25 19:17:40.291505] DEBUG: gui.contextMenu: registering context menu class CargoPrice
[2020-04-25 19:17:40.292502] DEBUG: gui.contextMenu: registering context menu class ImplantBoosterPrice
[2020-04-25 19:17:40.292502] DEBUG: gui.contextMenu: registering context menu class ChangeDamagePattern
[2020-04-25 19:17:40.293501] DEBUG: gui.contextMenu: registering context menu class FactorReload
[2020-04-25 19:17:40.294497] DEBUG: gui.contextMenu: registering context menu class TargetProfileSwitcher
[2020-04-25 19:17:40.295494] DEBUG: gui.contextMenu: registering context menu class GraphDmgApplyProjectedMenu
[2020-04-25 19:17:40.296491] DEBUG: gui.contextMenu: registering context menu class GraphDmgIgnoreResistsMenu
[2020-04-25 19:17:40.296491] DEBUG: gui.contextMenu: registering context menu class GraphIgnoreLockRangeMenu
[2020-04-25 19:17:40.297489] DEBUG: gui.contextMenu: registering context menu class GraphIgnoreDcrMenu
[2020-04-25 19:17:40.298487] DEBUG: gui.contextMenu: registering context menu class GraphDmgDroneModeMenu
[2020-04-25 19:17:40.299483] DEBUG: gui.contextMenu: registering context menu class AdditionsExportAll
[2020-04-25 19:17:40.300480] DEBUG: gui.contextMenu: registering context menu class AdditionsExportAll
[2020-04-25 19:17:40.301478] DEBUG: gui.contextMenu: registering context menu class AdditionsImport
[2020-04-25 19:17:40.361318] DEBUG: service.market: Initialize ShipBrowserWorkerThread.
[2020-04-25 19:17:40.409189] DEBUG: gui.statsPane: Setting full view for: resources
[2020-04-25 19:17:40.409189] DEBUG: gui.statsPane: Setting full view for: resistances
[2020-04-25 19:17:40.409189] DEBUG: gui.statsPane: Setting full view for: recharge
[2020-04-25 19:17:40.409189] DEBUG: gui.statsPane: Setting full view for: firepower
[2020-04-25 19:17:40.409189] DEBUG: gui.statsPane: Setting full view for: outgoing
[2020-04-25 19:17:40.410187] DEBUG: gui.statsPane: Setting full view for: capacitor
[2020-04-25 19:17:40.410187] DEBUG: gui.statsPane: Setting minimal view for: targetingMisc
[2020-04-25 19:17:40.410187] DEBUG: gui.statsPane: Setting full view for: price
[2020-04-25 19:17:40.576741] DEBUG: gui.mainFrame: Done loading mainframe imports
[2020-04-25 19:17:40.591701] DEBUG: gui.mainFrame: Initialize MainFrame
[2020-04-25 19:17:40.849014] DEBUG: service.fit: Initialize Fit class
[2020-04-25 19:17:40.920822] DEBUG: service.fit: Getting fits with modules
[2020-04-25 19:17:40.929799] DEBUG: gui.contextMenu: registering context menu class AddCommandFit
[2020-04-25 19:17:40.932791] DEBUG: gui.contextMenu: registering context menu class TargetProfileAdder
[2020-04-25 19:17:40.933787] DEBUG: gui.contextMenu: registering context menu class ChangeShipTacticalMode
[2020-04-25 19:17:40.934784] DEBUG: gui.contextMenu: registering context menu class ChangeModuleAmmo
[2020-04-25 19:17:40.935781] DEBUG: gui.contextMenu: registering context menu class ChangeModuleSpool
[2020-04-25 19:17:40.936779] DEBUG: gui.contextMenu: registering context menu class BoosterSideEffects
[2020-04-25 19:17:40.937777] DEBUG: gui.contextMenu: registering context menu class FighterAbilities
[2020-04-25 19:17:40.938774] DEBUG: gui.contextMenu: registering context menu class TargetWrapperResists
[2020-04-25 19:17:40.942763] DEBUG: gui.contextMenu: registering context menu class TargetProfileEditorMenu
[2020-04-25 19:17:40.963708] DEBUG: gui.marketBrowser: Initialize marketBrowser
[2020-04-25 19:17:40.972683] DEBUG: gui.contextMenu: registering context menu class ItemStats
[2020-04-25 19:17:40.973682] DEBUG: gui.contextMenu: registering context menu class JumpToMarketItem
[2020-04-25 19:17:40.974698] DEBUG: gui.contextMenu: registering context menu class FitSystemSecurityMenu
[2020-04-25 19:17:40.975675] DEBUG: gui.contextMenu: registering context menu class JumpToShip
[2020-04-25 19:17:40.976672] DEBUG: gui.contextMenu: registering context menu class RemoveItem
[2020-04-25 19:17:40.977670] DEBUG: gui.contextMenu: registering context menu class ChangeItemAmount
[2020-04-25 19:17:40.978667] DEBUG: gui.contextMenu: registering context menu class ChangeItemProjectionRange
[2020-04-25 19:17:40.979665] DEBUG: gui.contextMenu: registering context menu class DroneSplitStack
[2020-04-25 19:17:40.980662] DEBUG: gui.contextMenu: registering context menu class ChangeItemToVariation
[2020-04-25 19:17:40.981659] DEBUG: gui.contextMenu: registering context menu class ChangeModuleMutation
[2020-04-25 19:17:40.982658] DEBUG: gui.contextMenu: registering context menu class FillWithModule
[2020-04-25 19:17:40.986646] DEBUG: gui.builtinMarketBrowser.marketTree: Initialize marketTree
[2020-04-25 19:17:41.134252] DEBUG: gui.contextMenu: registering context menu class ExportMutatedModule
[2020-04-25 19:17:41.135249] DEBUG: gui.contextMenu: registering context menu class ChangeAffectingSkills
[2020-04-25 19:17:41.137244] DEBUG: gui.contextMenu: registering context menu class FillWithItem
[2020-04-25 19:17:41.138241] DEBUG: gui.contextMenu: registering context menu class DroneAddStack
[2020-04-25 19:17:41.138241] DEBUG: gui.contextMenu: registering context menu class AddToCargo
[2020-04-25 19:17:41.139238] DEBUG: gui.contextMenu: registering context menu class AddToCargoAmmo
[2020-04-25 19:17:41.140235] DEBUG: gui.contextMenu: registering context menu class ProjectItem
[2020-04-25 19:17:41.141233] DEBUG: gui.contextMenu: registering context menu class AmmoToDmgPattern
[2020-04-25 19:17:41.143227] DEBUG: gui.contextMenu: registering context menu class ImplantSetApply
[2020-04-25 19:17:41.144224] DEBUG: gui.contextMenu: registering context menu class ImplantSetSave
[2020-04-25 19:17:41.145222] DEBUG: gui.contextMenu: registering context menu class DronesPrice
[2020-04-25 19:17:41.146218] DEBUG: gui.contextMenu: registering context menu class CargoPrice
[2020-04-25 19:17:41.146218] DEBUG: gui.contextMenu: registering context menu class ImplantBoosterPrice
[2020-04-25 19:17:41.147216] DEBUG: gui.contextMenu: registering context menu class ChangeDamagePattern
[2020-04-25 19:17:41.147216] DEBUG: gui.contextMenu: registering context menu class FactorReload
[2020-04-25 19:17:41.148214] DEBUG: gui.contextMenu: registering context menu class TargetProfileSwitcher
[2020-04-25 19:17:41.149211] DEBUG: gui.contextMenu: registering context menu class GraphDmgApplyProjectedMenu
[2020-04-25 19:17:41.150208] DEBUG: gui.contextMenu: registering context menu class GraphDmgIgnoreResistsMenu
[2020-04-25 19:17:41.151206] DEBUG: gui.contextMenu: registering context menu class GraphIgnoreLockRangeMenu
[2020-04-25 19:17:41.151206] DEBUG: gui.contextMenu: registering context menu class GraphIgnoreDcrMenu
[2020-04-25 19:17:41.152203] DEBUG: gui.contextMenu: registering context menu class GraphDmgDroneModeMenu
[2020-04-25 19:17:41.153200] DEBUG: gui.contextMenu: registering context menu class AdditionsExportAll
[2020-04-25 19:17:41.154198] DEBUG: gui.contextMenu: registering context menu class AdditionsExportAll
[2020-04-25 19:17:41.154198] DEBUG: gui.contextMenu: registering context menu class AdditionsImport
[2020-04-25 19:17:41.212044] DEBUG: gui.builtinMarketBrowser.itemView: Initialize ItemView
[2020-04-25 19:17:41.253931] DEBUG: gui.statsPane: Setting full view for: resources
[2020-04-25 19:17:41.253931] DEBUG: gui.statsPane: Setting full view for: resistances
[2020-04-25 19:17:41.253931] DEBUG: gui.statsPane: Setting full view for: recharge
[2020-04-25 19:17:41.253931] DEBUG: gui.statsPane: Setting full view for: firepower
[2020-04-25 19:17:41.253931] DEBUG: gui.statsPane: Setting full view for: outgoing
[2020-04-25 19:17:41.254928] DEBUG: gui.statsPane: Setting full view for: capacitor
[2020-04-25 19:17:41.254928] DEBUG: gui.statsPane: Setting minimal view for: targetingMisc
[2020-04-25 19:17:41.254928] DEBUG: gui.statsPane: Setting full view for: price
[2020-04-25 19:17:41.280860] DEBUG: gui.shipBrowser: Populate ship category list.
[2020-04-25 19:17:41.366630] DEBUG: gui.mainFrame: Done loading mainframe imports
[2020-04-25 19:17:41.383585] DEBUG: gui.mainFrame: Initialize MainFrame
[2020-04-25 19:17:41.442431] DEBUG: service.fit: Changing character (1) for fit ID: None
[2020-04-25 19:17:41.452402] DEBUG: service.fit: Changing character (1) for fit ID: None
[2020-04-25 19:17:41.487307] DEBUG: service.fit: Changing character (1) for fit ID: None
[2020-04-25 19:17:41.542161] DEBUG: gui.statsPane: Load view: resourcesViewFull
[2020-04-25 19:17:41.550140] DEBUG: gui.statsPane: Load view: resourcesViewFull
[2020-04-25 19:17:41.714701] DEBUG: gui.marketBrowser: Initialize marketBrowser
[2020-04-25 19:17:41.743621] DEBUG: gui.builtinMarketBrowser.marketTree: Initialize marketTree
[2020-04-25 19:17:42.093686] DEBUG: gui.builtinMarketBrowser.itemView: Initialize ItemView
[2020-04-25 19:17:42.451732] DEBUG: gui.shipBrowser: Populate ship category list.
[2020-04-25 19:17:42.626264] DEBUG: gui.statsPane: Load view: resistancesViewFull
[2020-04-25 19:17:42.627260] DEBUG: gui.statsPane: Load view: resistancesViewFull
[2020-04-25 19:17:42.627260] DEBUG: gui.statsPane: Load view: resistancesViewFull
[2020-04-25 19:17:43.025196] DEBUG: service.fit: Changing character (1) for fit ID: None
[2020-04-25 19:17:43.161830] DEBUG: gui.statsPane: Load view: resourcesViewFull
[2020-04-25 19:17:43.230647] DEBUG: gui.statsPane: Load view: rechargeViewFull
[2020-04-25 19:17:43.231645] DEBUG: gui.statsPane: Load view: rechargeViewFull
[2020-04-25 19:17:43.231645] DEBUG: gui.statsPane: Load view: rechargeViewFull
[2020-04-25 19:17:43.507906] DEBUG: gui.marketBrowser: Initialize marketBrowser
[2020-04-25 19:17:43.538823] DEBUG: gui.builtinMarketBrowser.marketTree: Initialize marketTree
[2020-04-25 19:17:43.616616] DEBUG: gui.statsPane: Load view: firepowerViewFull
[2020-04-25 19:17:43.621602] DEBUG: gui.statsPane: Load view: firepowerViewFull
[2020-04-25 19:17:43.627586] DEBUG: gui.statsPane: Load view: firepowerViewFull
[2020-04-25 19:17:43.778183] DEBUG: gui.builtinMarketBrowser.itemView: Initialize ItemView
[2020-04-25 19:17:43.806108] DEBUG: gui.statsPane: Load view: outgoingViewFull
[2020-04-25 19:17:43.809101] DEBUG: gui.statsPane: Load view: outgoingViewFull
[2020-04-25 19:17:43.844007] DEBUG: gui.statsPane: Load view: resistancesViewFull
[2020-04-25 19:17:43.885896] DEBUG: service.fit: Changing character (1) for fit ID: None
[2020-04-25 19:17:43.915816] DEBUG: gui.shipBrowser: Populate ship category list.
[2020-04-25 19:17:43.938754] DEBUG: gui.statsPane: Load view: capacitorViewFull
[2020-04-25 19:17:43.945735] DEBUG: gui.statsPane: Load view: capacitorViewFull
[2020-04-25 19:17:43.946733] DEBUG: gui.statsPane: Load view: capacitorViewFull
[2020-04-25 19:17:43.953716] DEBUG: gui.statsPane: Load view: resourcesViewFull
[2020-04-25 19:17:44.100322] DEBUG: gui.statsPane: Load view: targetingMiscViewMinimal
[2020-04-25 19:17:44.103314] DEBUG: gui.statsPane: Load view: targetingMiscViewMinimal
[2020-04-25 19:17:44.106306] DEBUG: gui.statsPane: Load view: targetingMiscViewMinimal
[2020-04-25 19:17:44.154180] DEBUG: gui.statsPane: Load view: rechargeViewFull
[2020-04-25 19:17:44.405506] DEBUG: gui.statsPane: Load view: priceViewFull
[2020-04-25 19:17:44.405506] DEBUG: gui.statsPane: Load view: priceViewFull
[2020-04-25 19:17:44.405506] DEBUG: gui.statsPane: Load view: priceViewFull
[2020-04-25 19:17:44.479309] DEBUG: gui.statsPane: Load view: firepowerViewFull
[2020-04-25 19:17:44.615944] DEBUG: gui.statsPane: Load view: resistancesViewFull
[2020-04-25 19:17:44.646861] DEBUG: gui.mainMenuBar: Initialize MainMenuBar
[2020-04-25 19:17:44.647859] DEBUG: gui.mainMenuBar: Initialize MainMenuBar
[2020-04-25 19:17:44.647859] DEBUG: gui.mainMenuBar: Initialize MainMenuBar
[2020-04-25 19:17:44.656835] DEBUG: gui.statsPane: Load view: outgoingViewFull
[2020-04-25 19:17:44.776514] DEBUG: gui.statsPane: Load view: capacitorViewFull
[2020-04-25 19:17:44.912151] DEBUG: gui.statsPane: Load view: rechargeViewFull
[2020-04-25 19:17:44.934092] DEBUG: gui.statsPane: Load view: targetingMiscViewMinimal
[2020-04-25 19:17:45.058766] DEBUG: service.fit: Changing character (1) for fit ID: None
[2020-04-25 19:17:45.175447] DEBUG: gui.statsPane: Load view: resourcesViewFull
[2020-04-25 19:17:45.327049] DEBUG: gui.statsPane: Load view: priceViewFull
[2020-04-25 19:17:45.377907] DEBUG: gui.statsPane: Load view: firepowerViewFull
[2020-04-25 19:17:45.886546] DEBUG: gui.statsPane: Load view: outgoingViewFull
[2020-04-25 19:17:45.905497] DEBUG: gui.mainMenuBar: Initialize MainMenuBar
[2020-04-25 19:17:46.093992] DEBUG: service.update: Starting Check Update Thread.
[2020-04-25 19:17:46.134883] DEBUG: gui.statsPane: Load view: capacitorViewFull
[2020-04-25 19:17:46.212675] DEBUG: gui.statsPane: Load view: resistancesViewFull
[2020-04-25 19:17:46.389204] DEBUG: gui.statsPane: Load view: targetingMiscViewMinimal
[2020-04-25 19:17:46.633549] DEBUG: gui.statsPane: Load view: rechargeViewFull
[2020-04-25 19:17:46.798109] DEBUG: gui.statsPane: Load view: priceViewFull
[2020-04-25 19:17:46.831021] DEBUG: service.update: Starting Check Update Thread.
[2020-04-25 19:17:47.078360] DEBUG: gui.statsPane: Load view: firepowerViewFull
[2020-04-25 19:17:47.221977] DEBUG: gui.mainMenuBar: Initialize MainMenuBar
[2020-04-25 19:17:47.258887] DEBUG: gui.statsPane: Load view: outgoingViewFull
[2020-04-25 19:17:47.343652] DEBUG: service.update: Starting Check Update Thread.
[2020-04-25 19:17:47.377561] DEBUG: gui.statsPane: Load view: capacitorViewFull
[2020-04-25 19:17:47.490259] DEBUG: gui.statsPane: Load view: targetingMiscViewMinimal
[2020-04-25 19:17:47.698703] DEBUG: gui.statsPane: Load view: priceViewFull
[2020-04-25 19:17:47.967983] DEBUG: gui.mainMenuBar: Initialize MainMenuBar
[2020-04-25 19:17:48.596303] DEBUG: service.update: Starting Check Update Thread.
[2020-04-25 19:17:49.307402] DEBUG: service.update: Starting Check Update Thread.
[2020-04-25 19:17:49.876880] DEBUG: service.update: Starting Check Update Thread.
[2020-04-25 19:17:58.779975] DEBUG: service.fit: Getting count of all fits for: 24692
[2020-04-25 19:17:58.801878] DEBUG: service.fit: Getting count of all fits for: 642
[2020-04-25 19:17:58.812848] DEBUG: service.fit: Getting count of all fits for: 17726
[2020-04-25 19:17:58.824816] DEBUG: service.fit: Getting count of all fits for: 643
[2020-04-25 19:17:58.837781] DEBUG: service.fit: Getting count of all fits for: 32305
[2020-04-25 19:17:58.849750] DEBUG: service.fit: Getting count of all fits for: 638
[2020-04-25 19:17:58.867741] DEBUG: service.fit: Getting count of all fits for: 17636
[2020-04-25 19:17:58.879708] DEBUG: service.fit: Getting count of all fits for: 24688
[2020-04-25 19:17:58.894669] DEBUG: service.fit: Getting count of all fits for: 640
[2020-04-25 19:17:58.906637] DEBUG: service.fit: Getting count of all fits for: 32309
[2020-04-25 19:17:58.967453] DEBUG: service.fit: Getting count of all fits for: 645
[2020-04-25 19:17:58.978422] DEBUG: service.fit: Getting count of all fits for: 32307
[2020-04-25 19:17:58.990389] DEBUG: service.fit: Getting count of all fits for: 24690
[2020-04-25 19:17:59.002358] DEBUG: service.fit: Getting count of all fits for: 641
[2020-04-25 19:17:59.012330] DEBUG: service.fit: Getting count of all fits for: 17728
[2020-04-25 19:17:59.023302] DEBUG: service.fit: Getting count of all fits for: 24694
[2020-04-25 19:17:59.035270] DEBUG: service.fit: Getting count of all fits for: 639
[2020-04-25 19:17:59.092194] DEBUG: service.fit: Getting count of all fits for: 17732
[2020-04-25 19:17:59.106158] DEBUG: service.fit: Getting count of all fits for: 644
[2020-04-25 19:17:59.117126] DEBUG: service.fit: Getting count of all fits for: 32311
[2020-04-25 19:17:59.128096] DEBUG: service.fit: Getting count of all fits for: 33472
[2020-04-25 19:17:59.140065] DEBUG: service.fit: Getting count of all fits for: 17740
[2020-04-25 19:17:59.151034] DEBUG: service.fit: Getting count of all fits for: 17738
[2020-04-25 19:17:59.164013] DEBUG: service.fit: Getting count of all fits for: 17920
[2020-04-25 19:17:59.176032] DEBUG: service.fit: Getting count of all fits for: 17736
[2020-04-25 19:17:59.187003] DEBUG: service.fit: Getting count of all fits for: 17918
[2020-04-25 19:17:59.197974] DEBUG: service.fit: Getting count of all fits for: 33820
[2020-04-25 19:17:59.208945] DEBUG: service.fit: Getting count of all fits for: 47466
[2020-04-25 19:17:59.220911] DEBUG: service.fit: Getting count of all fits for: 47271
[2020-04-25 19:36:50.518812] INFO: __main__: Starting Pyfa
[2020-04-25 19:36:50.518812] INFO: __main__:
[2020-04-25 19:36:50.518812] INFO: __main__: Writing log file to: C:\Users\JackDodgers\.pyfa\pyfa.log
[2020-04-25 19:36:50.518812] INFO: __main__: Running in a frozen state.
[2020-04-25 19:36:50.628161] INFO: eos.db: Initializing database
[2020-04-25 19:36:50.628161] INFO: eos.db: Gamedata connection: sqlite:///C:\Program Files\pyfa\eve.db?check_same_thread=False
[2020-04-25 19:36:50.628161] INFO: eos.db: Saveddata connection: sqlite:///C:\Users\JackDodgers\.pyfa\saveddata.db?check_same_thread=False
[2020-04-25 19:36:50.628161] DEBUG: eos.db: Initializing gamedata
[2020-04-25 19:36:50.628161] DEBUG: eos.db: Getting gamedata version
[2020-04-25 19:36:50.659402] DEBUG: eos.db: Initializing saveddata
[2020-04-25 19:36:50.659402] DEBUG: eos.db: Importing gamedata DB scheme
[2020-04-25 19:36:50.784373] DEBUG: eos.db: Importing saveddata DB scheme
[2020-04-25 19:36:50.878104] DEBUG: eos.db: Importing gamedata queries
[2020-04-25 19:36:50.878104] DEBUG: eos.db: Importing saveddata queries
[2020-04-25 19:36:50.878104] DEBUG: service.prefetch: Run database migration.
[2020-04-25 19:36:50.878104] DEBUG: service.prefetch: Starting database validation.
[2020-04-25 19:36:50.878104] DEBUG: eos.db.saveddata.databaseRepair: Running database cleanup for character skills.
[2020-04-25 19:36:50.878104] DEBUG: eos.db.saveddata.databaseRepair: Running database cleanup for orphaned characters attached to fits.
[2020-04-25 19:36:50.878104] DEBUG: eos.db.saveddata.databaseRepair: Running database cleanup for orphaned damage patterns attached to fits.
[2020-04-25 19:36:50.893725] ERROR: eos.db.saveddata.databaseRepair: Missing uniform damage pattern.
[2020-04-25 19:36:50.893725] DEBUG: eos.db.saveddata.databaseRepair: Running database cleanup for missing damage pattern names.
[2020-04-25 19:36:50.893725] DEBUG: eos.db.saveddata.databaseRepair: Running database cleanup for missing target resist names.
[2020-04-25 19:36:50.893725] DEBUG: eos.db.saveddata.databaseRepair: Running database cleanup for orphaned drones items.
[2020-04-25 19:36:50.893725] DEBUG: eos.db.saveddata.databaseRepair: Running database cleanup for orphaned cargo items.
[2020-04-25 19:36:50.893725] DEBUG: eos.db.saveddata.databaseRepair: Running database cleanup for orphaned fighters items.
[2020-04-25 19:36:50.893725] DEBUG: eos.db.saveddata.databaseRepair: Running database cleanup for orphaned modules items.
[2020-04-25 19:36:50.893725] DEBUG: eos.db.saveddata.databaseRepair: Running database cleanup for null damagePatterns values. (em)
[2020-04-25 19:36:50.909348] DEBUG: eos.db.saveddata.databaseRepair: Running database cleanup for null damagePatterns values. (thermal)
[2020-04-25 19:36:50.909348] DEBUG: eos.db.saveddata.databaseRepair: Running database cleanup for null damagePatterns values. (kinetic)
[2020-04-25 19:36:50.909348] DEBUG: eos.db.saveddata.databaseRepair: Running database cleanup for null damagePatterns values. (explosive)
[2020-04-25 19:36:50.909348] DEBUG: eos.db.saveddata.databaseRepair: Running database cleanup for null targetResists values. (em)
[2020-04-25 19:36:50.909348] DEBUG: eos.db.saveddata.databaseRepair: Running database cleanup for null targetResists values. (thermal)
[2020-04-25 19:36:50.909348] DEBUG: eos.db.saveddata.databaseRepair: Running database cleanup for null targetResists values. (kinetic)
[2020-04-25 19:36:50.909348] DEBUG: eos.db.saveddata.databaseRepair: Running database cleanup for null targetResists values. (explosive)
[2020-04-25 19:36:50.909348] DEBUG: eos.db.saveddata.databaseRepair: Running database cleanup for duplicated selected ammo profiles.
[2020-04-25 19:36:50.909348] DEBUG: service.prefetch: Completed database validation.
[2020-04-25 19:36:53.564969] INFO: gui.bitmap_loader: Using local image files.
[2020-04-25 19:36:53.611829] DEBUG: gui.contextMenu: registering context menu class OpenFitInNewTab
[2020-04-25 19:36:53.611829] DEBUG: gui.contextMenu: registering context menu class AddBrowsedFits
[2020-04-25 19:36:53.611829] DEBUG: gui.contextMenu: registering context menu class AddCurrentlyOpenFit
[2020-04-25 19:36:53.611829] DEBUG: gui.contextMenu: registering context menu class AddEnvironmentEffect
[2020-04-25 19:36:53.893013] DEBUG: service.market: Initialize ShipBrowserWorkerThread.
[2020-04-25 19:36:54.252304] DEBUG: service.fit: Initialize Fit class
[2020-04-25 19:36:54.314791] DEBUG: service.fit: Getting fits with modules
[2020-04-25 19:36:54.314791] DEBUG: gui.contextMenu: registering context menu class AddCommandFit
[2020-04-25 19:36:54.314791] DEBUG: gui.contextMenu: registering context menu class TargetProfileAdder
[2020-04-25 19:36:54.314791] DEBUG: gui.contextMenu: registering context menu class ChangeShipTacticalMode
[2020-04-25 19:36:54.330412] DEBUG: gui.contextMenu: registering context menu class ChangeModuleAmmo
[2020-04-25 19:36:54.330412] DEBUG: gui.contextMenu: registering context menu class ChangeModuleSpool
[2020-04-25 19:36:54.330412] DEBUG: gui.contextMenu: registering context menu class BoosterSideEffects
[2020-04-25 19:36:54.330412] DEBUG: gui.contextMenu: registering context menu class FighterAbilities
[2020-04-25 19:36:54.330412] DEBUG: gui.contextMenu: registering context menu class TargetWrapperResists
[2020-04-25 19:36:54.330412] DEBUG: gui.contextMenu: registering context menu class TargetProfileEditorMenu
[2020-04-25 19:36:54.361652] DEBUG: gui.contextMenu: registering context menu class ItemStats
[2020-04-25 19:36:54.361652] DEBUG: gui.contextMenu: registering context menu class JumpToMarketItem
[2020-04-25 19:36:54.361652] DEBUG: gui.contextMenu: registering context menu class FitSystemSecurityMenu
[2020-04-25 19:36:54.361652] DEBUG: gui.contextMenu: registering context menu class JumpToShip
[2020-04-25 19:36:54.377276] DEBUG: gui.contextMenu: registering context menu class RemoveItem
[2020-04-25 19:36:54.377276] DEBUG: gui.contextMenu: registering context menu class ChangeItemAmount
[2020-04-25 19:36:54.377276] DEBUG: gui.contextMenu: registering context menu class ChangeItemProjectionRange
[2020-04-25 19:36:54.377276] DEBUG: gui.contextMenu: registering context menu class DroneSplitStack
[2020-04-25 19:36:54.377276] DEBUG: gui.contextMenu: registering context menu class ChangeItemToVariation
[2020-04-25 19:36:54.377276] DEBUG: gui.contextMenu: registering context menu class ChangeModuleMutation
[2020-04-25 19:36:54.377276] DEBUG: gui.contextMenu: registering context menu class FillWithModule
[2020-04-25 19:36:54.486659] DEBUG: gui.contextMenu: registering context menu class ExportMutatedModule
[2020-04-25 19:36:54.486659] DEBUG: gui.contextMenu: registering context menu class ChangeAffectingSkills
[2020-04-25 19:36:54.486659] DEBUG: gui.contextMenu: registering context menu class FillWithItem
[2020-04-25 19:36:54.486659] DEBUG: gui.contextMenu: registering context menu class DroneAddStack
[2020-04-25 19:36:54.486659] DEBUG: gui.contextMenu: registering context menu class AddToCargo
[2020-04-25 19:36:54.486659] DEBUG: gui.contextMenu: registering context menu class AddToCargoAmmo
[2020-04-25 19:36:54.486659] DEBUG: gui.contextMenu: registering context menu class ProjectItem
[2020-04-25 19:36:54.486659] DEBUG: gui.contextMenu: registering context menu class AmmoToDmgPattern
[2020-04-25 19:36:54.486659] DEBUG: gui.contextMenu: registering context menu class ImplantSetApply
[2020-04-25 19:36:54.486659] DEBUG: gui.contextMenu: registering context menu class ImplantSetSave
[2020-04-25 19:36:54.486659] DEBUG: gui.contextMenu: registering context menu class DronesPrice
[2020-04-25 19:36:54.486659] DEBUG: gui.contextMenu: registering context menu class CargoPrice
[2020-04-25 19:36:54.486659] DEBUG: gui.contextMenu: registering context menu class ImplantBoosterPrice
[2020-04-25 19:36:54.486659] DEBUG: gui.contextMenu: registering context menu class ChangeDamagePattern
[2020-04-25 19:36:54.486659] DEBUG: gui.contextMenu: registering context menu class FactorReload
[2020-04-25 19:36:54.486659] DEBUG: gui.contextMenu: registering context menu class TargetProfileSwitcher
[2020-04-25 19:36:54.486659] DEBUG: gui.contextMenu: registering context menu class GraphDmgApplyProjectedMenu
[2020-04-25 19:36:54.502246] DEBUG: gui.contextMenu: registering context menu class GraphDmgIgnoreResistsMenu
[2020-04-25 19:36:54.502246] DEBUG: gui.contextMenu: registering context menu class GraphIgnoreLockRangeMenu
[2020-04-25 19:36:54.502246] DEBUG: gui.contextMenu: registering context menu class GraphIgnoreDcrMenu
[2020-04-25 19:36:54.502246] DEBUG: gui.contextMenu: registering context menu class GraphDmgDroneModeMenu
[2020-04-25 19:36:54.502246] DEBUG: gui.contextMenu: registering context menu class AdditionsExportAll
[2020-04-25 19:36:54.502246] DEBUG: gui.contextMenu: registering context menu class AdditionsExportAll
[2020-04-25 19:36:54.502246] DEBUG: gui.contextMenu: registering context menu class AdditionsImport
[2020-04-25 19:36:54.595972] DEBUG: gui.statsPane: Setting full view for: resources
[2020-04-25 19:36:54.595972] DEBUG: gui.statsPane: Setting full view for: resistances
[2020-04-25 19:36:54.595972] DEBUG: gui.statsPane: Setting full view for: recharge
[2020-04-25 19:36:54.595972] DEBUG: gui.statsPane: Setting full view for: firepower
[2020-04-25 19:36:54.595972] DEBUG: gui.statsPane: Setting full view for: outgoing
[2020-04-25 19:36:54.595972] DEBUG: gui.statsPane: Setting full view for: capacitor
[2020-04-25 19:36:54.595972] DEBUG: gui.statsPane: Setting minimal view for: targetingMisc
[2020-04-25 19:36:54.595972] DEBUG: gui.statsPane: Setting full view for: price
[2020-04-25 19:36:54.705321] DEBUG: gui.mainFrame: Done loading mainframe imports
[2020-04-25 19:36:54.736566] DEBUG: gui.mainFrame: Initialize MainFrame
[2020-04-25 19:36:55.080233] DEBUG: gui.marketBrowser: Initialize marketBrowser
[2020-04-25 19:36:55.095854] DEBUG: gui.builtinMarketBrowser.marketTree: Initialize marketTree
[2020-04-25 19:36:55.142718] DEBUG: gui.builtinMarketBrowser.itemView: Initialize ItemView
[2020-04-25 19:36:55.205203] DEBUG: gui.shipBrowser: Populate ship category list.
[2020-04-25 19:36:55.705084] DEBUG: service.fit: Changing character (1) for fit ID: None
[2020-04-25 19:36:55.736328] DEBUG: gui.statsPane: Load view: resourcesViewFull
[2020-04-25 19:36:55.830057] DEBUG: gui.statsPane: Load view: resistancesViewFull
[2020-04-25 19:36:55.955027] DEBUG: gui.statsPane: Load view: rechargeViewFull
[2020-04-25 19:36:56.022084] DEBUG: gui.statsPane: Load view: firepowerViewFull
[2020-04-25 19:36:56.064376] DEBUG: gui.statsPane: Load view: outgoingViewFull
[2020-04-25 19:36:56.079999] DEBUG: gui.statsPane: Load view: capacitorViewFull
[2020-04-25 19:36:56.111238] DEBUG: gui.statsPane: Load view: targetingMiscViewMinimal
[2020-04-25 19:36:56.159421] DEBUG: gui.statsPane: Load view: priceViewFull
[2020-04-25 19:36:56.204971] DEBUG: gui.mainMenuBar: Initialize MainMenuBar
[2020-04-25 19:36:56.611121] DEBUG: service.update: Starting Check Update Thread.
[2020-04-25 19:49:52.793859] INFO: __main__: Starting Pyfa
[2020-04-25 19:49:52.793859] INFO: __main__:
[2020-04-25 19:49:52.793859] INFO: __main__: Writing log file to: C:\Users\JackDodgers\.pyfa\pyfa.log
[2020-04-25 19:49:52.793859] INFO: __main__: Running in a frozen state.
[2020-04-25 19:49:52.965695] INFO: eos.db: Initializing database
[2020-04-25 19:49:52.965695] INFO: eos.db: Gamedata connection: sqlite:///C:\Program Files\pyfa\eve.db?check_same_thread=False
[2020-04-25 19:49:52.965695] INFO: eos.db: Saveddata connection: sqlite:///C:\Users\JackDodgers\.pyfa\saveddata.db?check_same_thread=False
[2020-04-25 19:49:52.965695] DEBUG: eos.db: Initializing gamedata
[2020-04-25 19:49:52.981314] DEBUG: eos.db: Getting gamedata version
[2020-04-25 19:49:53.012557] DEBUG: eos.db: Initializing saveddata
[2020-04-25 19:49:53.012557] DEBUG: eos.db: Importing gamedata DB scheme
[2020-04-25 19:49:53.278119] DEBUG: eos.db: Importing saveddata DB scheme
[2020-04-25 19:49:53.403090] DEBUG: eos.db: Importing gamedata queries
[2020-04-25 19:49:53.403090] DEBUG: eos.db: Importing saveddata queries
[2020-04-25 19:49:53.403090] DEBUG: service.prefetch: Run database migration.
[2020-04-25 19:49:53.418712] DEBUG: service.prefetch: Starting database validation.
[2020-04-25 19:49:53.418712] DEBUG: eos.db.saveddata.databaseRepair: Running database cleanup for character skills.
[2020-04-25 19:49:53.418712] DEBUG: eos.db.saveddata.databaseRepair: Running database cleanup for orphaned characters attached to fits.
[2020-04-25 19:49:53.418712] DEBUG: eos.db.saveddata.databaseRepair: Running database cleanup for orphaned damage patterns attached to fits.
[2020-04-25 19:49:53.418712] ERROR: eos.db.saveddata.databaseRepair: Missing uniform damage pattern.
[2020-04-25 19:49:53.434333] DEBUG: eos.db.saveddata.databaseRepair: Running database cleanup for missing damage pattern names.
[2020-04-25 19:49:53.434333] DEBUG: eos.db.saveddata.databaseRepair: Running database cleanup for missing target resist names.
[2020-04-25 19:49:53.434333] DEBUG: eos.db.saveddata.databaseRepair: Running database cleanup for orphaned drones items.
[2020-04-25 19:49:53.434333] DEBUG: eos.db.saveddata.databaseRepair: Running database cleanup for orphaned cargo items.
[2020-04-25 19:49:53.434333] DEBUG: eos.db.saveddata.databaseRepair: Running database cleanup for orphaned fighters items.
[2020-04-25 19:49:53.434333] DEBUG: eos.db.saveddata.databaseRepair: Running database cleanup for orphaned modules items.
[2020-04-25 19:49:53.449956] DEBUG: eos.db.saveddata.databaseRepair: Running database cleanup for null damagePatterns values. (em)
[2020-04-25 19:49:53.449956] DEBUG: eos.db.saveddata.databaseRepair: Running database cleanup for null damagePatterns values. (thermal)
[2020-04-25 19:49:53.449956] DEBUG: eos.db.saveddata.databaseRepair: Running database cleanup for null damagePatterns values. (kinetic)
[2020-04-25 19:49:53.449956] DEBUG: eos.db.saveddata.databaseRepair: Running database cleanup for null damagePatterns values. (explosive)
[2020-04-25 19:49:53.449956] DEBUG: eos.db.saveddata.databaseRepair: Running database cleanup for null targetResists values. (em)
[2020-04-25 19:49:53.449956] DEBUG: eos.db.saveddata.databaseRepair: Running database cleanup for null targetResists values. (thermal)
[2020-04-25 19:49:53.465575] DEBUG: eos.db.saveddata.databaseRepair: Running database cleanup for null targetResists values. (kinetic)
[2020-04-25 19:49:53.465575] DEBUG: eos.db.saveddata.databaseRepair: Running database cleanup for null targetResists values. (explosive)
[2020-04-25 19:49:53.465575] DEBUG: eos.db.saveddata.databaseRepair: Running database cleanup for duplicated selected ammo profiles.
[2020-04-25 19:49:53.465575] DEBUG: service.prefetch: Completed database validation.
[2020-04-25 19:50:05.904871] INFO: __main__: Starting Pyfa
[2020-04-25 19:50:05.904871] INFO: __main__:
[2020-04-25 19:50:05.904871] INFO: __main__: Writing log file to: C:\Users\JackDodgers\.pyfa\pyfa.log
[2020-04-25 19:50:05.905868] INFO: __main__: Running in a frozen state.
[2020-04-25 19:50:05.976717] INFO: eos.db: Initializing database
[2020-04-25 19:50:05.977677] INFO: eos.db: Gamedata connection: sqlite:///C:\Program Files\pyfa\eve.db?check_same_thread=False
[2020-04-25 19:50:05.977677] INFO: eos.db: Saveddata connection: sqlite:///C:\Users\JackDodgers\.pyfa\saveddata.db?check_same_thread=False
[2020-04-25 19:50:05.977677] DEBUG: eos.db: Initializing gamedata
[2020-04-25 19:50:05.987651] DEBUG: eos.db: Getting gamedata version
[2020-04-25 19:50:05.990675] DEBUG: eos.db: Initializing saveddata
[2020-04-25 19:50:05.991675] DEBUG: eos.db: Importing gamedata DB scheme
[2020-04-25 19:50:06.075415] DEBUG: eos.db: Importing saveddata DB scheme
[2020-04-25 19:50:06.181132] DEBUG: eos.db: Importing gamedata queries
[2020-04-25 19:50:06.181132] DEBUG: eos.db: Importing saveddata queries
[2020-04-25 19:50:06.182129] DEBUG: service.prefetch: Run database migration.
[2020-04-25 19:50:06.190109] DEBUG: service.prefetch: Starting database validation.
[2020-04-25 19:50:06.190109] DEBUG: eos.db.saveddata.databaseRepair: Running database cleanup for character skills.
[2020-04-25 19:50:06.192104] DEBUG: eos.db.saveddata.databaseRepair: Running database cleanup for orphaned characters attached to fits.
[2020-04-25 19:50:06.193099] DEBUG: eos.db.saveddata.databaseRepair: Running database cleanup for orphaned damage patterns attached to fits.
[2020-04-25 19:50:06.195096] ERROR: eos.db.saveddata.databaseRepair: Missing uniform damage pattern.
[2020-04-25 19:50:06.197089] DEBUG: eos.db.saveddata.databaseRepair: Running database cleanup for missing damage pattern names.
[2020-04-25 19:50:06.198088] DEBUG: eos.db.saveddata.databaseRepair: Running database cleanup for missing target resist names.
[2020-04-25 19:50:06.201082] DEBUG: eos.db.saveddata.databaseRepair: Running database cleanup for orphaned drones items.
[2020-04-25 19:50:06.202078] DEBUG: eos.db.saveddata.databaseRepair: Running database cleanup for orphaned cargo items.
[2020-04-25 19:50:06.204073] DEBUG: eos.db.saveddata.databaseRepair: Running database cleanup for orphaned fighters items.
[2020-04-25 19:50:06.205071] DEBUG: eos.db.saveddata.databaseRepair: Running database cleanup for orphaned modules items.
[2020-04-25 19:50:06.206068] DEBUG: eos.db.saveddata.databaseRepair: Running database cleanup for null damagePatterns values. (em)
[2020-04-25 19:50:06.208062] DEBUG: eos.db.saveddata.databaseRepair: Running database cleanup for null damagePatterns values. (thermal)
[2020-04-25 19:50:06.209060] DEBUG: eos.db.saveddata.databaseRepair: Running database cleanup for null damagePatterns values. (kinetic)
[2020-04-25 19:50:06.210057] DEBUG: eos.db.saveddata.databaseRepair: Running database cleanup for null damagePatterns values. (explosive)
[2020-04-25 19:50:06.212052] DEBUG: eos.db.saveddata.databaseRepair: Running database cleanup for null targetResists values. (em)
[2020-04-25 19:50:06.213049] DEBUG: eos.db.saveddata.databaseRepair: Running database cleanup for null targetResists values. (thermal)
[2020-04-25 19:50:06.214047] DEBUG: eos.db.saveddata.databaseRepair: Running database cleanup for null targetResists values. (kinetic)
[2020-04-25 19:50:06.216042] DEBUG: eos.db.saveddata.databaseRepair: Running database cleanup for null targetResists values. (explosive)
[2020-04-25 19:50:06.219038] DEBUG: eos.db.saveddata.databaseRepair: Running database cleanup for duplicated selected ammo profiles.
[2020-04-25 19:50:06.220031] DEBUG: service.prefetch: Completed database validation.
[2020-04-25 19:50:08.529600] INFO: gui.bitmap_loader: Using local image files.
[2020-04-25 19:50:08.570489] DEBUG: gui.contextMenu: registering context menu class OpenFitInNewTab
[2020-04-25 19:50:08.571488] DEBUG: gui.contextMenu: registering context menu class AddBrowsedFits
[2020-04-25 19:50:08.574478] DEBUG: gui.contextMenu: registering context menu class AddCurrentlyOpenFit
[2020-04-25 19:50:08.575476] DEBUG: gui.contextMenu: registering context menu class AddEnvironmentEffect
[2020-04-25 19:50:08.791896] DEBUG: service.market: Initialize ShipBrowserWorkerThread.
[2020-04-25 19:50:09.049208] DEBUG: service.fit: Initialize Fit class
[2020-04-25 19:50:09.112040] DEBUG: service.fit: Getting fits with modules
[2020-04-25 19:50:09.117030] DEBUG: gui.contextMenu: registering context menu class AddCommandFit
[2020-04-25 19:50:09.119023] DEBUG: gui.contextMenu: registering context menu class TargetProfileAdder
[2020-04-25 19:50:09.119023] DEBUG: gui.contextMenu: registering context menu class ChangeShipTacticalMode
[2020-04-25 19:50:09.120019] DEBUG: gui.contextMenu: registering context menu class ChangeModuleAmmo
[2020-04-25 19:50:09.121016] DEBUG: gui.contextMenu: registering context menu class ChangeModuleSpool
[2020-04-25 19:50:09.121016] DEBUG: gui.contextMenu: registering context menu class BoosterSideEffects
[2020-04-25 19:50:09.121016] DEBUG: gui.contextMenu: registering context menu class FighterAbilities
[2020-04-25 19:50:09.122013] DEBUG: gui.contextMenu: registering context menu class TargetWrapperResists
[2020-04-25 19:50:09.124008] DEBUG: gui.contextMenu: registering context menu class TargetProfileEditorMenu
[2020-04-25 19:50:09.159912] DEBUG: gui.contextMenu: registering context menu class ItemStats
[2020-04-25 19:50:09.160909] DEBUG: gui.contextMenu: registering context menu class JumpToMarketItem
[2020-04-25 19:50:09.160909] DEBUG: gui.contextMenu: registering context menu class FitSystemSecurityMenu
[2020-04-25 19:50:09.161907] DEBUG: gui.contextMenu: registering context menu class JumpToShip
[2020-04-25 19:50:09.161907] DEBUG: gui.contextMenu: registering context menu class RemoveItem
[2020-04-25 19:50:09.162904] DEBUG: gui.contextMenu: registering context menu class ChangeItemAmount
[2020-04-25 19:50:09.162904] DEBUG: gui.contextMenu: registering context menu class ChangeItemProjectionRange
[2020-04-25 19:50:09.163901] DEBUG: gui.contextMenu: registering context menu class DroneSplitStack
[2020-04-25 19:50:09.164899] DEBUG: gui.contextMenu: registering context menu class ChangeItemToVariation
[2020-04-25 19:50:09.164899] DEBUG: gui.contextMenu: registering context menu class ChangeModuleMutation
[2020-04-25 19:50:09.165897] DEBUG: gui.contextMenu: registering context menu class FillWithModule
[2020-04-25 19:50:09.239699] DEBUG: gui.contextMenu: registering context menu class ExportMutatedModule
[2020-04-25 19:50:09.239699] DEBUG: gui.contextMenu: registering context menu class ChangeAffectingSkills
[2020-04-25 19:50:09.240696] DEBUG: gui.contextMenu: registering context menu class FillWithItem
[2020-04-25 19:50:09.241694] DEBUG: gui.contextMenu: registering context menu class DroneAddStack
[2020-04-25 19:50:09.241694] DEBUG: gui.contextMenu: registering context menu class AddToCargo
[2020-04-25 19:50:09.241694] DEBUG: gui.contextMenu: registering context menu class AddToCargoAmmo
[2020-04-25 19:50:09.242690] DEBUG: gui.contextMenu: registering context menu class ProjectItem
[2020-04-25 19:50:09.242690] DEBUG: gui.contextMenu: registering context menu class AmmoToDmgPattern
[2020-04-25 19:50:09.243687] DEBUG: gui.contextMenu: registering context menu class ImplantSetApply
[2020-04-25 19:50:09.244685] DEBUG: gui.contextMenu: registering context menu class ImplantSetSave
[2020-04-25 19:50:09.245683] DEBUG: gui.contextMenu: registering context menu class DronesPrice
[2020-04-25 19:50:09.245683] DEBUG: gui.contextMenu: registering context menu class CargoPrice
[2020-04-25 19:50:09.245683] DEBUG: gui.contextMenu: registering context menu class ImplantBoosterPrice
[2020-04-25 19:50:09.245683] DEBUG: gui.contextMenu: registering context menu class ChangeDamagePattern
[2020-04-25 19:50:09.246680] DEBUG: gui.contextMenu: registering context menu class FactorReload
[2020-04-25 19:50:09.246680] DEBUG: gui.contextMenu: registering context menu class TargetProfileSwitcher
[2020-04-25 19:50:09.247677] DEBUG: gui.contextMenu: registering context menu class GraphDmgApplyProjectedMenu
[2020-04-25 19:50:09.247677] DEBUG: gui.contextMenu: registering context menu class GraphDmgIgnoreResistsMenu
[2020-04-25 19:50:09.248676] DEBUG: gui.contextMenu: registering context menu class GraphIgnoreLockRangeMenu
[2020-04-25 19:50:09.249678] DEBUG: gui.contextMenu: registering context menu class GraphIgnoreDcrMenu
[2020-04-25 19:50:09.250670] DEBUG: gui.contextMenu: registering context menu class GraphDmgDroneModeMenu
[2020-04-25 19:50:09.250670] DEBUG: gui.contextMenu: registering context menu class AdditionsExportAll
[2020-04-25 19:50:09.251667] DEBUG: gui.contextMenu: registering context menu class AdditionsExportAll
[2020-04-25 19:50:09.251667] DEBUG: gui.contextMenu: registering context menu class AdditionsImport
[2020-04-25 19:50:09.333451] DEBUG: gui.statsPane: Setting full view for: resources
[2020-04-25 19:50:09.334446] DEBUG: gui.statsPane: Setting full view for: resistances
[2020-04-25 19:50:09.334446] DEBUG: gui.statsPane: Setting full view for: recharge
[2020-04-25 19:50:09.334446] DEBUG: gui.statsPane: Setting full view for: firepower
[2020-04-25 19:50:09.334446] DEBUG: gui.statsPane: Setting full view for: outgoing
[2020-04-25 19:50:09.334446] DEBUG: gui.statsPane: Setting full view for: capacitor
[2020-04-25 19:50:09.335444] DEBUG: gui.statsPane: Setting minimal view for: targetingMisc
[2020-04-25 19:50:09.335444] DEBUG: gui.statsPane: Setting full view for: price
[2020-04-25 19:50:09.423208] DEBUG: gui.mainFrame: Done loading mainframe imports
[2020-04-25 19:50:09.428195] DEBUG: gui.mainFrame: Initialize MainFrame
[2020-04-25 19:50:09.764295] DEBUG: gui.marketBrowser: Initialize marketBrowser
[2020-04-25 19:50:09.771277] DEBUG: gui.builtinMarketBrowser.marketTree: Initialize marketTree
[2020-04-25 19:50:09.813165] DEBUG: gui.builtinMarketBrowser.itemView: Initialize ItemView
[2020-04-25 19:50:09.859042] DEBUG: gui.shipBrowser: Populate ship category list.
[2020-04-25 19:50:10.507308] DEBUG: service.fit: Changing character (1) for fit ID: None
[2020-04-25 19:50:10.577123] DEBUG: gui.statsPane: Load view: resourcesViewFull
[2020-04-25 19:50:10.778583] DEBUG: gui.statsPane: Load view: resistancesViewFull
[2020-04-25 19:50:11.018940] DEBUG: gui.statsPane: Load view: rechargeViewFull
[2020-04-25 19:50:11.190481] DEBUG: gui.statsPane: Load view: firepowerViewFull
[2020-04-25 19:50:11.424854] DEBUG: gui.statsPane: Load view: outgoingViewFull
[2020-04-25 19:50:11.477713] DEBUG: gui.statsPane: Load view: capacitorViewFull
[2020-04-25 19:50:11.664214] DEBUG: gui.statsPane: Load view: targetingMiscViewMinimal
[2020-04-25 19:50:11.893600] DEBUG: gui.statsPane: Load view: priceViewFull
[2020-04-25 19:50:12.007296] DEBUG: gui.mainMenuBar: Initialize MainMenuBar
[2020-04-25 19:50:12.684484] DEBUG: service.update: Starting Check Update Thread.
[2020-04-25 19:50:16.240971] INFO: __main__: Starting Pyfa
[2020-04-25 19:50:16.240971] INFO: __main__:
[2020-04-25 19:50:16.240971] INFO: __main__: Writing log file to: C:\Users\JackDodgers\.pyfa\pyfa.log
[2020-04-25 19:50:16.240971] INFO: __main__: Running in a frozen state.
[2020-04-25 19:50:16.345692] INFO: eos.db: Initializing database
[2020-04-25 19:50:16.346689] INFO: eos.db: Gamedata connection: sqlite:///C:\Program Files\pyfa\eve.db?check_same_thread=False
[2020-04-25 19:50:16.346689] INFO: eos.db: Saveddata connection: sqlite:///C:\Users\JackDodgers\.pyfa\saveddata.db?check_same_thread=False
[2020-04-25 19:50:16.346689] DEBUG: eos.db: Initializing gamedata
[2020-04-25 19:50:16.355665] DEBUG: eos.db: Getting gamedata version
[2020-04-25 19:50:16.360651] DEBUG: eos.db: Initializing saveddata
[2020-04-25 19:50:16.361649] DEBUG: eos.db: Importing gamedata DB scheme
[2020-04-25 19:50:16.491301] DEBUG: eos.db: Importing saveddata DB scheme
[2020-04-25 19:50:16.597020] DEBUG: eos.db: Importing gamedata queries
[2020-04-25 19:50:16.597020] DEBUG: eos.db: Importing saveddata queries
[2020-04-25 19:50:16.598016] DEBUG: service.prefetch: Run database migration.
[2020-04-25 19:50:16.604998] DEBUG: service.prefetch: Starting database validation.
[2020-04-25 19:50:16.604998] DEBUG: eos.db.saveddata.databaseRepair: Running database cleanup for character skills.
[2020-04-25 19:50:16.606993] DEBUG: eos.db.saveddata.databaseRepair: Running database cleanup for orphaned characters attached to fits.
[2020-04-25 19:50:16.607990] DEBUG: eos.db.saveddata.databaseRepair: Running database cleanup for orphaned damage patterns attached to fits.
[2020-04-25 19:50:16.610982] ERROR: eos.db.saveddata.databaseRepair: Missing uniform damage pattern.
[2020-04-25 19:50:16.611979] DEBUG: eos.db.saveddata.databaseRepair: Running database cleanup for missing damage pattern names.
[2020-04-25 19:50:16.612976] DEBUG: eos.db.saveddata.databaseRepair: Running database cleanup for missing target resist names.
[2020-04-25 19:50:16.614972] DEBUG: eos.db.saveddata.databaseRepair: Running database cleanup for orphaned drones items.
[2020-04-25 19:50:16.617962] DEBUG: eos.db.saveddata.databaseRepair: Running database cleanup for orphaned cargo items.
[2020-04-25 19:50:16.619963] DEBUG: eos.db.saveddata.databaseRepair: Running database cleanup for orphaned fighters items.
[2020-04-25 19:50:16.621953] DEBUG: eos.db.saveddata.databaseRepair: Running database cleanup for orphaned modules items.
[2020-04-25 19:50:16.623948] DEBUG: eos.db.saveddata.databaseRepair: Running database cleanup for null damagePatterns values. (em)
[2020-04-25 19:50:16.625942] DEBUG: eos.db.saveddata.databaseRepair: Running database cleanup for null damagePatterns values. (thermal)
[2020-04-25 19:50:16.626939] DEBUG: eos.db.saveddata.databaseRepair: Running database cleanup for null damagePatterns values. (kinetic)
[2020-04-25 19:50:16.628933] DEBUG: eos.db.saveddata.databaseRepair: Running database cleanup for null damagePatterns values. (explosive)
[2020-04-25 19:50:16.630928] DEBUG: eos.db.saveddata.databaseRepair: Running database cleanup for null targetResists values. (em)
[2020-04-25 19:50:16.632923] DEBUG: eos.db.saveddata.databaseRepair: Running database cleanup for null targetResists values. (thermal)
[2020-04-25 19:50:16.634917] DEBUG: eos.db.saveddata.databaseRepair: Running database cleanup for null targetResists values. (kinetic)
[2020-04-25 19:50:16.637910] DEBUG: eos.db.saveddata.databaseRepair: Running database cleanup for null targetResists values. (explosive)
[2020-04-25 19:50:16.639905] DEBUG: eos.db.saveddata.databaseRepair: Running database cleanup for duplicated selected ammo profiles.
[2020-04-25 19:50:16.641900] DEBUG: service.prefetch: Completed database validation.
[2020-04-25 19:50:18.045144] INFO: gui.bitmap_loader: Using local image files.
[2020-04-25 19:50:18.083045] DEBUG: gui.contextMenu: registering context menu class OpenFitInNewTab
[2020-04-25 19:50:18.084043] DEBUG: gui.contextMenu: registering context menu class AddBrowsedFits
[2020-04-25 19:50:18.087034] DEBUG: gui.contextMenu: registering context menu class AddCurrentlyOpenFit
[2020-04-25 19:50:18.088029] DEBUG: gui.contextMenu: registering context menu class AddEnvironmentEffect
[2020-04-25 19:50:29.594704] DEBUG: service.fit: Getting count of all fits for: 24692
[2020-04-25 19:50:29.626624] DEBUG: service.fit: Getting count of all fits for: 642
[2020-04-25 19:50:29.649561] DEBUG: service.fit: Getting count of all fits for: 17726
[2020-04-25 19:50:29.674490] DEBUG: service.fit: Getting count of all fits for: 643
[2020-04-25 19:50:29.695433] DEBUG: service.fit: Getting count of all fits for: 32305
[2020-04-25 19:50:29.710395] DEBUG: service.fit: Getting count of all fits for: 638
[2020-04-25 19:50:29.725354] DEBUG: service.fit: Getting count of all fits for: 17636
[2020-04-25 19:50:29.739318] DEBUG: service.fit: Getting count of all fits for: 24688
[2020-04-25 19:50:29.756272] DEBUG: service.fit: Getting count of all fits for: 640
[2020-04-25 19:50:29.771231] DEBUG: service.fit: Getting count of all fits for: 32309
[2020-04-25 19:50:29.793174] DEBUG: service.fit: Getting count of all fits for: 645
[2020-04-25 19:50:29.813120] DEBUG: service.fit: Getting count of all fits for: 32307
[2020-04-25 19:50:29.829077] DEBUG: service.fit: Getting count of all fits for: 24690
[2020-04-25 19:50:29.845035] DEBUG: service.fit: Getting count of all fits for: 641
[2020-04-25 19:50:29.861990] DEBUG: service.fit: Getting count of all fits for: 17728
[2020-04-25 19:50:29.876948] DEBUG: service.fit: Getting count of all fits for: 24694
[2020-04-25 19:50:29.891909] DEBUG: service.fit: Getting count of all fits for: 639
[2020-04-25 19:50:29.906870] DEBUG: service.fit: Getting count of all fits for: 17732
[2020-04-25 19:50:29.919833] DEBUG: service.fit: Getting count of all fits for: 644
[2020-04-25 19:50:29.929807] DEBUG: service.fit: Getting count of all fits for: 32311
[2020-04-25 19:50:29.943769] DEBUG: service.fit: Getting count of all fits for: 33472
[2020-04-25 19:50:29.960724] DEBUG: service.fit: Getting count of all fits for: 17740
[2020-04-25 19:50:29.978679] DEBUG: service.fit: Getting count of all fits for: 17738
[2020-04-25 19:50:29.994633] DEBUG: service.fit: Getting count of all fits for: 17920
[2020-04-25 19:50:30.012585] DEBUG: service.fit: Getting count of all fits for: 17736
[2020-04-25 19:50:30.027547] DEBUG: service.fit: Getting count of all fits for: 17918
[2020-04-25 19:50:30.041509] DEBUG: service.fit: Getting count of all fits for: 33820
[2020-04-25 19:50:30.060458] DEBUG: service.fit: Getting count of all fits for: 47466
[2020-04-25 19:50:30.076415] DEBUG: service.fit: Getting count of all fits for: 47271
[2020-04-25 19:50:38.255490] DEBUG: service.fit: Creating new fit for ID: 17728
[2020-04-25 19:50:38.275442] INFO: service.fit: ==========recalc: Megathron Navy Issue fit==========
[2020-04-25 19:50:38.278434] INFO: eos.saveddata.fit: Starting fit calculation on: Fit(ID=11, ship=Megathron Navy Issue, name=Megathron Navy Issue fit) at 0x207a2f9a288, calc: LOCAL
[2020-04-25 19:50:38.283420] INFO: eos.saveddata.fit: Fit is not yet calculated; will be running local calcs for Fit(ID=11, ship=Megathron Navy Issue, name=Megathron Navy Issue fit) at 0x207a2f9a288
[2020-04-25 19:50:38.286412] DEBUG: eos.gamedata: Loading skillEffect (Effect132)
[2020-04-25 19:50:38.286412] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect132'
[2020-04-25 19:50:38.289404] DEBUG: eos.gamedata: Loading oreIndustrialSkillLevelPostMulShipBonusOreIndustrial1Ship (Effect4665)
[2020-04-25 19:50:38.289404] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect4665'
[2020-04-25 19:50:38.289404] DEBUG: eos.gamedata: Loading oreIndustrialSkillLevelPostMulShipBonusOreIndustrial2Ship (Effect4666)
[2020-04-25 19:50:38.289404] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect4666'
[2020-04-25 19:50:38.290402] DEBUG: eos.gamedata: Loading gunnerySkillBoostTurretSpeeBonus (Effect413)
[2020-04-25 19:50:38.290402] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect413'
[2020-04-25 19:50:38.290402] DEBUG: eos.gamedata: Loading gunneryTurretSpeeBonusPostPercentSpeedLocationShipModulesRequiringGunnery (Effect414)
[2020-04-25 19:50:38.291399] DEBUG: eos.gamedata: Loading skillBoostDamageMultiplierBonus (Effect152)
[2020-04-25 19:50:38.291399] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect152'
[2020-04-25 19:50:38.291399] DEBUG: eos.gamedata: Loading smallHybridTurretDamageMultiplierBonusPostPercentDamageMultiplierLocationShipModulesRequiringSmallHybridTurret (Effect173)
[2020-04-25 19:50:38.291399] DEBUG: eos.gamedata: Loading smallProjectileTurretDamageMultiplierBonusPostPercentDamageMultiplierLocationShipModulesRequiringSmallProjectileTurret (Effect174)
[2020-04-25 19:50:38.292397] DEBUG: eos.gamedata: Loading smallEnergyTurretDamageMultiplierBonusPostPercentDamageMultiplierLocationShipModulesRequiringSmallEnergyTurret (Effect172)
[2020-04-25 19:50:38.293394] DEBUG: eos.gamedata: Loading mediumHybridTurretDamageMultiplierBonusPostPercentDamageMultiplierLocationShipModulesRequiringMediumHybridTurret (Effect160)
[2020-04-25 19:50:38.293394] DEBUG: eos.gamedata: Loading mediumProjectileTurretDamageMultiplierBonusPostPercentDamageMultiplierLocationShipModulesRequiringMediumProjectileTurret (Effect161)
[2020-04-25 19:50:38.294391] DEBUG: eos.gamedata: Loading mediumEnergyTurretDamageMultiplierBonusPostPercentDamageMultiplierLocationShipModulesRequiringMediumEnergyTurret (Effect159)
[2020-04-25 19:50:38.294391] DEBUG: eos.gamedata: Loading largeHybridTurretDamageMultiplierBonusPostPercentDamageMultiplierLocationShipModulesRequiringLargeHybridTurret (Effect157)
[2020-04-25 19:50:38.295389] DEBUG: eos.gamedata: Loading largeProjectileTurretDamageMultiplierBonusPostPercentDamageMultiplierLocationShipModulesRequiringLargeProjectileTurret (Effect408)
[2020-04-25 19:50:38.296386] DEBUG: eos.gamedata: Loading largeEnergyTurretDamageMultiplierBonusPostPercentDamageMultiplierLocationShipModulesRequiringLargeEnergyTurret (Effect162)
[2020-04-25 19:50:38.296386] DEBUG: eos.gamedata: Loading rapidFiringSkillBoostRofBonus (Effect163)
[2020-04-25 19:50:38.296386] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect163'
[2020-04-25 19:50:38.297383] DEBUG: eos.gamedata: Loading rapidFiringRofBonusPostPercentSpeedLocationShipModulesRequiringGunnery (Effect582)
[2020-04-25 19:50:38.297383] DEBUG: eos.gamedata: Loading sharpshooterSkillBoostRangeSkillBonus (Effect167)
[2020-04-25 19:50:38.297383] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect167'
[2020-04-25 19:50:38.297383] DEBUG: eos.gamedata: Loading sharpshooterRangeSkillBonusPostPercentMaxRangeLocationShipModulesRequiringGunnery (Effect290)
[2020-04-25 19:50:38.298380] DEBUG: eos.gamedata: Loading skillBoostTrackingSpeedBonus (Effect2846)
[2020-04-25 19:50:38.298380] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect2846'
[2020-04-25 19:50:38.298380] DEBUG: eos.gamedata: Loading trackingSpeedBonusPassiveRequiringGunneryTrackingSpeedBonus (Effect2847)
[2020-04-25 19:50:38.300375] DEBUG: eos.gamedata: Loading surgicalStrikeDamageMultiplierBonusPostPercentDamageMultiplierLocationShipGroupEnergyWeapon (Effect587)
[2020-04-25 19:50:38.300375] DEBUG: eos.gamedata: Loading surgicalStrikeDamageMultiplierBonusPostPercentDamageMultiplierLocationShipGroupProjectileWeapon (Effect588)
[2020-04-25 19:50:38.300375] DEBUG: eos.gamedata: Loading surgicalStrikeDamageMultiplierBonusPostPercentDamageMultiplierLocationShipGroupHybridWeapon (Effect589)
[2020-04-25 19:50:38.300375] DEBUG: eos.gamedata: Loading surgicalStrikeDamageMultiplierBonusPostPercentDamageMultiplierLocationShipGroupPrecursorTurret (Effect7097)
[2020-04-25 19:50:38.301372] DEBUG: eos.gamedata: Loading accerationControlSkillBoostCapNeedBonus (Effect225)
[2020-04-25 19:50:38.301372] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect225'
[2020-04-25 19:50:38.301372] DEBUG: eos.gamedata: Loading controlledBurstsCapNeedBonusPostPercentCapacitorNeedLocationShipModulesRequiringGunnery (Effect287)
[2020-04-25 19:50:38.302370] DEBUG: eos.gamedata: Loading skillBoostFalloffBonus (Effect297)
[2020-04-25 19:50:38.302370] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect297'
[2020-04-25 19:50:38.302370] DEBUG: eos.gamedata: Loading surgicalStrikeFalloffBonusPostPercentFalloffLocationShipModulesRequiringGunnery (Effect298)
[2020-04-25 19:50:38.303367] DEBUG: eos.gamedata: Loading sensorUpgradesSkillBoostCpuNeedBonus (Effect211)
[2020-04-25 19:50:38.303367] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect211'
[2020-04-25 19:50:38.303367] DEBUG: eos.gamedata: Loading weaponUpgradesCpuNeedBonusPostPercentCpuLocationShipModulesRequiringGunnery (Effect581)
[2020-04-25 19:50:38.303367] DEBUG: eos.gamedata: Loading weaponUpgradesSkillBoostCpu (Effect672)
[2020-04-25 19:50:38.303367] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect672'
[2020-04-25 19:50:38.303367] DEBUG: eos.gamedata: Loading weaponUpgradesCpuNeedBonusPostPercentCpuLocationShipModulesRequiringEnergyPulseWeapons (Effect675)
[2020-04-25 19:50:38.303367] DEBUG: eos.gamedata: Loading weaponUpgradesCpuNeedBonusPostPercentCpuLocationShipModulesRequiringMissileLauncherOperation (Effect677)
[2020-04-25 19:50:38.304364] DEBUG: eos.gamedata: Loading weaponUpgradesCpuNeedBonusPostPercentCpuLocationShipModulesRequiringBombLauncher (Effect3519)
[2020-04-25 19:50:38.304364] DEBUG: eos.gamedata: Loading missileSkillRapidLauncherRoF (Effect1763)
[2020-04-25 19:50:38.305362] DEBUG: eos.gamedata: Loading missileEMDmgBonus (Effect660)
[2020-04-25 19:50:38.305362] DEBUG: eos.gamedata: Loading missileExplosiveDmgBonus (Effect661)
[2020-04-25 19:50:38.305362] DEBUG: eos.gamedata: Loading missileThermalDmgBonus (Effect662)
[2020-04-25 19:50:38.305362] DEBUG: eos.gamedata: Loading missileKineticDmgBonus2 (Effect668)
[2020-04-25 19:50:38.307356] DEBUG: eos.gamedata: Loading skillMultiplierMissileVelocityBonus (Effect6843)
[2020-04-25 19:50:38.307356] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect6843'
[2020-04-25 19:50:38.308353] DEBUG: eos.gamedata: Loading skillMultiplierDefenderMissileVelocity (Effect6844)
[2020-04-25 19:50:38.310348] DEBUG: eos.gamedata: Loading evasiveManuveringSkillBoostAgilityBonus (Effect232)
[2020-04-25 19:50:38.310348] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect232'
[2020-04-25 19:50:38.310348] DEBUG: eos.gamedata: Loading evasiveManeuveringAgilityBonusPostPercentAgilityShip (Effect395)
[2020-04-25 19:50:38.311346] DEBUG: eos.gamedata: Loading gallenteFrigateSkillLevelPreMulShipBonusGFShip (Effect468)
[2020-04-25 19:50:38.311346] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect468'
[2020-04-25 19:50:38.311346] DEBUG: eos.gamedata: Loading gallenteFrigateSkillLevelPreMulShipBonusGF2Ship (Effect751)
[2020-04-25 19:50:38.311346] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect751'
[2020-04-25 19:50:38.311346] DEBUG: eos.gamedata: Loading gallenteFrigateSkillLevelPreMulShipBonus3GFShip (Effect4600)
[2020-04-25 19:50:38.311346] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect4600'
[2020-04-25 19:50:38.312343] DEBUG: eos.gamedata: Loading minmatarFrigateSkillLevelPreMulShipBonusMFShip (Effect453)
[2020-04-25 19:50:38.312343] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect453'
[2020-04-25 19:50:38.312343] DEBUG: eos.gamedata: Loading minmatarFrigateSkillLevelPreMulShipBonusMF2Ship (Effect762)
[2020-04-25 19:50:38.312343] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect762'
[2020-04-25 19:50:38.312343] DEBUG: eos.gamedata: Loading minmatarFrigateSkillLevelPreMulShipBonus3MFShip (Effect4601)
[2020-04-25 19:50:38.312343] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect4601'
[2020-04-25 19:50:38.313340] DEBUG: eos.gamedata: Loading caldariFrigateSkillLevelPreMulShipBonusCFShip (Effect460)
[2020-04-25 19:50:38.313340] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect460'
[2020-04-25 19:50:38.313340] DEBUG: eos.gamedata: Loading caldariFrigateSkillLevelPreMulShipBonusCF2Ship (Effect761)
[2020-04-25 19:50:38.314338] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect761'
[2020-04-25 19:50:38.314338] DEBUG: eos.gamedata: Loading caldariFrigateSkillLevelPreMulShipBonus3CFShip (Effect4599)
[2020-04-25 19:50:38.314338] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect4599'
[2020-04-25 19:50:38.314338] DEBUG: eos.gamedata: Loading amarrFrigateSkillLevelPreMulShipBonusAFShip (Effect476)
[2020-04-25 19:50:38.315335] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect476'
[2020-04-25 19:50:38.315335] DEBUG: eos.gamedata: Loading amarrFrigateSkillLevelPreMulShipBonus2AFShip (Effect510)
[2020-04-25 19:50:38.315335] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect510'
[2020-04-25 19:50:38.315335] DEBUG: eos.gamedata: Loading amarrFrigateSkillLevelPreMulShipBonus3AFShip (Effect4598)
[2020-04-25 19:50:38.315335] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect4598'
[2020-04-25 19:50:38.316332] DEBUG: eos.gamedata: Loading gallenteCruiserSkillLevelPreMulShipBonusGCShip (Effect517)
[2020-04-25 19:50:38.316332] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect517'
[2020-04-25 19:50:38.317330] DEBUG: eos.gamedata: Loading gallenteCruiserSkillLevelPreMulShipBonusGC2Ship (Effect928)
[2020-04-25 19:50:38.317330] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect928'
[2020-04-25 19:50:38.317330] DEBUG: eos.gamedata: Loading gallenteCruiserSkillLevelPreMulShipBonusGC3Ship (Effect6044)
[2020-04-25 19:50:38.317330] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect6044'
[2020-04-25 19:50:38.318327] DEBUG: eos.gamedata: Loading minmatarCruiserSkillLevelPreMulShipBonusMCShip (Effect524)
[2020-04-25 19:50:38.318327] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect524'
[2020-04-25 19:50:38.318327] DEBUG: eos.gamedata: Loading minmatarCruiserSkillLevelPreMulShipBonusMC2Ship (Effect929)
[2020-04-25 19:50:38.318327] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect929'
[2020-04-25 19:50:38.319325] DEBUG: eos.gamedata: Loading caldariCruiserSkillLevelPreMulShipBonusCCShip (Effect520)
[2020-04-25 19:50:38.319325] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect520'
[2020-04-25 19:50:38.319325] DEBUG: eos.gamedata: Loading caldariCruiserSkillLevelPreMulShipBonusCC2Ship (Effect927)
[2020-04-25 19:50:38.320322] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect927'
[2020-04-25 19:50:38.320322] DEBUG: eos.gamedata: Loading caldariCruiserSkillLevelPreMulShipBonusCC3Ship (Effect4357)
[2020-04-25 19:50:38.320322] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect4357'
[2020-04-25 19:50:38.321320] DEBUG: eos.gamedata: Loading amarrCruiserSkillLevelPreMulShipBonusACShip (Effect500)
[2020-04-25 19:50:38.321320] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect500'
[2020-04-25 19:50:38.321320] DEBUG: eos.gamedata: Loading amarrCruiserSkillLevelPreMulShipBonusAC2Ship (Effect926)
[2020-04-25 19:50:38.321320] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect926'
[2020-04-25 19:50:38.321320] DEBUG: eos.gamedata: Loading amarrCruiserSkillLevelPreMulShipBonusAC3Ship (Effect6293)
[2020-04-25 19:50:38.322316] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect6293'
[2020-04-25 19:50:38.322316] DEBUG: eos.gamedata: Loading gallenteBattleshipSkillLevelPreMulShipBonusGBShip (Effect611)
[2020-04-25 19:50:38.322316] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect611'
[2020-04-25 19:50:38.322316] DEBUG: eos.gamedata: Loading gallenteBattleshipSkillLevelPreMulShipBonusGB2Ship (Effect682)
[2020-04-25 19:50:38.323314] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect682'
[2020-04-25 19:50:38.323314] DEBUG: eos.gamedata: Loading minmatarBattleshipSkillLevelPreMulShipBonusMBShip (Effect548)
[2020-04-25 19:50:38.323314] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect548'
[2020-04-25 19:50:38.323314] DEBUG: eos.gamedata: Loading minmatarBattleshipSkillLevelPreMulShipBonusMB2Ship (Effect605)
[2020-04-25 19:50:38.324311] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect605'
[2020-04-25 19:50:38.324311] DEBUG: eos.gamedata: Loading caldariBattleshipSkillLevelPreMulShipBonusCBShip (Effect541)
[2020-04-25 19:50:38.324311] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect541'
[2020-04-25 19:50:38.324311] DEBUG: eos.gamedata: Loading caldariBattleshipSkillLevelPreMulShipBonus2CBShip (Effect556)
[2020-04-25 19:50:38.325309] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect556'
[2020-04-25 19:50:38.325309] DEBUG: eos.gamedata: Loading caldariBattleshipSkillLevelPreMulShipBonusCB3Ship (Effect797)
[2020-04-25 19:50:38.325309] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect797'
[2020-04-25 19:50:38.325309] DEBUG: eos.gamedata: Loading amarrBattleshipSkillLevelPostMulShipBonusABShip (Effect538)
[2020-04-25 19:50:38.326306] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect538'
[2020-04-25 19:50:38.326306] DEBUG: eos.gamedata: Loading amarrBattleshipSkillLevelPreMulShipBonusAB2Ship (Effect734)
[2020-04-25 19:50:38.326306] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect734'
[2020-04-25 19:50:38.326306] DEBUG: eos.gamedata: Loading gallenteIndustrialSkillLevelPreMulShipBonusGIShip (Effect532)
[2020-04-25 19:50:38.327303] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect532'
[2020-04-25 19:50:38.327303] DEBUG: eos.gamedata: Loading gallenteIndustrialSkillLevelPreMulShipBonusGI2Ship (Effect1292)
[2020-04-25 19:50:38.327303] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect1292'
[2020-04-25 19:50:38.327303] DEBUG: eos.gamedata: Loading minmatarIndustrialSkillLevelPreMulShipBonusMIShip (Effect526)
[2020-04-25 19:50:38.327303] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect526'
[2020-04-25 19:50:38.328300] DEBUG: eos.gamedata: Loading minmatarIndustrialSkillLevelPreMulShipBonusMI2Ship (Effect1293)
[2020-04-25 19:50:38.328300] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect1293'
[2020-04-25 19:50:38.328300] DEBUG: eos.gamedata: Loading caldariIndustrialSkillLevelPreMulShipBonusCIShip (Effect530)
[2020-04-25 19:50:38.328300] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect530'
[2020-04-25 19:50:38.329298] DEBUG: eos.gamedata: Loading caldariIndustrialSkillLevelPreMulShipBonusCI2Ship (Effect1291)
[2020-04-25 19:50:38.329298] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect1291'
[2020-04-25 19:50:38.329298] DEBUG: eos.gamedata: Loading amarrIndustrialSkillLevelPreMulShipBonusAI2Ship (Effect583)
[2020-04-25 19:50:38.329298] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect583'
[2020-04-25 19:50:38.330295] DEBUG: eos.gamedata: Loading amarrIndustrialSkillLevelPreMulShipBonusAI22Ship (Effect1290)
[2020-04-25 19:50:38.330295] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect1290'
[2020-04-25 19:50:38.331292] DEBUG: eos.gamedata: Loading skillMultiplierShipBonusTitanGallente (Effect6632)
[2020-04-25 19:50:38.331292] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect6632'
[2020-04-25 19:50:38.332290] DEBUG: eos.gamedata: Loading skillMultiplierShipBonusTitanMinmatar (Effect6633)
[2020-04-25 19:50:38.332290] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect6633'
[2020-04-25 19:50:38.333287] DEBUG: eos.gamedata: Loading skillMultiplierShipBonusTitanCaldari (Effect6631)
[2020-04-25 19:50:38.333287] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect6631'
[2020-04-25 19:50:38.333287] DEBUG: eos.gamedata: Loading skillMultiplierShipBonusTitanAmarr (Effect6630)
[2020-04-25 19:50:38.334285] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect6630'
[2020-04-25 19:50:38.335283] DEBUG: eos.gamedata: Loading areaOfEffectSkillBonus (Effect6768)
[2020-04-25 19:50:38.335283] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect6768'
[2020-04-25 19:50:38.335283] DEBUG: eos.gamedata: Loading commandBurstAoEBonus (Effect6769)
[2020-04-25 19:50:38.336317] DEBUG: eos.gamedata: Loading propulsionJammingSkillBoostDurationBonus (Effect208)
[2020-04-25 19:50:38.336317] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect208'
[2020-04-25 19:50:38.336317] DEBUG: eos.gamedata: Loading skirmishCommandDurationBonus (Effect6773)
[2020-04-25 19:50:38.337311] DEBUG: eos.gamedata: Loading shieldCommandDurationBonus (Effect6771)
[2020-04-25 19:50:38.337311] DEBUG: eos.gamedata: Loading commandBurstStrengthSkillBonus (Effect6775)
[2020-04-25 19:50:38.337311] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect6775'
[2020-04-25 19:50:38.338309] DEBUG: eos.gamedata: Loading shieldCommandStrengthBonus (Effect6777)
[2020-04-25 19:50:38.338309] DEBUG: eos.gamedata: Loading informationCommandStrengthBonus (Effect6778)
[2020-04-25 19:50:38.339276] DEBUG: eos.gamedata: Loading reloadTimeSkillBonus (Effect6781)
[2020-04-25 19:50:38.339276] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect6781'
[2020-04-25 19:50:38.339276] DEBUG: eos.gamedata: Loading commandBurstReloadTimeBonus (Effect6782)
[2020-04-25 19:50:38.340272] DEBUG: eos.gamedata: Loading socialSkillBoostSocialMutator (Effect406)
[2020-04-25 19:50:38.340272] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect406'
[2020-04-25 19:50:38.340272] DEBUG: eos.gamedata: Loading negotiationSkillBoostNegotiationBonus (Effect403)
[2020-04-25 19:50:38.341268] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect403'
[2020-04-25 19:50:38.341268] DEBUG: eos.gamedata: Loading negotiationNegotiationBonusPostPercentNegotiationPercentageChar (Effect404)
[2020-04-25 19:50:38.341268] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect404'
[2020-04-25 19:50:38.341268] DEBUG: eos.gamedata: Loading diplomacySkillBoostDiplomacyMutator (Effect348)
[2020-04-25 19:50:38.342298] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect348'
[2020-04-25 19:50:38.342298] DEBUG: eos.gamedata: Loading diplomacyDiplomacyMutatorModAddDiplomacyBonusChar (Effect349)
[2020-04-25 19:50:38.342298] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect349'
[2020-04-25 19:50:38.343294] DEBUG: eos.gamedata: Loading fasttalkSkillBoostFastTalkMutator (Effect350)
[2020-04-25 19:50:38.343294] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect350'
[2020-04-25 19:50:38.343294] DEBUG: eos.gamedata: Loading fasttalkFastTalkMutatorPostPercentFastTalkPercentageChar (Effect352)
[2020-04-25 19:50:38.343294] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect352'
[2020-04-25 19:50:38.344261] DEBUG: eos.gamedata: Loading connectionsSkillBoostConnectionBonusMutator (Effect344)
[2020-04-25 19:50:38.344261] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect344'
[2020-04-25 19:50:38.344261] DEBUG: eos.gamedata: Loading connectionsConnectionBonusMutatorModAddConnectionsBonusChar (Effect399)
[2020-04-25 19:50:38.344261] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect399'
[2020-04-25 19:50:38.345258] DEBUG: eos.gamedata: Loading criminalConnectionsSkillBoostCriminalConnectionsMutator (Effect346)
[2020-04-25 19:50:38.345258] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect346'
[2020-04-25 19:50:38.345258] DEBUG: eos.gamedata: Loading criminalConnectionsCriminalConnectionsMutatorModAddCriminalConnectionsBonusChar (Effect402)
[2020-04-25 19:50:38.345258] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect402'
[2020-04-25 19:50:38.346256] DEBUG: eos.gamedata: Loading corporationMemberLimitBonus (Effect82)
[2020-04-25 19:50:38.346256] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect82'
[2020-04-25 19:50:38.346256] DEBUG: eos.gamedata: Loading corporationManagementSkillBoostCorporationMemberBonus (Effect239)
[2020-04-25 19:50:38.347252] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect239'
[2020-04-25 19:50:38.348249] DEBUG: eos.gamedata: Loading skillWarAllyCostModifier (Effect4984)
[2020-04-25 19:50:38.348249] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect4984'
[2020-04-25 19:50:38.348249] DEBUG: eos.gamedata: Loading relationsAllyCostSkillBoost (Effect4985)
[2020-04-25 19:50:38.348249] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect4985'
[2020-04-25 19:50:38.348249] DEBUG: eos.gamedata: Loading baseDefenderAllyCostCharAssignment (Effect5052)
[2020-04-25 19:50:38.348249] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect5052'
[2020-04-25 19:50:38.349245] DEBUG: eos.gamedata: Loading posStructureControlAmountBonus (Effect2918)
[2020-04-25 19:50:38.349245] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect2918'
[2020-04-25 19:50:38.350277] DEBUG: eos.gamedata: Loading industrySkillBoostManufacturingTimeBonus (Effect412)
[2020-04-25 19:50:38.350277] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect412'
[2020-04-25 19:50:38.350277] DEBUG: eos.gamedata: Loading industryManufacturingTimeBonusPostPercentManufactureTimeMultiplierChar (Effect425)
[2020-04-25 19:50:38.350277] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect425'
[2020-04-25 19:50:38.351274] DEBUG: eos.gamedata: Loading refineryEfficiencySkillBoostRefiningYieldMutator (Effect331)
[2020-04-25 19:50:38.351274] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect331'
[2020-04-25 19:50:38.351274] DEBUG: eos.gamedata: Loading refineryEfficiencyRefiningYieldMutatorPostPercentRefiningYieldPercentageChar (Effect435)
[2020-04-25 19:50:38.351274] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect435'
[2020-04-25 19:50:38.352273] DEBUG: eos.gamedata: Loading astrogeologySkillBoostMiningAmountBonus (Effect389)
[2020-04-25 19:50:38.352273] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect389'
[2020-04-25 19:50:38.352273] DEBUG: eos.gamedata: Loading astrogeologyMiningAmountBonusPostPercentMiningAmountLocationShipModulesRequiringMining (Effect391)
[2020-04-25 19:50:38.353234] DEBUG: eos.gamedata: Loading massProductionSkillLevelModAddManufactureSlotLimitChar (Effect568)
[2020-04-25 19:50:38.353234] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect568'
[2020-04-25 19:50:38.354231] DEBUG: eos.gamedata: Loading advancedIndustryManufacturingTimeBonusPostPercent (Effect5903)
[2020-04-25 19:50:38.354231] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect5903'
[2020-04-25 19:50:38.354231] DEBUG: eos.gamedata: Loading advancedIndustryCopyTimeBonusPostPercent (Effect5906)
[2020-04-25 19:50:38.354231] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect5906'
[2020-04-25 19:50:38.354231] DEBUG: eos.gamedata: Loading advancedIndustryInventionTimeBonusPostPercent (Effect5907)
[2020-04-25 19:50:38.354231] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect5907'
[2020-04-25 19:50:38.354231] DEBUG: eos.gamedata: Loading advancedIndustrySkillBoostAdvancedIndustrySkillIndustryJobTimeBonus (Effect5908)
[2020-04-25 19:50:38.354231] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect5908'
[2020-04-25 19:50:38.355266] DEBUG: eos.gamedata: Loading advancedIndustryManufactureTimeResearchTimeBonusPostPercent (Effect5909)
[2020-04-25 19:50:38.355266] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect5909'
[2020-04-25 19:50:38.355266] DEBUG: eos.gamedata: Loading advancedIndustryMaterialResearchTimeBonusPostPercent (Effect5910)
[2020-04-25 19:50:38.355266] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect5910'
[2020-04-25 19:50:38.356226] DEBUG: eos.gamedata: Loading hullUpgradesSkillBoostHullHpBonus (Effect251)
[2020-04-25 19:50:38.356226] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect251'
[2020-04-25 19:50:38.356226] DEBUG: eos.gamedata: Loading mechanicHullHpBonusPostPercentHpShip (Effect392)
[2020-04-25 19:50:38.357260] DEBUG: eos.gamedata: Loading electronicWarfareSkillBoostDurationBonus (Effect216)
[2020-04-25 19:50:38.357260] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect216'
[2020-04-25 19:50:38.357260] DEBUG: eos.gamedata: Loading repairSystemsDurationBonusPostPercentDurationLocationShipModulesRequiringRepairSystems (Effect272)
[2020-04-25 19:50:38.358222] DEBUG: eos.gamedata: Loading hullUpgradesSkillBoostArmorHpBonus (Effect270)
[2020-04-25 19:50:38.358222] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect270'
[2020-04-25 19:50:38.358222] DEBUG: eos.gamedata: Loading hullUpgradesArmorHpBonusPostPercentHpLocationShip (Effect271)
[2020-04-25 19:50:38.359252] DEBUG: eos.gamedata: Loading frigateConstructionSkillBoostFrigateConstructionTimeBonus (Effect340)
[2020-04-25 19:50:38.359252] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect340'
[2020-04-25 19:50:38.359252] DEBUG: eos.gamedata: Loading frigateConstructionFrigateConstructionTimeBonusPostPercentFrigateConstructionTimeChar (Effect341)
[2020-04-25 19:50:38.359252] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect341'
[2020-04-25 19:50:38.360252] DEBUG: eos.gamedata: Loading industrialConstructionSkillBoostIndustrialConstructionTimeBonus (Effect342)
[2020-04-25 19:50:38.360252] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect342'
[2020-04-25 19:50:38.360252] DEBUG: eos.gamedata: Loading industrialConstructionIndustrialConstructionTimeBonusPostPercentIndustrialConstructionTimeChar (Effect343)
[2020-04-25 19:50:38.360252] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect343'
[2020-04-25 19:50:38.361214] DEBUG: eos.gamedata: Loading cruiserConstructionSkillBoostCruiserConstructionTimeBonus (Effect338)
[2020-04-25 19:50:38.361214] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect338'
[2020-04-25 19:50:38.361214] DEBUG: eos.gamedata: Loading cruiserConstructionCruiserConstructionTimeBonusPostPercentCruiserConstructionTimeChar (Effect339)
[2020-04-25 19:50:38.361214] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect339'
[2020-04-25 19:50:38.362210] DEBUG: eos.gamedata: Loading battleshipConstructionSkillBoostBattleshipConstructionTimeBonus (Effect336)
[2020-04-25 19:50:38.362210] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect336'
[2020-04-25 19:50:38.362210] DEBUG: eos.gamedata: Loading battleshipConstructionBattleshipConstructionTimeBonusPostPercentBattleshipConstructionTimeChar (Effect337)
[2020-04-25 19:50:38.362210] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect337'
[2020-04-25 19:50:38.363207] DEBUG: eos.gamedata: Loading scienceSkillBoostCopySpeedBonus (Effect430)
[2020-04-25 19:50:38.363207] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect430'
[2020-04-25 19:50:38.363207] DEBUG: eos.gamedata: Loading scienceCopySpeedBonusPostPercentCopySpeedPercentChar (Effect431)
[2020-04-25 19:50:38.363207] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect431'
[2020-04-25 19:50:38.364239] DEBUG: eos.gamedata: Loading researchSkillBoostBlueprintmanufactureTimeBonus (Effect432)
[2020-04-25 19:50:38.364239] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect432'
[2020-04-25 19:50:38.364239] DEBUG: eos.gamedata: Loading researchBlueprintmanufactureTimeBonusPostPercentProductionTimeResearchSpeedChar (Effect433)
[2020-04-25 19:50:38.364239] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect433'
[2020-04-25 19:50:38.365240] DEBUG: eos.gamedata: Loading biologyTimeBonusFixed (Effect2866)
[2020-04-25 19:50:38.366234] DEBUG: eos.gamedata: Loading laboratoryOperationSkillLevelModAddMaxLaborotorySlotsChar (Effect566)
[2020-04-25 19:50:38.366234] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect566'
[2020-04-25 19:50:38.366234] DEBUG: eos.gamedata: Loading inventionSkillBoostInventionBonus (Effect498)
[2020-04-25 19:50:38.366234] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect498'
[2020-04-25 19:50:38.367231] DEBUG: eos.gamedata: Loading reverseEngineeringInventionBonusModAddReverseEngineeringChanceLocationChar (Effect571)
[2020-04-25 19:50:38.367231] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect571'
[2020-04-25 19:50:38.367231] DEBUG: eos.gamedata: Loading metallurgySkillBoostMineralNeedResearchBonus (Effect481)
[2020-04-25 19:50:38.367231] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect481'
[2020-04-25 19:50:38.368231] DEBUG: eos.gamedata: Loading metallurgyMineralNeedResearchBonusPostPercentMineralNeedResearchSpeedChar (Effect558)
[2020-04-25 19:50:38.368231] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect558'
[2020-04-25 19:50:38.369226] DEBUG: eos.gamedata: Loading systemScanDurationSkillAstrometrics (Effect1409)
[2020-04-25 19:50:38.370223] DEBUG: eos.gamedata: Loading scanStrengthBonusSkillLevelIncrease (Effect2656)
[2020-04-25 19:50:38.370223] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect2656'
[2020-04-25 19:50:38.370223] DEBUG: eos.gamedata: Loading maxScanDeviationSelfSkillModifier (Effect2820)
[2020-04-25 19:50:38.370223] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect2820'
[2020-04-25 19:50:38.370223] DEBUG: eos.gamedata: Loading baseMaxScanDeviationModifierRequiringAstrometrics (Effect4161)
[2020-04-25 19:50:38.370223] DEBUG: eos.gamedata: Loading baseSensorStrengthModifierRequiringAstrometrics (Effect4162)
[2020-04-25 19:50:38.371225] DEBUG: eos.gamedata: Loading engineeringSkillBoostPowerOutputBonus (Effect218)
[2020-04-25 19:50:38.371225] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect218'
[2020-04-25 19:50:38.371225] DEBUG: eos.gamedata: Loading engineeringPowerEngineeringOutputBonusPostPercentPowerOutputLocationShipGroupPowerCore (Effect490)
[2020-04-25 19:50:38.372217] DEBUG: eos.gamedata: Loading shieldoperationSkillBoostRechargeratebonus (Effect283)
[2020-04-25 19:50:38.372217] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect283'
[2020-04-25 19:50:38.372217] DEBUG: eos.gamedata: Loading shieldOperationRechargeratebonusPostPercentRechargeRateLocationShipGroupShield (Effect486)
[2020-04-25 19:50:38.373217] DEBUG: eos.gamedata: Loading energyManagementSkillBoostCapRechargeBonus (Effect220)
[2020-04-25 19:50:38.373217] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect220'
[2020-04-25 19:50:38.373217] DEBUG: eos.gamedata: Loading energysystemsoperationCapRechargeBonusPostPercentRechargeRateLocationShipGroupCapacitor (Effect485)
[2020-04-25 19:50:38.373217] DEBUG: eos.gamedata: Loading energyManagementSkillBoostCapacitorCapacityBonus (Effect2431)
[2020-04-25 19:50:38.374212] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect2431'
[2020-04-25 19:50:38.374212] DEBUG: eos.gamedata: Loading energyManagementCapacitorBonusPostPercentCapacityLocationShipGroupCapacitorCapacityBonus (Effect2432)
[2020-04-25 19:50:38.374212] DEBUG: eos.gamedata: Loading shieldManagementSkillBoostShieldCapacityBonus (Effect280)
[2020-04-25 19:50:38.374212] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect280'
[2020-04-25 19:50:38.375210] DEBUG: eos.gamedata: Loading shieldManagementShieldCapacityBonusPostPercentCapacityLocationShipGroupShield (Effect446)
[2020-04-25 19:50:38.375210] DEBUG: eos.gamedata: Loading tacticalshieldManipulationSkillBoostUniformityBonus (Effect277)
[2020-04-25 19:50:38.375210] DEBUG: eos.gamedata: Loading tacticalShieldManipulationBonus2 (Effect3254)
[2020-04-25 19:50:38.375210] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect3254'
[2020-04-25 19:50:38.376209] DEBUG: eos.gamedata: Loading energyPulseWeaponsDurationBonusPostPercentDurationLocationShipModulesRequiringEnergyPulseWeapons (Effect590)
[2020-04-25 19:50:38.377205] DEBUG: eos.gamedata: Loading shieldEmmisionSystemsCapNeedBonusPostPercentCapacitorNeedLocationShipModulesRequiringShieldEmmisionSystems (Effect279)
[2020-04-25 19:50:38.378204] DEBUG: eos.gamedata: Loading capacitorEmissionSystemskill (Effect5607)
[2020-04-25 19:50:38.378204] DEBUG: eos.gamedata: Loading energyGridUpgradesCpuNeedBonusPostPercentCpuLocationShipModulesRequiringEnergyGridUpgrades (Effect396)
[2020-04-25 19:50:38.379202] DEBUG: eos.gamedata: Loading sensorUpgradesSkillBoostPowerNeedBonus (Effect246)
[2020-04-25 19:50:38.379202] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect246'
[2020-04-25 19:50:38.379202] DEBUG: eos.gamedata: Loading shieldUpgradesPowerNeedBonusPostPercentPowerLocationShipModulesRequiringShieldUpgrades (Effect273)
[2020-04-25 19:50:38.380209] DEBUG: eos.gamedata: Loading gallenteFrigateSkillBoostCpuOutputBonus (Effect368)
[2020-04-25 19:50:38.380209] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect368'
[2020-04-25 19:50:38.380209] DEBUG: eos.gamedata: Loading electronicsCpuOutputBonusPostPercentCpuOutputLocationShipGroupComputer (Effect397)
[2020-04-25 19:50:38.381197] DEBUG: eos.gamedata: Loading ewSkillEwCapNeedSkillLevel (Effect1372)
[2020-04-25 19:50:38.381197] DEBUG: eos.gamedata: Loading ewSkillEcmBurstCapNeedBonus (Effect2492)
[2020-04-25 19:50:38.381197] DEBUG: eos.gamedata: Loading longRangeTargetingSkillBoostMaxTargetRangeBonus (Effect206)
[2020-04-25 19:50:38.382159] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect206'
[2020-04-25 19:50:38.382159] DEBUG: eos.gamedata: Loading longRangeTargetingMaxTargetRangeBonusPostPercentMaxTargetRangeLocationShipGroupElectronic (Effect507)
[2020-04-25 19:50:38.382159] DEBUG: eos.gamedata: Loading targetingSkillBoostMaxTargetBonus (Effect213)
[2020-04-25 19:50:38.382159] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect213'
[2020-04-25 19:50:38.383189] DEBUG: eos.gamedata: Loading targetingMaxTargetBonusModAddMaxLockedTargetsLocationChar (Effect214)
[2020-04-25 19:50:38.384153] DEBUG: eos.gamedata: Loading signatureAnalysisSkillLevelPreMulScanResolutionBonusSelf (Effect698)
[2020-04-25 19:50:38.384153] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect698'
[2020-04-25 19:50:38.384153] DEBUG: eos.gamedata: Loading signatureAnalysisScanResolutionBonusPostPercentScanResolutionShip (Effect699)
[2020-04-25 19:50:38.385183] DEBUG: eos.gamedata: Loading sensorUpgradesCpuNeedBonusPostPercentCpuLocationShipModulesRequiringSensorUpgrades (Effect212)
[2020-04-25 19:50:38.385183] DEBUG: eos.gamedata: Loading ewSkillRsdCapNeedBonusSkillLevel (Effect1360)
[2020-04-25 19:50:38.386181] DEBUG: eos.gamedata: Loading ewSkillTdCapNeedBonusSkillLevel (Effect1361)
[2020-04-25 19:50:38.386181] DEBUG: eos.gamedata: Loading propulsionSkillCapNeedBonusSkillLevel (Effect1410)
[2020-04-25 19:50:38.387147] DEBUG: eos.gamedata: Loading dronesSkillBoostMaxActiveDroneBonus (Effect315)
[2020-04-25 19:50:38.387147] DEBUG: eos.gamedata: Loading dronesMaxActiveDroneBonusModAddMaxActiveLocationChar (Effect316)
[2020-04-25 19:50:38.387147] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect316'
[2020-04-25 19:50:38.390137] DEBUG: eos.gamedata: Loading scoutDroneOperationSkillBoostDroneRangeBonus (Effect448)
[2020-04-25 19:50:38.390137] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect448'
[2020-04-25 19:50:38.390137] DEBUG: eos.gamedata: Loading scoutDroneOperationDroneRangeBonusModAddDroneControlDistanceChar (Effect504)
[2020-04-25 19:50:38.391134] DEBUG: eos.gamedata: Loading miningDroneOperationMiningAmountBonusPostPercentMiningDroneAmountPercentChar (Effect623)
[2020-04-25 19:50:38.392166] DEBUG: eos.gamedata: Loading damageRepairedSkillBonus (Effect2018)
[2020-04-25 19:50:38.392166] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect2018'
[2020-04-25 19:50:38.392166] DEBUG: eos.gamedata: Loading repairDroneShieldBonusBonus (Effect2019)
[2020-04-25 19:50:38.392166] DEBUG: eos.gamedata: Loading repairDroneArmorDamageAmountBonus (Effect2020)
[2020-04-25 19:50:38.392166] DEBUG: eos.gamedata: Loading repairDroneHullBonusBonus (Effect5769)
[2020-04-25 19:50:38.393161] DEBUG: eos.gamedata: Loading droneSalvageBonus (Effect5168)
[2020-04-25 19:50:38.393161] DEBUG: eos.gamedata: Loading droneSalvageSkillBonus (Effect5170)
[2020-04-25 19:50:38.393161] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect5170'
[2020-04-25 19:50:38.394126] DEBUG: eos.gamedata: Loading damageMultiplierSkillBonus (Effect146)
[2020-04-25 19:50:38.394126] ERROR: eos.gamedata: AttributeError generating handler: module 'eos.effects' has no attribute 'Effect146'
[2020-04-25 19:50:38.394126] DEBUG: eos.gamedata: Loading droneDmgBonus (Effect1730)
[2020-04-25 19:50:38.395123] DEBUG: eos.gamedata: Loading skillBonusDroneInterfacing (Effect6663)
[2020-04-25 19:50:38.396121] DEBUG: eos.gamedata: Loading tradeSkillBoostTradePremiumBonus (Effect415)
[2020-04-25 19:50:38.39612
View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment