11 lines
310 B
Python
11 lines
310 B
Python
# maxTargetingRangeBonusPostPercentPassive
|
|
#
|
|
# Used by:
|
|
# Modules named like: Ionic Field Projector (8 of 8)
|
|
type = "passive"
|
|
|
|
|
|
def handler(fit, module, context):
|
|
fit.ship.boostItemAttr("maxTargetRange", module.getModifiedItemAttr("maxTargetRangeBonus"),
|
|
stackingPenalties=True)
|