7 lines
391 B
Python
7 lines
391 B
Python
type = "passive"
|
|
def handler(fit, src, context):
|
|
groups = ("Structure Anti-Subcapital Missile", "Structure Anti-Capital Missile")
|
|
fit.modules.filteredItemBoost(lambda mod: mod.charge.group.name in groups,
|
|
"maxVelocity", src.getModifiedItemAttr("structureRigMissileVelocityBonus"),
|
|
stackingPenalties=True)
|