Files
pyfa/eos/effects/subsystembonusgallentepropulsionmwdpenalty.py

10 lines
455 B
Python

# subsystemBonusGallentePropulsionMWDPenalty
#
# Used by:
# Subsystem: Proteus Propulsion - Wake Limiter
type = "passive"
def handler(fit, module, context):
level = fit.character.getSkill("Gallente Propulsion Systems").level
fit.modules.filteredItemBoost(lambda mod: mod.item.requiresSkill("High Speed Maneuvering"),
"signatureRadiusBonus", module.getModifiedItemAttr("subsystemBonusGallentePropulsion") * level)