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