14 lines
413 B
Python
14 lines
413 B
Python
# shipProjectileDmgMC2
|
|
#
|
|
# Used by:
|
|
# Variations of ship: Rupture (3 of 3)
|
|
# Ship: Cynabal
|
|
# Ship: Moracha
|
|
type = "passive"
|
|
|
|
|
|
def handler(fit, ship, context):
|
|
fit.modules.filteredItemBoost(lambda mod: mod.item.requiresSkill("Medium Projectile Turret"),
|
|
"damageMultiplier", ship.getModifiedItemAttr("shipBonusMC2"),
|
|
skill="Minmatar Cruiser")
|