Files
pyfa/eos/effects/elitebonuscommandshipinformationhiddencs3.py
2017-02-05 15:39:07 -08:00

8 lines
315 B
Python

# Not used by any item
type = "passive"
def handler(fit, module, context):
fit.modules.filteredItemBoost(lambda mod: mod.item.requiresSkill("Information Command Specialist"),
"commandBonusHidden", module.getModifiedItemAttr("eliteBonusCommandShips3"), skill="Command Ships")