Files
pyfa/eos/effects/shipmodespttrackingpostdiv.py
2015-02-14 01:27:52 -05:00

10 lines
403 B
Python

# shipModeSPTTrackingPostDiv
#
# Used by:
# Module: Svipul Sharpshooter Mode
type = "passive"
def handler(fit, module, context):
fit.modules.filteredItemMultiply(lambda mod: mod.item.requiresSkill("Small Projectile Turret"),
"trackingSpeed", 1/module.getModifiedItemAttr("modeTrackingPostDiv"),
stackingPenalties=True, penaltyGroup="postDiv")