Files
pyfa/eos/effects/elitereconbonusladarstrength2.py

12 lines
391 B
Python

# eliteReconBonusLadarStrength2
#
# Used by:
# Ship: Chameleon
# Ship: Falcon
# Ship: Rook
type = "passive"
def handler(fit, ship, context):
level = fit.character.getSkill("Recon Ships").level
fit.modules.filteredItemBoost(lambda mod: mod.item.group.name == "ECM",
"scanLadarStrengthBonus", ship.getModifiedItemAttr("eliteBonusReconShip2") * level)