9 lines
331 B
Python
9 lines
331 B
Python
# eliteBonusCommandDestroyerInfo1
|
|
#
|
|
# Used by:
|
|
# Ship: Pontifex
|
|
# Ship: Stork
|
|
type = "passive"
|
|
def handler(fit, src, context):
|
|
fit.modules.filteredItemBoost(lambda mod: mod.item.requiresSkill("Information Warfare Specialist"), "commandBonus", src.getModifiedItemAttr("eliteBonusCommandDestroyer1"), skill="Command Destroyers")
|