12 lines
460 B
Python
12 lines
460 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")
|