10 lines
447 B
Python
10 lines
447 B
Python
# subsystemBonusCaldariOffensive3EwStrengthLadar
|
|
#
|
|
# Used by:
|
|
# Subsystem: Tengu Offensive - Rifling Launcher Pattern
|
|
type = "passive"
|
|
def handler(fit, module, context):
|
|
level = fit.character.getSkill("Caldari Offensive Systems").level
|
|
fit.modules.filteredItemBoost(lambda mod: mod.item.group.name == "ECM",
|
|
"scanLadarStrengthBonus", module.getModifiedItemAttr("subsystemBonusCaldariOffensive3") * level)
|