Files
pyfa/eos/effects/effect1228.py
2019-03-16 14:08:20 -04:00

12 lines
340 B
Python

# shipProjectileTrackingGF
#
# Used by:
# Ship: Chremoas
# Ship: Dramiel
type = "passive"
def handler(fit, ship, context):
fit.modules.filteredItemBoost(lambda mod: mod.item.requiresSkill("Small Projectile Turret"),
"trackingSpeed", ship.getModifiedItemAttr("shipBonusGF"), skill="Gallente Frigate")