12 lines
406 B
Python
12 lines
406 B
Python
# shipBonusSupercarrierA4BurstProjectorBonus
|
|
#
|
|
# Used by:
|
|
# Ship: Aeon
|
|
type = "passive"
|
|
|
|
|
|
def handler(fit, src, context):
|
|
fit.modules.filteredItemBoost(lambda mod: mod.item.requiresSkill("Burst Projector Operation"),
|
|
"durationWeaponDisruptionBurstProjector",
|
|
src.getModifiedItemAttr("shipBonusSupercarrierA4"), skill="Amarr Carrier")
|