Files
pyfa/eos/effects/shipbonusletoptimalrangepiratefaction.py
2014-01-22 23:51:42 +04:00

7 lines
267 B
Python

# Used by:
# Ship: Nestor
type = "passive"
def handler(fit, ship, context):
fit.modules.filteredItemBoost(lambda mod: mod.item.requiresSkill("Large Energy Turret"),
"maxRange", ship.getModifiedItemAttr("shipBonusPirateFaction"))