12 lines
367 B
Python
12 lines
367 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")
|