MCPcopy Index your code
hub / github.com/pyfa-org/Pyfa / hardcodeCybele

Function hardcodeCybele

db_update.py:830–899  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

828 _hardcodeEffects(shapashTypeID, effectMap)
829
830 def hardcodeCybele():
831 cybeleTypeID = 1000001
832 _copyItem(srcName='Adrestia', tgtTypeID=cybeleTypeID, tgtName='Cybele')
833 attrMap = {
834 # Fitting
835 'powerOutput': 1284,
836 'cpuOutput': 400,
837 'capacitorCapacity': 2400,
838 'rechargeRate': 334000,
839 'hiSlots': 5,
840 'medSlots': 4,
841 'lowSlots': 6,
842 'launcherSlotsLeft': 0,
843 'turretSlotsLeft': 5,
844 # Rigs
845 'rigSlots': 2,
846 'rigSize': 2,
847 'upgradeCapacity': 400,
848 # Shield
849 'shieldCapacity': 1200,
850 'shieldRechargeRate': 1250000,
851 'shieldEmDamageResonance': 1 - 0.0,
852 'shieldThermalDamageResonance': 1 - 0.5,
853 'shieldKineticDamageResonance': 1 - 0.9,
854 'shieldExplosiveDamageResonance': 1 - 0.5,
855 # Armor
856 'armorHP': 1900,
857 'armorEmDamageResonance': 1 - 0.5,
858 'armorThermalDamageResonance': 1 - 0.69,
859 'armorKineticDamageResonance': 1 - 0.85,
860 'armorExplosiveDamageResonance': 1 - 0.1,
861 # Structure
862 'hp': 2300,
863 'emDamageResonance': 1 - 0.33,
864 'thermalDamageResonance': 1 - 0.33,
865 'kineticDamageResonance': 1 - 0.33,
866 'explosiveDamageResonance': 1 - 0.33,
867 'mass': 11100000,
868 'volume': 112000,
869 'capacity': 450,
870 # Navigation
871 'maxVelocity': 235,
872 'agility': 0.457,
873 'warpSpeedMultiplier': 4.5,
874 # Drones
875 'droneCapacity': 100,
876 'droneBandwidth': 50,
877 # Targeting
878 'maxTargetRange': 60000,
879 'maxLockedTargets': 6,
880 'scanRadarStrength': 0,
881 'scanLadarStrength': 0,
882 'scanMagnetometricStrength': 15,
883 'scanGravimetricStrength': 0,
884 'signatureRadius': 115,
885 'scanResolution': 330,
886 # Misc
887 'energyWarfareResistance': 0,

Callers

nothing calls this directly

Calls 3

_copyItemFunction · 0.85
_hardcodeAttribsFunction · 0.85
_hardcodeEffectsFunction · 0.85

Tested by

no test coverage detected