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

8 lines
337 B
Python

# Used by:
# Ship: Eos
type = "passive"
def handler(fit, ship, context):
level = fit.character.getSkill("Command Ships").level
fit.modules.filteredItemBoost(lambda mod: mod.item.requiresSkill("Medium Hybrid Turret"),
"trackingSpeed", ship.getModifiedItemAttr("eliteBonusCommandShips1") * level)