Files
pyfa/eos/effects/ammoinfluencerange.py
2016-11-20 15:37:55 -05:00

10 lines
226 B
Python

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