Files
pyfa/eos/effects/structurerigdoomsdaydamageloss.py
blitzmann 020cc9e295 Revert "Clean up unused effects"
This reverts commit 842be9535b.
2018-05-20 00:22:14 -04:00

9 lines
354 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",
"lightningWeaponDamageLossTarget",
src.getModifiedItemAttr("structureRigDoomsdayDamageLossTargetBonus"))