Files
pyfa/eos/effects/shiphybridtracking1gd2.py
2014-05-31 22:13:59 +04:00

10 lines
407 B
Python
Executable File

# Used by:
# Variations of ship: Catalyst (7 of 7)
# Ship: Algos
# Ship: Catalyst Serpentis Edition
type = "passive"
def handler(fit, ship, context):
level = fit.character.getSkill("Gallente Destroyer").level
fit.modules.filteredItemBoost(lambda mod: mod.item.requiresSkill("Small Hybrid Turret"),
"trackingSpeed", ship.getModifiedItemAttr("shipBonusGD2") * level)