12 lines
340 B
Python
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")
|