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

8 lines
290 B
Python
Executable File

# Used by:
# Ship: Nefantar Thrasher
# Ship: Thrasher
type = "passive"
def handler(fit, ship, context):
fit.modules.filteredItemBoost(lambda mod: mod.item.requiresSkill("Small Projectile Turret"),
"maxRange", ship.getModifiedItemAttr("maxRangeBonus"))