(fit, src, context, projectionRange, **kwargs)
| 18832 | |
| 18833 | @staticmethod |
| 18834 | def handler(fit, src, context, projectionRange, **kwargs): |
| 18835 | fit.drones.filteredItemBoost(lambda mod: mod.item.requiresSkill('Drones'), 'damageMultiplier', |
| 18836 | src.getModifiedItemAttr('shipBonusAD1'), skill='Amarr Destroyer', **kwargs) |
| 18837 | |
| 18838 | |
| 18839 | class Effect5300(BaseEffect): |
nothing calls this directly
no test coverage detected