14 lines
412 B
Python
14 lines
412 B
Python
# shipPTDmgBonusMB
|
|
#
|
|
# Used by:
|
|
# Variations of ship: Tempest (3 of 4)
|
|
# Ship: Machariel
|
|
# Ship: Panther
|
|
type = "passive"
|
|
|
|
|
|
def handler(fit, ship, context):
|
|
fit.modules.filteredItemBoost(lambda mod: mod.item.requiresSkill("Large Projectile Turret"),
|
|
"damageMultiplier", ship.getModifiedItemAttr("shipBonusMB"),
|
|
skill="Minmatar Battleship")
|