Files
pyfa/eos/effects/shiphttrackingbonusgb.py
2014-07-30 21:23:27 -04:00

8 lines
337 B
Python

# 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)