11 lines
322 B
Python
11 lines
322 B
Python
# shipETOptimalRange2AF
|
|
#
|
|
# Used by:
|
|
# Ship: Imperial Navy Slicer
|
|
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")
|