Files
pyfa/eos/effects/effect6417.py
2019-03-16 14:08:20 -04:00

12 lines
467 B
Python

# structureRigDoomsdayDamageLoss
#
# Used by:
# Structure Modules from group: Structure Combat Rig XL - Doomsday and Targeting (2 of 2)
type = "passive"
def handler(fit, src, context):
fit.modules.filteredItemIncrease(lambda mod: mod.item.group.name == "Structure Doomsday Weapon",
"lightningWeaponDamageLossTarget",
src.getModifiedItemAttr("structureRigDoomsdayDamageLossTargetBonus"))