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

8 lines
351 B
Python

# Used by:
# Ships named like: Cormorant (2 of 2)
type = "passive"
def handler(fit, ship, context):
level = fit.character.getSkill("Caldari Destroyer").level
fit.modules.filteredItemBoost(lambda mod: mod.item.requiresSkill("Small Hybrid Turret"),
"maxRange", ship.getModifiedItemAttr("shipBonusCD1") * level)