Files
pyfa/eos/effects/subsystembonusgallentedefensiveinformationwarfare.py
2013-08-23 01:27:52 +04:00

8 lines
410 B
Python
Executable File

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