9 lines
321 B
Python
9 lines
321 B
Python
# eliteReconBonusVampRange3
|
|
#
|
|
# Used by:
|
|
# Ship: Pilgrim
|
|
type = "passive"
|
|
def handler(fit, ship, context):
|
|
fit.modules.filteredItemBoost(lambda mod: mod.item.group.name == "Energy Vampire",
|
|
"powerTransferRange", ship.getModifiedItemAttr("eliteBonusReconShip3"), skill="Recon Ships")
|