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