8 lines
345 B
Python
8 lines
345 B
Python
# Used by:
|
|
# Ship: Curse
|
|
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",
|
|
"energyDestabilizationRange", ship.getModifiedItemAttr("eliteBonusReconShip1") * level)
|