Files
pyfa/eos/effects/ammoinfluencerange.py
2017-06-25 00:18:06 -04:00

10 lines
226 B
Python

# ammoInfluenceRange
#
# Used by:
# Items from category: Charge (568 of 898)
type = "passive"
def handler(fit, module, context):
module.multiplyItemAttr("maxRange", module.getModifiedChargeAttr("weaponRangeMultiplier"))