Files
pyfa/eos/effects/effect7154.py
2019-03-16 14:08:20 -04:00

12 lines
371 B
Python

# shipBonusPD1DisintegratorDamage
#
# Used by:
# Ship: Kikimora
type = "passive"
def handler(fit, ship, context):
fit.modules.filteredItemBoost(lambda mod: mod.item.requiresSkill("Small Precursor Weapon"),
"damageMultiplier", ship.getModifiedItemAttr("shipBonusPD1"),
skill="Precursor Destroyer")