Files
pyfa/eos/effects/ammoinfluencerange.py
2019-02-17 01:05:09 +03:00

10 lines
226 B
Python

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