Files
pyfa/eos/effects/elitebonuscommanddestroyersiege1.py

12 lines
361 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")