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

12 lines
457 B
Python

# subsystemBonusMinmatarOffensiveProjectileWeaponMaxRange
#
# Used by:
# Subsystem: Loki Offensive - Projectile Scoping Array
type = "passive"
def handler(fit, module, context):
fit.modules.filteredItemBoost(lambda mod: mod.item.requiresSkill("Medium Projectile Turret"),
"maxRange", module.getModifiedItemAttr("subsystemBonusMinmatarOffensive"),
skill="Minmatar Offensive Systems")