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