Files
pyfa/eos/effects/subsystembonusamarrpropulsionmwdpenalty.py
2017-06-25 00:18:06 -04:00

9 lines
360 B
Python

# Not used by any item
type = "passive"
def handler(fit, module, context):
fit.modules.filteredItemBoost(lambda mod: mod.item.requiresSkill("High Speed Maneuvering"),
"signatureRadiusBonus", module.getModifiedItemAttr("subsystemBonusAmarrPropulsion"),
skill="Amarr Propulsion Systems")