Files
pyfa/eos/effects/subsystembonusminmatardefensive2remoteshieldtransporteramount.py
2016-05-23 20:19:30 -04:00

9 lines
424 B
Python

# subsystemBonusMinmatarDefensive2RemoteShieldTransporterAmount
#
# Used by:
# Subsystem: Loki Defensive - Adaptive Shielding
type = "passive"
def handler(fit, module, context):
fit.modules.filteredItemBoost(lambda mod: mod.item.requiresSkill("Shield Emission Systems"),
"shieldBonus", module.getModifiedItemAttr("subsystemBonusMinmatarDefensive2"), skill="Minmatar Defensive Systems")