Files
pyfa/eos/effects/shipsptoptimalbonusmf.py
2013-08-24 01:03:20 +04:00

8 lines
331 B
Python

# Used by:
# Ship: Chremoas
type = "passive"
def handler(fit, ship, context):
level = fit.character.getSkill("Minmatar Frigate").level
fit.modules.filteredItemBoost(lambda mod: mod.item.requiresSkill("Small Projectile Turret"),
"maxRange", ship.getModifiedItemAttr("shipBonusMF") * level)