Files
pyfa/eos/effects/shiplargelasercapabc1.py

9 lines
318 B
Python

# shipLargeLaserCapABC1
#
# Used by:
# Ship: Oracle
type = "passive"
def handler(fit, ship, context):
fit.modules.filteredItemBoost(lambda mod: mod.item.requiresSkill("Large Energy Turret"),
"capacitorNeed", ship.getModifiedItemAttr("shipBonusABC1"), skill="Amarr Battlecruiser")