Files
pyfa/eos/effects/ammoinfluencerange.py
2015-12-07 20:10:44 -05:00

7 lines
223 B
Python

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