Files
pyfa/eos/effects/shipwebvelocitybonusrookie.py
2014-07-30 21:23:27 -04:00

8 lines
271 B
Python

# Used by:
# Ship: Hematos
# Ship: Violator
type = "passive"
def handler(fit, ship, context):
fit.modules.filteredItemBoost(lambda mod: mod.item.group.name == "Stasis Web",
"speedFactor", ship.getModifiedItemAttr("rookieWebAmount"))