Merge branch 'singularity' into development
This commit is contained in:
@@ -21,8 +21,8 @@ saveInRoot = False
|
||||
# Version data
|
||||
version = "1.29.5"
|
||||
tag = "git"
|
||||
expansionName = "YC119.5"
|
||||
expansionVersion = "1.0"
|
||||
expansionName = "Singularity"
|
||||
expansionVersion = "1158190"
|
||||
evemonMinVersion = "4081"
|
||||
|
||||
pyfaPath = None
|
||||
@@ -91,7 +91,7 @@ def defPaths(customSavePath):
|
||||
os.environ["SSL_CERT_FILE"] = os.path.join(pyfaPath, "cacert.pem").encode('utf8')
|
||||
|
||||
# The database where we store all the fits etc
|
||||
saveDB = os.path.join(savePath, "saveddata.db")
|
||||
saveDB = os.path.join(savePath, "saveddata-dev.db")
|
||||
|
||||
# The database where the static EVE data from the datadump is kept.
|
||||
# This is not the standard sqlite datadump but a modified version created by eos
|
||||
|
||||
@@ -47,7 +47,7 @@ mapper(Item, items_table,
|
||||
properties={
|
||||
"group" : relation(Group, backref="items"),
|
||||
"icon" : relation(Icon),
|
||||
"_Item__attributes": relation(Attribute, collection_class=attribute_mapped_collection('name')),
|
||||
"_Item__attributes": relation(Attribute, cascade='all, delete, delete-orphan', collection_class=attribute_mapped_collection('name')),
|
||||
"effects": relation(Effect, secondary=typeeffects_table, collection_class=attribute_mapped_collection('name')),
|
||||
"metaGroup" : relation(MetaType,
|
||||
primaryjoin=metatypes_table.c.typeID == items_table.c.typeID,
|
||||
|
||||
4246
eos/db/migrations/upgrade25.py
Normal file
4246
eos/db/migrations/upgrade25.py
Normal file
File diff suppressed because it is too large
Load Diff
7
eos/effects/agilitybonus.py
Normal file
7
eos/effects/agilitybonus.py
Normal file
@@ -0,0 +1,7 @@
|
||||
# agilityBonus
|
||||
#
|
||||
# Used by:
|
||||
# Subsystems named like: Propulsion Interdiction Nullifier (4 of 4)
|
||||
type = "passive"
|
||||
def handler(fit, src, context):
|
||||
fit.ship.increaseItemAttr("agility", src.getModifiedItemAttr("agilityBonusAdd"))
|
||||
@@ -1,9 +1,9 @@
|
||||
# ammoInfluenceCapNeed
|
||||
#
|
||||
# Used by:
|
||||
# Items from category: Charge (466 of 913)
|
||||
# Charges from group: Frequency Crystal (185 of 185)
|
||||
# Charges from group: Hybrid Charge (209 of 209)
|
||||
# Items from category: Charge (464 of 898)
|
||||
# Charges from group: Frequency Crystal (184 of 184)
|
||||
# Charges from group: Hybrid Charge (208 of 208)
|
||||
type = "passive"
|
||||
|
||||
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
# ammoInfluenceRange
|
||||
#
|
||||
# Used by:
|
||||
# Items from category: Charge (571 of 913)
|
||||
# Items from category: Charge (568 of 898)
|
||||
type = "passive"
|
||||
|
||||
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
# ammoSpeedMultiplier
|
||||
#
|
||||
# Used by:
|
||||
# Charges from group: Festival Charges (22 of 22)
|
||||
# Charges from group: Festival Charges (10 of 10)
|
||||
# Charges from group: Interdiction Probe (2 of 2)
|
||||
# Charges from group: Survey Probe (3 of 3)
|
||||
type = "passive"
|
||||
|
||||
@@ -7,7 +7,7 @@
|
||||
# Charges from group: Advanced Blaster Charge (8 of 8)
|
||||
# Charges from group: Advanced Pulse Laser Crystal (8 of 8)
|
||||
# Charges from group: Advanced Railgun Charge (8 of 8)
|
||||
# Charges from group: Projectile Ammo (129 of 129)
|
||||
# Charges from group: Projectile Ammo (128 of 128)
|
||||
type = "passive"
|
||||
|
||||
|
||||
|
||||
@@ -1,9 +1,9 @@
|
||||
# armorHPBonusAddPassive
|
||||
#
|
||||
# Used by:
|
||||
# Subsystems from group: Defensive Systems (16 of 16)
|
||||
# Subsystems from group: Defensive Systems (9 of 12)
|
||||
type = "passive"
|
||||
|
||||
|
||||
def handler(fit, module, context):
|
||||
fit.ship.increaseItemAttr("armorHP", module.getModifiedItemAttr("armorHPBonusAdd"))
|
||||
fit.ship.increaseItemAttr("armorHP", module.getModifiedItemAttr("armorHPBonusAdd") or 0)
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
# boosterArmorHpPenalty
|
||||
#
|
||||
# Used by:
|
||||
# Implants from group: Booster (12 of 48)
|
||||
# Implants from group: Booster (12 of 62)
|
||||
type = "boosterSideEffect"
|
||||
activeByDefault = False
|
||||
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
# boosterMaxVelocityPenalty
|
||||
#
|
||||
# Used by:
|
||||
# Implants from group: Booster (12 of 48)
|
||||
# Implants from group: Booster (12 of 62)
|
||||
type = "boosterSideEffect"
|
||||
activeByDefault = False
|
||||
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
# boosterShieldCapacityPenalty
|
||||
#
|
||||
# Used by:
|
||||
# Implants from group: Booster (12 of 48)
|
||||
# Implants from group: Booster (12 of 62)
|
||||
type = "boosterSideEffect"
|
||||
activeByDefault = False
|
||||
|
||||
|
||||
@@ -1,11 +1,9 @@
|
||||
# capacitorCapacityAddPassive
|
||||
#
|
||||
# Used by:
|
||||
# Subsystems from group: Engineering Systems (16 of 16)
|
||||
# Subsystem: Tengu Offensive - Magnetic Infusion Basin
|
||||
# Items from category: Subsystem (20 of 48)
|
||||
type = "passive"
|
||||
|
||||
|
||||
def handler(fit, module, context):
|
||||
fit.ship.increaseItemAttr("capacitorCapacity",
|
||||
module.getModifiedItemAttr("capacitorCapacity"))
|
||||
fit.ship.increaseItemAttr("capacitorCapacity", module.getModifiedItemAttr("capacitorCapacity") or 0)
|
||||
|
||||
@@ -1,7 +1,8 @@
|
||||
# capacityAddPassive
|
||||
#
|
||||
# Used by:
|
||||
# Subsystems from group: Defensive Systems (16 of 16)
|
||||
# Subsystems named like: Defensive Covert Reconfiguration (4 of 4)
|
||||
# Subsystem: Legion Defensive - Nanobot Injector
|
||||
type = "passive"
|
||||
|
||||
|
||||
|
||||
@@ -8,6 +8,5 @@ type = "passive"
|
||||
|
||||
|
||||
def handler(fit, src, context):
|
||||
fit.modules.filteredItemBoost(lambda mod: mod.item.requiresSkill("Leadership"),
|
||||
"maxRange",
|
||||
fit.modules.filteredItemBoost(lambda mod: mod.item.requiresSkill("Leadership"), "maxRange",
|
||||
src.getModifiedItemAttr("areaOfEffectBonus") * src.level)
|
||||
|
||||
@@ -7,7 +7,7 @@
|
||||
# Ships from group: Force Auxiliary (5 of 5)
|
||||
# Ships from group: Supercarrier (6 of 6)
|
||||
# Ships from group: Titan (6 of 6)
|
||||
# Subsystems named like: Defensive Warfare Processor (4 of 4)
|
||||
# Subsystems named like: Offensive Support Processor (4 of 4)
|
||||
# Ship: Orca
|
||||
# Ship: Rorqual
|
||||
type = "passive"
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
# covertCynoCpuPenalty
|
||||
#
|
||||
# Used by:
|
||||
# Subsystems from group: Offensive Systems (12 of 16)
|
||||
# Subsystems from group: Defensive Systems (8 of 12)
|
||||
type = "passive"
|
||||
|
||||
|
||||
|
||||
@@ -8,7 +8,7 @@
|
||||
# Ships from group: Force Recon Ship (7 of 7)
|
||||
# Ships from group: Stealth Bomber (4 of 4)
|
||||
# Ships named like: Stratios (2 of 2)
|
||||
# Subsystems named like: Offensive Covert Reconfiguration (4 of 4)
|
||||
# Subsystems named like: Defensive Covert Reconfiguration (4 of 4)
|
||||
# Ship: Astero
|
||||
# Ship: Rabisu
|
||||
type = "passive"
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
# covertOpsCloakCpuPenalty
|
||||
#
|
||||
# Used by:
|
||||
# Subsystems from group: Offensive Systems (12 of 16)
|
||||
# Subsystems from group: Defensive Systems (8 of 12)
|
||||
type = "passive"
|
||||
|
||||
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
#
|
||||
# Used by:
|
||||
# Ships from group: Stealth Bomber (4 of 4)
|
||||
# Subsystems named like: Offensive Covert Reconfiguration (4 of 4)
|
||||
# Subsystems named like: Defensive Covert Reconfiguration (4 of 4)
|
||||
type = "passive"
|
||||
|
||||
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
# cpuOutputAddCpuOutputPassive
|
||||
#
|
||||
# Used by:
|
||||
# Items from category: Subsystem (40 of 80)
|
||||
# Subsystems from group: Offensive Systems (8 of 12)
|
||||
type = "passive"
|
||||
|
||||
|
||||
|
||||
@@ -1,8 +1,7 @@
|
||||
# droneBandwidthAddPassive
|
||||
#
|
||||
# Used by:
|
||||
# Subsystems from group: Engineering Systems (13 of 16)
|
||||
# Subsystems from group: Offensive Systems (16 of 16)
|
||||
# Subsystems from group: Offensive Systems (12 of 12)
|
||||
type = "passive"
|
||||
|
||||
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
# droneCapacityAdddroneCapacityPassive
|
||||
#
|
||||
# Used by:
|
||||
# Items from category: Subsystem (42 of 80)
|
||||
# Subsystems from group: Offensive Systems (12 of 12)
|
||||
type = "passive"
|
||||
|
||||
|
||||
|
||||
@@ -3,6 +3,7 @@
|
||||
# Used by:
|
||||
# Implants named like: Zainou 'Gypsy' CPU Management EE (6 of 6)
|
||||
# Modules named like: Processor Overclocking Unit (8 of 8)
|
||||
# Subsystems named like: Core Electronic Efficiency Gate (2 of 2)
|
||||
# Implant: Genolution Core Augmentation CA-2
|
||||
# Skill: CPU Management
|
||||
type = "passive"
|
||||
|
||||
@@ -3,6 +3,7 @@
|
||||
# Used by:
|
||||
# Implants named like: Inherent Implants 'Squire' Power Grid Management EG (6 of 6)
|
||||
# Modules named like: Ancillary Current Router (8 of 8)
|
||||
# Subsystems named like: Core Augmented Reactor (4 of 4)
|
||||
# Implant: Genolution Core Augmentation CA-1
|
||||
# Skill: Power Grid Management
|
||||
type = "passive"
|
||||
|
||||
@@ -1,8 +1,7 @@
|
||||
# hardPointModifierEffect
|
||||
#
|
||||
# Used by:
|
||||
# Subsystems from group: Engineering Systems (16 of 16)
|
||||
# Subsystems from group: Offensive Systems (16 of 16)
|
||||
# Subsystems from group: Offensive Systems (12 of 12)
|
||||
type = "passive"
|
||||
|
||||
|
||||
|
||||
@@ -1,7 +1,4 @@
|
||||
# massAddPassive
|
||||
#
|
||||
# Used by:
|
||||
# Items from category: Subsystem (80 of 80)
|
||||
# Not used by any item
|
||||
type = "passive"
|
||||
|
||||
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
# maxTargetRangeAddPassive
|
||||
#
|
||||
# Used by:
|
||||
# Subsystems from group: Electronic Systems (16 of 16)
|
||||
# Subsystems named like: Propulsion Interdiction Nullifier (4 of 4)
|
||||
type = "passive"
|
||||
|
||||
|
||||
|
||||
@@ -1,7 +1,4 @@
|
||||
# maxVelocityAddPassive
|
||||
#
|
||||
# Used by:
|
||||
# Subsystems from group: Propulsion Systems (16 of 16)
|
||||
# Not used by any item
|
||||
type = "passive"
|
||||
|
||||
|
||||
|
||||
13
eos/effects/mediumremoterepfittingadjustment.py
Normal file
13
eos/effects/mediumremoterepfittingadjustment.py
Normal file
@@ -0,0 +1,13 @@
|
||||
# mediumRemoteRepFittingAdjustment
|
||||
#
|
||||
# Used by:
|
||||
# Variations of module: Medium Remote Armor Repairer I (12 of 12)
|
||||
# Variations of module: Medium Remote Shield Booster I (11 of 11)
|
||||
# Module: Medium Ancillary Remote Armor Repairer
|
||||
# Module: Medium Ancillary Remote Shield Booster
|
||||
type = "passive"
|
||||
|
||||
|
||||
def handler(fit, module, context):
|
||||
module.multiplyItemAttr("power", module.getModifiedItemAttr("mediumRemoteRepFittingMultiplier"))
|
||||
module.multiplyItemAttr("cpu", module.getModifiedItemAttr("mediumRemoteRepFittingMultiplier"))
|
||||
@@ -3,7 +3,7 @@
|
||||
# Used by:
|
||||
# Ships from group: Covert Ops (7 of 7)
|
||||
# Ships named like: Stratios (2 of 2)
|
||||
# Subsystems named like: Electronics Emergent Locus Analyzer (4 of 4)
|
||||
# Subsystems named like: Defensive Covert Reconfiguration (4 of 4)
|
||||
# Ship: Astero
|
||||
# Ship: Heron
|
||||
# Ship: Imicus
|
||||
|
||||
@@ -1,7 +1,4 @@
|
||||
# modifyArmorResonancePassivePreAssignment
|
||||
#
|
||||
# Used by:
|
||||
# Subsystems from group: Defensive Systems (16 of 16)
|
||||
# Not used by any item
|
||||
type = "passive"
|
||||
|
||||
|
||||
|
||||
@@ -1,7 +1,4 @@
|
||||
# modifyShieldResonancePassivePreAssignment
|
||||
#
|
||||
# Used by:
|
||||
# Subsystems from group: Defensive Systems (16 of 16)
|
||||
# Not used by any item
|
||||
type = "passive"
|
||||
|
||||
|
||||
|
||||
@@ -1,7 +1,4 @@
|
||||
# modifyShipAgilityPassivePreAssignment
|
||||
#
|
||||
# Used by:
|
||||
# Subsystems from group: Propulsion Systems (16 of 16)
|
||||
# Not used by any item
|
||||
runTime = "early"
|
||||
type = "passive"
|
||||
|
||||
|
||||
@@ -2,6 +2,7 @@
|
||||
#
|
||||
# Used by:
|
||||
# Modules from group: Rig Anchor (4 of 4)
|
||||
# Implants named like: Agency Speed Booster (3 of 3)
|
||||
# Implants named like: grade Snake (16 of 18)
|
||||
# Modules named like: Auxiliary Thrusters (8 of 8)
|
||||
# Implant: Quafe Zero
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
# remoteArmorRepairEntity
|
||||
# npcEntityRemoteArmorRepairer
|
||||
#
|
||||
# Used by:
|
||||
# Drones named like: Armor Maintenance Bot (6 of 6)
|
||||
@@ -1,4 +1,4 @@
|
||||
# remoteShieldTransferEntity
|
||||
# npcEntityRemoteShieldBooster
|
||||
#
|
||||
# Used by:
|
||||
# Drones named like: Shield Maintenance Bot (6 of 6)
|
||||
@@ -1,7 +1,7 @@
|
||||
# powerOutputAddPassive
|
||||
#
|
||||
# Used by:
|
||||
# Items from category: Subsystem (40 of 80)
|
||||
# Subsystems from group: Offensive Systems (8 of 12)
|
||||
type = "passive"
|
||||
|
||||
|
||||
|
||||
@@ -7,4 +7,4 @@ type = "passive"
|
||||
|
||||
def handler(fit, ship, context):
|
||||
fit.modules.filteredItemBoost(lambda mod: mod.item.requiresSkill("Astrometrics"),
|
||||
"cpu", ship.getModifiedItemAttr("roleBonusTacticalDestroyer1"))
|
||||
"cpu", ship.getModifiedItemAttr("roleBonusT3ProbeCPU"))
|
||||
|
||||
8
eos/effects/probelaunchercpupercentrolebonust3.py
Normal file
8
eos/effects/probelaunchercpupercentrolebonust3.py
Normal file
@@ -0,0 +1,8 @@
|
||||
# probeLauncherCPUPercentRoleBonusT3
|
||||
#
|
||||
# Used by:
|
||||
# Ships from group: Strategic Cruiser (4 of 4)
|
||||
# Ships from group: Tactical Destroyer (4 of 4)
|
||||
type = "passive"
|
||||
def handler(fit, src, context):
|
||||
fit.modules.filteredItemBoost(lambda mod: mod.item.requiresSkill("Astrometrics"), "cpu", src.getModifiedItemAttr("roleBonusT3ProbeCPU"))
|
||||
@@ -1,7 +1,4 @@
|
||||
# rechargeRateAddPassive
|
||||
#
|
||||
# Used by:
|
||||
# Subsystems from group: Engineering Systems (16 of 16)
|
||||
# Not used by any item
|
||||
type = "passive"
|
||||
|
||||
|
||||
|
||||
@@ -1,7 +1,4 @@
|
||||
# scanResolutionAddPassive
|
||||
#
|
||||
# Used by:
|
||||
# Subsystems from group: Electronic Systems (16 of 16)
|
||||
# Not used by any item
|
||||
type = "passive"
|
||||
|
||||
|
||||
|
||||
@@ -1,7 +1,4 @@
|
||||
# scanStrengthAddPassive
|
||||
#
|
||||
# Used by:
|
||||
# Subsystems from group: Electronic Systems (16 of 16)
|
||||
# Not used by any item
|
||||
type = "passive"
|
||||
|
||||
|
||||
|
||||
@@ -1,6 +1,7 @@
|
||||
# shieldBoostAmplifierPassive
|
||||
#
|
||||
# Used by:
|
||||
# Implants named like: Agency Tank Booster (3 of 3)
|
||||
# Implants named like: grade Crystal (15 of 18)
|
||||
type = "passive"
|
||||
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
# shieldCapacityAddPassive
|
||||
#
|
||||
# Used by:
|
||||
# Subsystems from group: Defensive Systems (16 of 16)
|
||||
# Subsystems from group: Defensive Systems (8 of 12)
|
||||
type = "passive"
|
||||
|
||||
|
||||
|
||||
@@ -1,7 +1,4 @@
|
||||
# shieldRechargeRateAddPassive
|
||||
#
|
||||
# Used by:
|
||||
# Subsystems from group: Defensive Systems (16 of 16)
|
||||
# Not used by any item
|
||||
type = "passive"
|
||||
|
||||
|
||||
|
||||
@@ -1,3 +1,7 @@
|
||||
# shipBonusForceAuxiliaryM2LocalRepairAmount
|
||||
#
|
||||
# Used by:
|
||||
# Ship: Dagon
|
||||
type = "passive"
|
||||
|
||||
|
||||
|
||||
@@ -7,5 +7,5 @@ type = "passive"
|
||||
|
||||
def handler(fit, ship, context):
|
||||
fit.modules.filteredItemBoost(lambda mod: True, "heatDamage",
|
||||
ship.getModifiedItemAttr("shipBonusStrategicCruiserAmarr"),
|
||||
ship.getModifiedItemAttr("shipBonusStrategicCruiserAmarr1"),
|
||||
skill="Amarr Strategic Cruiser")
|
||||
|
||||
@@ -0,0 +1,12 @@
|
||||
# shipBonusStrategicCruiserAmarrNaniteRepairTime2
|
||||
#
|
||||
# Used by:
|
||||
# Ship: Legion
|
||||
type = "passive"
|
||||
|
||||
|
||||
def handler(fit, ship, context):
|
||||
fit.modules.filteredItemBoost(lambda mod: True, "moduleRepairRate",
|
||||
ship.getModifiedItemAttr("shipBonusStrategicCruiserAmarr2"),
|
||||
skill="Amarr Strategic Cruiser")
|
||||
|
||||
@@ -7,5 +7,5 @@ type = "passive"
|
||||
|
||||
def handler(fit, ship, context):
|
||||
fit.modules.filteredItemBoost(lambda mod: True, "heatDamage",
|
||||
ship.getModifiedItemAttr("shipBonusStrategicCruiserCaldari"),
|
||||
ship.getModifiedItemAttr("shipBonusStrategicCruiserCaldari1"),
|
||||
skill="Caldari Strategic Cruiser")
|
||||
|
||||
@@ -0,0 +1,12 @@
|
||||
# shipBonusStrategicCruiserCaldariNaniteRepairTime2
|
||||
#
|
||||
# Used by:
|
||||
# Ship: Tengu
|
||||
type = "passive"
|
||||
|
||||
|
||||
def handler(fit, ship, context):
|
||||
fit.modules.filteredItemBoost(lambda mod: True, "moduleRepairRate",
|
||||
ship.getModifiedItemAttr("shipBonusStrategicCruiserCaldari2"),
|
||||
skill="Caldari Strategic Cruiser")
|
||||
|
||||
@@ -7,5 +7,5 @@ type = "passive"
|
||||
|
||||
def handler(fit, ship, context):
|
||||
fit.modules.filteredItemBoost(lambda mod: True, "heatDamage",
|
||||
ship.getModifiedItemAttr("shipBonusStrategicCruiserGallente"),
|
||||
ship.getModifiedItemAttr("shipBonusStrategicCruiserGallente1"),
|
||||
skill="Gallente Strategic Cruiser")
|
||||
|
||||
@@ -0,0 +1,12 @@
|
||||
# shipBonusStrategicCruiserGallenteNaniteRepairTime2
|
||||
#
|
||||
# Used by:
|
||||
# Ship: Proteus
|
||||
type = "passive"
|
||||
|
||||
|
||||
def handler(fit, ship, context):
|
||||
fit.modules.filteredItemBoost(lambda mod: True, "moduleRepairRate",
|
||||
ship.getModifiedItemAttr("shipBonusStrategicCruiserGallente2"),
|
||||
skill="Gallente Strategic Cruiser")
|
||||
|
||||
@@ -7,5 +7,5 @@ type = "passive"
|
||||
|
||||
def handler(fit, ship, context):
|
||||
fit.modules.filteredItemBoost(lambda mod: True, "heatDamage",
|
||||
ship.getModifiedItemAttr("shipBonusStrategicCruiserMinmatar"),
|
||||
ship.getModifiedItemAttr("shipBonusStrategicCruiserMinmatar1"),
|
||||
skill="Minmatar Strategic Cruiser")
|
||||
|
||||
@@ -0,0 +1,12 @@
|
||||
# shipBonusStrategicCruiserMinmatarNaniteRepairTime2
|
||||
#
|
||||
# Used by:
|
||||
# Ship: Loki
|
||||
type = "passive"
|
||||
|
||||
|
||||
def handler(fit, ship, context):
|
||||
fit.modules.filteredItemBoost(lambda mod: True, "moduleRepairRate",
|
||||
ship.getModifiedItemAttr("shipBonusStrategicCruiserMinmatar2"),
|
||||
skill="Minmatar Strategic Cruiser")
|
||||
|
||||
9
eos/effects/shipmaxlockedtargetsbonusaddpassive.py
Normal file
9
eos/effects/shipmaxlockedtargetsbonusaddpassive.py
Normal file
@@ -0,0 +1,9 @@
|
||||
# shipMaxLockedTargetsBonusAddPassive
|
||||
#
|
||||
# Used by:
|
||||
# Subsystems named like: Core Dissolution Sequencer (2 of 2)
|
||||
# Subsystems named like: Core Electronic Efficiency Gate (2 of 2)
|
||||
# Subsystems named like: Offensive Support Processor (4 of 4)
|
||||
type = "passive"
|
||||
def handler(fit, src, context):
|
||||
fit.ship.increaseItemAttr("maxLockedTargets", src.getModifiedItemAttr("maxLockedTargetsBonus"))
|
||||
@@ -1,4 +1,4 @@
|
||||
# moduleBonusAncillaryRemoteArmorRepairer
|
||||
# shipModuleAncillaryRemoteArmorRepairer
|
||||
#
|
||||
# Used by:
|
||||
# Modules from group: Ancillary Remote Armor Repairer (4 of 4)
|
||||
@@ -1,4 +1,4 @@
|
||||
# moduleBonusAncillaryRemoteShieldBooster
|
||||
# shipModuleAncillaryRemoteShieldBooster
|
||||
#
|
||||
# Used by:
|
||||
# Modules from group: Ancillary Remote Shield Booster (4 of 4)
|
||||
@@ -1,4 +1,4 @@
|
||||
# remoteArmorRepairFalloff
|
||||
# shipModuleRemoteArmorRepairer
|
||||
#
|
||||
# Used by:
|
||||
# Modules from group: Remote Armor Repairer (39 of 39)
|
||||
@@ -1,4 +1,4 @@
|
||||
# remoteEnergyTransferFalloff
|
||||
# shipModuleRemoteCapacitorTransmitter
|
||||
#
|
||||
# Used by:
|
||||
# Modules from group: Remote Capacitor Transmitter (41 of 41)
|
||||
@@ -1,4 +1,4 @@
|
||||
# remoteHullRepairFalloff
|
||||
# shipModuleRemoteHullRepairer
|
||||
#
|
||||
# Used by:
|
||||
# Modules from group: Remote Hull Repairer (8 of 8)
|
||||
@@ -1,4 +1,4 @@
|
||||
# remoteShieldTransferFalloff
|
||||
# shipModuleRemoteShieldBooster
|
||||
#
|
||||
# Used by:
|
||||
# Modules from group: Remote Shield Booster (38 of 38)
|
||||
10
eos/effects/signatureradiusaddpassive.py
Normal file
10
eos/effects/signatureradiusaddpassive.py
Normal file
@@ -0,0 +1,10 @@
|
||||
# signatureRadiusAddPassive
|
||||
#
|
||||
# Used by:
|
||||
# Subsystems from group: Defensive Systems (8 of 12)
|
||||
# Subsystems named like: Propulsion Interdiction Nullifier (4 of 4)
|
||||
type = "passive"
|
||||
|
||||
|
||||
def handler(fit, module, context):
|
||||
fit.ship.increaseItemAttr("signatureRadius", module.getModifiedItemAttr("signatureRadius"))
|
||||
@@ -1,7 +1,4 @@
|
||||
# signatureRadiusPreAssignment
|
||||
#
|
||||
# Used by:
|
||||
# Subsystems from group: Defensive Systems (16 of 16)
|
||||
# Not used by any item
|
||||
type = "passive"
|
||||
runTime = "early"
|
||||
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
# slotModifier
|
||||
#
|
||||
# Used by:
|
||||
# Items from category: Subsystem (80 of 80)
|
||||
# Items from category: Subsystem (48 of 48)
|
||||
type = "passive"
|
||||
|
||||
|
||||
|
||||
@@ -1,6 +1,7 @@
|
||||
# structuralAnalysisEffect
|
||||
#
|
||||
# Used by:
|
||||
# Implants named like: Agency Tank Booster (3 of 3)
|
||||
# Implants named like: Inherent Implants 'Noble' Repair Proficiency RP (6 of 6)
|
||||
# Modules named like: Auxiliary Nano Pump (8 of 8)
|
||||
# Implant: Imperial Navy Modified 'Noble' Implant
|
||||
|
||||
10
eos/effects/structurehpbonusaddpassive.py
Normal file
10
eos/effects/structurehpbonusaddpassive.py
Normal file
@@ -0,0 +1,10 @@
|
||||
# structureHPBonusAddPassive
|
||||
#
|
||||
# Used by:
|
||||
# Subsystems named like: Defensive Covert Reconfiguration (4 of 4)
|
||||
# Subsystem: Loki Defensive - Adaptive Defense Node
|
||||
type = "passive"
|
||||
|
||||
|
||||
def handler(fit, module, context):
|
||||
fit.ship.increaseItemAttr("hp", module.getModifiedItemAttr("structureHPBonusAdd") or 0)
|
||||
@@ -0,0 +1,8 @@
|
||||
# subsystemBonusAmarrCore2EnergyDestabilizerAmount
|
||||
#
|
||||
# Used by:
|
||||
# Subsystem: Legion Core - Energy Parasitic Complex
|
||||
type = "passive"
|
||||
def handler(fit, src, context):
|
||||
fit.modules.filteredItemBoost(lambda mod: mod.item.group.name == "Energy Neutralizer", "energyNeutralizerAmount",
|
||||
src.getModifiedItemAttr("subsystemBonusAmarrCore2"), skill="Amarr Core Systems")
|
||||
7
eos/effects/subsystembonusamarrcore2energyresistance.py
Normal file
7
eos/effects/subsystembonusamarrcore2energyresistance.py
Normal file
@@ -0,0 +1,7 @@
|
||||
# subsystemBonusAmarrCore2EnergyResistance
|
||||
#
|
||||
# Used by:
|
||||
# Subsystem: Legion Core - Augmented Antimatter Reactor
|
||||
type = "passive"
|
||||
def handler(fit, src, context):
|
||||
fit.ship.boostItemAttr("energyWarfareResistance", src.getModifiedItemAttr("subsystemBonusAmarrCore2"), skill="Amarr Core Systems")
|
||||
@@ -0,0 +1,8 @@
|
||||
# subsystemBonusAmarrCore2EnergyVampireAmount
|
||||
#
|
||||
# Used by:
|
||||
# Subsystem: Legion Core - Energy Parasitic Complex
|
||||
type = "passive"
|
||||
def handler(fit, src, context):
|
||||
fit.modules.filteredItemBoost(lambda mod: mod.item.group.name == "Energy Nosferatu", "powerTransferAmount",
|
||||
src.getModifiedItemAttr("subsystemBonusAmarrCore2"), skill="Amarr Core Systems")
|
||||
8
eos/effects/subsystembonusamarrcore2maxtargetingrange.py
Normal file
8
eos/effects/subsystembonusamarrcore2maxtargetingrange.py
Normal file
@@ -0,0 +1,8 @@
|
||||
# subsystemBonusAmarrCore2MaxTargetingRange
|
||||
#
|
||||
# Used by:
|
||||
# Subsystem: Legion Core - Dissolution Sequencer
|
||||
type = "passive"
|
||||
def handler(fit, src, context):
|
||||
fit.ship.boostItemAttr("maxTargetRange", src.getModifiedItemAttr("subsystemBonusAmarrCore2"),
|
||||
skill="Amarr Core Systems")
|
||||
@@ -0,0 +1,8 @@
|
||||
# subsystemBonusAmarrCore3EnergyWarHeatBonus
|
||||
#
|
||||
# Used by:
|
||||
# Subsystem: Legion Core - Energy Parasitic Complex
|
||||
type = "passive"
|
||||
def handler(fit, src, context):
|
||||
fit.modules.filteredItemBoost(lambda mod: mod.item.group.name in ("Energy Nosferatu", "Energy Neutralizer"), "overloadSelfDurationBonus",
|
||||
src.getModifiedItemAttr("subsystemBonusAmarrCore3"), skill="Amarr Core Systems")
|
||||
8
eos/effects/subsystembonusamarrcore3scanresolution.py
Normal file
8
eos/effects/subsystembonusamarrcore3scanresolution.py
Normal file
@@ -0,0 +1,8 @@
|
||||
# subsystemBonusAmarrCore3ScanResolution
|
||||
#
|
||||
# Used by:
|
||||
# Subsystem: Legion Core - Dissolution Sequencer
|
||||
type = "passive"
|
||||
def handler(fit, src, context):
|
||||
fit.ship.boostItemAttr("scanResolution", src.getModifiedItemAttr("subsystemBonusAmarrCore3"),
|
||||
skill="Amarr Core Systems")
|
||||
7
eos/effects/subsystembonusamarrcorecapacitorcapacity.py
Normal file
7
eos/effects/subsystembonusamarrcorecapacitorcapacity.py
Normal file
@@ -0,0 +1,7 @@
|
||||
# subsystemBonusAmarrCoreCapacitorCapacity
|
||||
#
|
||||
# Used by:
|
||||
# Subsystem: Legion Core - Augmented Antimatter Reactor
|
||||
type = "passive"
|
||||
def handler(fit, src, context):
|
||||
fit.ship.boostItemAttr("capacitorCapacity", src.getModifiedItemAttr("subsystemBonusAmarrCore"), skill="Amarr Core Systems")
|
||||
8
eos/effects/subsystembonusamarrcorescanstrengthradar.py
Normal file
8
eos/effects/subsystembonusamarrcorescanstrengthradar.py
Normal file
@@ -0,0 +1,8 @@
|
||||
# subsystemBonusAmarrCoreScanStrengthRADAR
|
||||
#
|
||||
# Used by:
|
||||
# Subsystem: Legion Core - Dissolution Sequencer
|
||||
type = "passive"
|
||||
def handler(fit, src, context):
|
||||
fit.ship.boostItemAttr("scanRadarStrength", src.getModifiedItemAttr("subsystemBonusAmarrCore"),
|
||||
skill="Amarr Core Systems")
|
||||
10
eos/effects/subsystembonusamarrdefensive2armorrepheat.py
Normal file
10
eos/effects/subsystembonusamarrdefensive2armorrepheat.py
Normal file
@@ -0,0 +1,10 @@
|
||||
# subsystemBonusAmarrDefensive2ArmorRepHeat
|
||||
#
|
||||
# Used by:
|
||||
# Subsystem: Legion Defensive - Nanobot Injector
|
||||
type = "passive"
|
||||
def handler(fit, src, context):
|
||||
fit.modules.filteredItemBoost(lambda mod: mod.item.requiresSkill("Repair Systems"), "overloadArmorDamageAmount",
|
||||
src.getModifiedItemAttr("subsystemBonusAmarrDefensive2"), skill="Amarr Defensive Systems")
|
||||
fit.modules.filteredItemBoost(lambda mod: mod.item.requiresSkill("Repair Systems"), "overloadSelfDurationBonus",
|
||||
src.getModifiedItemAttr("subsystemBonusAmarrDefensive2"), skill="Amarr Defensive Systems")
|
||||
10
eos/effects/subsystembonusamarrdefensive2hardenerheat.py
Normal file
10
eos/effects/subsystembonusamarrdefensive2hardenerheat.py
Normal file
@@ -0,0 +1,10 @@
|
||||
# subsystemBonusAmarrDefensive2HardenerHeat
|
||||
#
|
||||
# Used by:
|
||||
# Subsystem: Legion Defensive - Augmented Plating
|
||||
type = "passive"
|
||||
def handler(fit, src, context):
|
||||
fit.modules.filteredItemBoost(lambda mod: mod.item.requiresSkill("Hull Upgrades"), "overloadSelfDurationBonus",
|
||||
src.getModifiedItemAttr("subsystemBonusAmarrDefensive2"), skill="Amarr Defensive Systems")
|
||||
fit.modules.filteredItemBoost(lambda mod: mod.item.requiresSkill("Hull Upgrades"), "overloadHardeningBonus",
|
||||
src.getModifiedItemAttr("subsystemBonusAmarrDefensive2"), skill="Amarr Defensive Systems")
|
||||
@@ -1,7 +1,4 @@
|
||||
# subsystemBonusAmarrDefensive2RemoteArmorRepairAmount
|
||||
#
|
||||
# Used by:
|
||||
# Subsystem: Legion Defensive - Adaptive Augmenter
|
||||
# Not used by any item
|
||||
type = "passive"
|
||||
runTime = "early"
|
||||
|
||||
|
||||
8
eos/effects/subsystembonusamarrdefensive3armorrepheat.py
Normal file
8
eos/effects/subsystembonusamarrdefensive3armorrepheat.py
Normal file
@@ -0,0 +1,8 @@
|
||||
type = "passive"
|
||||
def handler(fit, src, context):
|
||||
fit.modules.filteredItemBoost(lambda mod: mod.item.requiresSkill("Repair Systems"),
|
||||
"overloadSelfDurationBonus", src.getModifiedItemAttr("subsystemBonusAmarrDefensive3"),
|
||||
skill="Amarr Defensive Systems")
|
||||
fit.modules.filteredItemBoost(lambda mod: mod.item.requiresSkill("Repair Systems"),
|
||||
"overloadArmorDamageAmount", src.getModifiedItemAttr("subsystemBonusAmarrDefensive3"),
|
||||
skill="Amarr Defensive Systems")
|
||||
@@ -1,7 +1,4 @@
|
||||
# subSystemBonusAmarrDefensiveArmoredWarfare
|
||||
#
|
||||
# Used by:
|
||||
# Subsystem: Legion Defensive - Warfare Processor
|
||||
# Not used by any item
|
||||
type = "passive"
|
||||
|
||||
|
||||
|
||||
@@ -1,6 +1,7 @@
|
||||
# subsystemBonusAmarrDefensiveArmorRepairAmount
|
||||
#
|
||||
# Used by:
|
||||
# Subsystem: Legion Defensive - Covert Reconfiguration
|
||||
# Subsystem: Legion Defensive - Nanobot Injector
|
||||
type = "passive"
|
||||
|
||||
|
||||
@@ -1,7 +1,4 @@
|
||||
# subsystemBonusAmarrDefensiveArmorResistance
|
||||
#
|
||||
# Used by:
|
||||
# Subsystem: Legion Defensive - Adaptive Augmenter
|
||||
# Not used by any item
|
||||
type = "passive"
|
||||
|
||||
|
||||
|
||||
@@ -1,7 +1,4 @@
|
||||
# subSystemBonusAmarrDefensiveInformationWarfare
|
||||
#
|
||||
# Used by:
|
||||
# Subsystem: Legion Defensive - Warfare Processor
|
||||
# Not used by any item
|
||||
type = "passive"
|
||||
|
||||
|
||||
|
||||
@@ -0,0 +1,11 @@
|
||||
# subSystemBonusAmarrDefensiveScanProbeStrength2
|
||||
#
|
||||
# Used by:
|
||||
# Subsystem: Legion Defensive - Covert Reconfiguration
|
||||
type = "passive"
|
||||
|
||||
|
||||
def handler(fit, module, context):
|
||||
fit.modules.filteredItemBoost(lambda mod: mod.item.requiresSkill("Astrometrics"),
|
||||
"baseSensorStrength", module.getModifiedItemAttr("subsystemBonusAmarrDefensive2"),
|
||||
skill="Amarr Defensive Systems")
|
||||
@@ -1,7 +1,4 @@
|
||||
# subSystemBonusAmarrDefensiveSkirmishWarfare
|
||||
#
|
||||
# Used by:
|
||||
# Subsystem: Legion Defensive - Warfare Processor
|
||||
# Not used by any item
|
||||
type = "passive"
|
||||
|
||||
|
||||
|
||||
15
eos/effects/subsystembonusamarrdefensivetractorbeambonus3.py
Normal file
15
eos/effects/subsystembonusamarrdefensivetractorbeambonus3.py
Normal file
@@ -0,0 +1,15 @@
|
||||
# subSystemBonusAmarrDefensiveTractorBeamBonus3
|
||||
#
|
||||
# Used by:
|
||||
# Subsystem: Legion Defensive - Covert Reconfiguration
|
||||
type = "passive"
|
||||
|
||||
|
||||
def handler(fit, module, context):
|
||||
fit.modules.filteredItemBoost(lambda mod: mod.item.group.name == "Tractor Beam",
|
||||
"maxRange", module.getModifiedItemAttr("subsystemBonusAmarrDefensive3"),
|
||||
skill="Amarr Defensive Systems")
|
||||
|
||||
fit.modules.filteredItemBoost(lambda mod: mod.item.group.name == "Tractor Beam",
|
||||
"maxTractorVelocity", module.getModifiedItemAttr("subsystemBonusAmarrDefensive3"),
|
||||
skill="Amarr Defensive Systems")
|
||||
@@ -1,7 +1,4 @@
|
||||
# subsystemBonusAmarrElectronic2MaxTargetingRange
|
||||
#
|
||||
# Used by:
|
||||
# Subsystem: Legion Electronics - Dissolution Sequencer
|
||||
# Not used by any item
|
||||
type = "passive"
|
||||
|
||||
|
||||
|
||||
@@ -1,7 +1,4 @@
|
||||
# subsystemBonusAmarrElectronic2ScanResolution
|
||||
#
|
||||
# Used by:
|
||||
# Subsystem: Legion Electronics - Tactical Targeting Network
|
||||
# Not used by any item
|
||||
type = "passive"
|
||||
|
||||
|
||||
|
||||
@@ -1,7 +1,4 @@
|
||||
# subSystemBonusAmarrElectronic2TractorBeamRange
|
||||
#
|
||||
# Used by:
|
||||
# Subsystem: Legion Electronics - Emergent Locus Analyzer
|
||||
# Not used by any item
|
||||
type = "passive"
|
||||
|
||||
|
||||
|
||||
@@ -1,7 +1,4 @@
|
||||
# subSystemBonusAmarrElectronic2TractorBeamVelocity
|
||||
#
|
||||
# Used by:
|
||||
# Subsystem: Legion Electronics - Emergent Locus Analyzer
|
||||
# Not used by any item
|
||||
type = "passive"
|
||||
|
||||
|
||||
|
||||
@@ -1,7 +1,4 @@
|
||||
# subsystemBonusAmarrElectronicEnergyDestabilizerAmount
|
||||
#
|
||||
# Used by:
|
||||
# Subsystem: Legion Electronics - Energy Parasitic Complex
|
||||
# Not used by any item
|
||||
type = "passive"
|
||||
|
||||
|
||||
|
||||
@@ -1,7 +1,4 @@
|
||||
# subsystemBonusAmarrElectronicEnergyVampireAmount
|
||||
#
|
||||
# Used by:
|
||||
# Subsystem: Legion Electronics - Energy Parasitic Complex
|
||||
# Not used by any item
|
||||
type = "passive"
|
||||
|
||||
|
||||
|
||||
@@ -1,7 +1,4 @@
|
||||
# subSystemBonusAmarrElectronicScanProbeStrength
|
||||
#
|
||||
# Used by:
|
||||
# Subsystem: Legion Electronics - Emergent Locus Analyzer
|
||||
# Not used by any item
|
||||
type = "passive"
|
||||
|
||||
|
||||
|
||||
@@ -1,7 +1,4 @@
|
||||
# subsystemBonusAmarrElectronicScanStrengthRADAR
|
||||
#
|
||||
# Used by:
|
||||
# Subsystem: Legion Electronics - Dissolution Sequencer
|
||||
# Not used by any item
|
||||
type = "passive"
|
||||
|
||||
|
||||
|
||||
@@ -1,10 +1,7 @@
|
||||
# subsystemBonusAmarrEngineeringCapacitorCapacity
|
||||
#
|
||||
# Used by:
|
||||
# Subsystem: Legion Engineering - Augmented Capacitor Reservoir
|
||||
# Not used by any item
|
||||
type = "passive"
|
||||
|
||||
|
||||
def handler(fit, module, context):
|
||||
fit.ship.boostItemAttr("capacitorCapacity", module.getModifiedItemAttr("subsystemBonusAmarrEngineering"),
|
||||
skill="Amarr Engineering Systems")
|
||||
fit.ship.boostItemAttr("capacitorCapacity", module.getModifiedItemAttr("subsystemBonusAmarrCore"),
|
||||
skill="Amarr Core Systems")
|
||||
|
||||
@@ -1,10 +1,7 @@
|
||||
# subsystemBonusAmarrEngineeringCapacitorRecharge
|
||||
#
|
||||
# Used by:
|
||||
# Subsystem: Legion Engineering - Capacitor Regeneration Matrix
|
||||
# Not used by any item
|
||||
type = "passive"
|
||||
|
||||
|
||||
def handler(fit, module, context):
|
||||
fit.ship.boostItemAttr("rechargeRate", module.getModifiedItemAttr("subsystemBonusAmarrEngineering"),
|
||||
skill="Amarr Engineering Systems")
|
||||
fit.ship.boostItemAttr("rechargeRate", module.getModifiedItemAttr("subsystemBonusAmarrCore"),
|
||||
skill="Amarr Core Systems")
|
||||
|
||||
@@ -1,11 +1,11 @@
|
||||
# subsystemBonusAmarrEngineeringHeatDamageReduction
|
||||
#
|
||||
# Used by:
|
||||
# Subsystem: Legion Engineering - Supplemental Coolant Injector
|
||||
# Subsystem: Legion Core - Energy Parasitic Complex
|
||||
type = "passive"
|
||||
|
||||
|
||||
def handler(fit, module, context):
|
||||
fit.modules.filteredItemBoost(lambda mod: True, "heatDamage",
|
||||
module.getModifiedItemAttr("subsystemBonusAmarrEngineering"),
|
||||
skill="Amarr Engineering Systems")
|
||||
module.getModifiedItemAttr("subsystemBonusAmarrCore"),
|
||||
skill="Amarr Core Systems")
|
||||
|
||||
@@ -1,10 +1,7 @@
|
||||
# subsystemBonusAmarrEngineeringPowerOutput
|
||||
#
|
||||
# Used by:
|
||||
# Subsystem: Legion Engineering - Power Core Multiplier
|
||||
# Not used by any item
|
||||
type = "passive"
|
||||
|
||||
|
||||
def handler(fit, module, context):
|
||||
fit.ship.boostItemAttr("powerOutput", module.getModifiedItemAttr("subsystemBonusAmarrEngineering"),
|
||||
skill="Amarr Engineering Systems")
|
||||
fit.ship.boostItemAttr("powerOutput", module.getModifiedItemAttr("subsystemBonusAmarrCore"),
|
||||
skill="Amarr Core Systems")
|
||||
|
||||
@@ -1,7 +1,6 @@
|
||||
# subsystemBonusAmarrOffensive2EnergyWeaponCapacitorNeed
|
||||
#
|
||||
# Used by:
|
||||
# Subsystem: Legion Offensive - Drone Synthesis Projector
|
||||
# Subsystem: Legion Offensive - Liquid Crystal Magnifiers
|
||||
type = "passive"
|
||||
|
||||
|
||||
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user