Files
pyfa/eos/effects/effect6411.py
2019-03-16 14:08:20 -04:00

13 lines
570 B
Python

# structureRigVelocityBonusAoeMissiles
#
# Used by:
# Structure Modules from group: Structure Combat Rig L - AoE Launcher Application and Projection (2 of 2)
# Structure Modules from group: Structure Combat Rig XL - Missile and AoE Missile (2 of 2)
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)