Files
pyfa/eos/effects/shiphttrackingbonusgb2.py
2014-01-22 23:51:42 +04:00

10 lines
399 B
Python
Executable File

# Used by:
# Ship: Megathron
# Ship: Megathron Federate Issue
# Ship: Megathron Navy Issue
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("shipBonusGB2") * level)