9 lines
354 B
Python
9 lines
354 B
Python
# Not used by any item
|
|
type = "passive"
|
|
|
|
|
|
def handler(fit, module, context):
|
|
fit.modules.filteredItemBoost(lambda mod: mod.item.group.name == "Missile Launcher Rapid Light",
|
|
"speed", module.getModifiedItemAttr("subsystemBonusMinmatarOffensive"),
|
|
skill="Minmatar Offensive Systems")
|