Files
pyfa/eos/effects/effect5424.py
2019-03-16 14:08:20 -04:00

12 lines
347 B
Python

# shipLargeHybridTurretRofGB
#
# Used by:
# Ship: Megathron
# Ship: Megathron Navy Issue
type = "passive"
def handler(fit, ship, context):
fit.modules.filteredItemBoost(lambda mod: mod.item.requiresSkill("Large Hybrid Turret"),
"speed", ship.getModifiedItemAttr("shipBonusGB"), skill="Gallente Battleship")