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