Files
pyfa/eos/effects/shippcbsdmgbonuspcbs2.py
2018-05-08 14:58:25 +03:00

11 lines
327 B
Python

# shipPCBSDmgBonusPCBS2
#
# Used by:
# Ship: Leshak
type = "passive"
def handler(fit, ship, context):
fit.modules.filteredItemBoost(lambda mod: mod.item.requiresSkill("Large Precursor Weapon"),
"damageMultiplier", ship.getModifiedItemAttr("shipBonusPBS2"), skill="Precursor Battleship")