Files
pyfa/eos/effects/ammoinfluencerange.py
2015-06-23 00:00:09 +03:00

7 lines
223 B
Python

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