Files
pyfa/eos/effects/elitebonuscommandshipinformationcs3.py
2014-01-22 23:51:42 +04:00

11 lines
409 B
Python

# Used by:
# Ship: Absolution
# Ship: Damnation
# Ship: Nighthawk
# Ship: Vulture
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)