8 lines
322 B
Python
8 lines
322 B
Python
# shipBonusScanProbeStrengthCF
|
|
#
|
|
# Used by:
|
|
# Ship: Heron
|
|
type = "passive"
|
|
def handler(fit, ship, context):
|
|
fit.modules.filteredChargeBoost(lambda mod: mod.charge.group.name == "Scanner Probe",
|
|
"baseSensorStrength", ship.getModifiedItemAttr("shipBonusCF2"), skill="Caldari Frigate") |