Files
pyfa/eos/effects/ammoinfluencerange.py
2016-04-29 22:59:09 -04:00

7 lines
223 B
Python

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