11 lines
288 B
Python
11 lines
288 B
Python
# maxTargetRangeBonus
|
|
#
|
|
# Used by:
|
|
# Modules from group: Warp Core Stabilizer (8 of 8)
|
|
type = "passive"
|
|
|
|
|
|
def handler(fit, module, context):
|
|
fit.ship.boostItemAttr("maxTargetRange", module.getModifiedItemAttr("maxTargetRangeBonus"),
|
|
stackingPenalties=True)
|