Files
pyfa/eos/effects/shiphttrackingbonusgb2.py

12 lines
378 B
Python

# shipHTTrackingBonusGB2
#
# Used by:
# Ships named like: Megathron (3 of 3)
type = "passive"
def handler(fit, ship, context):
fit.modules.filteredItemBoost(lambda mod: mod.item.requiresSkill("Large Hybrid Turret"),
"trackingSpeed", ship.getModifiedItemAttr("shipBonusGB2"),
skill="Gallente Battleship")