9 lines
296 B
Python
9 lines
296 B
Python
# shipMaxTargetRangeBonusOnline
|
|
#
|
|
# Used by:
|
|
# Modules from group: Signal Amplifier (11 of 11)
|
|
type = "passive"
|
|
def handler(fit, module, context):
|
|
fit.ship.boostItemAttr("maxTargetRange", module.getModifiedItemAttr("maxTargetRangeBonus"),
|
|
stackingPenalties = True)
|