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

7 lines
376 B
Python
Executable File

# Used by:
# Modules named like: Sentry Augmentor (8 of 8)
type = "passive"
def handler(fit, module, context):
fit.drones.filteredItemBoost(lambda drone: drone.item.requiresSkill("Sentry Drone Interfacing"),
"damageMultiplier", module.getModifiedItemAttr("damageMultiplierBonus"),
stackingPenalties = True)