9 lines
338 B
Python
9 lines
338 B
Python
# eliteReconBonusEnergyNeutRange1
|
|
#
|
|
# Used by:
|
|
# Ship: Curse
|
|
type = "passive"
|
|
def handler(fit, ship, context):
|
|
fit.modules.filteredItemBoost(lambda mod: mod.item.group.name == "Energy Destabilizer",
|
|
"energyDestabilizationRange", ship.getModifiedItemAttr("eliteBonusReconShip1"), skill="Recon Ships")
|