Files
pyfa/eos/effects/ammoinfluencerange.py
2018-03-21 20:18:00 -04:00

10 lines
226 B
Python

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