Files
pyfa/eos/effects/shipbonusmediumenergyturretdamagepiratefaction.py
2014-07-30 21:23:27 -04:00

9 lines
309 B
Python

# Used by:
# Ship: Ashimmu
# Ship: Gnosis
# Ship: Phantasm
type = "passive"
def handler(fit, ship, context):
fit.modules.filteredItemBoost(lambda mod: mod.item.requiresSkill("Medium Energy Turret"),
"damageMultiplier", ship.getModifiedItemAttr("shipBonusPirateFaction"))