11 lines
332 B
Python
11 lines
332 B
Python
# eliteBonusViolatorsLargeEnergyTurretDamageRole1
|
|
#
|
|
# Used by:
|
|
# Ship: Paladin
|
|
type = "passive"
|
|
|
|
|
|
def handler(fit, ship, context):
|
|
fit.modules.filteredItemBoost(lambda mod: mod.item.requiresSkill("Large Energy Turret"),
|
|
"damageMultiplier", ship.getModifiedItemAttr("eliteBonusViolatorsRole1"))
|