12 lines
443 B
Python
12 lines
443 B
Python
# subSystemBonusAmarrDefensive2ScanProbeStrength
|
|
#
|
|
# Used by:
|
|
# Subsystem: Legion Defensive - Covert Reconfiguration
|
|
type = "passive"
|
|
|
|
|
|
def handler(fit, src, context):
|
|
fit.modules.filteredChargeBoost(lambda mod: mod.charge.requiresSkill("Astrometrics"),
|
|
"baseSensorStrength", src.getModifiedItemAttr("subsystemBonusAmarrDefensive2"),
|
|
skill="Amarr Defensive Systems")
|