7 lines
278 B
Python
7 lines
278 B
Python
# Used by:
|
|
# Ship: Daredevil
|
|
type = "passive"
|
|
def handler(fit, ship, context):
|
|
fit.modules.filteredItemBoost(lambda mod: mod.item.requiresSkill("Small Hybrid Turret"),
|
|
"damageMultiplier", ship.getModifiedItemAttr("shipBonusPirateFaction"))
|