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

12 lines
355 B
Python

# shipLaserCap1ABC2
#
# Used by:
# Ship: Absolution
type = "passive"
def handler(fit, ship, context):
fit.modules.filteredItemBoost(lambda mod: mod.item.requiresSkill("Medium Energy Turret"),
"capacitorNeed", ship.getModifiedItemAttr("shipBonusABC2"),
skill="Amarr Battlecruiser")