9 lines
346 B
Python
9 lines
346 B
Python
# Not used by any item
|
|
type = "passive"
|
|
|
|
|
|
def handler(fit, src, context):
|
|
fit.modules.filteredItemIncrease(lambda mod: mod.item.group.name == "Structure Doomsday Weapon",
|
|
"lightningWeaponTargetAmount",
|
|
src.getModifiedItemAttr("structureRigDoomsdayTargetAmountBonus"))
|