Files
pyfa/eos/effects/subsystembonusgallentedefensiveinformationwarfare.py

9 lines
421 B
Python

# subSystemBonusGallenteDefensiveInformationWarfare
#
# Used by:
# Subsystem: Proteus Defensive - Warfare Processor
type = "passive"
def handler(fit, module, context):
fit.modules.filteredItemBoost(lambda mod: mod.item.requiresSkill("Information Warfare Specialist"),
"commandBonus", module.getModifiedItemAttr("subsystemBonusGallenteDefensive"), skill="Gallente Defensive Systems")