Files
pyfa/eos/effects/shipptdmgbonusmb.py
2014-03-15 17:33:45 +04:00

10 lines
398 B
Python
Executable File

# Used by:
# Variations of ship: Tempest (3 of 4)
# Ship: Machariel
# Ship: Panther
type = "passive"
def handler(fit, ship, context):
level = fit.character.getSkill("Minmatar Battleship").level
fit.modules.filteredItemBoost(lambda mod: mod.item.requiresSkill("Large Projectile Turret"),
"damageMultiplier", ship.getModifiedItemAttr("shipBonusMB") * level)