10 lines
274 B
Python
10 lines
274 B
Python
# eliteReconStasisWebBonus1
|
|
#
|
|
# Used by:
|
|
# Ship: Enforcer
|
|
type = "passive"
|
|
|
|
|
|
def handler(fit, src, context):
|
|
fit.modules.filteredItemBoost(lambda mod: mod.item.group.name == "Stasis Web", "maxRange", src.getModifiedItemAttr("eliteBonusReconShip1"), skill="Recon Ships")
|