9 lines
414 B
Python
9 lines
414 B
Python
# subsystemBonusAmarrOffensiveEnergyWeaponCapacitorNeed
|
|
#
|
|
# Used by:
|
|
# Subsystem: Legion Offensive - Covert Reconfiguration
|
|
type = "passive"
|
|
def handler(fit, module, context):
|
|
fit.modules.filteredItemBoost(lambda mod: mod.item.requiresSkill("Medium Energy Turret"),
|
|
"capacitorNeed", module.getModifiedItemAttr("subsystemBonusAmarrOffensive"), skill="Amarr Offensive Systems")
|