12 lines
361 B
Python
12 lines
361 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")
|