Files
pyfa/eos/effects/ammoinfluencerange.py
2016-03-11 00:18:33 -05:00

7 lines
223 B
Python

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