11 lines
377 B
Python
11 lines
377 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")
|