Files
pyfa/eos/effects/shipmodespttrackingpostdiv.py
2015-02-15 14:27:32 +03:00

14 lines
395 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"
)