(fit, src, context, projectionRange, **kwargs)
| 42773 | |
| 42774 | @staticmethod |
| 42775 | def handler(fit, src, context, projectionRange, **kwargs): |
| 42776 | fit.modules.filteredItemBoost( |
| 42777 | lambda mod: mod.item.requiresSkill('Small Energy Turret'), 'damageMultiplier', |
| 42778 | src.getModifiedItemAttr('shipBonusAD1'), skill='Amarr Destroyer', **kwargs) |
| 42779 | |
| 42780 | |
| 42781 | class Effect12810(BaseEffect): |
nothing calls this directly
no test coverage detected