Files
pyfa/eos/effects/shiphybridtrackinggc2.py

10 lines
358 B
Python

# shipHybridTrackingGC2
#
# Used by:
# Ship: Thorax
type = "passive"
def handler(fit, ship, context):
level = fit.character.getSkill("Gallente Cruiser").level
fit.modules.filteredItemBoost(lambda mod: mod.item.requiresSkill("Medium Hybrid Turret"),
"trackingSpeed", ship.getModifiedItemAttr("shipBonusGC2") * level)