12 lines
391 B
Python
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")
|