Files
pyfa/eos/effects/subsystembonusamarroffensive2energyweaponcapacitorneed.py
2017-06-25 00:18:06 -04:00

12 lines
455 B
Python

# subsystemBonusAmarrOffensive2EnergyWeaponCapacitorNeed
#
# Used by:
# Subsystem: Legion Offensive - Liquid Crystal Magnifiers
type = "passive"
def handler(fit, module, context):
fit.modules.filteredItemBoost(lambda mod: mod.item.requiresSkill("Medium Energy Turret"),
"capacitorNeed", module.getModifiedItemAttr("subsystemBonusAmarrOffensive2"),
skill="Amarr Offensive Systems")