(fit, ship, context, projectionRange, **kwargs)
| 38951 | |
| 38952 | @staticmethod |
| 38953 | def handler(fit, ship, context, projectionRange, **kwargs): |
| 38954 | fit.modules.filteredItemBoost( |
| 38955 | lambda mod: mod.item.requiresSkill('Small Energy Turret'), 'damageMultiplier', |
| 38956 | ship.getModifiedItemAttr('shipBonusNavyDestroyerAmarr2'), skill='Amarr Destroyer', **kwargs) |
| 38957 | |
| 38958 | |
| 38959 | class Effect11406(BaseEffect): |
nothing calls this directly
no test coverage detected