9 lines
343 B
Python
9 lines
343 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")
|