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