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

8 lines
380 B
Python

# Used by:
# Ships from group: Command Ship (4 of 8)
type = "passive"
def handler(fit, module, context):
level = fit.character.getSkill("Command Ships").level
fit.modules.filteredItemBoost(lambda mod: mod.item.requiresSkill("Information Warfare Specialist"),
"commandBonus", module.getModifiedItemAttr("eliteBonusCommandShips3") * level)