Files
pyfa/eos/effects/shipcruiselauncherrofbonus2cb.py
2014-07-30 21:23:27 -04:00

9 lines
353 B
Python

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