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

12 lines
391 B
Python

# shipSHTRoFGallenteTacticalDestroyer1
#
# Used by:
# Ship: Hecate
type = "passive"
def handler(fit, ship, context):
fit.modules.filteredItemBoost(lambda mod: mod.item.requiresSkill("Small Hybrid Turret"),
"speed", ship.getModifiedItemAttr("shipBonusTacticalDestroyerGallente1"),
skill="Gallente Tactical Destroyer")