Files
pyfa/eos/effects/dreadnoughtshipbonuslasercapneeda1.py

12 lines
380 B
Python

# dreadnoughtShipBonusLaserCapNeedA1
#
# Used by:
# Ship: Revelation
type = "passive"
def handler(fit, ship, context):
fit.modules.filteredItemBoost(lambda mod: mod.item.requiresSkill("Capital Energy Turret"),
"capacitorNeed", ship.getModifiedItemAttr("dreadnoughtShipBonusA1"),
skill="Amarr Dreadnought")