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

8 lines
357 B
Python

# Used by:
# Variations of ship: Arbitrator (3 of 3)
type = "passive"
def handler(fit, ship, context):
level = fit.character.getSkill("Amarr Cruiser").level
fit.modules.filteredItemBoost(lambda mod: mod.item.group.name == "Tracking Disruptor",
"trackingSpeedBonus", ship.getModifiedItemAttr("shipBonusAC") * level)