9 lines
362 B
Python
9 lines
362 B
Python
# Used by:
|
|
# Ship: Curse
|
|
# Ship: Pilgrim
|
|
type = "passive"
|
|
def handler(fit, ship, context):
|
|
level = fit.character.getSkill("Recon Ships").level
|
|
fit.modules.filteredItemBoost(lambda mod: mod.item.group.name == "Energy Destabilizer",
|
|
"energyDestabilizationAmount", ship.getModifiedItemAttr("eliteBonusReconShip2") * level)
|