13 lines
340 B
Python
13 lines
340 B
Python
# shipTCapNeedBonusAC
|
|
#
|
|
# Used by:
|
|
# Ship: Devoter
|
|
# Ship: Omen
|
|
# Ship: Zealot
|
|
type = "passive"
|
|
|
|
|
|
def handler(fit, ship, context):
|
|
fit.modules.filteredItemBoost(lambda mod: mod.item.requiresSkill("Medium Energy Turret"),
|
|
"capacitorNeed", ship.getModifiedItemAttr("shipBonusAC"), skill="Amarr Cruiser")
|