Files
pyfa/eos/effects/elitebonuscommanddestroyerinfohidden1.py
2017-02-05 20:09:00 -08:00

10 lines
386 B
Python

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