Files
pyfa/eos/effects/shipcruiselauncherrofbonus2cb.py

10 lines
344 B
Python

# shipCruiseLauncherROFBonus2CB
#
# Used by:
# Ship: Raven
# Ship: Raven State Issue
type = "passive"
def handler(fit, ship, context):
fit.modules.filteredItemBoost(lambda mod: mod.item.group.name == "Missile Launcher Cruise",
"speed", ship.getModifiedItemAttr("shipBonus2CB"), skill="Caldari Battleship")