11 lines
322 B
Python
11 lines
322 B
Python
# shipHTTrackingBonusGB
|
|
#
|
|
# Used by:
|
|
# Ship: Vindicator
|
|
type = "passive"
|
|
|
|
|
|
def handler(fit, ship, context):
|
|
fit.modules.filteredItemBoost(lambda mod: mod.item.requiresSkill("Large Hybrid Turret"),
|
|
"trackingSpeed", ship.getModifiedItemAttr("shipBonusGB"), skill="Gallente Battleship")
|