Files
pyfa/eos/effects/effect3370.py
2019-03-16 14:08:20 -04:00

12 lines
387 B
Python

# eliteBonusElectronicAttackShipStasisWebMaxRange1
#
# Used by:
# Ship: Hyena
type = "passive"
def handler(fit, ship, context):
fit.modules.filteredItemBoost(lambda mod: mod.item.group.name == "Stasis Web",
"maxRange", ship.getModifiedItemAttr("eliteBonusElectronicAttackShip1"),
skill="Electronic Attack Ships")