Files
pyfa/eos/effects/elitebonuselectronicattackshipwarpscramblercapneed2.py

9 lines
363 B
Python

# eliteBonusElectronicAttackShipWarpScramblerCapNeed2
#
# Used by:
# Ship: Keres
type = "passive"
def handler(fit, ship, context):
fit.modules.filteredItemBoost(lambda mod: mod.item.group.name == "Warp Scrambler",
"capacitorNeed", ship.getModifiedItemAttr("eliteBonusElectronicAttackShip2"), skill="Electronic Attack Ships")