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

8 lines
317 B
Python

# Used by:
# Ship: Ashimmu
type = "passive"
def handler(fit, ship, context):
level = fit.character.getSkill("Minmatar Cruiser").level
fit.modules.filteredItemBoost(lambda mod: mod.item.group.name == "Stasis Web",
"maxRange", ship.getModifiedItemAttr("shipBonusMC2") * level)