14 lines
368 B
Python
14 lines
368 B
Python
# shipBonusMediumEnergyTurretDamagePirateFaction
|
|
#
|
|
# Used by:
|
|
# Ship: Ashimmu
|
|
# Ship: Fiend
|
|
# 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("shipBonusRole7"))
|