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

11 lines
288 B
Python

# ammoTrackingMultiplier
#
# Used by:
# Items from category: Charge (182 of 949)
# Charges from group: Projectile Ammo (128 of 128)
type = "passive"
def handler(fit, module, context):
module.multiplyItemAttr("trackingSpeed", module.getModifiedChargeAttr("trackingSpeedMultiplier"))