Files
pyfa/eos/effects/structurerigexplosionradiusbonusaoemissiles.py
2016-12-04 23:10:09 -05:00

9 lines
352 B
Python

# Not used by any item
type = "passive"
def handler(fit, src, context):
fit.modules.filteredChargeBoost(lambda mod: mod.charge.group.name == "Structure Guided Bomb",
"aoeCloudSize", src.getModifiedItemAttr("structureRigMissileExplosionRadiusBonus"),
stackingPenalties=True)