12 lines
459 B
Python
12 lines
459 B
Python
# subsystemBonusAmarrOffensiveEnergyWeaponDamageMultiplier
|
|
#
|
|
# 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"),
|
|
"damageMultiplier", module.getModifiedItemAttr("subsystemBonusAmarrOffensive"),
|
|
skill="Amarr Offensive Systems")
|