6 lines
353 B
Python
6 lines
353 B
Python
type = "passive"
|
|
def handler(fit, src, context):
|
|
fit.modules.filteredItemMultiply(lambda mod: mod.item.group.name == "Structure Doomsday Weapon",
|
|
"lightningWeaponDamageLossTarget", src.getModifiedItemAttr("structureRigDoomsdayDamageLossTargetBonus"),
|
|
stackingPenalties=True)
|