13 lines
558 B
Python
13 lines
558 B
Python
# structureRigPDBmaxRange
|
|
#
|
|
# Used by:
|
|
# Structure Modules from group: Structure Combat Rig L - Point Defense Battery Application and Projection (2 of 2)
|
|
# Structure Modules from group: Structure Combat Rig XL - Doomsday and Targeting (2 of 2)
|
|
type = "passive"
|
|
|
|
|
|
def handler(fit, src, context):
|
|
fit.modules.filteredItemBoost(lambda mod: mod.item.group.name == "Structure Area Denial Module",
|
|
"empFieldRange", src.getModifiedItemAttr("structureRigPDRangeBonus"),
|
|
stackingPenalties=True)
|