11 lines
494 B
Python
11 lines
494 B
Python
# systemTargetPainterMultiplier
|
|
#
|
|
# Used by:
|
|
# Celestials named like: Magnetar Effect Beacon Class (6 of 6)
|
|
runTime = "early"
|
|
type = ("projected", "offline")
|
|
def handler(fit, beacon, context):
|
|
fit.modules.filteredItemMultiply(lambda mod: mod.item.requiresSkill("Target Painting"),
|
|
"signatureRadiusBonus", beacon.getModifiedItemAttr("targetPainterStrengthMultiplier"),
|
|
stackingPenalties=True, penaltyGroup="postMul")
|