8 lines
275 B
Python
8 lines
275 B
Python
# shipBonusTitanM1WebBonus
|
|
#
|
|
# Used by:
|
|
# Ship: Vanquisher
|
|
type = "passive"
|
|
def handler(fit, src, context):
|
|
fit.modules.filteredItemBoost(lambda mod: mod.item.group.name == "Stasis Web", "speedFactor", src.getModifiedItemAttr("shipBonusTitanM1"), skill="Minmatar Titan")
|