6 lines
345 B
Python
6 lines
345 B
Python
type = "passive"
|
|
def handler(fit, src, context):
|
|
fit.modules.filteredItemIncrease(lambda mod: mod.item.group.name == "Structure Doomsday Weapon",
|
|
"lightningWeaponTargetAmount", src.getModifiedItemAttr("structureRigDoomsdayTargetAmountBonus"),
|
|
stackingPenalties=True)
|