15 lines
415 B
Python
15 lines
415 B
Python
# shipPTspeedBonusMB2
|
|
#
|
|
# Used by:
|
|
# Variations of ship: Tempest (4 of 4)
|
|
# Ship: Maelstrom
|
|
# Ship: Marshal
|
|
# Ship: Panther
|
|
# Ship: Typhoon Fleet Issue
|
|
type = "passive"
|
|
|
|
|
|
def handler(fit, ship, context):
|
|
fit.modules.filteredItemBoost(lambda mod: mod.item.requiresSkill("Large Projectile Turret"),
|
|
"speed", ship.getModifiedItemAttr("shipBonusMB2"), skill="Minmatar Battleship")
|