8 lines
358 B
Python
Executable File
8 lines
358 B
Python
Executable File
# Used by:
|
|
# Ship: Heron
|
|
# Ship: Sukuuvestaa Heron
|
|
type = "passive"
|
|
def handler(fit, ship, context):
|
|
level = fit.character.getSkill("Caldari Frigate").level
|
|
fit.modules.filteredChargeBoost(lambda mod: mod.charge.group.name == "Scanner Probe",
|
|
"baseSensorStrength", ship.getModifiedItemAttr("shipBonusCF2") * level) |