Files
pyfa/eos/effects/structurerigvelocitybonusaoemissiles.py
2016-08-24 20:41:38 -04:00

6 lines
321 B
Python

type = "passive"
def handler(fit, src, context):
fit.modules.filteredChargeBoost(lambda mod: mod.charge.group.name == "Structure Guided Bomb",
"maxVelocity", src.getModifiedItemAttr("structureRigMissileVelocityBonus"),
stackingPenalties=True)