Files
pyfa/eos/effects/shipenergyneutralizerrangebonusac.py

9 lines
334 B
Python

# shipEnergyNeutralizerRangeBonusAC
#
# Used by:
# Ship: Vangel
type = "passive"
def handler(fit, ship, context):
fit.modules.filteredItemBoost(lambda mod: mod.item.group.name == "Energy Destabilizer",
"energyDestabilizationRange", ship.getModifiedItemAttr("shipBonusAC"), skill="Amarr Cruiser")