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

9 lines
339 B
Python

# Used by:
# 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)