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

9 lines
338 B
Python

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