Files
pyfa/eos/effects/shipbonuswarpscramblemaxrangegb.py
2014-05-31 22:13:59 +04:00

8 lines
324 B
Python

# Used by:
# Ship: Barghest
type = "passive"
def handler(fit, ship, context):
level = fit.character.getSkill("Gallente Battleship").level
fit.modules.filteredItemBoost(lambda mod: mod.item.group.name == "Warp Scrambler",
"maxRange", ship.getModifiedItemAttr("shipBonusGB") * level)