Files
pyfa/eos/effects/elitebonuscommandshiphamrofcs1.py
2013-08-23 01:27:52 +04:00

9 lines
361 B
Python

# Used by:
# Ship: Claymore
# Ship: Nighthawk
type = "passive"
def handler(fit, ship, context):
level = fit.character.getSkill("Command Ships").level
fit.modules.filteredItemBoost(lambda mod: mod.item.group.name == "Missile Launcher Heavy Assault",
"speed", ship.getModifiedItemAttr("eliteBonusCommandShips1") * level)