14 lines
359 B
Python
14 lines
359 B
Python
# shipBonusPirateFrigateProjDamage
|
|
#
|
|
# Used by:
|
|
# Ship: Chremoas
|
|
# Ship: Dramiel
|
|
# Ship: Sunesis
|
|
# Ship: Svipul
|
|
type = "passive"
|
|
|
|
|
|
def handler(fit, ship, context):
|
|
fit.modules.filteredItemBoost(lambda mod: mod.item.requiresSkill("Small Projectile Turret"),
|
|
"damageMultiplier", ship.getModifiedItemAttr("shipBonusRole7"))
|