Files
pyfa/eos/effects/effect4482.py
2019-03-16 14:08:20 -04:00

12 lines
339 B
Python

# shipETOptimalRange2AF
#
# Used by:
# Ship: Imperial Navy Slicer
# Ship: Pacifier
type = "passive"
def handler(fit, ship, context):
fit.modules.filteredItemBoost(lambda mod: mod.item.requiresSkill("Small Energy Turret"),
"maxRange", ship.getModifiedItemAttr("shipBonus2AF"), skill="Amarr Frigate")